/*  
Theme Name: Wheels
Description: Styled by Laura Scribner, inspired by Wolfgang Bartelme and Damien Goujard's Black Fresh theme.

/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #9C0000;
	font: 62.5% Arial, Sans-Serif;
	color: #000;
	text-align: left;
	}
p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #333333;
	}
h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}
a:link {
	color: #181718;
	text-decoration: none;
	}
a:visited {
	color: #181718;
	text-decoration: none;
	}
a:hover {
	color: #3b3a3b;
	text-decoration: underline;
	}
a:active {
	color: #3b3a3b;
	text-decoration: underline;
	}
blockquote {
	margin: 10px 0;
	padding: 0 50px 5px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #444444;
	}	
/*blockquote p {
	display: inline;
	margin: 0;
	padding-right: 35px;
	background: url(images/blockquote2.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}*/
code {
  background-color: #EFEBDE;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }
small {
	font-size: 0.8em;
	}
input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img {
	border: none;
	}
.alert {
	font-weight: bold;
	color: #f00;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}
	

/*   End Basics & Typography */

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	font-size: 1.3em;
	}

/**********************
*   Header            *
***********************/

#header {
	width: 100%;
	height: 100px;
	}
#header .blogtitle {
	width: auto;
	height: 100px;
	background: transparent url(images/header.jpg) no-repeat left bottom;
	}	
#header h1 {
	padding: 50px 0 0 50px;
	}	
#header h1 a {
	color: #fff;
	}
#navbar {
	clear: both;
	float: left;
	width: 100%;
	height: 31px;
	background: transparent url(images/nav_bg.gif) repeat-x 0 0;
	}
ul.menu {
	float: left;
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
	}
ul.menu li {
	float: left;
	}
ul.menu li a {
	float: left;
	display: block;
	height: 28px;
	padding: 3px 15px 0 15px;
	line-height: 24px;
	color: #fff;
	}
ul.menu li a:link,
ul.menu li a:visited {
	color: #fff;
	background: none;
	}
ul.menu li a:hover,
ul.menu li a:active {
	color: #fff;
	background: url(images/nav_hover.gif) no-repeat center top;
	text-decoration: none;
	}
ul.menu li.current_page_item a:link,
ul.menu li.current_page_item a:visited,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_item a:active {
	color: #fff;
	background: transparent url(images/nav_active.gif) no-repeat center bottom;
	text-decoration: none;
	}
.searchbar {
	float: right;
	width: 290px;
	height: 31px;
	margin: 0;
	}
.searchform {
	width: 290px;
	height: 20px;
	text-align: left;
	}
input#s {
	width: 245px;
	height: 18px;
	margin: 5px 0 0 1px !important;
	margin: 4px 0 0 1px; /* Fuck IE */
	padding: 1px 0 0 2px;
	border: 1px solid #0b236c;
	background: #fff url(images/searchbg.gif) repeat-x 0 0;
	color:#999999;
	}

/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: #fff;
	margin: 0 !important;
	/*margin: -15px 0 0 0; /* Fuck IE */
	padding: 0;
	}

/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 560px;
	background: #fff;
	background: transparent url(images/separator_bigswoop.gif) no-repeat;
	margin: 2px 0 0 0;
	}
.pages {
	float: left;
	width: 530px;
	}
.pages a:link {
	color: #181718;
	text-decoration: none;
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	}	
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /* Fuck IE */
	}	
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /* Fuck IE */
	}
.page-title {
	width: 530px;
	margin: 2px 0 0 0;
/*	background: transparent url(images/separator_bigswoop.gif) no-repeat;*/
	}
.page-title h2.page-title-border {
	padding: 13px 0 0 30px;
	margin: 0 0 -33px 0;
	font-size: 1.4em;
	line-height: 48px;
	color: #333333;
	}
.widecolumn {
	padding: 2px 27px 50px 28px;
	margin: -2px 0 -30px 0;
	width: 800px;
	background: #fff;
	}
.widecolumn h2 {
	display:none;
	}
#heat-index {
	width: 600px;
	margin: 2px auto 0 auto;
	}
#rig ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#rig li{
	background: transparent url(images/bullet.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}
#rig h3{
	color:#666699;
	}

/**********************
*   Blog Entries      *
***********************/

.post {
	padding: 43px 30px 2px 30px;
	}
.postentry {
	color: #050d24;
	text-align: justify;
	}
.postentry a{
    color: #666699;
	}
.postentry a:hover {
	color:#666699;
	text-decoration:underline;
	}
.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}
.postentry img {
	border: 1px solid #666699; padding: 2px;
	}
.posttitle { /* to be styled */ 
    border-bottom-style:solid;
    border-bottom-color:#DDDDDD;
    border-bottom-width:1px;
}
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #3F3F3F;
    text-decoration:none;
	}
.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #050D24;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}

/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}
#comments {
	margin: 0;
	padding: 0;
	}
.comments-num {
	background: transparent url(images/separator.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}
#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 10px 25px 0 0;
	border-bottom: 1px solid #E0E0E0;
	background: #F8F8F8 repeat-y 0 0;
	}
.alt {
	background-color: #fff !important;
	background-image: none !important;
	}
.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
img.gravatar {
	margin: 7px 0 0 7px;
	border: none;
	}
.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}
.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #666699;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #666699;
	}
h2#postcomment {
	margin: -5px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separator.gif) repeat-x center bottom;
	}
.postcomment {
	clear: both;
	margin: -1px 0 0 0;
	padding: 10px;
	background: #F8F8F8 url(images/separator.gif) repeat-x center top;
	}
.postcomment input,
.postcomment textarea {
	border: 1px solid #666699;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #D0D0D0;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 200px;
	}
.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #e5edff url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #e5edff url(images/submit_hover.gif) repeat 0 0;
	}

/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 290px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
.rss  {
	padding: 0 0 0 25px;
	background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
	}	

#sidebar h2 {
	display: block;
	margin: 16px 20px 6px 0;
	padding: 0 0 1px 3px;
	background: url(images/separator.gif) repeat-x center bottom;
	font-size: 1em;
	color: #3F3F3F;
	}

#sidebar li a {
	color: #666699;
	text-decoration: none;
	}
	
#sidebar li a:hover,
#sidebar li a:active {
	color: #666699;
	text-decoration: underline;
	}
#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #000000;
	}
#sidebar ul.no-splitted li {
	padding: 0;
	}
#sidebar ul.no-splitted ul li {
	margin: 0;
	}
#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	}
#sidebar-splitted .splitted-left {
	float: left;
	width: 120px;
	}
#sidebar-splitted .splitted-right {
	float: right;
	width: 140px;
	padding-right: 20px;
	}
.splittedlists li {
	background: transparent url(images/bullet.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}
#recentcomments li {
	background: #fff url(images/bullet.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}

ul.splittedlists ul li {
	margin: 0 0 0 -23px;
	}
ul.splittedlists li a:link,
ul.splittedlists li a:visited {
	color: #050D24;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: #666699;
	}
#sidebar .title {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	background: url(images/separator.gif) repeat-x center bottom;
	font-size: 1em;
	color: #3F3F3F;
	font-weight:bold;
	}
#widgets .title {
	margin: 0;
	padding: 0 0 1px 3px;
	background: url(images/separator.gif) repeat-x center bottom;
	}
#widgets {
	margin: 0;
	padding: 0 20px 10px 3px;
	}
	
#widgets2 {
	margin: 0;
	padding: 0 20px 10px 3px;
	}
	
	
	/* Begin Sidebar Map */	
#sidebar-map {
	padding: 0 0 5px 0;
	}
	/* End Sidebar Map */
	
	
	/* Begin Weather */
		
#weather {
	font-family: arial, sans-serif;
	border: none; 
	width: 245px;
	margin: 5px 0 0px 0;
	background: transparent;
	}
#left {
	width:130px;
	text-align:center;
	}	
#right {
	width:150px;
	}	
#weather iframe {
	background: transparent;
	margin: -6px 0 0 0;
	padding:0;
	}
#weather-links {
	background: transparent;
	margin: 0;
	text-align:center;
	padding:0 10px 15px 0;
	}
.temp {
	font-size: 2.5em;
	font-family: Georgia, serif;
	color: #900;
	background: #fff;
	margin:0;
	padding:0 4px 5px 0;
	}
.details {
	float:right;
	margin-top:-25%;
	padding-right:0;
	color: #3f3f3f;
	}
.skies {
	padding: 0;
	font-size: 1.6em;
	font-family: Georgia, serif;
	color: #900;
	}
	/* End Weather */
		
#separator {
	height:10px;
	background: url(images/separator.gif) repeat-x center bottom;
	padding: 0 0 5px 0
	}


	/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1em;
	}
#wp-calendar a {
	color: #666699;
	text-decoration: none;
	}
#wp-calendar caption {
	font-size: 1em;
	font-weight: bold;
	color: #666699;
	padding: 0 25px 0 0;
	text-align: left;
	width: 100%;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;	
	color: #A50000;
	}
#wp-calendar td {	
	line-height:120%;
	color:#333333;
	}	
#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 125px;
	}
#wp-calendar #next a {
	padding-right: 0;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 0;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar td {
	padding: 0;
	text-align: left;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}	
/* End Calendar */

/* Begin Wunderground Sticky *
#pws-wunderground {
	padding:0 10px;
}
/* End Wunderground Sticky */

/* End Sidebar */


/**********************
*   Footer            *
***********************/

#footer {
	width: 850px;
	height: 50px;
	clear: both;
	background: #000;
	border-top: 1px solid #000;
	font-size: .8em;
	color: #878799;
	background: transparent url(images/footer_bg.gif) repeat-x 0 0;
	text-align:center;
	}
#footer .validate {
	background: url(images/icon_valid_blue.gif) no-repeat 0 0;
	padding: 0 5px 3px 20px;
	}
#footer p {
	margin: 0;
	padding: 13px 25px;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #878799;
	text-decoration: none;
	}
#footer p a:hover {
	color: #A3B7C0;
	text-decoration: underline;
	}
#footer p a:active {
	color: #A3B7C0;
	text-decoration: underline;
	}
