/*
Theme Name: NSN Wordpress Theme
Description: Custom Wordpress Theme for the Norman Sustainability Network
Author: Gene Perry
Author URI: http://www.genelewisperry.com
Version: 1.0
Tags: white, gray, green, 2-columns, left sidebar, widget ready, fixed width, seo friendly, with image
*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(images/background.gif) repeat-x #fff;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#wrap {
	width: 830px;
	text-align: left;
}

#main { 
	padding: 10px;
}

#header {
	height: 176px;
	padding: 0px 15px;
	background:url(images/header_bg.jpg) no-repeat;
}

/*//////////////// NAVIGATION /////////////////////*/

#pagenav {
	height: 65px;
	width: 830px;
	font-size: 14px;
	background: url(images/nav_bg.jpg);
}

#pagenav ul {
	list-style-type: none;
	margin-left: 24px;
	padding: 0;
}

#pagenav li {
	padding:0;
	float: left;
	margin-right: 10px;
}

#pagenav a, #pagenav a:visited {
	display: block;
	padding:2px 15px;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height:26px;
	border: 1px dotted #fff;
}

#pagenav a:hover {
	background: url(images/nav_hover.png);
	border: 1px solid #fff;
}

#home {
	margin-left: 10px;
}

/*//////////////// SIDEBAR /////////////////////*/

#sidebar {
	width: 180px;
	color:#333;
	float:right;
	margin-left: 8px;
	margin-right: 8px;
	padding: 10px;
	background: url(images/sidebar_bg2.jpg);
}

#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	padding: 0 7px;
	margin-bottom:5px;
}
#sidebar ul li ul li ul li {	
	margin-left: 5px;
}
#sidebar a {
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
#sidebar h2 {
	font-size:large;
	font-weight: normal;
	color:#003399;
	padding: 5px;
	background: url(images/sidebar_bg.jpg);
	text-align: center;
	margin-bottom: 10px;
}

#sidebar h2 a {
	color:#898989;
	text-decoration: none;
}

.findus a {
	font-weight: bold;
}

.tweets {
	font-size: 8pt;
}

/*//////////////// MAIN CONTENT /////////////////////*/

#content {
	float: left;
	width: 570px;
	padding: 7px;
}

#content a {
	color: #006600;
	text-decoration: none;
}

#content a:hover {
	border-bottom: 1px dotted #006600;
}

#content ul li, #content ol li {
	margin-left: 25px;
}

#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #006600;
}

#content h1 a, #content h1 a:hover, #content h1 a:visited, #content h1 a:active {
	color: #006600;
	text-decoration: none;
	border: none;
}

#content h2 {
	font-size: large;
}

#content h2 a {
	color:#464646;
	text-decoration: none;
	border: none;
}

#content h3, #content h4 {
	font-size: medium;
	color: #555555;
}

ul li ul li {
	margin-left: 10px;
}

ul li ul li ul li {	
	margin-left: 10px;
}

/*//////////////// FOOTER /////////////////////*/

#footer {
	margin: 15px 0px;
	color: #898989;
	text-align: left;
}

#footer a {
	color: #898989;
	text-decoration: none;
	border-bottom: 1px dotted #898989;
}

.post {
	margin-bottom:15px;

}
/* default */
.clear {
	clear:both;
	height: 1px;
}
img {
	border: 0px;
}
p, #content h1, h2, h3, h4, h5, h6, ul, ol {
	padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

/* text */

blockquote {
	margin: 10px;
	font-size: 10pt;
	font-style: italic;
}
.postmetadata {
	padding: 10px 0px 10px 0px;
	color: #898989;
	border-top:1px solid #d9d9d9;
	margin-top:10px;
}
.postmetadata a, tags a {
	color: #898989;
	text-decoration: none;
}
.tags {
	color: #898989;
}
a {
	color: #336b08;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
td, th {
	padding: 2px;
}
td a {
	text-decoration: underline;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, textarea, .s {
	border: 1px solid #d9d9d9;
	padding: 2px 5px;
	font-size: 8pt;
	background-color: #fff;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}
#submit, .searchsubmit {
	background-color: #336b08;
	color: #fff;
	border: 1px solid #d9d9d9;
	font-size: 8pt;
	padding: 5px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* Comments*/
#comments {
	margin-top:15px;
}
#comments ol li {
	list-style: none;
}
#commentlist, #commentform {
	background-color: #f7f7f7;
	padding:15px;
	border:1px solid #d9d9d9;
	margin-bottom:15px;
	width:518px;
}
ol#commentlist li {
	margin:0px 0px 10px 0px;
}
#commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	float:left;
	}	

#commentlist blockquote {
	background:#ededed;
	}
			
#commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

#commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 0px 10px 0px 10px;
	width:475px;
	float:left;
	}
		
#commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

#comment {
	background:#fff;
	}
.commenttext strong {
	font-size: 13px;
	color: #316906;
	padding-bottom:10px;
}
.commenttext strong a {
	color: #316906;
	text-decoration: none;
}
#date {
	padding:0px 0px 0px 0px;
	font-size:10px;
	color: #959595;
	float:right;
}
#date a {
	color: #959595;
	text-decoration:none;
}
small {
	font-size:9px;
	background-color: #f9f9f9;
}
label {
	background-color: #f9f9f9;
}
/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 5px;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
