﻿/*  
Theme Name: ODMH
Theme URI: http://www.outdrivingmyheadlights.com/wptheme
Description: Theme for Outdriving My Headlights WP site
Version: 1.1
Author: WPB 
Author URI: http://www.novelwebsitedesign.com
*/

/************************************************
*	Body									*
************************************************/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #FFFFFF;
/*	background-image: url(images/backgroundgradient.png);
	background-position:left top;
	background-repeat:repeat-x;
*/
	color:white;
}

/************************************************
*	Wrapper									*
************************************************/
#wrapper{
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: left;
}

/************************************************
*	Top Bar									*
************************************************/
#topbar {
	clear:both;
	background: #630021 url(images/outdriving_header.jpg) no-repeat;
	width: 990px;
	height: 175px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

/************************************************
*	Header									*
************************************************/
#header{
	float: left;
	width: 990px;
}

/************************************************
*	SiteContainer									*
************************************************/
#sitecontainer{
	float: left;
	width: 990px;
	background: white;
}

/************************************************
*	Container									*
************************************************/
#container{
	float: left;
	width: 540px;
	background: white;
	color: black;
}

/************************************************
*	Sidebar									*
************************************************/
.sidebar{
	float: left;
	width: 200px;
	background: white;
	color: black;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-family: Courier New, Arial, Helvetica, Georgia, Sans-serif;
font-size: 18px;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

/************************************************
*	Sidebar2									*
************************************************/
#sidebar2{
	float: right;
	width: 250px;
	background: white;
	color: black;
}

#sidebar2 ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

#sidebar2 ul li{
padding: 10px 0 10px 0;
}

#sidebar2 ul li h2{
font-family: Courier New, Arial, Helvetica, Georgia, Sans-serif;
font-size: 18px;
}

#sidebar2 ul ul li{
padding: 0;
line-height: 24px;
}

/************************************************
*	Hyperlinks									*
************************************************/
a:link, a:visited{
	text-decoration: underline;
	color: #AC0039;
}

a:hover{
	text-decoration: none;
}

a img {border: none !important;}
/************************************************
*	Posts									*
************************************************/
h1{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

h2{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 20px;
color: black;
}

h3{
font-family: Arial, Helvetica, Georgia, Sans-serif;
color: black;
}

p{
padding: 10px 0 0 0;
}

.post{
padding: 10px 0 10px 0;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
margin: 10px;
text-align: center;
}

/************************************************
*	Comments									*
************************************************/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/*
.alt {
	background-color:silver;
} 
*/

*/

/************************************************
*	Footer									*
************************************************/
#footer{
	clear: both;
	float: left;
	width: 990px;
	padding-top: 10px;
	background:white;
	color:black;
}

#footer p{
	line-height:18px;
}