/*
Theme Name:  Farm Energy
Theme URI: http://farmenergy.org/
Description:  Customized theme for ELPC developed by <a href="http://www.oxid8.com">Mike Wu</a> and <a href="http://www.megancoleman.com">Megan Coleman</a>
Version: 1.0
Author: Megan Coleman & Mike Wu 

Tags: custom

    This theme was designed by Hutchinson Associates Inc.
    developed by Oxid8 Technologies LLC and Megan Coleman 

	The CSS, XHTML are copyrighted by ELPC 



================
CSS Index (jump to sections with =name):
================
	Globals & Resets
	Layout
	Header
	Maincol
	Sidebar
	Home
	
==================

/* ---------------------------
		=Globals & Resets 
---------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* 	font-size set following Richard Rutter's method to allow text resizing across all browsers: 
	http://www.alistapart.com/articles/howtosizetextincss/ 
	16px baseline font-size. See ie.css for IE baseline font-size rule. 
	
	Important: 
	Line-height calculations are based on the most immediate font size. 
	For example: if font-size is resized to 14px, begin line-height calculation for that element at 14px (not 16px).
	Otherwise line-height will inherit base line-height of 17px (see body rule). 
*/

body {
	background: #f3f1e2 url(images/back-content.gif) center repeat-y;
	font-family: Geneva,Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	line-height: 1.125em; /* 16 x 1.125 = 18px */	
	text-align: center;
	color: #000;
}

a {
	color: #006A39;
	text-decoration: underline;
	outline: none;
	}
	
a:hover { 
	text-decoration: underline;
	}

a img {
	border: none;
	}
	
.hr hr {
	display: none;
	}

.clear {
    clear:both;
}

.hidden {display: none;}

h2 {
 color: #00529f;
 font-size: 1em;
 margin-bottom: 5px;
}

h2 a:hover {
	text-decoration: none;
}

/* 
	Clearing floats: http://www.positioniseverything.net/easyclearing.html  
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.c\learfix:after { line-height: 0; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* ---------------------------
		=Layout 
---------------------------- */

#page {
    margin:0 auto;
    width:840px;
    text-align: left;
	}
	
	
#banner {
}

#content {
    width: 839px;
    /*margin-top: 20px;*/
    position:relative;
    z-index:100;
	}

/* two columns */	

body.twocolumn #content {
		background: url(images/back-2col.gif) repeat-y;
}

body.twocolumn .narrowcolumn {
    float:left;
    width:590px;
    margin-left: 20px;
}

body.twocolumn #sidebar {
    width:180px;
   	float: left;
   	margin-left: 20px;
   	padding-right: 20px;
    border-right: 1px solid #E2E2D2;
}

/* three columns */

body.threecolumn #content {background: url(images/back-3col.gif) repeat-y;}

body.threecolumn .leftcol {
		width: 168px;
		float: left;
		margin-left: 20px;
}

body.threecolumn .leftcol h2 {font-size: .95em;}
body.threecolumn .leftcol ul {list-style: none;}
body.threecolumn .leftcol a {font-size:0.75em; color:#00529f;}
body.threecolumn .leftcol a:hover {color: #00529f;}
body.threecolumn .leftcol li {padding:0 0 3px;}

body.threecolumn .leftcol ul ul {
		margin:5px 0 0 10px;
		font-style:italic;
}

body.threecolumn .leftcol li li {padding:0;}

body.threecolumn .narrowcolumn {
    float:left;
    width:398px;
    margin-left: 23px;
}

body.threecolumn #sidebar {
    width:180px;
   	float: left;
   	margin-left: 23px;
   	padding-right: 20px;
    border-right: 1px solid #E2E2D2;
}
	
	
/* ---------------------------
		=Header 
---------------------------- */

#header {
	width: 840px;
	height: 130px;
    position:relative;
	background: url(images/header.gif) no-repeat;
    position:relative;
    z-index:200;
}

#elpclink {
    width:200px;
    height:75px;
    position:absolute;
    right:10px;
    top:15px;
    background: url(images/header.gif) no-repeat -630px -12px;
}



#header h1 a {
    display: block;
    text-indent: -1000em;
    text-decoration: none;
    width: 330px;
    height: 90px;
    margin-left: 20px;
	}

/* Horizontal Navigation Systems */

/* MAIN NAVIGATION */
#navbar a:hover {border:none;}
#navbar {
	margin:10px 0 0;
	width:600px;
	height:30px;
	clear:both;
	}
#navbar ul {
	display:block;
	height:30px;
	width:600px;
	background: url(images/mainnav.gif) 0 0 no-repeat;
	list-style-type:none;
	}
#navbar ul li a.firstlevel {
	display:block;
	height:30px;
	text-indent:-9999px;
	}
#navbar ul li {
	float:left;
	list-style-type:none;
	}

/* DROP DOWNS */
#navbar li ul {
	display:none;
	position:absolute;
	padding: 0;
	height:auto;
	background:#00529e;
	width: 244px;
	z-index:1000;
	}

#navbar li ul ul {
	position: relative;
}

#navbar li ul li {position:relative!important;}	
	
#navbar li ul li a {
	display:block;
	float: none!important;
	height: auto;
	width:220px;
	color:#fff;
	padding:6px 12px;
	text-decoration:none;
	font-size:.75em;
	line-height:1em;
	text-align:left;
	border-bottom: 1px dotted #c0d5e6;
	}

#navbar li ul ul li a {
	font-style: italic;
	padding: 6px 10px 6px 22px;
	width: 212px;
}
	
#navbar li ul li a:hover {
	color:#fff; 
	border-bottom: 1px dotted #c0d5e6; 
	background: #6697c3;
	}

#navbar li:hover ul, #navbar li.over ul {display:block;}	

/* item widths */
li#home a.firstlevel 		 	{left:0px;width:60px;}
li#policies a.firstlevel 		{left:60px;width:131px;}
li#tools a.firstlevel 	 		{left:191px;width:113px;}
li#success a.firstlevel 	 	{left:304px;width:107px;}
li#clean-energy a.firstlevel 	{left:411px;width:132px;}
li#newsnav a.firstlevel 			{left:543px;width:50px;}

/* mouseover */
li#home:hover a.firstlevel			{background: url(images/mainnav.gif) -0px -30px no-repeat;}
li#policies:hover a.firstlevel		{background: url(images/mainnav.gif) -60px -30px no-repeat;}
li#tools:hover a.firstlevel 		{background: url(images/mainnav.gif) -191px -30px no-repeat;}
li#success:hover a.firstlevel 		{background: url(images/mainnav.gif) -304px -30px no-repeat;}
li#clean-energy:hover a.firstlevel 	{background: url(images/mainnav.gif) -411px -30px no-repeat;}
li#newsnav:hover a.firstlevel 		{background: url(images/mainnav.gif) -543px -30px no-repeat;}

/* onstates */
body.home li#home a.firstlevel 					{background: url(images/mainnav.gif) -0px -30px no-repeat;}
body.policies li#policies a.firstlevel 			{background: url(images/mainnav.gif) -60px -30px no-repeat;}
body.tools li#tools a.firstlevel 		 		{background: url(images/mainnav.gif) -191px -30px no-repeat;}
body.success li#success a.firstlevel  			{background: url(images/mainnav.gif) -304px -30px no-repeat;}
body.clean-energy li#clean-energy a.firstlevel  {background: url(images/mainnav.gif) -411px -30px no-repeat;}
body.news li#newsnav a.firstlevel 				{background: url(images/mainnav.gif) -543px -30px no-repeat;}

/* body.policies #navbar ul li#policies:hover ul, body.policies #navbar ul li#policies.over ul,
body.tools #navbar ul li#tools:hover ul, body.tools #navbar ul li#tools.over ul,
body.clean-energy #navbar ul li#clean-energy:hover ul, body.clean-energy #navbar ul li#clean-energy.over ul,
body.about #navbar ul li#about:hover ul, body.about #navbar ul li#about.over ul
{display:none!important;} */

#navbar ul ul ul ul, #navbar ul ul ul ul li {display: none;padding:0;margin:0;}

/* search */

#search {
  	float:right;
	font-size: .75em; /* 12px */
	padding: 0 10px 0 0;
	color: #0f0f6f;
	margin-top: -28px;
}

#search #s {
	font-size: .75em; /* 12px */
	padding: 0 2px;
	color: #c4c4af;
	}

input.submit {
	vertical-align: middle;
}

body.search .post {
	border-bottom:1px solid #E2E2D2;
	margin-bottom:15px;
}

body.search .post h3 {
	font-weight:bold;
}

/* ---------------------------
		=Footer Styles 
---------------------------- */	

#footer {
    text-align:center;
    clear:both;
    width: 839px;
    background: url(images/footer.gif) no-repeat;
}

#footer a {
}

#footer ul {
    margin:20px 0 0;
    padding-top: 20px;
}

#footer ul li{
    display:inline;
    font-size:0.70em;
    padding-right:10px;
    text-indent:0;
    list-style:none;
    color:#000;
}

/* ---------------------------
		=Maincol Styles 
---------------------------- */	

.post h1 {
	 color: #00529f;
	 font-size: .95em;
	 margin-bottom: 5px;
}

.post h2 {
	margin-bottom: 10px;
}

h2.pagetitle {
	margin-bottom: 10px;
}

.post h3 {
	font-size:0.90em;
	margin-bottom:10px;
	font-weight: bold;
}

.post.archive h3 {
	font-weight: bold;
}

div.post h3 a {text-decoration: underline;}
div.post h3 a:hover {text-decoration: none;}

.post h4 {
	font-size:0.75em;
	font-weight:normal;
	margin-bottom:15px;
}

.post p {
	font-size: .85em;
	margin: 0 0 15px 0;
	}

div.postmetadata {
	border-top: 1px solid #E2E2D2;
	padding-top:10px;
}

div.postmetadata p {
	font-size: .75em;
}

.post p.category a {
	font-size: 0.85em;
	color: #006A39;
	}
	
div.post.archive {
	border-bottom: 1px solid #E2E2D2;
	margin-bottom: 15px;	
}

.entry a, .postmetadata a {
	text-decoration: underline;
}

.entry a:hover, .postmetadata a:hover {
	text-decoration: none;
}
		
.post p.postmetadata.content {
	font-size: .75em;
	}

table {
	font-size: .85em;
/*	border: none;
	border-collapse: collapse; */
}

th, td {padding: 4px 5px;}

div.post ul {
	margin:0 0 15px 30px;
	font-size: .85em;
}

div.post ol {
	margin:0 0 15px 30px;
	font-size: .85em;
}

div.post li {padding: 0 0 3px 0;}

img.alignright {
	padding: 0 0 10px 10px;
	float: right;
}

img.alignleft {
	padding: 0 15px 10px 0;
	float: left;
}

img.aligncenter {
	padding: 10px;
}
	
/* Events */

table#wp-calendarLarge {
	}
	
table#wp-calendarLarge div.dayHead {
	}
	
table#wp-calendarLarge td strong {
	}
	
table#wp-calendarLarge #todayLarge {
	}
	
/* Comment styles */

.post h3#comments {margin: 0 0 10px 0;}
div.post ul.commentlist {margin: 0;}
.commentlist li {list-style: none; margin: 0 10px;}	
.commentlist li p {font-size: .95em;}

/* ---------------------------
		=Sidebar Styles 
---------------------------- */	

div#subscribe {
	margin-bottom: 10px;
}

div#subscribe p {
	font-size: .75em;
}

input.subscribe-box {
	width: 135px;
	padding: 2px 3px;
	border: 1px solid #c1c1ac;
}

div#sidebar input.submit {
	vertical-align: top;
}

div#sidebar .hr {
	background: url(images/dbl-line-sm.gif) no-repeat;
	width: 191px;
	height: 4px;
	margin: 10px 0;
    }

#subscribe h2 {
	width:65px;
    display: block;
    text-indent: -1000em;
    height: 20px;
    background: url(images/subscribe.gif) no-repeat;
	}

#subscribe div {
    margin:5px 0;
    border-bottom:1px solid #cccccc;
}

#subscribe span {
    font-size:11px;
    float:left;
    width:150px;
    }

#subscribe .submit {
    float:right;
    margin:0;
    padding:0;
    }

#events h2 {
	width:148px;
  display: block;
  text-indent: -1000em;
  height: 20px;
  background: url(images/calendar.gif) no-repeat;
	}
		
#topics h2 {
	width:70px;
  display: block;
  text-indent: -1000em;
  height: 20px;
  background: url(images/topics.gif) no-repeat;
	}

#topics a {
    color:#000;
    }
	
/* events/calendar */

table#wp-calendar {
	width: 100%;
	font-size: .75em;
	}

table#wp-calendar td, table#wp-calendar caption {
	margin: 0 0 5px 0;
	}

/* ---------------------------
		=Home Styles 
---------------------------- */

body.home #content {
    background: url(images/back-home.gif) repeat-y;
    margin-top: 0;
	}

#gallery{
   float:left;
   width:410px;
   height:280px;
   overflow:hidden;
   margin-top: 0;
}

#gallery img {
   width:410px;
   height:280px; 
   }

div.divider {
	background: url(images/dbl-line.gif) no-repeat;
	width: 840px;
	height: 6px;
	margin-bottom: 10px;
}

body.home #sidebar {
   width:180px;
   float: left;
   margin-left: 25px;
   border: none;
   padding-right: 20px;
}

/* news */

#news {
   float:left;
   width:428px;
   height: 280px;
   margin: 0;
   background: #8cae2e;
}

#news h2 {
	border-bottom:1px dotted #fff;
	margin:5px 0 0 15px;
	padding:0 0 11px;
	width:395px;
  display: block;
  text-indent: -1000em;
  height: 44px;
  background: url(images/news.gif) no-repeat;
	}

#news a {color: #fff;}
#news a:hover {
	text-decoration: none;
	font-weight: bold;
}

#news ul {
	width: 395px;
	margin-left: 15px;
}

#news ul li {
   list-style:none;
   text-indent:0;
   border-bottom: 1px dotted #fff; 
   font-size: .80em;
   padding: 4px 0;
   color: #125e91;
}

/* publications */

#publications {
   float:left;
   width:305px;
   margin-left: 20px;
}

#publications ul {
	list-style: none;
}

#publications li {
	padding: 0 0 15px 0; 
	font-size: .85em;
}

#publications h2 {
  display: block;
  font-style:italic;
  font-weight:bold;
  font-size:15px;
	}

#publications h2 a:hover {
    text-decoration:underline;
}

#publications h3 {margin-bottom: 5px;}

#publications h3 a {
	color: #006A39;
	font-size: .80em;
}

#publications p {
	font-size: .85em;
	margin-bottom: 10px;
}

/* stories */

#stories {
   float:left;
   text-align:left;
   width:255px;
   margin-left: 25px;
}

#stories h2 {
  display: block;
  font-style:italic;
  font-weight:bold;
  font-size:15px;
	}

#stories h2 a:hover {
    text-decoration:underline;
}

#stories h3 {margin-bottom: 5px;}

#stories h3 a {
	color: #006A39;
	font-size: .80em;
}

#stories p {
	font-size: .85em;
	margin-bottom: 5px;
}

#p2c-header {
    font-size: .85em;
    margin-bottom:20px;
}

ul li.current_page_item a ,
ul li.current-cat a {
    color: #00529f;
	color: #8cac2c;
    font-weight:bold;
}

ul li.page_item ul li.page_item ,
ul li.cat-item ul li.cat-item {
    margin-left:0;
}

ul li.page_item ul li.page_item a,
ul li.cat-item ul li.cat-item a {
    font-weight:normal;
}

ul li.page_item ul li.current_page_item a,
ul li.cat-item ul li.current-cat a  {
    color: #00529f;
    font-weight:bold;
}

#elpclink a { 
   display:block;
   width:200px;
   height:75px;
   text-decoration:none;
}
