/*
Theme Name: RaceTires.com
Theme URI: http://www.budzodesigns.com/
Description: Default theme for RaceTires.com.
Version: 2.0
Author: Chris Budzban
Author URI: http://www.budzodesigns.com/
Tags: race, tires, hoosier

*/

/* CSS Document */

body {
	background: #000 url(images/background.jpg) no-repeat top center;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color: #32004B;	
}

a:hover {
	position: relative;
	color: #fff;
	background: #000;
}

#wrapper {
	width: 960px;
	margin: 20px auto;
}

#header {
	background: url(images/rotator/rotator.php) no-repeat;
	height: 281px;
}

#navigation {
	padding: 205px 15px 15px 300px;
	height: 31px;
}

#navigation ul {
	width: 100%;	
}

#navigation li {
	font-size: 16px;	
}

/* CONTENT */

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol {
	margin: 10px 0 15px 0;
}

h1 {
	font-size: 2.4em;	
}

h2 {
	font-size: 2.2em;
	background: url(images/h2-back.gif) no-repeat;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 10px;
}

h3 {
	font-size: 1.9em;
}

h4 {
	font-size: 1.8em;	
}

h5 {
	font-size: 1.7em;	
}

h6 {
	font-size: 1.6em;	
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
}

li {
	font-size: 14px;	
}

#content {
	background: #fff;	
}

#content #left, #content #sidebar {
	float: left;
	display: inline;
	background: #fff;
	padding: 10px 20px;
}

#left {
	width: 660px;
}

#left h2 a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#left img.alignright {
	border: 1px solid #000;
	background: #ddd;
	padding: 3px;
	float: right;
	clear: right;
	margin: 8px;
}

#left img.aligncenter {
	border: 1px solid #000;
	background: #ddd;
	padding: 3px;
	text-align: center;
	margin: 8px;
}

p strong {
	clear: right;	
}

#sidebar {
	margin-left: 10px;
	width: 210px;
}

#sidebar h3 {
	background: url(images/h3-back.gif) no-repeat;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding-left: 10px;	
}

#sidebar h3 a {
	color: #fff;
	text-decoration: none;
}

#sidebar ul {
	margin: 10px 0;
	font-weight: bold;
}

#sidebar ul.children {
	margin-left: 25px;
	list-style: outside;
	font-weight: normal;
}

#sidebar li {
	padding: 3px 0;	
}

#clear {
	clear: left;	
}

/* FOOTER */

#footer {
	background: url(images/footer.gif) no-repeat;
	height: 106px;
}

/* SHOPP */

dt {
	font-weight: bold;	
}

dt, dd {
	font-size: 1.3em;
	padding: 3px 0;
}