/*
Theme Name: WhatOnline
Theme URI: http://wordpress.org/
Description: SEO friendly plain theme
Version: 1
Author: Paul Gosnell
Author URI: http://www.whatonline.co.uk
Tags: seo, plain, simple
*/

body,img,ul,li,p,h1,h2,h3,h4{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	color:#333;
	line-height:1.5;
}
body.home h2#title {display:none;}

li {
	font-size:1.2em;
}
li li,
li p {
	font-size:1em;
}
p {
	font-size:1.2em;
}
h1 {
	font-size:1.8em;
	color:#666;
}
h1 a {
	text-decoration:none;
	color:#666;
}
h2 {
	font-size:1.6em;
	padding:0 0 5px 0;
	color:#555;
}
h2 a {
	text-decoration:none;
	color:#c00;
}
h3 {
	font-size:1.4em;
	color:#999;
}
h3 a {
	text-decoration:none;
	color:#666;
}
a {
	color:#333;
}
a:hover {
	color:#c00;
	text-decoration:none;
}

#site {
	width:992px; 
	margin:0 auto;
}
#header {
	border-bottom:2px solid #ccc;  
	padding:10px 5px;
	margin:0 0 2px 0;
	position:relative;
}
#header form {
	text-align:right;
	width:300px;
	position:absolute;
	top:34px;
	right:10px;
}
#header form input {
	margin:0;
}
#header form label {
	font-size:1.2em;
}
#header form input#searchsubmit {
	cursor:pointer;
}
#nav {
	position:absolute;
	top:5px;
	right:0;
}
#nav li {
	float:left;
	margin:0 0 0 10px;
}
#nav li a {
	color:#666;
	text-decoration:none;
}
#nav li a:hover {
	color:#c00;
}
#content {
	padding:10px 5px;
	margin:0 0 2px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
#footer {
	border-top:2px solid #ccc; 
	padding:10px 5px;
	text-align:right;
	clear:both;
}
#footer p{
	font-size:1.1em;
}
#sidebar {	
	float:right;
	width:250px;
	border-left:30px solid #fff;
	background:#fff;
}
#sidebar h2{
	font-size:1.2em;
}
#sidebar ul{
	padding:0 0 15px 0;
}
#sidebar a{
	text-decoration:none;
	color:#666;
}
#sidebar a:hover{
	color:#c00;
}
#cats{
	padding:10px 0;
}
#cats li{
	float:left;
	width:295px;
	height:95px;
	margin:0 5px 5px 0;
	text-align:center;
	border:1px solid #ccc;
	position:relative;
}
#cats li h2{
	font-size:1.2em;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	display:block;
	background:#fff;
	padding:0;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#cats li:hover{
	border:1px solid #c00;
}
#cats li:hover h2{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#cats li#ferrari{
	background:url(images/cats/ferrari.jpg) no-repeat;
}
#cats li#porsche{
	background:url(images/cats/porsche.jpg) no-repeat;
}
#cats li#lamborghini{
	background:url(images/cats/lamborghini.jpg) no-repeat;
}
#cats li#aston-martin{
	background:url(images/cats/aston-martin.jpg) no-repeat;
}
#cats li#lotus{
	background:url(images/cats/lotus.jpg) no-repeat;
}
#cats li#audi{
	background:url(images/cats/audi.jpg) no-repeat;
}
#cats li#juggernaut{
	background:url(images/cats/juggernaut.jpg) no-repeat;
}
#cats li#off-road{
	background:url(images/cats/off-road.jpg) no-repeat;
}
#cats li#rally{
	background:url(images/cats/rally.jpg) no-repeat;
}
#cats li#single-seater{
	background:url(images/cats/single-seater.jpg) no-repeat;
}



.post {
	padding:10px 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	margin:0 0 5px 0;
}
/*
	--------------------------------------------------- comment form
*/
#respond {
	width:50%;
}
input,
textarea {
	border:1px solid #ccc;
	margin:0 0 5px 0;
}
textarea {
	width:400px;
	height:100px;
}
input#submit {
	font-size:1.1em;
	color:#fff;
	background:#999;
	padding:2px 6px;
	border:none;
	cursor:pointer;
}
#comments{
	display:none;
}
#writeComment,
#hideComment{
	cursor:pointer;
	font-weight:bold;
	padding:5px 0;
}
.comment {
	border:1px solid #ccc;
	padding:10px;
	width:50%;
	margin:10px 0;
}
.avatar {
	float:right;
	border:1px solid #ccc;
	padding:2px;
	margin:0 0 10px 10px;
}
.commentmetadata a{
	font-size:.9em;
}
.comment-body p {
	padding:20px 0 10px 0;
}

/*
	--------------------------------------------------- product 
*/

.productDesc{
	font-size:1.2em;
	padding:10px 0;
}
.productImg{
	float:right;
	margin:0 0 10px 20px;
	text-align:center;
}
.productImg img{
	display:block;
	padding:2px;
	border:1px solid #ccc;
}
.productImg a{
	font-size:1.1em;
	color:#666;
	text-decoration:none;
}
.productPrice{
	font-size:1.3em;
	padding:10px 0;
	font-weight:bold;
	font-style:italic;
}
.productBuy{
	padding:10px 0;
	margin:0 0 10px 0;
}
.productBuy a{
	font-size:1.2em;
	color:#fff;
	background:#c00;
	padding:4px 6px;
	text-decoration:none;
}
.productBuy a:hover{
	background:#000;
}

/* images in text editor */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.clear {
	clear: both;
}
ul.tabs-nav{
	height:30px;
	margin:15px 0 0 0;
}
ul.tabs-nav li{
	float:left;
}
ul.tabs-nav li a{
	line-height:30px;
	display:block;
	background:#999;
	padding:0 10px;
	margin:0 2px 0 0;
	color:#ccc;
}
ul.tabs-nav li a:hover,
ul.tabs-nav li.tabs-selected a{
	color:#fff;
	text-decoration:none;
	background:#333;
}

.tabs-hide{display:none;}


#wp_page_numbers{
	clear:left;
}