/*  
Theme Name: EIA Blog
Description: Theme/Skin for blog.environmentalistseveryday.org
Version: 1.0
Author: OmniStudio
Author URI: http://www.omnistudio.com/
*/

/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}






/* 
----------------------------------------------------------------------------- 
GENERIC STYLES
-----------------------------------------------------------------------------*/
a{
	text-decoration:none;
	outline: none;
	color: #123c7c;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 1em;
}
#header h1 strong, #navigation strong, .none {
	display: none;
}
.left, .alignleft {
	float:left;
}
.right, .alignright {
	float:right;
}






/* 
----------------------------------------------------------------------------- 
LAYOUT STYLES
-----------------------------------------------------------------------------*/
body {
	background: url(images/bg.gif);
	padding-top: 8px;
	font: 0.85em/1.5em Arial, Helvetica, sans-serif;
	color: #666666;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}






/* 
----------------------------------------------------------------------------- 
HEADER STYLES
-----------------------------------------------------------------------------*/
#header #logo a {
	background: url(images/logo.gif) no-repeat;
	display: block;
	height: 66px;
	width: 308px;
}
#header #search {
	padding-top: 39px;
	font-size: 90%;
}
#content #search.right {
	float:none;
}
#search #s {
	background: url(images/search-input.gif) no-repeat;
	height: 18px;
	width: 145px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-left: 5px;
	border: none;
	padding-right: 5px;
}
#navigation {
	border-top: 1px solid #544320;
	border-right: 1px solid #544320;
	margin-top: 8px;
}







/* 
----------------------------------------------------------------------------- 
NAVIGATION STYLES
-----------------------------------------------------------------------------*/
#navigation ul li a {
	display: block;
	height: 40px;
}
#navigation li {
	float: left;
}
#navigation #issues a {
	background: url(images/issues.gif) no-repeat;
	width: 71px;
}
#navigation #issues a:hover {
	background: #FFFFFF url(images/issues.gif) no-repeat;
	width: 71px;
}
#navigation #pubs a {
	background: url(images/pubs.gif) no-repeat;
	width: 191px;
}
#navigation #pubs a:hover {
	background: #FFFFFF url(images/pubs.gif) no-repeat;
	width: 191px;
}
#navigation #meetings a {
	background: url(images/meetings.gif) no-repeat;
	width: 182px;
}
#navigation #meetings a:hover {
	background: #FFFFFF url(images/meetings.gif) no-repeat;
	width: 182px;
}
#navigation #membership a {
	background: url(images/membership.gif) no-repeat;
	width: 105px;
}
#navigation #membership a:hover {
	background: #FFFFFF url(images/membership.gif) no-repeat;
	width: 105px;
}
#navigation #news a {
	background: url(images/news.gif) no-repeat;
	width: 118px;
}
#navigation #news a:hover {
	background: #FFFFFF url(images/news.gif) no-repeat;
	width: 118px;
}
#navigation #nswma a {
	background: url(images/about-nswma.gif) no-repeat;
	width: 117px;
}
#navigation #nswma a:hover {
	background: #FFFFFF url(images/about-nswma.gif) no-repeat;
	width: 117px;
}
#navigation #wastec a {
	background: url(images/about-wastec.gif) no-repeat;
	width: 122px;
}
#navigation #wastec a:hover {
	background: #FFFFFF url(images/about-wastec.gif) no-repeat;
}







/* 
----------------------------------------------------------------------------- 
CONTENT STYLES
-----------------------------------------------------------------------------*/
#content {
	background: #FFFFFF;
	border-right: 1px solid #544320;
	padding: 20px 0px 20px 20px;
}
#content #posts {
	width: 670px;
}
#content #posts .entry {
	margin-bottom:30px;
}
#content #posts #post_top {
	border-bottom: 1px dotted #544320;
	padding-bottom:3px;
	margin-bottom:8px;
}
#content #posts #calendar {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
}
#content #posts #calendar .month {
	font-size: 11px;
	font-weight: normal;
}
#content #posts #pright {
	width: 89%;
	border-left: 1px dotted #544320;
	padding-left:10px;
}
#content #posts #pright p {
	font-size: 90%;
	margin:0px;
	padding:0px;
}
#content #posts h2 {
	padding-bottom: 3px;
	font-size: 200%;
	line-height: 1em;
}
#content #posts .single h2 {
	font-size: 200%;
	line-height: 1em;
	margin-bottom:5px;
}
#content #posts h2.pagetitle {
	font-size: 200%;
	line-height: 1em;
	margin-bottom:10px;
}
#content #posts h3 {
	font-size: 150%;
	border-bottom: 1px dotted #544320;
	margin-bottom: 10px;
}
#content #posts #pright .author {
	padding-right: 15px;
	padding-left: 15px;
	background: url(images/author.png) no-repeat left 4px;
}
#content #posts #pright .category {
	padding-right: 15px;
	padding-left: 15px;
	background: url(images/categories.png) no-repeat left 4px;
}
#content #posts #pright .comments {
	background: url(images/comment.png) no-repeat left 4px;
	padding-left: 15px;
}
#content #posts .entry p.postmetadata {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom: 1px dotted #544320;
	font-size: 90%;
}
#content #sidebar {
	width: 226px;
	font-size: 95%;
}
#content #sidebar ul li {
	background: url(images/sidebar-bg.png) no-repeat right bottom;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
}
#content #sidebar ul ul li {
	background: url(images/bullet.gif) no-repeat left 6px;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 14px;
}
#content #sidebar h2 {
	border-bottom: solid 1px #949494;
	text-transform: uppercase;
	margin-bottom:3px;
}







/* 
----------------------------------------------------------------------------- 
COMMENT STYLES
-----------------------------------------------------------------------------*/
#commentform {
	margin-bottom:30px;
}
#content #posts #commentlist {
	margin-bottom: 30px;
}
#content #posts .comment {
	border-bottom:  1px dotted #c1b796;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#content #posts #comment_left {
	font-size: 90%;
	padding-right: 15px;
	border-right:  1px dotted #c1b796;
}
#content #posts #comment_right {
	width: 83%;
}
textarea {
	width: 670px;
	font:12px Arial, Helvetica, sans-serif;
}
.textarea {
	border:1px solid #cbcbcb;
	background:#eee;
	color:#333;
	padding:5px;
	font:12px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
.textarea:hover, textarea:focus, input:focus {
	border:1px solid #cbcbcb;
	background:#fff
}
#commentform p {
	margin:0px;
	padding:0px;
}
#commentform label {
text-align:left;
margin-bottom:15px;
font-size:11px;
font-weight:bold
}






/* 
----------------------------------------------------------------------------- 
FOOTER STYLES
-----------------------------------------------------------------------------*/
#footer {
	background: url(images/bg-footer.png) repeat-x;
	height: 73px;
	border-right: 1px solid #544320;
	border-bottom: 1px solid #544320;
	margin-bottom: 20px;
}
#footer .mission {
	background: url(images/logo-nswma.gif) no-repeat left top;
	padding: 10px 10px 10px 350px;
	font-size: 90%;
	text-align: right;
}
#footer .mission p {
	margin:0px;
	padding:0px;
}







/* 
----------------------------------------------------------------------------- 
CLEARFIX
-----------------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
	
