/*****************************************
ZERO OUT EVERYTHING
*****************************************/

html,body,p,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,table,tr,th,td,embed,object  {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body { 
	text-align:center;
	}
	
tbody {
  border-top: 0;
}

/*****************************************
LIBRARY
*****************************************/

.round {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
	
.clear {
	clear:both;
	}
	
/*****************************************
TYPOGRAPHY - BASELINE SIZES
*****************************************/
p, span, li, label, .description {
	font-size:12px;
	}
	
h1 {
	font-size:20px;
	}
	
h2 {
	font-size:16px;
	}
	
h2.title > span {
	font-size:16px;
	}
	
h3 {
	font-size:14px;
	}
	
h4 {
	font-size:12px;
	}
	
h5 {
	font-size:10px;
	}
	
p {
	margin:5px 0 5px 0;
	}
	
#maincontent ul {
	margin: 0 0 1em 1em;
}	
	
/*****************************************
PAGE STRUCTURE
*****************************************/

#container {
	width:960px;
	margin:20px auto 20px auto;
	}

#banner {
	width:100%;
	height:170px;
	}
	
#navbar {
	width:100%;
	height:35px;
	margin-bottom:10px;
	}
	
#left {
	float:left;
	width:590px;
	}
	
#shoutbox {
	width:588px;
	height:250px;
	margin-bottom:10px;
	}
	
#maincontent {
	text-align:left;
	width:548px;
	margin-bottom:10px;
	padding:20px;
	border:solid 1px #ccc;
	}
	
#right {
	float:right;
	width:360px;
	}
	
#actionbox {
	width:360px;
	height:150px;
	margin-bottom:10px;
	}
	
#socialbox {
	width:360px;
	height:90px;
	margin-bottom:10px;
	}
	
#innercolumn {
	float:left;
	width:175px;
	margin-right:10px;
}

#outercolumn {
	float:right;
	width:175px;
}

#lowerright .block {
	width:153px;
	margin-bottom:10px;
	padding:10px;
	border:solid 1px #ccc;
	-moz-border-radius:10px;
	}
	
#lowerright .block-inner {
	text-align:left;
	}
	
#lowerright .block-inner li {
	padding-bottom:7px;
	}
	
.block li {
	line-height: 20px;
	list-style-type: none;
	margin-bottom: 10px;
}	
	
#footer {
	width:100%;
	padding: 10px 0 10px 0;
	}
	
#footer p a {
	color: #ffffff;
	}
	
/*****************************************
NAV MENU STRUCTURE
*****************************************/

#navbar ul {
	float:left;
	width:100%;
	}

#navbar li {
	display:inline;
	list-style-type:none;
	font-size:14px;
	line-height:35px;
}

#navbar a {
	text-decoration:none;
	padding:8px 12px;
	}
	
#navbar a:hover {
	text-decoration:none;
	}

/*****************************************
QUICK SIGNUP BOX IN BANNER
*****************************************/

#block-dcamp_registration-0 {
	display:block;
	width:175px;
	float:right;
	margin-top:20px;
	margin-right:20px;
	}

#dcamp-registration-short-form-zip .form-item input {
	display: block;
	width:150px;
	margin-top: 3px;
	border: solid 1px #ddd;
	color:#222;
	}
	
/*****************************************
ACTION BOX
*****************************************/
#actionlinks {
	list-style-type:none;
	margin:25px 0 0 53px;
	}

#actionlinks li {
	height:60px;
	}
	
a.contributebutton, a.volunteerbutton {
	display:block;
	height:46px;
	width:260px;
	}
	
/*****************************************
SOCIAL LINKS BOX
*****************************************/
#sociallinks {
	list-style-type:none;
	margin:20px 0 0 0;
	}

#sociallinks li {
	height:45px;
	float:left;
	margin:0 0 0 30px;
	}
	
a.facebook, a.twitter {
	display:block;
	float:left;
	height:44px;
	width:90px;
	}


/*****************************************
MAIN CONTENT AREA
*****************************************/
	
.node-inner { /*This spaces out blog posts*/
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:solid 1px #ddd;
	}
	
#content-header {
	margin-bottom:10px;
	}
	
.views-field-title span {
	font-size:14px;
	font-weight:bold;
	}
	
.views-field-title a {
	text-decoration:none;
	}
	
.views-row {
	margin-bottom: 10px;
}	

/*****************************************
FORMS
*****************************************/

input {
	border: solid 1px #ddd;
	}
	
.form-item {
	margin-bottom:5px;
	}
	
.form-info-block li {
	list-style-type:disc;
	margin-left:20px;
	}


