/*
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: #cccccc url(images/bg.png) repeat-y center;
        font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
        /*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:#B59456;text-decoration: underline; border: none;}



/* container */


#container {
	width: 1020px;
	margin: 0 auto;
	background: url(images/content.png) repeat-y center;
	color:#333;
	}
	
/* header */
#banner_ad {
	width: 982px;
	margin: 0px auto;
	padding: 5px 0;
	text-align: center;
	background-color: black;
}

#cheader {
	background: #313e6a url(images/header.png) no-repeat right bottom;
	width: 990px; 
	color: #fff; 
	height: 210px;
	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:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
        /*font-family:"Helvetica Neue",Arial,sans-serif;*/
	/*font-family: verdana, arial, times, serif;*/
	font-size: 13px;
	width:990px; 
	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:480px;
	padding: 0 0 0 45px;
	overflow: hidden;
	}	

.post {
	margin:0 3px 0 6px;
	padding:10px 0px 50px 5px;
	line-height: 14pt;
	color: #000;
	}
	
.post h2{
	font-size: 25pt;
	font-weight: 400;
	color: #333;
	font-family: 'Yanone Kaffeesatz', arial, serif;
        padding: 0;
	font-style: normal;
	text-shadow: 4px 4px 4px #bbb;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 5px;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #B59456;
	text-decoration: none;
	}

.post h3 {
	font-size: 12pt;
	font-weight: 700;
	color: #333;
	padding-bottom: 3px;
	}

/* rounded corners */
.post_header {
	background: #eeeeee;
	padding: 0 0 5px 5px;
	border: 1px solid #333333;   /* if needed */
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
	border-radius: 5px;
}

.post_header_v2 .entry {
	margin-right: 5px;
}

.post_header_v2 .entry p {
	padding-left: 0;
	margin-left: 0;
}


.byline {
        clear: both;
	height: 30px;
}

.by_avatar {
	float: left;
}

.by_avatar img {
	-webkit-border-radius: 4px;    /* for Safari */
	-moz-border-radius: 4px;       /* for Firefox */
	border-radius: 4px;
}

.by_author {
	margin: 5px 0 5px 5px;
	float: left;
}

.by_comments {
	margin: 5px 5px 5px 0;
	float: right;
}

.by_comments_icon {
	margin: 8px 5px 5px 0;
	float: right;
}

.share {
	padding: 5px;
	border-top: 1px dotted #eeeeee;
}

.share_comments {
	margin: 0 0 5px 5px;
	float: right;
	font-weight: 700;
}

.share_comments_icon {
	margin: 3px 0 5px 5px;
	float: right;
}
	
.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;
	font-size: 8pt;
	background:#eeeeee;
	padding:5px;
	margin-top: 5px;
	line-height: 21px;
	border: 1px solid #333333;   /* if needed */
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;       /* for Firefox */
	border-radius: 5px;
	}

.postmetadata_v2{
	clear: both;
	font-size: 8pt;
	border: 0;
	padding:5px 5px 5px 0;
	margin-top: 5px;
	line-height: 21px;
	}
	
.postmetadata a {
	background:#313e6a;
	color:#ffffff;
	padding:3px;
	-webkit-border-radius: 7px;    /* for Safari */
	-moz-border-radius: 7px;       /* for Firefox */
	border-radius: 7px;
	text-decoration:none;
}

.postmetadata a:hover {
	background:#B59456;
	color:#333333;
	text-decoration:none;
}

.navigation {
	font-size:9pt;
	float:left;
	width:475px;
margin:10px 0 10px 10px;
padding:0 5px;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */
#content-sidebar-right { 
	width: 340px; 
	float:right;
}

#sidebar-right {
	font-size:9pt;
	width: 301px;
	margin: 12px 0 24px 0;
	padding: 0;
	border-left: 1px dotted #A2A2A2;
	}

#sidebar-right 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:291px;
	font-weight:700;
	font-size:12px;
	padding:8px 0 0 10px;
}

#sidebar-right h2 a{
	text-decoration:none;
	color:#2C2C29;
	line-height:13px;
}

#sidebar-right a {text-decoration:underline;}

#sidebar-right p {margin:0; padding: 0 6px 0 12px;}

/*#sidebar img {padding: 0; margin: 0;}*/

#sidebar-right ul {
	margin:8px;
	padding:0;
	list-style-type: none;
	}

#sidebar-right ul li {
	margin: 0;
	padding:3px 0 3px;
	line-height: 12pt;
	list-style-type: none;
	border-bottom:1px solid #EEE;width:251px;
	}

#sidebar-right ul ul {
	margin: 0 2px 0 2px;
	padding: 3px;
}

#sidebar-right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar-right ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar-right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar-right .textwidget {padding:3px;margin:5px 2px 10px 2px;width:258px;}

#content-sidebar-left { 
	width: 150px; 
	float:left;
}

#sidebar-left {
	font-size:8pt;
	width: 178px;
	margin: 12px 0 24px 20px;
	padding: 0;
	border-right: 1px dotted #A2A2A2;
	}

#sidebar-left h2{
	text-align: left;
	color: #2C2C29;	
	margin: 0;
	margin-top:8px;
	display:block;
	background:#FFF url(images/sidebar_left_h2.png) no-repeat;
	height:22px;
	width:151px;
	font-weight:700;
	font-size:12px;
	padding:8px 0 0 10px;
}

#sidebar-left h2 a{
	text-decoration:none;
	color:#2C2C29;
	line-height:13px;
}

#sidebar-left a {text-decoration:underline;}

#sidebar-left p {margin:0; padding: 0 6px 0 12px;}

/*#sidebar img {padding: 0; margin: 0;}*/

#sidebar-left ul {
	margin:8px;
	padding:0;
	list-style-type: none;
	}

#sidebar-left ul li {
	margin: 0;
	padding: 0;
	line-height: 12pt;
	list-style-type: none;
        width:151px;
	}

#sidebar-left ul ul {
	margin: 0 2px 0 2px;
	padding: 3px;
}

#sidebar-left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar-left ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar-left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar-left .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, #mcspvalue{
	background: #fff;
        font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
        /*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: #313E6A url(images/footer_bg.png) repeat top left;
	clear: both;
	width: 990px;
	margin: 0 15px 0 15px;
	font-size: 8pt;
	text-align: center;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #B59456;text-decoration: none;}
#footer a:hover{color: #777777;text-decoration: underline;}

/* WP aligns */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.alignnavleft {
   float: left;
}

.alignnavright {
   float: right;
   margin-right: 35px;
}

.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 : 980px;
	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: 990px;
	font-size: 8pt;
	text-align: left;
}

.footer-item {
float: left;
width: 310px;
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;
}

.tfw_widget {
padding: 5px;
}

.tfw_widget_center {
text-align: center;
width: 300px;
padding: 5px;
}

.poll {
width: 310px;
padding: 5px;
border: 1px solid #999999;
background-color: #CCCCCC;
}

.authors {

}

.authors img {
float: left;
	border: 1px solid #A2A2A2;
	padding: 3px;
	margin: 0 10px 5px 0;
}

.search_results {
	padding-bottom: 10px;
}

#lf_pings {
	visibility: hidden;
}

/* Season Schedule */

#seasonSchedule {
	}
#seasonSchedule td { border-color: #aaa; }
#seasonSchedule img { border: 0; }
#seasonSchedule a { text-decoration: none; }
#seasonSchedule sup { margin-left: 4px; padding: 0 2px; background-color: transparent; color: #999; }
#seasonSchedule .teamName { font-size: 1.3em; font-weight: bold; white-space: nowrap; }
#seasonSchedule .dateTime { color: #444; font-size: .8em; text-transform: uppercase;  white-space: nowrap; }
#seasonSchedule .location { margin-top: 5px; color: #666; font-size: .8em; text-transform: uppercase; }
#seasonSchedule .cityState { color: #666; padding-left: 6px; font-size: .8em; text-transform: uppercase; }
#seasonSchedule .television, #main  #seasonSchedule .recap { padding-bottom: 3px; border-bottom: 1px dashed #ddd; font-size: .8em; text-transform: uppercase; }
#seasonSchedule .blogs, #main #seasonSchedule .elsewhere { padding-top: 3px; font-size: .8em; text-transform: uppercase; }
#seasonSchedule .result { white-space: nowrap; color: #555; text-align: center; font-size: 1.7em; font-weight: bold; font-family: Tahoma, Arial, Sans-Serif; }
#seasonSchedule .noresult { text-align: center; font-size: .9em; font-weight: bold; color: #999; }
#seasonSchedule .loss { color: red; }
#seasonSchedule .ticketsContainer { text-align: center; }
#seasonSchedule .tickets { text-transform: uppercase; color: #333; background-color: #FFF3B5; padding: 2px 5px; border: solid 1px #999; font-size: .9em; font-weight: bold;  }

#livefyre-root {
width:450px;
margin: 0 auto;
}

#livefyre-root #livefyre {
background:transparent;
padding-left: 2px;
}

