/*  
Theme Name: Big Wheel
Theme URI: http://www.pulling180s.com
Description: Template for the Big Wheel blog
Version: 1.0
Author: Big Wheel
Author URI: http://www.pulling180s.com/

*/

/*********** GENERAL BROWSER RESET **************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	vertical-align: top;
	color: #5A5B5E;
}

ul, ol{
	margin-left:15px;
	}

#wrapper{
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	padding: 15px 0 10px 15px;
	color:#00B8F1;
	font-weight:normal;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#999;
}

h4{
	padding: 0 0 0 15px;
}

em{
	font-style:italic;
}

strong{
	font-weight:bold;
}

p a, ul a, ol a{
	text-decoration: none;
	color:#ff6600;
}

p a:hover, il a:hover, ol a:hover{
	text-decoration:underline;
	color::#00B8F1;
}

a:link{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	text-decoration: none;
}

a img {
	border: none;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	margin:0px;
	}

/*******************
----Custom Styles---
*******************/

blockquote { 
	font-style: italic; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #f1f0ed;
	border-left: 2px solid #900;
}

code { 
	color: #9A2EFE; 
	font-family: Courier, monospace; 
}

.entry p { 
	margin: 0 0 15px 0;
	font-size:13px;
	line-height:20px;
}	


.entry blockquote.right { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #777;
	margin: 0.3em 0 0.3em 15px !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: right; 
}
		
.entry blockquote.left { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #777;
	margin: 0.3em 15px 0.3em 0 !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: left; 
}
	
.entry blockquote.right p, .entry blockquote.left p { 
	margin: 0; 
	line-height: 1.4em !important; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #CCC;
	background: #EEE;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

.archive_head { 
	text-align: center;
	font-style: normal; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #900; 
	margin: 25px auto 10px 30px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.wp-caption-text{
	font-size:11px!important;
	color:#AEAEAE;
	}

/*******************
------Header-------
*******************/

#header{
	float: left;
	width: 100%;
	height: 290px;
	margin: 0;
	padding: 0;
	clear: both;
}

.title{
	margin: 0 auto 0 auto;
	width: 940px;
	position:relative;
}

.banner{
	position:absolute;
	left:0px;
	top:90px;
	z-index:1;
	}

.topLinks{
	margin-right:20px;
	margin-top:27px;
	float:right;
	width:535px;
	list-style-type:none;
	font-size:12px;
	height:40px;
	color:#A6A8AB;
	font-weight:bold;
}

.logo{
	position:absolute;
	left:0px;
	top:30px;
	z-index:2;
	}
	
.topLinks li{
	margin:0px;
	height:40px;
	display:block;
	float:right;
	}

.topLinks li a{
	text-decoration:none;
	color:#A6A8AB;
	}

.topLinks li a:hover{
	color:#FF6600;
	}

.topTag{
	position:absolute;
	top:0px;
	left:695px;
	}

.ourSite{
	position:absolute;
	top:62px;
	left:767px;
	}

/********************
----Navigaiton Bar---
********************/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-align: left;
	border: none;
}

#top-menu a{
	text-decoration: none;
	padding: 5px 10px;
	color: #900;
	font-size: 16px;
}

#top-menu a:hover{
	text-decoration: none;
	color: #FFF;
	background: url(images/nav_hover.gif) repeat-x;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0;
	font-size: 14px;
}


/*******************
---------Post-------
*******************/

#container{
	float: left;
	width: 500px;
	padding: 0 0 0 0;
	margin-bottom:20px;
}

.post{
	margin-bottom:40px;
}

.post h2, .post h2 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color:#00B8F1;
	font-weight:normal;
	margin-bottom:12px;
}


.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	height:50px;
	color: #00b8f1;
	margin-bottom:10px;
	}

.filedUnder{
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	color: #FF6600;
	margin: 20px 0 20px 0;
}


.postmetadata{
	font-size: 11px!important;
	text-transform:uppercase;
	font-weight:bold;
	color: #FF6600;
	border-bottom: 1px dotted #808080;
	margin: 20px 0 0 0;
	height:20px;
}

p.postmetadata{
	font-size:11px!important;
	}

.postmetadata p{
	font-size:11px;
	}

.postmetadata a{
	color:#ff6600;
}

.postmetadata a:hover{
	color:#00b8f1;
}

p.postmetadata strong{
	float: right;
}

.commentmetadata strong a{
	color:#A6A8AB;
}

.commentmetadata strong a:hover{
	color:#ff6600;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.navigation a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00b8f1;
	font-size:14px;
	
}



	

/********************
----Sidebar Styles---
********************/

.rightbar{
	float: left;
	width: 175px;
	margin: 10px 0px 0px 25px;
	display: inline;
	overflow: hidden;
	color:#6D6E71;
}

.rightbar ul, .leftbar ul{
	list-style-type: none;
	margin: 0;
	padding: 0px;
	width:175px;
}

.rightbar .widget{
	border-bottom:1px dotted #808080;
	margin-bottom:30px;
	padding:0px;
	}

.rightbar ul li, .leftbar ul li{
	width:175px;
}

.rightbar ul li h2, .leftbar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 20px;
	font-weight: normal!important;
	color: #00b8f1;
	margin: 0px;
}

.rightbar ul li h2 a, .leftbar ul li h2 a{
	color:#00b8f1!important;
	}

.rightbar ul ul li, .leftbar ul ul li{
	padding: 0;
	line-height: 16px;
	list-style-type:none;
	font-size: 11px;
	margin:15px 0px 10px 0px;
}

.rightbar ul ul{
	width:175px;
	margin:5px 0px 10px 0px;
	padding:0px;
	}

.rightbar .syndication .rss, .leftbar .syndication .rss {
	width: 175px;
	height: 33px;
	position: relative;
	padding-top: 12px;
}

.rightbar .syndication .rss span, .leftbar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.rightbar .syndication .rss .sub, .leftbar .syndication .rss .sub{
	list-style: none;
}

.rightbar a:link, .leftbar a:link, .rightbar a:visited, .leftbar a:visited{
	text-decoration: none;
	color:#ff6600;
}

#text-2{
	}
	
#execphp-2 img.follow{
	float:left;
	}

#execphp-2 .addtoany-subscribe img{
	clear:both;
	float:none;
	}

#execphp-2{
	padding-bottom:10px;
	}

a.rsswidget{
	font-weight:bold;
	}

h2 a.rsswidget{
	font-weight:normal;
}

.rightbar a:hover, .leftbar a:hover{
	text-decoration: underline;
	color: #00b8f1;
}

table#wp-calendar{
	width: 100%;
}

#archives-2 select{
	height:20px;
	width:175px;
	margin:10px 0px 8px 0px;
	}

/* Left Sidebar */

.leftbar{
	float: left;
	width: 175px;
	margin: 10px 20px 0px 45px;
	display: inline;
	overflow: hidden;
	font-size:11px;
	color:#6D6E71;
}

.leftbar a{
	font-weight:bold;
	}

.leftbar ul{
	border-bottom:none;
	}

.leftbar .execphpwidget li{
	margin:10px 0px 8px 0px;
}

.leftbar .widget{
	border-bottom:1px dotted #808080;
	margin-bottom:30px;
	padding:0px;
	width:175px;
	}
	
.leftbar ul ul{
	width:175px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.leftbar ul.children li a{
	margin-left:10px;
	font-weight:normal;
	}

.leftbar ul ul li{
	margin:10px 0px 5px 0px;
	}

.leftbar p{
	margin:10px 0px 5px 0px;
}

.textwidget p{
	line-height:16px;
	}

/*******************
----Comment Form---
*******************/

#comment-form{
	width: 480px;
	background-color:#F2F2F2;
	margin: 10px 0 0;
	padding: 5px 5px 15px 15px;
}

#comment-form label{
	font-size:12px;
	font-weight:bold;
	}

.comments-template a{
	text-decoration: none;
	color: #ff6600;
}


.comments-template a:hover{
	text-decoration: none;
	color: #00b8f1;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li p{
	font-size:12px;
	}

.comments-template ol li{
	margin: 10px 0;
	line-height: 18px;
	padding: 0px 0 5px 15px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color:#00b8f1;
	padding: 10px 0 20px 0;
}

h3#respond{
	color:#666;
	}

.commentmetadata{
	font-size: 12px;
	color: #AAA;
	padding: 20px 0;
}

.commentmetadata strong { 
	font-size: 14px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #CCC;
}

.comments-template textarea{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	border: 1px solid #CCC;
	width:
}

#comment{
	width:470px;
	}

.even {
	border-bottom:1px solid #CCC;
}

.alt {
	border-bottom:1px solid #CCC;
}


/**************************
-------Contact Form-------
**************************/
form.wpcf7-form p{
	font-weight:bold;
	color:#808080;
	font-size:12px;
	}

form.wpcf7-form input{
	width:240px;
	}

form.wpcf7-form textarea{
	width:480px;
	}

p.submitButton input{
	width:60px;
	}


/*******************
-------Footer-------
*******************/

#footer{
	clear: both;
	width: 940px;
	margin: 50px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	line-height: 18px;
	font-size: 11px;
	color: #900;
	border-top: 1px dotted #CCC;
	border-bottom: none;
	color:#999;
}

#footer a:link{
	text-decoration: none;
	color: #999;
}

#footer a:hover{
	text-decoration: underline;
	color: #ff6600;
}

#footer a:visited{
	text-decoration: none;
	color: #999;
}

#footerLinks{
	margin-bottom:30px;
	margin-left:0px;
	padding-left:0px;
	}

#footerLinks li{
	display:block;
	height:12px;
	float:left;
	border-left:1px solid #999;
	padding:0px 10px;
	margin:0px;
	line-height:10px;
	}
