/*
Theme Name:SoftGreen
Description:A clean, green theme with a simple header.
Author:Damien Allen
Author URI:http://damienallen.com
Version: 1.2
Tags:fixed width,simple,two columns,valid XHTML,valid 
CSS,green,brown,sidebar right,sidebar widgets 
*/


/* basics */

*{margin:0; padding:0;}

body, html {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: #999999 url(images/bg.png) repeat-y center;
font-family:"Helvetica Neue",Arial,sans-serif;
	/*font-family: verdana, arial, tahoma, sans-serif;*/
	font-size: 9pt;
	}
	
h1 {font-size: 18pt; }
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 0px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 0px; }
img.right{ float: right; border: none; padding: 0px; }

blockquote{
	border-left:1px solid #AAAAAA;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#3b5998;
	text-decoration:none;
	border: none;
	}

a:hover{color:#CBBC74;text-decoration: underline; border: none;}



/* container */


#container {
	width: 930px;
	margin: 0 auto;
	background: url(images/content.png) repeat-y center;
	color:#333;
	}
	
/* header */

#cheader {
	background: #032A56 url(images/header.png) no-repeat right bottom;
	width: 900px; 
	color: #fff; 
	height: 160px;
	margin: 0 15px 0 15px;
	}

#cheader h1{
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;	
	padding: 30px 0 0 16px;	
	visibility:hidden;
	}
	
#cheader h1 a{color: #fff; text-decoration: none;}
#cheader h1 a:hover{color: #ddd; text-decoration: none;}


#cheader h2{
	font-size: 8pt;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;
	visibility:hidden;	
	}

/* main menu */


#menu {
	background: #CBBC74 url(images/footer.png) repeat-y bottom;
font-family:"Helvetica Neue",Arial,sans-serif;
	/*font-family: verdana, arial, times, serif;*/
	font-size: 13px;
	width:900px; 
	height:25px;
	margin: 0 15px 0 15px;
}


#menu ul {
	padding: 4px 0 0 4px;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;	
}

#menu ul li a {
	padding: 13px 13px 5px 13px;
	margin: 0;
	text-decoration: none;
	color: #000000;
} 

#menu ul li a:hover {
	border-bottom: 5px solid #CBBC74;
	color:#3b5998;
}

#follow_icons {
float: left;
}

#follow_text {
float: left;
font-size: 12px;
font-weight:700;
padding:9px 0 0 4px;
}

#follow_clear {
clear: both;
}


/* content */


#content {
	float: left;
	width: 610px;
	padding: 0 0 0 20px;
	overflow: hidden;
	}	

.post {
	margin:0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	color: #000;
	}
	
.post h2{
	font-size: 16pt;
	font-weight: 700;
	color: #333;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #CBBC74;
	text-decoration: none;
	}

.post h3 {
	font-size: 12pt;
	font-weight: 700;
	color: #333;
	padding-bottom: 3px;
	}
	
.post p{font-size: 9pt;}

.post a{text-decoration:underline;}

.post ul {
	margin-left: 20px;
	}

.post ol {
	margin-left: 20px;
	}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#dddddd;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:9pt;
	float:left;
	width:575px;
margin:10px 0 10px 10px;
padding:0 5px;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */
#content-sidebar { 
	width: 300px; 
	float:right;
}

#sidebar {
	font-size:9pt;
	width: 261px;
	margin: 12px 0 24px 0;
	padding: 0;
	border-left: 1px dotted #A2A2A2;
	}

#sidebar h2{
	text-align: left;
	color: #2C2C29;	
	margin: 0;
	margin-top:8px;
	display:block;
	background:#FFF url(images/sidebar_h2.png) no-repeat;
	height:22px;
	width:251px;
	font-weight:700;
	font-size:12px;
	padding:8px 0 0 10px;
}

#sidebar h2 a{
	text-decoration:none;
	color:#2C2C29;
	line-height:13px;
}

#sidebar a {text-decoration:underline;}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

/*#sidebar img {padding: 0; margin: 0;}*/

#sidebar ul {
	margin:8px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding:3px 0 3px;
	line-height: 12pt;
	list-style-type: none;
	border-bottom:1px solid #EEE;width:251px;
	}

#sidebar ul ul {
	margin: 0 2px 0 2px;
	padding: 3px;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar .textwidget {padding:3px;margin:5px 2px 10px 2px;width:258px;}

/* comments */

.gra {
	display: inline;
	float: left;
	}

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #DDDDDD;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 12pt;
	font-weight: 700;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:530px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
font-family:"Helvetica Neue",Arial,sans-serif;
	/*font-family: verdana, arial, times;*/
	font-size: 9pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #DDDDDD;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #DDDDDD;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #444444;}

.comminfo {
	margin: 15px 0 20px 25px;
	}

/* search */

#searchform{
	padding: 6px 0 6px 6px;
	}

#searchform input#s{
	font-size: 9pt;
	padding: 2px;
	margin: 2px;
	width: 100px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #032A56;
	clear: both;
	width: 900px;
	margin: 0 15px 0 15px;
	font-size: 8pt;
	text-align: center;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #777777;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* WP aligns */

.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;
}

.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;
}


/* Wannstache */
.dotted_top {
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #A2A2A2;
	clear:both;
}

.dotted_top ul {
list-style-type: none;
margin:0;
}

.wwa_name {
	font-size: 11pt;
	font-weight: bold;
}


.wwa_email {
	font-size: 9pt;
	font-weight: bold;
}

#home_link {
	float: left;
	position:absolute;
	width : 890px;
	height: 145px;
	margin-left: 5px;
	margin-top: 7px; 
	background-color: transparent; 
	text-decoration: none;
}

.hide {
	visibility:hidden;
}

.imgbdr_left {
	float: left;
	border: 1px solid #A2A2A2;
	padding: 3px;
	margin: 0 10px 10px 0;
}

.imgbdr_right {
	float: right;
	border: 1px solid #A2A2A2;
	padding: 3px;
	margin: 0 0 10px 10px;
}

#featured {
	background-color: #CBBC74;
	width: 572px;
	padding: 3px;
	border: 1px solid #999999;
}

.section_header {
	float: left;
	font-size:13pt;
	font-weight:bold;
	color:#000000;
	padding-bottom: 5px;
}

.section_text {
	clear: both;
padding-bottom:10px;
}

.section_footer {
	float: right;
	font-variant:small-caps;
	font-weight:bold;
	color:#666666;
	padding-bottom: 5px;
}

.section_footer a {
text-decoration:none;
}

.recent_title {
float:left;
}

.recent_title a {
font-size:11pt;
text-decoration:none;
font-weight:bold;
}

.recent_excerpt {
float:left;
margin-bottom:10px;
}

.column_left {
width:47%; 
float: left; 
padding-right: 3%; 
display: inline;
border-right: 1px dotted #A2A2A2;
}

.column_right {
width:47%; 
float: right; 
display: inline;
}

strong {
font-weight:900;
}

.schedule {
font-size:9pt;
}

#prefooter {
	background: #dddddd url(images/footer.png) repeat-y center;
	margin: 0 15px 0 15px;
	clear: both;
	width: 900px;
	font-size: 8pt;
	text-align: left;
}

.footer-item {
float: left;
width: 280px;
margin: 10px 0 10px 15px;
}
.footer-item h3 {
padding-bottom: 10px;
}
.footer-item h3 a{color: black;text-decoration: none;}
.footer-item h3 a:hover{color: black;text-decoration: underline;}
.footer-item ul {
padding: 0;
	list-style-type: none;
}
.footer-item li {
padding-bottom: 7px;
}
.footer-clear {
clear: both;
}

.tfw_gallery {
padding-left: 20px;
}

.poll {
width: 310px;
padding: 5px;
border: 1px solid #999999;
background-color: #CCCCCC;
}

/* links library copied */

.linktable {margin-top: 15px}

table.linklisttable {
	width:100%; 
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	/* border-style: outset outset outset outset;
	border-color: gray gray gray gray; */
	border-collapse: separate;
}
table.linklisttable th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #f4f5f3;
	/* border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 3px 3px 3px 3px; */
}
table.linklisttable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #dee1d8;
	/* border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	-moz-border-radius: 3px 3px 3px 3px; */
}

.linklistcatname{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}

.linklistcatnamedesc{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	border: 0;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}


.linklistcolumnheader{
	font-weight: bold;	
}

div.rsscontent{color: #333333; font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;font-size: 11px;line-height: 1.25em (16px);
vertical-align: baseline;letter-spacing: normal;word-spacing: normal;font-weight: normal;font-style: normal;font-variant: normal;text-transform: none;
text-decoration: none;text-align: left;text-indent: 0px;max-width:500px;}

#ll_rss_results {padding-left:11px;}
#ll_rss_results a{font-size:11px;color:#666666;font-weight:normal;}
.rsstitle{font-size:11px;}
.rsstitle a{font-size:11px;}
.rsslink a{font-size:14px;font-weight:700;color:#404040;}
.rsslink ul { list-style-type: none; }

#ll_rss_results img {
    max-width: 400px; /* Adjust this value according to your content area size*/
    height: auto;
}

.rsselements {float: right;}

.highlight_word {background-color: #FFFF00}

.previouspage {float:left;margin-top:11px;font-weight:bold}

.nextpage {float: right;margin-top:11px;font-weight:bold}

.resulttitle {padding-top:11px;}

#llsearch {padding-top:11px;}