/*
Theme Name:
Theme URI:
Description:
Version: 1.0
Author: Jeannette Bierman
Author URI: http://teamdavid.com
*/

@import "style/reset.css";

body {
	background-color: #f5f4c4;	
}

#wrapper {
	width: 960px;
	height: 1%; 
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	
}
#header {
	width: 100%;
	height: 152px;
	background-image: url(images/bkgd_header.jpg);
	background-repeat: no-repeat;		
}
#logo {
	width: 208px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;	
}
#logo h1 {
	background-image: url(images/logo_necb.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 86px;
}
#logo .description {
	text-indent: -9999px;	
}
#menu_utility {
	float: right;
	width: 400px;
	margin-right: 300px;
	text-align: right;
	margin-top: 5px;
}
#menu_utility li  {
	display: inline;
	list-style-type: none;
    padding: 0 10px;
	border-left: 1px solid #000;
}
#menu_utility a:link, #menu_utility a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;	
}
#menu_utility a:hover, #menu_utility a:active {
	color: #339999;
}
#social_icons {
	width: 250px;
	float: right;
	margin-right: 270px;
	margin-top: 57px;
}
#social_icons img {
	margin-left: 10px;
	
}
#mainnav {
	width: 100%;
	background-color: #B2E2D7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	height: 34px;
	border-bottom: 1px solid #74B4A5;
	position: relative;
	z-index: 99999;
}
/*#mainnav ul {
	position: relative;
	top: 8px;
}
#mainnav li {
	display: inline;
	list-style-type: none;
}

#mainnav a { 
	padding: 6px 10px; 
	
	}

#mainnav a:link, #mainnav a:visited
{
color: #000;
background-color: #B2E2D7;
text-decoration: none;
}

#mainnav a:hover
{
	color: #fff;
	background-color: #9BAC50;
	text-decoration: none;
}
*/

#wrapall {
	background-color: #fff;
	height: 100%;
}
#content {
	width: 659px;
	background-color: #fff;
	float: left;
	height: 100%;
}
.datetime {
	font-size: 0.9em;	
}
#copy {
	margin: 10px;
	color: #666;
}
#copy ul {
	list-style-position: inside;
	list-style-type: disc;	
}
#copy h2 {
	background-color: #AFC467;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	padding: 5px 10px;
}

#copy h3 {
	color: #8C9D52;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
}
#copy h4, .copyblock h4 {
	color: #666;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#copy h5 {
	font-size: 1.2em;
	padding: 5px 0;
	font-weight: bold;
	line-height: 1.2em;
}
.copyblock {
	padding: 0 10px 10px 10px;	
}
.morecopy {
	margin: 10px;	
}
#separator {
	background-image: url(images/news_separator.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0;
	height: 1px;
	width: 640px;
	background-position: center;
}
a:link, a:visited {
	color: #339999;
	text-decoration: none;
}
a:hover, a:active {
	color: #818181;
	text-decoration: none;
}

#sidebar {
	width: 298px;
	float: right;
	padding: 0px;
	border: 1px solid #E1E392;
	color:#666;
	
}
#sidebar ul {
	background-color: #fff;
}
#sidebar li p {
	margin: 20px;
	line-height: 1.2em
}
#sidebar ul li h2 {
	background-color: #E1E392;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	padding: 8px 30px;
	background-image: url(images/corn_kernel.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
#sidebar ul li ul {
	background-color: #fff;	
	padding: 20px;
}
#sidebar ul li ul li {
	margin-bottom: 10px;	
	line-height: 1.2em
}

#footer {
	background-color: #EBED99;	
	border-top: 10px solid #B2E2D7;
	height: 150px;
}
#copy em{
	font-style: italic;	
}
#copy strong {
	font-weight: bold;
	color: #8C9D52;
}
#copy li {
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 1.2em
}
#copy p {
	line-height: 1.2em;	
}
#copy .datestamp {
	font-size: 0.8em;	
	color: #333;
	margin-top: 20px;
}

#copy .posts {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #E1E392;
}

.copyblock li li {
	list-style-position: inside;
	list-style-type: disc;	
	margin-left: 10px;
	margin-bottom: 10px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   color: #000;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#searchform {
	padding: 10px;
	text-align: center;
}

.widget_search .screen-reader-text {
	display:none;
}

