/*  
Theme Name: Stretty Ender 5.0
Theme URI: http://www.strettyender.com
Description: Custom Wordpress theme for Stretty Ender
Version: 5.0
Author URI: http://www.cheapwebdesign-uk.com/

*/

@import "reset.css";

* 	{
	margin: 0;
	padding: 0;
}

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

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

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

h1 {font-size:20px;}

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:20px;
}

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


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

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

#header {
	height: 134px;
	width: 1080px;
	background: #810706;		
}

#headerad  {
	float:right;
}

#left-container { 
	width: 538px;  
	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;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	-khtml-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;	
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-khtml-border-bottom-left-radius:20px;
	border-bottom-left-radius:20px;		
}

#left-sidebar {
	float: left;
	min-height:800px;
    margin-left: 0px;
	width: 210px;
	overflow: hidden;
	font-size:14px;
	background:#dedede;
}	  
#left-sidebar img {
	padding-left:0px;
}

#left-sidebar h4{
	background:#cacaca;
	padding-left:10px;
}

/*-----------------------------------------------
				Header and Nav
------------------------------------------------*/
#header ul#primary {
	margin: 18px 0 0 1px;
	padding: 0;
	position: absolute;
	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;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

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

#header ul#primary a {
	background: #be0808;
	border-bottom: none;
	border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px;	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	border-top-left-radius:5px;			
}

#header ul#primary a:hover {
	margin-top: 0;
	background: #de0808;
	padding-bottom: 5px;
	color:#ffe71e;
}

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

.entry p{
	font-size:15px;
	line-height:20px;
	padding:5px 10px 5px 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: 0px;
	line-height: 150%;
	font-size: 12px;
	color: #b9b9b9;
}

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

.post ul {
	/*list-style:square;*/
	list-style:square url(images/icon.gif);
	padding:0 20px 0 30px;
}

.post ul li{
	padding:10px 10px 10px 0px;
}

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

#sidebar {
	float: right;
	min-height:800px;
	width: 310px;
	overflow: hidden;
	font-size:14px;
	background:#dedede;

}
#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;
}
#sidebar a {
	line-height:16px;
	color:#ff0000;
}

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

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

ul.sidebar li a{
	color: #ff0000;
	display:block;
	padding:10px 10px 10px 10px;
	text-decoration: none;
}

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

.sidebar-widget {
	padding:0px 0 0px 0px;
	background: #dedede;
}

/*-----------------------------------------------
					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: #dedede;
	line-height: 110%;
	margin-bottom: 15px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;		
}

.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;
	background:#fefefe;
	width: 500px;
	color: #a90000;
	margin-bottom: 5px;
	border: 1px solid #bbb;
	font-weight:bold;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;		
}

#commentform form #author:hover{ 
	background:#fff;
}

#commentform form #email{ 
	padding: 3px;
	width: 500px;
	color: #a90000;
	margin-bottom: 5px;
	border: 1px solid #bbb;
	font-weight:bold;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;		
}

#commentform form #email:hover{ 
	background:#fff;
}

#commentform form #url{ 
	padding: 3px;
	width: 500px;
	color: #a90000;
	margin-bottom: 5px;
	border: 1px solid #bbb;
	font-weight:bold;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;		
}

#commentform form #url:hover{ 
	background:#fff;
}

#commentform form #comment{ 
	padding: 3px;
	width: 500px;
	color: #a90000;
	margin-bottom: 5px;
	border: 1px solid #bbb;
	font-weight:bold;
	font-size:14px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;		
}

#commentform form #comment:hover{ 
	background:#fff;
}

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

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

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

#footer-container {
	padding: 0;
	margin: 0 auto;
	width: 1080px;
	background-color:#47494c;
	margin-bottom:10px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-khtml-border-bottom-left-radius:20px;
	border-bottom-left-radius:20px;	
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	-khtml-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
}

#footer-categories-container {
	background-repeat: repeat-x;
	background-position:top;
	min-height:220px;
	/* hack for ie6 min-height */
	height:auto !important;
  	height:220px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;	
	}

#footer-categories {
	width:960px;
	margin: 0 auto auto auto;
	text-align:left;
	color:#777777;
	font-size:12px;
	}

#footer-categories h4 {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#footer-categories a, #footer-categories a:visited {
	text-decoration: none;	
	color:#aaaaaa;
	}

#footer-categories a:hover {
	text-decoration: underline;
	color:#dd1d1d1	
	}

.footer-categories-link-column {
	width: 220px;
	float:left;	
	list-style: none;
	/* to allow auto height */
	min-height:208px;
	/* hack for ie6 min-height */
	height:auto !important;
  	height:208px;
	}

.footer-categories-link-column ul {
	/* decrease space between h4 and text - required twice for cross browser compatibility */
	padding-top:0px;
	margin-top:0px;
	line-height:20px;
	}

.footer-categories-link-column li {
	color:#aaaaaa;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	/* decrease space between h4 and text - required twice for cross browser compatibility */
	padding-top:0px;
	margin-top:0px;

	/*list-style-image: url(images/bullet-white.png);*/
	/* gif used for ie6 compatibility */
	list-style-type: square;
	}

#footer-categories-text-column {
	width: 300px;
	float:left;
	text-align:justify;
	}

#footer-copyright-container {
	background:	#47494c;
	width:100%;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align: center;
	min-height:55px;
	padding-top:12px;
	/* hack for ie6 min-height */
	height:auto !important;
  	height:55px;
	}

#footer-copyright {
	width:960px;
	margin: 0 auto auto auto;
	}

#footer-copyright a {
	color:#777777;
	text-decoration:underline;
	}

#footer-copyright a:hover {
	color:#aaaaaa;
	text-decoration:underline;
	}

	#designedby {
	float:right;
	padding-right: 50px;
	}
	
	#designedby a{
	text-decoration:underline;
	color: #1de4ca;
	}
	
	#designedby a:hover {
	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;
	padding: 0 5px;
}

/* ads */

#skyscraper {
	width:140px;
	padding:10px;
}

#sponsors {
	margin-top:-600px;
	width: 155px;
	float: right;
}


#sponsors img{
	padding: 10px;
}

#headerad  {
	float:right;
	margin-top:-75px;
	margin-right:10px;
}

#mpu {
	padding: 5px 5px 0 5px;
}

#videoad {
	padding-top:10px;
}

.buttons {
	padding:10px 0 5px 10px;
}

.buttons img {
	padding-right:16px;
}

#submit {
	background: #de0808;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 4px 5px 4px 5px;
	border: 1px solid #000;
    font-weight: bold;
    letter-spacing: 0px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;	
}
	
#submit:hover {
	background: #be0808;
	border:1px solid: #1a4e88;
	cursor:pointer;
	
}

#footersocialbox{	 	
	position:fixed;
	padding:10px;
	top:150px;
	z-index:100000000;
	margin:0 auto;
	background:#efefef;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}



#twitter-feed {
	float: left;
	width: 300px;
	font-size: 13px;
	}
#twitter-feed h3 {
	background: url('images/twitter.gif') center left no-repeat;
	color: #CCCCCC;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;

	}
#twitter_update_list {
	font-size: 13px;
	line-height: 21px;
	list-style: none;
	}
#twitter_update_list li {
	background: url('images/twitter-divider.gif') bottom left repeat-x;
	padding-bottom: 7px;
	margin-bottom: 9px;
	}
#twitter_update_list span, #twitter_update_list span a {
	color: #ababab;
	text-decoration: none;
	}
#twitter_update_list a {
	color: #6f7276;
	}
#twitter-link {
	color: #9eba60;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
	}
#twitter-link:hover {
	text-decoration: none;
	}

