/*  
Theme Name: CleanWheels
Theme URI: http://www.cleanwheels.co.uk
Description: Theme designed specifically for CleanWheels Mobile Car Valeting.
Version: 1.0
Author: Jon MacKinnon
Author URI: http://www.jonmack.co.uk/
	
*/
	
/* Reset */
@import "reset.css";
* {
	margin: 0;
}
	
/* Body */
body,html {
	background-color: #F5F5F5;
	background-image: url('images/bg.gif');
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0;
	font-family: Helvetica, "Trebuchet MS", Sans-Serif;
	font-size: 10pt;
	vertical-align: top;
	height: 100%;
	color: #000;
}
	
h1 {
	font-family: Helvetica, "Trebuchet MS", Sans-Serif;
	font-size: 15pt;
	font-weight: 400;
	color: #666;
}

h3 {
	font-weight: 700;
	color: #333;
	font-size: 11pt;
	line-height: 15pt;
}
	
/* Wrapper */
#wrapper {
	width: 950px;
	text-align: left;
	margin:  0 auto;
}
	
/* Header */
#header {
	float: left;
	width: 950px;
	height: 200px;
	margin: 0;
	background-image: url('images/header.jpg');
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
}

/* Nav */
#topnav {
	margin: 175px 0 0 600px;
	padding: 0;
}

#topnav ul {
	padding: 0 0 5px 5px;
	background-color: transparent;
	color: #686868;
	width:100%;
	font-family: Helvetica, "Trebuchet MS", Sans-Serif;
	line-height:18px;
}

#topnav ul li {
	display:inline;
	padding:5px 0;
	margin: 0;
}

#topnav ul li a {
	color:#CCC;
	text-decoration:none;
	padding:5px 10px;
	border-left: 1px solid #CCC;
}

#topnav ul li a:hover {
	border-left: 1px solid #FFF;
	color:#FFF;
	padding: 5px 10px;
}

/* Container */
#container {
	background-color: transparent;
	float: left;
	width: 925px;
	padding: 0 0 0 25px;
	color: #686868;
}

#blurb {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
}
	
.post {
	padding: 7px 0 10px 0;
}
	
.post h2 {
	font-family: Helvetica, "Trebuchet MS", Sans-Serif;
	font-size: 13pt;
	font-weight: 700;
	color: #000;
	margin: 0 0 5px 5px;
}

.entry {
	color: #333;
	font-size: 10pt;
	line-height: 12pt;
	padding: 0 10px 0 10px;
}
	
.entry p {
	padding: 0 0 5px 10px;
}

em {
	font-style: oblique;
	padding: 0 0 0 5px;
}

strong {
	font-weight: 700;
}

p {
	padding: 0 10px 0 0;
}

.buttons {
	background-color: #FFF;
	color: #333;
	padding: 2px;
	margin: -5px 0 5px 10px;
	border: 3px double #999;
	border-top-color: #CCC;
	border-left-color: #CCC;
}

.buttons:active {
border: 3px double #CCC;
border-top-color: #999;
border-left-color: #999;
}

.navigation {
	margin: 0 0 0 10px;
}
	
/* Footer */	

#footer {
	border-top: 1px dotted #000;
	font-size: 8pt;
	clear: both;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 100%;
	height: 50px;
	text-align: center;
}

#footer p {
	line-height:12pt;
}

/* Links */
a:link, a:visited, a:active {
	color: #5A97B6;
	text-decoration: none;
	font-weight: 700;
}
	
a:hover {
	color: #686868;
	text-decoration: none;
}