@charset "utf-8";
/* CSS Document */
/*
Theme Name: Doug Harrison Racing
Theme URL: http://www.dougharrisonracing.com
Description: Custom wordpress theme for Doug Harrison Racing Website
Version: 1.0
Author: Michael Raffaele (michael.raffaele@roi.com.au)
*/

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/bg.jpg) repeat;
}
.left {
	float:left;
}
.right {
	float:right;
}
p {
	padding:0 0 15px;
}

/*   HEADER   */
#header {
	width:960px;
	margin:0 auto;
	padding:10px 0 20px;
}
#logobar {
	font-size:42px;
	line-height:46px;
	color:#fff;
	text-shadow:0px 2px 0px rgba(0,0,0,1);
	overflow:hidden;
}
#logo {
	display:block;
	float:left;
	background:url(images/doug-harrison-bigsilk.png) no-repeat 0px -2px;
	padding:15px 0 0 80px;
}
.tagline {
	display:block;
	font-size:17px;
	line-height:24px;
	padding:0px 0 0 3px;
}
#phoneno {
	display:block;
	float:right;
	text-align:right;
	font-size:30px;
	line-height:34px;
	padding:23px 0 2px 0;
}
#phoneno span {
	display:block;
	font-size:12px;
	line-height:18px;
	padding:3px 0 0;
}

#menubar {
	overflow:hidden;
	margin:15px 0 0;
}
#menubar ul {
	float:left;
	list-style:none;
	font-size:15px;
	line-height:18px;
}
#menubar ul li {
	margin:0 10px 0 0;
	float:left;
}
#menubar ul li a {
	color:#fff;
	text-shadow:0px 1px 0px rgba(0,0,0,1);
	text-decoration:none;
	background:#774f38;
	display:block;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#menubar ul li a:hover {
	color:#ccc;
}

#searchform {
	background:#000;
	width:210px;
	float:right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
}
#searchform #s {
	background:#1a1a1a;
	color:#f1d4af;
	border:0;
	height:30px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:160px;
	padding:0 5px;
	float:left;
}
#searchform #searchsubmit {
	background:#000;
	color:#f1d4af;
	border:0;
	font-weight:700;
	width:40px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 0 0;
	text-align:center;
	cursor:pointer;
}

/*   PLAIN WRAPPER   */
#contentwrap {
	width:960px;
	background:#84604b;
	margin:0 auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px 0;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);

}

/*   INNER WRAPPER   */
#maincontent {
	width:900px;
	background:#fff;
	margin:0 auto;
	padding:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

/*   FOOTER   */
#footer {
	margin:20px auto 0;
	width:920px;
	height:35px;
	background:url(images/footer.jpg) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#fff;
	font-weight:700;
	font-size:12px;
	line-height:16px;
	padding:18px 20px 0;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


/*   ENQUIRY FORMS   */
.forms {
	width:310px;
}
.forms ol {
	list-style:none;
}
.forms li {
	padding:5px 0;
}
.forms label {
	display:block;
	font-weight:700;	
	font-size:12px;
}
.forms input, .forms textarea {
	width:300px;
	border:1px solid #888;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
}
.forms textarea {
	height:100px;
}
.forms #submit {
	width:100px;
	float:right;
	background:#774f38;
	color:#fff;
	font-weight:700;
	cursor:pointer;
}

.sub {
	font-size: 32px;
	font-weight: 100;
	color: #532105;
	font-style: italic;
	padding:10px 0 0;
}