/*
Theme Name:wwfcheat
Author: sean shag

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i, marquee {
	margin: 0px;
	padding: 0px;
}

body {
	margin:20px auto;
	padding:0px 0px 0px 0px;
	font-family:Arial,Tahoma,Century gothic, sans-serif;
	color:#161514;
	font-size:13px;
	background-color:#16202b;
	/*background-image: url('images/background.jpg');*/
	/*background-image: repeating-linear-gradient(120deg, transparent, transparent 5px, rgba(0,0,0,.25) 5px, rgba(0,0,0,.25) 10px);*/
	}
img {
	border:0;
	margin: 0 0;
	}
a {
	color:#034E9D;
	text-decoration:none;
	outline:none;
	}
a:hover {
	color:#333;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding:10px 10px 10px 10px;
	color:#59666f;
	font-style: normal;

	}
.clear {
	clear:both;
	}

table{
  	margin: 10px 0 10px;
}

table td, table th{
  	text-align: left;
  	padding: .4em .8em;
}

table th{
  	background: #ccc ;
  	color: #444;
  	text-transform: uppercase;
 	font-weight: normal;

}
/*
table td{
  	background: #e4e4e4;
}
*/
table tr.even td{
  	background: #eee;
}

table tr:hover td{
  	background: #fbf5d8;
}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#CECECE;

	}

img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 10px 10px;
	display: inline;
	background:#CECECE;

	}

img.alignleft {
	padding: 5px 5px;
	margin: 5px 10px 10px 0px;
	display: inline;
	background:#CECECE;

	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {

	text-align: center;
	background:#CECECE;
	padding: 4px 0px 5px 0px;
	margin: 5px 5px ;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
.rounded{

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* The Outer cover */

#wrapper {
	width:1200px;
	margin:10px auto 30px;
	position:relative;
	box-shadow: 0 0 10px #111;
	-moz-box-shadow: 0 0 10px #111;
	-webkit-box-shadow: 0 0 10px #111;
	}
	
#casing {
	padding:0px 0px 10px 0px;
	float:left;
	width:1200px;
	margin:0px 0px 0px 0px;
	background:#f8f8f8;
	}		

/* The Header */
#top {
	height:105px;
	margin:auto;
	width:1200px;
	position:relative;
	background:url(images/head.png) no-repeat;
	}
	
#logo {
	display: block;
	text-indent: -9000px;
	width: 400px;
	height: 100px;
}
	
#logo a { 
	display:block;
	height:100%;
	width:100%;
	}
	
.blogname {
	width:400px;
	height:100px;
	text-align:left;
	float:left;
	background:url('images/logo.png') no-repeat;
	}
	
.blogname h1  {
	font-size:32px;
	font-weight:normal;
	color:#222;
	}
	
.blogname h2 {
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight:normal;
	color: #333; 
	}
	
.blognameright {
	width:728px;
	margin:3px 0 0 0px;
	height:90px;
	float:right;
	padding-right:10px;
	}

.blogTagline {
	float:left;
	width:500px;
	padding:35px 20px 20px 20px;
	font-size:18px
}

/* The Search */


	
#search {
	background:url(images/search.png);
	width:283px;
	padding:5px 0px ;
	margin:10px 0px 0px 0px;
	height:50px;
	display:inline;
}
#search form {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	width:285px;
	margin:10px 0px 0px 0px;
	padding: 5px 5px;
	height:16px;
	border:none;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#333;
	border:1px solid #ddd;
	background:#F3F3F3;
	display:inline;
}
input#searchsubmit{

	padding: 3px 5px;
	display:inline;
	margin:0px 0px 0px 0px;
	height:26px;
	background:#133E68;
	color:#fff;
	border:none;
}

/*  menu*/
	
#catmenucontainer{
	height:39px;
	display:block;
	padding:0px 0 0px 0px;
	font: 12px Arial,Tahoma,Century gothic,verdana,  sans-serif;
	font-weight:normal;
	background:url(images/catmenu.png) repeat-x;

	}
		
#catmenu{
	margin: 0px auto;
	padding: 0px 0px;
	height:39px;
	overflow:hidden;
	width:1200px;
	
	}
	
#catmenu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
	}
	
#catmenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	color:#EEE;
	display: block;
	margin: 0px;
	padding: 0px 10px ;
	line-height:39px;
	text-shadow:1px 1px 0px #00aeef;
	}

#catmenu li a:hover, #catmenu li a:active {

	color: #000;
    margin: 0px;
	padding: 0px 10px ;
	line-height:39px;
	text-decoration: none;


	}
#catmenu li.current_page_item a {

	color: #fff;

}
#catmenu li.current_page_item a:hover {

	color: #000;

}
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {

	width: 150px;
	color: #fff;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 0px 10px ;
	line-height:30px;
	text-shadow:none;

	}
	
#catmenu li li a:hover, #catmenu li li a:active {
	background:#DB6A18;
	color: #fff;
	padding: 0px 10px ;
	line-height:30px;
	border-left:none;
	border-right:none;


	}

#catmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 5px;
	background:#CC5A11;
	}

#catmenu li li { 
	}

#catmenu li ul a { 
	width: 140px;
	}

#catmenu li ul a:hover, #catmenu li ul a:active { 
	}

#catmenu li ul ul {
	margin: -35px 0 0 170px;
	}

#catmenu li:hover ul ul, #catmenu li:hover ul ul ul, 
#catmenu li.sfhover1 ul ul, #catmenu li.sfhover1 ul ul ul {
	left: -999em;
	}

#catmenu li:hover ul, #catmenu li li:hover ul, 
#catmenu li li li:hover ul, #catmenu li.sfhover ul, 
#catmenu li li.sfhover1 ul, #catmenu li li li.sfhover1 ul {
	left: auto;
	}

#catmenu li:hover, #catmenu li.sfhover1 { 
	position: static;
	}

	
	/*Page menu*/


#foxmenucontainer{
	height:40px;
	display:block;
	padding:0px 0 0px 0px;
	font: 12px Arial, Tahoma,Century gothic,verdana,  sans-serif;
	font-weight:normal;
	float:left;
	width:1200px;
	background:url(images/menu.png);
	}
#menu{
	margin:0px 10px;
	padding: 0px;
	height:40px;
	overflow:hidden;
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	color:#EEE;
	display: block;
	margin: 0px;
	padding: 0px 10px ;
	line-height:40px;
	}

#menu li a:hover, #menu li a:active {

	color: #000;
    	margin: 0px;
	padding: 0px 10px ;
	line-height:40px;
	text-decoration: none;

	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #F3F3F3;
	width: 150px;
	color:#555;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 0px 10px ;
	line-height:32px;
	border-bottom: 1px solid #CFCFCF;

	}
	
#menu li li a:hover, #menu li li a:active {
	background: #fff;
	color: #111;
	padding: 0px 10px ;
	line-height:32px;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 5px;
	background:#e5e5e5;
	}

#menu li li { 
	}

#menu li ul a { 
	width: 140px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -38px 0 0 170px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, 
#menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, 
#menu li li li:hover ul, #menu li.sfhover ul, 
#menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}
	
/* Main Content*/	


#content {
	float:left;
	width: 830px;
	height:100%;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 20px;
	display:inline;
	overflow:hidden;


	}	
h3.mytitle{

	height:35px;
	line-height:35px;
	padding-left:15px;
	font-size:18px;
	color:#fff;
	border:1px solid #6e0705;
	background:#b50f0f;
	font-family: Arial,century gothic,verdana, sans-serif;
}


.postimg{
	border-color: #000000;
    border-style: solid;
    border-width: 1px;
	margin:10px 10px 10px 20px;
	width:170px;
	float:right;
}





.post {
	margin: 0px 0px 20px 0px;
	height:100%;
	color:#555;
	/*padding:5px 5px;
	background:#fff url(images/post.png) repeat-x;*/
	background:#fff;
	border:1px solid #d5d5d5;
	-webkit-border-radius: 12px; 
  	   -moz-border-radius: 12px; 
  			border-radius: 12px; 
	}

.postmeta{
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
	padding:2px 0px;
}


.title  h1 {
	margin: 0px 0 0px 0;
	padding: 5px 0px 10px 5px;
	font-size: 24px ;
	font-weight:normal;
	overflow:hidden;
	text-shadow:1px 1px 0px #fff;
		}

.title  h1 a, .title  h1 a:link, .title  h1 a:visited  {
	color:#222;
	background-color: transparent;
	}
	
.title  h1 a:hover  {
	color: #000;
	background-color: transparent;
	}	
	
.title  h2 {
	margin: 0px 0 0px 0;
	padding: 5px 0px 10px 5px;
	font-size: 24px ;
	font-weight:normal;
	overflow:hidden;
	text-shadow:1px 1px 0px #fff;
		}

.title  h2 a, .title  h2 a:link, .title  h2 a:visited  {
	color:#222;
	background-color: transparent;
	}
	
.title  h2 a:hover  {
	color: #000;
	background-color: transparent;
	}	

.title{
	margin: 0 0 0 0px;
	padding: 5px 5px 0px 5px;
	border-bottom:1px solid #d5d5d5;
	-webkit-border-top-left-radius: 12px; 
  	   -moz-border-top-left-radius: 12px; 
  			border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px; 
  	   -moz-border-top-right-radius: 12px; 
  			border-top-right-radius: 12px; 
	background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #36ade3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#36ade3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#36ade3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#36ade3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#36ade3 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#36ade3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#36ade3',GradientType=0 ); /* IE6-9 */
}	

	
.author{
	color:#f76714;
	padding:2px 5px 2px 5px;
	text-shadow:1px 1px 0px #fff;
	text-transform:uppercase;
	font-size:10px;
	
}

.clock{
	color:#f76714;
	padding:2px 5px 2px 0px;
		text-transform:uppercase;
	font-size:10px;

}	

.comm{
	color:#f76714;
	padding:2px 5px 2px 0px;
	margin-left:5px;
	text-shadow:1px 1px 0px #fff;
		text-transform:uppercase;
	font-size:10px;
}

.comm a:link,
.comm a:visited {
	color:#f76714;
	
}
.comm a:hover{
	color:#000;
	text-shadow:1px 1px 1px #ccc;
}

.singleinfo {

	text-transform:uppercase;
	padding:5px 5px;
			}
.rmore{
	padding:5px 0 5px 5px;
	color:#448ccb;
	font-weight:bold;
}

.rmore a:link,.rmore a:visited{
	color:#ff6c14;

	}
	
.categ{
	padding:5px 0 5px 5px;
	color:#000;
	font-size:10px;
}

.categ a:link,.categ a:visited{
	color:#448ccb;

	}
	
.categ a:hover{
	color:#000;
	}

.entry {
	margin:0 0;
	padding: 0px 10px ;
	
	}	
	
.entry a:link,
.entry a:visited {
	color:#448ccb;
	background-color: transparent;
}
.entry a:hover {
	color:#000;
	background-color: transparent;
	text-decoration: none;
}

.entry ul, .entry ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


.entry ul li, .entry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.entry p{
	margin:5px 0px;
	padding:5px 0px;
	line-height:24px;

}

.postfoot{

	background:url(images/stripe.png);
	border:1px solid #eee;
	padding:10px 10px;
	margin-top:10px;
}
.postfoot a{
	color:#000;
}
#author-avatar img{
	background:#fff;
	border:1px solid #ddd;
	padding:5px;
	margin-right:10px;
	float:left;

}
/* right column */
.right{
	
	float:right;
	width:320px;
	padding:20px 0px 0px 0;
	display:inline;
	margin-right:20px;
	overflow:hidden;
}
.blokbox,.twitbox{
	float:left;
	width:323px;
	background:#fff;
	margin-bottom:10px;
	border:1px solid #ddd;
	}
.blok{
	padding:5px 0px 0px 0px;
	float:left;

}
.fentry img{
	max-width:100px;

	padding-left:6px;
	padding-bottom:5px;
	float:left;
	
}
	

h3.sidetitl{
	background:url(images/sideh.png);
	height:35px;
	padding-left:10px;
	font-family:Arial, Georgia,Tahoma,Century gothic, sans-serif;
	color:#fff;
	font-size:16px;
	line-height:35px;
}
/* The Sidebar */


.sidebar{

float:left;
}

.sidebox{
	width:298px;
	padding:10px;
	background:#fff url(images/post.png) repeat-x;
	border:1px solid #d5d5d5;
	margin:0px 0px 10px 0px;

	}

.sidebox ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 5px 0px ;

	}
.sidebox li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.sidebox ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.sidebox ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebox ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebox ul li {
	height:100%;
	line-height:18px;
	clear:left;	
	width: 295px;
	margin:0px 0px;
	list-style-type: none;
	}

	
.sidebox ul li a:link, .sidebox ul li a:visited {

	color:#6f6f6f;
	border-bottom:1px dotted #ddd;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	display:block;

	}

.sidebox ul li a:hover {

	color: #0167CC;
	}

.sidebox p {
	padding: 7px 10px;
	margin:0;
	}

.sidebox table{
	width:100%;
	text-align:center;
	color:#787d7f;
	}	
	
li.recentcomments{
	padding:5px 5px;
	
}


.squarebanner {
	padding:10px;
	margin:0px 0px 10px 0px;
	background:#fff url(images/post.png) repeat-x;
	border:1px solid #d5d5d5;

	}

.squarebanner ul{
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	width:300px;
	overflow:hidden;
		}
		
.squarebanner ul li{
		list-style-type:none;
	    margin: 15px 7px 0px 7px;
		float:left;
		padding:5px;
		display:inline;
		background:#ddd;
		}
	
/*calendar*/

#wp-calendar{
	width: 100%;
	padding: 0px 5px;

}
#calendar_wrap{

	margin:0px auto;
}

#wp-calendar caption{
	padding: 10px 5px 5px 5px ;
	font-size:16px;
	color:#375752;
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;
}


#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	color:#fff;
	background:#333;
}

#wp-calendar td a{

	padding: 0px;
	border:none;
	color:#843400;
}
#wp-calendar td{
	background:transparent;
	border:none;
	color:#444;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	

	
/* --- FOOTER --- */
	
#footer {

	padding:5px 0 10px 0px;
	color:#555;
	font-size:12px;
	
	width:1200px;
	margin:0px auto;
	background:#000000;
	border-top:1px solid #222;
	}

#footer a:link , #footer a:visited{
		color:#555;
	}

#footer a:hover {
	color:#ddd;
	}

.fleft{
	float:left;
	text-align:left;
	margin:10px 0px 10px 20px;
	line-height:20px;
}
.fright{
	float:right;
	text-align:right;
	margin:10px 20px 10px 0px;
	line-height:20px;
	width:500px;
}
.frss{
	background:url(images/rss.png) no-repeat;
	padding-left:20px;
}
.ftwit{
	background:url(images/twitter.png) no-repeat;
	padding-left: 20px;
}

/* The Navigation */

#navigation{	
	margin:0px 0px 0px 0px;
	padding:5px 7px;
	width:650px;
	height:27px;
	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:10px 0px;
	font-size:14px;
	text-align:center;
	color:#555;
	background:#fff url(images/post.png) repeat-x;
	border:1px solid #d5d5d5;
	margin-bottom:10px;
	}
 h2.pagetitle a {
 	color:#507409;
 }
/* Comments */

#commentsbox {

	margin:0 0px;

}

h3#comments{
	font-size:14px;
	color:#333333;

	font-weight:bold;
	padding:10px 10px ;
	margin-top:10px;

}


ol.commentlist {
	margin:0px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;


}
.bypostauthor{


}
ol.commentlist li {
	margin:5px 0;
	line-height:18px;
	padding:10px;
	background:#fff url(images/post.png) repeat-x!important;
	border:1px solid #d5d5d5;
}
ol.commentlist li .comment-author {
	color:#000;

}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{

	color:#000;
	font-weight:bold;
	text-decoration:none !important;
}

ol.commentlist li .comment-author .fn {
	color:#000;
}
cite.fn{
	color:#000;
	font-style:normal;
}
ol.commentlist li .comment-author .avatar{
	float:right;
	border:1px solid #ddd;
	background:#fff;
	padding:3px;
}
ol.commentlist li .comment-meta{
	font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

	color:#000;
}

ol.commentlist li .comment-meta a {
	color:#f45211;
	text-decoration:none !important;
}
ol.commentlist li p {
	line-height:22px;
	margin-top:5px;
	color:#666;
	font-size:12px;

}
ol.commentlist li .reply{
	margin-top:10px;
	font-size:10px;
	
}
ol.commentlist li .reply a{
	background:#CE5210;
	border:1px solid #972c0a;
	color:#fff;
	text-decoration:none;
	padding:3px 10px;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ol.commentlist li.odd {

}
ol.commentlist li.even {

}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {

	margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {

	margin:0 0 0px 50px;

}
.comment-nav{

	padding:5px ;
	height:20px;

}

.comment-nav a:link,.comment-nav a:visited{

	color:#f96e02;
}

#respond{

	padding:0px 0px ;
	margin:10px 0px;
	background:#fff;
	border:1px solid #ddd;

}
 #respond h3 {
	font-size:14px;
	color:#333;
	font-weight:bold;
	padding:10px 20px ;

}
#commentform {
	padding:10px 20px;

}
#commentform p{
	margin:5px 0px ;
	color:#444;
}

#commentform a{
	color:#0454A8;
}
 #respond label{
	display:block;
	padding:5px 0;
	color:#444;
	
}
 #respond  label small {
	font-size:10px;

}
.comform{
	width:50%;
}
a#cancel-comment-reply-link{
	color:#fff;
	display:block;
	background:#EC7392;
	border:1px solid #D93A70;
	margin:20px 0px 0px 20px;
	padding:2px 10px;
	text-align:center;
	width:140px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
 #respond input {
	margin-bottom:10px;
	padding:5px 5px;
	margin:0 10px 10px 0;
	background:#F3F3F3;
	border:1px solid #ddd;
	color:#555;


}
#commentform  input{
	width:90%;

}

#respond  input#commentSubmit {
	width:100px;
	background:#333;
	border:1px solid #111;
	color:#fff;
	text-decoration:none;
	padding:3px 10px;
	margin:10px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	cursor:pointer;
}
textarea#comment{
	border:none;
	background:#F3F3F3;
	border:1px solid #ddd;
	width:95%;
	margin:10px 0px 0px 0px;
	padding:5px 5px;
	color:#555;
}


.widebanner{

	height:60px;
	margin-top:10px;
	padding:10px 0px;
	background:url(images/ad1.jpg) repeat-x;
	text-align:center;
}


.wp-pagenavi{

	font-size:12px;
	text-align: center !important;


}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {

	text-decoration: none;
	background:#0C0C0C!important;
	border: 1px solid #333 !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}


.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {

display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:#999 !important;
	border: 1px solid #555!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}

.wp-pagenavi span.extend {

	text-decoration: none;
	background:#999 !important;
	border: 1px solid #555 !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}	

.headbanner{
	float:right;
	margin:25px 20px 0px 0px;
}

.p404{

	background:url(images/404.png) center no-repeat;
	width:1200px;
	min-height:400px;
}
h1.etitle{
	text-align:center;
	padding-top:20px;
}

/* SC styles */
.adPlaceholder { width: 728px; height: 90px; padding: 10px 0px 30px 0px; }
#content { position: relative; }
#content { position: relative; }
#banner72801 { position: absolute; top: 74px; left: 51px; padding-top:20px; }
#bannerhead { float:left; padding:20px 20px 0px 0px; width:240px; text-align:right;}
#bannerhead img { padding-left:10px; }
#introcopy { font-size:12px; padding:20px 20px 0 20px; }

/*-------------Builder------------------*/

#adsense_singlepost_top_banner {
	text-align:center;
	margin: 10px 0 10px 0;
}
#adsense_singlepost_top_square {
	text-align:center;
	padding-bottom:10px;
}

.formcontainer {
	margin:20px auto;
	width:730px;
	padding-top:20px;
	font-size:150%;
	text-transform:uppercase;
	border:1px solid #E6922C;
	-webkit-border-radius: 12px; 
  	   -moz-border-radius: 12px; 
  			border-radius: 12px; 
	-webkit-box-shadow: 0px 2px 5px 3px #ccc;
	   -moz-box-shadow: 0px 2px 5px 3px #ccc;
  			box-shadow: 0px 2px 5px 3px #ccc;
	background: #e6922c; /* Old browsers */
		background: -moz-linear-gradient(top,  #e6922c 0%, #f0c68f 2%, #f0c68f 13%, #f1b340 33%, #f4cd35 67%, #f0ce2b 83%, #ebb71e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6922c), color-stop(2%,#f0c68f), color-stop(13%,#f0c68f), color-stop(33%,#f1b340), color-stop(67%,#f4cd35), color-stop(83%,#f0ce2b), color-stop(100%,#ebb71e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e6922c 0%,#f0c68f 2%,#f0c68f 13%,#f1b340 33%,#f4cd35 67%,#f0ce2b 83%,#ebb71e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e6922c 0%,#f0c68f 2%,#f0c68f 13%,#f1b340 33%,#f4cd35 67%,#f0ce2b 83%,#ebb71e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e6922c 0%,#f0c68f 2%,#f0c68f 13%,#f1b340 33%,#f4cd35 67%,#f0ce2b 83%,#ebb71e 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e6922c 0%,#f0c68f 2%,#f0c68f 13%,#f1b340 33%,#f4cd35 67%,#f0ce2b 83%,#ebb71e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6922c', endColorstr='#ebb71e',GradientType=0 ); /* IE6-9 */
}


.formcontainer .blank{
	font-style:italic;
	text-transform:none;
	margin-bottom:10px;
}

.formcontainer input{
	text-transform:uppercase;
	font-weight:bold;
	font-size:150%;
	margin-bottom:10px;
	-webkit-border-radius: 5px; 
  	   -moz-border-radius: 5px; 
  			border-radius: 5px; 
	
}

.formcontainer .rack input{
	font-size:200%;
}

.formcontainer .form-search input{
	margin:10px 0 20px;
	border:1px solid #d5d5d5;
	cursor:pointer;
	-webkit-border-radius: 12px; 
  	   -moz-border-radius: 12px; 
  			border-radius: 12px;
	background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #d6d6d6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#d6d6d6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}



#resultsTable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 20px;
	margin-top: 20px;
	text-align: left;
	border-collapse: collapse;
	width:728px;
	border:1px solid #d5d5d5;
	-webkit-border-radius: 12px; 
  	   -moz-border-radius: 12px; 
  			border-radius: 12px;
}

#resultsTable th
{
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	text-align: left !important;
	color: #444;
	border-bottom:1px solid #d5d5d5; 
	background: #e6922c; /* Old browsers */
		background: -moz-linear-gradient(top,  #e6922c 0%, #f0c68f 2%, #f0c68f 13%, #f1b340 33%, #f4cd35 67%, #f0ce2b 83%, #ebb71e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6922c), color-stop(2%,#f0c68f), color-stop(13%,#f0c68f), color-stop(33%,#f1b340), color-stop(67%,#f4cd35), color-stop(83%,#f0ce2b), color-stop(100%,#ebb71e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e6922c 0%,#f0c68f 2%,#f0c68f 13%,#f1b340 33%,#f4cd35 67%,#f0ce2b 83%,#ebb71e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e6922c 0%,#f0c68f 2%,#f0c68f 13%,#f1b340 33%,#f4cd35 67%,#f0ce2b 83%,#ebb71e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e6922c 0%,#f0c68f 2%,#f0c68f 13%,#f1b340 33%,#f4cd35 67%,#f0ce2b 83%,#ebb71e 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e6922c 0%,#f0c68f 2%,#f0c68f 13%,#f1b340 33%,#f4cd35 67%,#f0ce2b 83%,#ebb71e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6922c', endColorstr='#ebb71e',GradientType=0 ); /* IE6-9 */
}

/*
#resultsTable th:first-child {
	-webkit-border-top-left-radius: 12px; 
  	   -moz-border-top-left-radius: 12px; 
  			border-top-left-radius: 12px;
}

#resultsTable th:nth-child(3) {
	-webkit-border-top-right-radius: 12px; 
  	   -moz-border-top-right-radius: 12px; 
  			border-top-right-radius: 12px;
}
*/
#resultsTable tr:nth-child(odd) {
	background: #CCC;	
}

#resultsTable tr:nth-child(even) {
	background: #E5E5E5;	
}

#resultsTable td
{
	padding: 10px;
	border-bottom: 1px solid #fff;
	color: #444;
	border-top: 1px solid transparent;
}
#wpadminbar a:link, #wpadminbar a:visited
{
	color: #CCCCCC;
}

/*---------- SIDEBAR ADS ----------*/

.wrap {
    width: 100%;
}
.wrap:after, .block ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.wrap li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.sidebar .adverts {
    padding: 0 10px 10px;
    width: 300px;
}
.sidebar .adverts img {
    display: block;
}

/* Landing Page Styles */

.clear {
	clear:both;
}
.thumb-left {
	float:left;
	width:170px;
	padding:0 0 30px 20px;
}
.thumb-right {
	float:left;
	width:180px;
	padding-bottom:20px;
}
.thumb-holder {
	padding-bottom:30px;
	padding: 0 17px 0 17px;
}
