/*  
Theme Name: Social Ecology
Theme URI: 
Description: 
Version: 1.0
Author: Gregg Osofsky
Author URI: 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Added by GO */
#slideshow-wrapper { margin:0 !important; left:8px; }
#dropmenu, #dropmenu ul {margin:10px 0 0 20px; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; letter-spacing:.5px; } 
#dropmenu a {display:block; color:#686868; text-decoration:none;padding:2px 28px; color:#FFF;} 
#dropmenu a:hover {background:#888; color:#fff;} 
#dropmenu li {float:left; position:relative; text-align:left;} 
#dropmenu li.current_page_item a { background:#888; color:#fff } 
#dropmenu li.current_page_item a:hover { background:#888; color:#fff } 
#dropmenu li.logo a {border:none; border-top:4px solid #ffbe10; background:#f85c00; color:#ffbe10; font-size:1.68em; line-height:1.48em; font-weight:bold; padding:0 0.68em 1px 0.68em; margin:-8px 0 0 -1px; -moz-border-radius:0 0 7px 7px; -webkit-border-radius:0 0 7px 7px;} 
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em;} 
#dropmenu ul a {border-left:1px solid #c8c8c8;} 
#dropmenu li ul {border-top:1px solid #c8c8c8; width:12em; margin:-2px 0 0 0;} 
#dropmenu li ul li {font-size:.9em;line-height:1.2em;} 
#dropmenu li ul a {width:12em; height:auto; float:left;border-right:1px solid #c8c8c8; border-bottom:1px solid #c8c8c8; background:#FFF;color:#333333;} 
#dropmenu ul ul {top:auto;} 
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;} 
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;} 
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}  

.sidebar-offset {
	margin-left:16px; 
}
.clear {
	clear:both;
}

.frame {
	padding:2px;
	border:1px solid #999999;
}
.area {
	font-size:20px;
	color:#333333;
}

.caption {
	font-style:italic;
	font-size:.8em;
}

.more-link {
	font-size:12px;
	text-transform:uppercase;
}

.byline {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
	display:inline;
}

.link-list {
	float:left;
	margin-right:10px;
	width:200px;
}

/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background:url(images/bg-wrapper2.png) repeat-y center #681f03;
	margin:0px;
	color: #333;;
	}

p {	
	margin: 8px 0;
	}

a:link, a:visited {
	color: #330000;
	text-decoration:underline;
	}

a:hover, a:active {
	color:#CC0000;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:947px;
	margin:0px auto;
	margin-top:0px;
	padding:0px;
	font-size:0.7em;
	background:#2c3b21 url(images/header.jpg) no-repeat;
	}


#page {
	width:946px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	font-size:0.8em;
	}


/* Content Page*/

#content {
	width:600px;
	background:#fff;
	padding:10px 10px 20px 40px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:550px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#999999;
	font-size:.8em;
	}

#content h2.title, #content h2.title a {
	font:22px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0px;
	}

#content .byline {
}

.left, .alignleft {
	float:left;
	margin-right:4px;
	}

.right, .alignright {
	float:right;
	margin-left:4px;
	}


/* Navigation Bar*/
#meta-wrap {
	text-align:center;
	font-size:15px;
	font-variant:small-caps;
	width:946px;
	margin-left:-1px;
}

#page-bar {
	}

#page-bar ul {
	list-style: none;
	margin:0px;
	padding:0px;
	}

#page-bar li {
	text-align:left;
	float:left;
	list-style:none;
	display:inline;
	font-variant:small-caps;
	font-size:.9em;
	letter-spacing:.1em;
	}

#page-bar li a, #page-bar li a:visited {
	margin: 0px;
	padding:6px 16px 6px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	text-decoration:none;
	font-variant:small-caps;
	}

#page-bar li a:hover, #page-bar li.current_page_item a {
	text-decoration:none;
	display:block;
	}

#searchform {
	padding-top:2px;
	margin:0px 0px 10px 0px;
	font-size:14px;
	font:Georgia, "Times New Roman", Times, serif;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#page-bar ul li ul {
	border-bottom:1px solid #b3b3b3;
	width:198px;
}

#page-bar ul li ul li ul {
	float:left;
	margin-left:150px;
	display:none;
}

#page-bar ul li ul li ul li {
	float:left;
}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 158px;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	font-variant:small-caps;
	font-size:1em;
	width: 158px;
	float: none;
	color:#333333;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 18px;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	background:white;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #999999;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1, h2, h3, h4 { color:#330000; }
h1 {
	font:2.5em Arial;
	font-weight:bold;
	}

h2 {
	font:1.8em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em;
	margin-bottom:3px;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#999999;
	font-size:.9em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	margin-top:0px;
	margin-bottom:4px;
	text-align:center;
}

#tagline {
	margin-top:0px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#frontcenter {
	background:url(images/frame.png) no-repeat #fff;
	padding:45px 30px 0px 55px;
	position:relative;
	left:-18px;
	top:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#frontcenter  div.title {
	font-weight:bold;
	font:2.0em Georgia;
	display:block;
	padding-bottom:5px;
	}

#frontcenter span.meta {
	font-size:12px;
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#frontcenter p {
	margin-top:2px;
	padding-bottom:6px;
	font-size:14px;
	line-height:20px;
	}
	
#frontcenter a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}

#featured {
	width:280px;
	float:right;
	padding:20px;
	font-size:1.1em;
	line-height:1.4em;
	}

#featured .clearfloat {
	margin-top:0px;
	margin-bottom:4px;
	}

#featured .info {
	margin-top:0px;
	padding-top:5px;
	}

#featured .title {
	font-weight:bold;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:16px;
	display:block;
	}

#col-left {
	width:266px;
	float:left;
	font-size:.95em;
	line-height:1.25em;
	margin:10px 10px 0px 0px;
	}

#col-right {
	width:266px;
	float:right;
	font-size:.95em;
	line-height:1.25em;
	margin:6px 0px;
	}

#front-popular h3 {
	color:#fff;
	}

#middle {
	margin-top:30px;
	padding-left:10px; 
	}

.home #content h2 { font-weight:bold; border-bottom:10px solid #330000; margin-bottom:10px; }
.home #content h3 { font-weight: bold; font-size:18px; margin-bottom: 0px;    }
.home #content h3 a { text-decoration: none; }
.home .post { border-bottom:1px dotted #330000; margin-bottom:12px; }
#bottom {
	margin-top:30px;
	padding-left:10px;
}

#bottom h2 a {
	font-size:.8em;
	display:inline;
	width:420px;
	float:left;
	text-decoration:none;
	}
	
#bottom .cat a {
	font-size:.9em; 
	color:#999999;
	text-decoration:none;
	float:right;
}


#front-list {
	background:#fff;
	padding:0px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:1.5em Georgia;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}
	
#front-list a {
	text-decoration:none;
}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}



.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol {
	margin-bottom:15px;
	}

.post ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:520px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:260px;
	float:right;
	padding:10px 30px 0px 0px;
	text-align:left;
	}

#sidebar h2 {
	font:1.1em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-variant:small-caps;
	color:#666;
	margin:10px 0px 5px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#c8cabc;
	color:#333;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar li {
	list-style:none;
	display:block;
	padding:2px 0px 2px 0px;
	}

#sidebar li a {
	font-size:1.5em;
	text-decoration:none;
	}

#sidebar li ul li{
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:190px;
	font:Georgia, "Times New Roman", Times, serif;
	}
	
#searchsubmit {
	margin-left:5px;
	background-color:#CCCCCC;
	border:1px solid #666666;
	padding:2px;
	font-size:14px;
	font:Georgia, "Times New Roman", Times, serif;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.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: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.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;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#848484;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#CCCCCC;
	color:#000;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}

/* Footer*/

#footer-wrap {
	width:940px;
	padding:20px;
	margin:0px auto;
	text-align:center;
}

#footer {
	margin: 0 auto;
	font-size:1em;
	padding-top:10px;
	border-top:1px dotted #e1e1e1;
	}
	
#footer a {
	text-decoration:none;
}


/* Float Properties*/

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

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
