/*
Theme Name: Clean Driving
Theme URI: http://www.wpskins.org
Description: Simple and fresh automotive theme. Features a widget ready design with 2 columns.
Version: 1.0
Author: Free Wordpress Themes
Author URI: http://www.wpskins.org
Tags: web 2.0, clean, widget ready, automotive, car, driving, red, blue
*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a {
	text-decoration: none;
	color: #f06829;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Arial, sans-serif;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

strong {
	font-weight: bold;
}
/************************/
/*     Layout Design    */
/************************/

#page {
	width: 723px;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
    position: relative;
	background: url(images/header.jpg) no-repeat;
	height: 125px;
}

#adbar {
    position: relative;
	height: 60px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
	background: url(images/wrapper.png) repeat-y;
}

#content {
	float: left;
	width: 482px;
	padding: 7px;
}

#sidebar {
	float: right;
    width: 227px;
}

#footer {
	clear: both;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    padding: 30px 0 0 140px;
}

#headerimg a {
}

.description {
    font-size: 12px;
	display: none;
}

/* Navigational bar */
ul#navi-bar {
    font-size: 12px;
	float: right;
	padding-top: 88px;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    float: left;
}

ul#navi-bar li:hover {
    float: left;
	background: url(images/right-nav.png) no-repeat right;
}

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 5px 10px;
	height: 15px;
	display: block;
	float: left;
}

#navi-bar a:hover {
	background: url(images/left-nav.png) no-repeat left;
	color: #FFF;
}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 10px;
	padding: 3px !important;
	padding: 3px 0;
	font-family: Tahoma, sans-serif;
	width: 221px;
}

#sidebar ul h2 {
    font-size: 12px;
	margin: 0 0 4px 0;
	background: url('images/sidebar-heading.png') no-repeat;
	padding: 12px 0 12px 40px;
	color: #FFF;
}

#sidebar ul li {
    margin-bottom: 10px;
	background: #FFF url('images/sidebar-bottom.png') no-repeat bottom;
}

#sidebar ul ul {
	padding: 0 3px;
	width: 215px;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
	background: #FFF url('images/sidebar-list.png') no-repeat;
	width: 197px;
	padding: 8px;
}
#sidebar ul ul li:hover {
	background: #FFF url('images/sidebar-list-hover.png') no-repeat;
}
#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
	background: url('images/bullet.png') no-repeat left;
	display: block;
	padding-left: 10px;
	color: #FFF;
}
#sidebar a:hover {

}

#sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
.post {
    margin: 0 0 0 0;
	font-size: 12px;
	line-height: 14px;
}

.post .post-heading {
	line-height: normal;
	font-family: Tahoma, sans-serif;
	background: url('images/post-heading.png') no-repeat;
	float: right;
	width: 407px;
	height: 44px;
	margin: 5px 0;
	padding: 2px 5px;
}

.post .post-heading p {
	font-size: 12px;
	color: #9ea7a8;
}
.post h2 a:hover, h2 a:visited, h2 a {
	font-size: 20px;
}

.post .posted {
	font-size: 10px;
	line-height: normal;
	width: 56px;
	height: 77px;
	background: url('images/calendar.png') no-repeat;
	float: left;
}

.post .posted div {
	text-align: center;
}

.post .posted div.month {
	font-weight: bold;
	padding-top: 5px;
	color: #FFF;
}

.post .posted div.day {
	padding-top: 8px;
	font-size: 30px;
	color: #e3471c;
}
.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
	line-height: normal;
}

.postmetadataalt {
	margin: 0 -7px;
	background-color: #cee8f5;
	padding: 10px;
}

.commentes {
	background: url('images/comments.png') no-repeat left;
	padding: 2px 0 2px 20px;
}
.commentes a {
	color: #3d566c;
}

.entrytext {

}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #999999;
}

ol.commentlist li {
    margin-bottom: 1em;
    padding: 20px;
}

ol.commentlist li p {
    color: #000;
}

ol.commentlist li.alt {

}

ol.commentlist a {
	color: #3d566c;
}

ol.commentlist p {
    margin: 0 0 0.5em 0;
    color: #3d566c;
}

#commentform p {
    font-size: 11px;
    margin: 0 0 5px 0;
    color: #3d566c;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 0;
    border-top: 3px solid #b5ccd7;
    border-left: 2px solid #b5ccd7;
    background-color: #cee8f5;
	color: #000;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
	font-weight: bold;
    color: #898989;
}

h3#comments, h3#respond {
    font-size: 16px;
    font-weight: bold;
    color: #3d566c;
    margin: 15px 0 4px 0;
}

#submit {
    background: url(images/submit.png) no-repeat;
    padding: 5px 5px;
	width: 116px;
    text-align: center;
    border: 0;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
}

.gravatar {
    float: left;
    width: 75px;
    margin: 0 5px 0 0;
}

.skit {
	background: url('images/author.png') no-repeat right 25px;
	padding: 10px 0;
}

.skutt {
	padding: 30px 0;
}
/************************/
/*     Search Design    */
/************************/
.search-boox {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
}
#searchform {
}

#searchform div {
	padding: 10px 5px;
}
#searchform #s {
	width: 140px;
	padding: 5px;
	background: url('images/search.png') no-repeat;
	border: none;
}

#searchform #searchsubmit {
	background: url('images/go.png') no-repeat;
	border: 0;
	padding: 5px !important;
	padding: 3px;
	margin: 0;
	width: 46px;
	color: #FFF;
	float: right;
}

/************************/
/*   Calendar Design    */
/************************/
#calendar_wrap {padding: 10px;}
#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 12px;
    padding: 20px 5px;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

.ad {
	margin: auto;
	position: absolute;
	bottom: 0px;
}

#tag_cloud div {
	padding: 10px;
}

#tag_cloud div a {color: #000; display: inline;}

#sticky {
	height: 212px;
	background: url('images/sticky.png') no-repeat;
}

#sticky .post {
	padding: 40px;
	height: 132px;
	margin: 0;
	overflow: hidden;
}

#sticky .post .posted{
	background: url('images/sticky-post.png') no-repeat;
}
#sticky .post-heading {
	background: none;
	float: left;
}

.stickys {float: left; width: 550px; padding-left:10px;}
