/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Sean Yeomans & Brian Hydesmith
	Author Site	: http://www.eswhy.com & http://www.hydesmith.com
	Style Name	: GreenPlanet
	Style URI	:
	Version		: .1b
	Comments	:
*/
body { 
	background-color: #ffffff;
}
.columns-two #page {
	width: 960px;
}
#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	border: none;
	background-image: url('images/page_bg.gif');
	}
	
#header {
	/* Contains the H1 and menu */
	height: 229px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-bottom: solid 1px #ddd;
	}
	
/* Header Menu */	
ul.menu li a {
	color: #333;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	outline: none;
}
ul.menu li a:hover li {
	background-color: #225246;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li.current_page_ancestor a, ul.menu li.current_page_ancestor a:hover {
	background-color: #D6E8C0;
}

li.page-item-44 a {
	background-image: url(images/rssicon_20.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px!important;
}
li.page-item-44 a:hover {
	background-image: url(images/rssicon_20_hot.png);
}

.content {
	padding: 0px;
}

#primary {
	/* Contains the main column */
	margin: 0!important;
	width: 730px!important;
	padding-right: 0px;
	padding-left: 0px;
	}
	
body.columns-two #primary { 
	margin-right: 0;
	padding: 0px;
	}
#nav-above, .navigation { display: none; }
.hentry {
	/* Each entry is contained within the 'hentry' class */
	margin: 0;
	display: block;
	}
	
.hentry p {

}
.entry-edit { float: right; }
.first .entry-edit, .second .entry-edit, .third .entry-edit {
	background-color:#FFFFFF;
	float:none;
	left:10px;
	padding:5px;
	position:absolute;
	top:10px;
}

.entry-content {
	/* The meat and potatoes of every entry */
	text-align: left; 
	line-height: 1.6em;
	}
.page-head { margin: 20px 0; }	
.page-head h2 { text-align: left; text-transform: capitalize; font-size: 2.5em; font-weight: bold;}
.entry-head { margin: 0;}
.entry-head h3 { padding: 0; margin: 0; font-size: 2em;}
.entry-meta {
}

.more-link a { position:relative; bottom: 0; float: right; font-size: 1em; padding:10px; }
.more-link a:hover { text-decoration: none; color: #abf956!important;}


/* post layouts*/
.post-wrap {
	padding: 10px;
}
.post-wrap.single {
	width: auto;
	}
.first {
	width: 727px; 
	float: left;
	background-color: #f0ffec;
	border-bottom:  solid 1px #ddd;	
	border-left: solid 1px #ddd;
}

.first:hover, .second:hover, .third:hover {
	background-color: #f4f4ed;
}
.lead_image {
	float: left;
}
.single .lead_image {

	margin-right: 10px;
	margin-bottom: 0px;
	background-color: #f0ffec;
	border: solid 1px #ddd;
	padding: 2px;
	width:auto;
}

.lead_image .caption {
	padding: 0 10px 10px;
	font-size: .9em;
	font-weight: bold;
	float: left;
	clear: left;
	width: 200px;
}
.first .lead_image img {
	width: 350px;
	height: 228px;
	padding: 10px;
} 
.first .post-wrap {
	width: 330px;
	float: left;
}

.second {
	background-color:#FAFEEF;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	float:left;
	margin-right:0;
	width:240px;

}
.second h3 {
	font-size: 1.8em!important;
	padding: 5px 0;
}
.second .entry-meta { display: block; text-align: right; margin-left: 0;}
.second lead_image {
}
.second .lead_image img {
	width: 223px;
	height: 150px;
	margin: 10px;
}
.second .post-wrap {
	clear:left;
	height:320px;
	margin:0;
	padding:0 20px;
	width:200px;
	}
	
.third {
	width: 728px;
	height: 140px;
	float: left;
	clear: left;
	margin: 0;
	border-bottom:  solid 1px #ddd;
	border-left:  solid 1px #ddd;
}

.third .lead_image img {
	width: 120px;
	height: 80px;
	float: left;
	padding: 10px;
}
.third .post-wrap {
	width: 568px;
	margin: 0;
	float: left;
	padding-top: 0px 2px!important;
	padding: 5px;
	}
.third h3 {
	font-size: 1.4em;
	display: inline;
	letter-spacing: .05em;
}
.third .entry-head {
	border-bottom: solid 1px #eee;
}
.third .entry-meta {
	float: right;
}

.first p, .second p, .third p {
	margin: 0px;
}
.third p { 
	font-size:0.9em;
	line-height:1.3em;
}

.fourth p {color: #eee; }
.fourth .entry-date abbr { color: #dafcb3; }

.post-separate { 
	display: block;
	height: 5px;
	clear: left;
}

.post-separate.p3 { 
	margin-top: 10px!important;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee!important; 
}





#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */

	}

/* Modules */

/* search */
div#search {
	background-color: #eee;
	border: solid 1px #666;
}
#searchform {
	display:block;
	height:auto!important;
	padding:10px;
	position:relative;
}
#search h4 {
	display: block;
}
#s {
	width: 60%;
}
#searchsubmit {
	color: #1c6e22;
	padding: 5px;
	background-color: #eee5e8;
	border: solid 1px #ddd;
}
#searchsubmit:hover {
	background-color: #333;
	color: #ffffff;
}
span.module-edit {
	display: block;
	text-align: right;
	padding: 5px;
}

.audio-file {
	display:block;
	margin:1px 0 10px;
	clear: left;
	}
.audio-file span {

}
/* comments */

.comments {
	clear:left;
	display:block;
	margin:30px 0 0;
	padding:30px;
	position:relative;
	text-align:left;
}

/* bottom line */
#bottom-line {
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-color: #00311a;
	border-top-color: #0f8324;
	color: white;
	background:#427b38 none repeat scroll 0 0;
	float:left;
	margin:30px 0;
	padding:20px;
	width: 685px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#bottom-line .fourth { 
	margin-top: 10px; 
	background-color: #1f300e;
	min-height: 254px;
	overflow: hidden;
	box-shadow: 0px 3px 10px #000;
	}
#bottom-line .fourth:hover {
	background-color: #55794c!important;
	}
	
#bottom-line h3 { font-size: 3em; color: white; text-shadow: 0px 2px 5px #000; }
#bottom-line a  { color: white; } 
#bottom-line .lead_image { 
	margin-right: 20px;
	}	
#bottom-line .post-wrap {
	float: none;
	}

/* Footer */
#footer {
	border: solid 1px #ddd;
	padding: 5px 0;
	width: 960px;
	margin: 0 auto;
}

/* Admin Bar */
#wp-admin-bar { background-color: #ffffff; margin:0; padding:5px; border-bottom:1px solid #ddd; clear:both; text-align:left}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}
#wp-admin-bar ul li a { color: #e59f00; }
#wp-admin-bar ul li a:hover { color: #e59f00; }
/* Maintenance Mode */
