/*  
Theme Name: a
Theme URI: http://www.strettyender.com
Description: Custom Wordpress theme for Stretty Ender
Version: 3.0
Author URI: http://www.footballmediaguide.com/

*/

@import "reset.css";

* 	{
	margin: 0;
	padding: 0;
}

body {
	font-size: 90%;
	font-family: Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	width:1080px;
	background:#67727b;
	margin:0 auto;
	/*background: url(images/header.jpg) repeat-x top #000;*/
}

p {
	margin-bottom: 7px;
	text-align:justify;
}

a { color: #a90000; text-decoration: none; }
a:hover, a:active { color: #000; text-decoration: none;}

h1 {font-size:3.0em; margin-bottom: 0.1em;}

h2 {font-size: 1.5em; margin-bottom:0.2em;color:#000000;}

h3 {font-size:1.0em; color:#000000; padding-bottom:10px;}

img {border-style:none;}

.clear { clear: both; }

#logo {
	padding-top:30px;
	margin-left:190px;
}

::selection {
	background: #FFF8AF; /* Safari */
	}
::-moz-selection {
	background: #FFF8AF; /* Firefox */
}


/*-----------------------------------------------
				Site Containers
------------------------------------------------*/

#container {
	width:1080px;
	margin: 0 auto;
	background: #efeee4;
}

#header {
	height: 134px;
	width: 1080px;
	background: url(images/header.jpg) repeat-x top;
}

#left-container { 
	width: 570px;  
	margin-left:0px;
	min-height:800px;
	background: #fff;
	padding: 10px; 
	margin-bottom:10px;	
   	float: left;
	border-right:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

#left-sidebar {
	float: left;
	min-height:800px;
    margin-left: 0px;
	width: 210px;
	overflow: hidden;
	font-size:14px;
	margin-bottom:10px;
	background: #efeee4;
}	  
#left-sidebar img {
	padding-left:0px;
}
/*-----------------------------------------------
				Header and Nav
------------------------------------------------*/
#header ul#primary {
	margin: 0;
	padding: 0;
	margin-left:0px;
	position: absolute;
	margin-top:6px;
	width: 1080px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 178px;
	display: block;
	font-weight:bold;
	float: left;
	padding: 4px 0;
	margin: 0px 0px 0 0;
	text-align: center;
	font-family: 'Lubalin Graph', arial, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #ffe71e;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #de0808;
	margin-top: 0;
}

#header ul#primary a {
	background: #be0808;
	height:15px;
	border-left: 1px solid #660605;
	border-right: 1px solid #660605;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #660605;
	background: #a90000;
	color:#fff;
}

/*-----------------------------------------------
				Text Styles (1)
------------------------------------------------*/
.entry {
 }

.entry p{
	font-size:15px;
	line-height:25px;
	padding:5px 10px 10px 10px;
}	

.navigation {
	font-family: Verdana, Helvetica, sans-serif;
	color: #a90000;
	font-size: 12px;
	margin-bottom: 40px;
}

.navigation .left {
	float: left;
}

.navigation .right {
	float: right;
}

.post {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 0px;
}

.post h3 {
	font-size:16px;
	line-height:18px;
	margin-left:10px;
	margin-top:10px;
	color:#a43030;
	
}	

.post h6 {
	margin-left:10px;
}


.post_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 110%;
	margin-top:-20px;
	margin-left:10px;
}
		
.post-meta {
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	margin-left:10px;
}

.post-meta .left{
	float: left;
}

.post-meta-single {
	margin-top: 20px;
	font-weight: bold;
	padding: 5px;
	/*border: 1px solid #474747;*/
	font-size: 11px;
	margin-bottom: 20px;
	border-bottom:1px solid #000;
}

.post-meta-single .left{
	float: left;
}

.post-meta .right{
	margin-top:-35px;
	float: right;
}

.post-meta-time {
	float:right;
	padding-top: 10px;
	line-height: 150%;
	font-size: 14px;
	color: #b9b9b9;
}

.post  img {
	float:left;
	padding-right:10px;
}

.moretext {
	font-weight:bold;
}
/*-----------------------------------------------
				Sidebar
------------------------------------------------*/

#sidebar {
	float: right;
	min-height:800px;
	width: 278px;
	overflow: hidden;
	font-size:14px;
	margin-bottom:10px;
	background: #efeee4;
}
#sidebar h2, #sidebar .sidebartitle{
	font: lighter 1.3em/1em Verdana, "trebuchet MS", "Lucida Sans Unicode", Georgia;
	color: #000;
	font-weight:bold;
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top:10px;
}
#sidebar a {
	line-height:16px;
	color:#a90000;
}

#sidebar a:hover{
	border: none;
	text-decoration:none;
	color: #000;
}

h4 {
	margin:0 0 0 10px;
	padding:5px 0 5px 0;
	text-decoration:underline;
	color:#555151;
}
ul.sidebar li {
	font-size: 14px;
	line-height:15px;
}

ul.sidebar li a{
	color: #a90000;
	display:block;
	padding:10px 10px 10px 10px;

}

ul.sidebar li a:hover{
	background:#e0dfd0;
	text-decoration: none;
}

.sidebar-widget {
	padding:0px 0 5px 0px;
	margin-bottom:5px;
	background: #efeee4;
}

/*-----------------------------------------------
			Advertisements and Widgets
------------------------------------------------*/


#sponsors h2{
	width: 250px;
	float: right;
	margin:12px 0 0 17px;
}

.sponsors{
}
.sponsors img{
	padding: 5px 5px;
}

.buttons {
	padding-left:50px;
}

/*-----------------------------------------------
					Comments
------------------------------------------------*/


.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	border: 1px solid #bbb;
	padding: 10px;
	background: #fff;
	line-height: 110%;
	margin-bottom: 15px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
	color:#000;
}

.commentmetadata strong {
	font-weight: bold;
	font-size: 14px;
}

.commentdata {
	margin-top: 10px;
	line-height:20px;
	font-size:16px;
}

.comments-template p.nocomments{

	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
}	

.comments_header {
	background-color: #390000;
}

#commentform form{ 
	font-family: Verdana, Helvetica, sans-serif;
}

#commentform form #author{ 
	padding: 3px;
	width: 500px;
	color: #a90000;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	font-weight:bold;
}

#commentform form #email{ 
	padding: 3px;
	width: 500px;
	color: #a90000;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	font-weight:bold;
}

#commentform form #url{ 
	padding: 3px;
	width: 500px;
	color: #a90000;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	font-weight:bold;
}

#commentform form #comment{ 
	padding: 3px;
	width: 500px;
	color: #a90000;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	font-weight:bold;
	font-size:14px;
}

.authcomment {
background-color: #FFF8AF !important;
} 

.color1 {
background-color: #DBDBDB;
}
.color2 {
background-color: #EEEEEE;
} 

/*-----------------------------------------------
				Footer
------------------------------------------------*/

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1080px;
	background:#67727b;
	padding:5px;
	}
	
#footer a {
	font-size:14px;
	color:#fff;
}	

#footer a:hover {
	color:#c2c2c2;

}

#footer p {
	font-size:14px;
	float:left;
	color: #fff;
}
/* 
********************************************
End: Footer Structure
********************************************
*/

/* 
********************************************
related posts
********************************************
*/

ol.related {
	border:1px solid #bbb;
	background: #FFF8AF;
}

ol.related li {
	font-size: 14px;
	line-height:15px;
}

ol.related li a{
	color: #a90000;
	display:block;
	padding:10px 10px 10px 10px;

}

ol.related li a:hover{
	background:#edceb6;
	color:#000;
	text-decoration: none;
}

h3.related {
	font-weight:bold;
	margin-left:10px;
	}
	
	
ul.rss-box {
	border:1px solid #bbb;
	margin-top:5px;	
}	
	
ul.rss-box li {
	font-size: 14px;
	line-height:15px;
}

ul.rss-box li a{
	color: #a90000;
	background:#FFF8AF;
	display:block;
	padding:10px 10px 10px 10px;

}

ul.rss-box li a:hover{
	background:#edceb6;
	text-decoration: none;
}	

.design {
	float:right;
}
