/* @override http://dev.western4wdriver.com.au/css/western4wdriver.css */

body {
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #a15c2e;
	color: #fff;
}

/* @group Panels */

#container {
	position: relative;
	width: 710px;
	margin: 20px auto;
	padding: 25px;
	background-image: url(../upload/template/western4wdriver/banner-002.jpg);
	background-position: 0 -50px;
	background-repeat: no-repeat;
	background-color: #000;
	border: 10px solid #111;
}

#banner {
	height: 290px;
}

#banner h1 {
	text-indent: -1000em;
}

#search {
	position: absolute;
	right: 25px;
	top: 25px;
}

#main {
	overflow: hidden;
}

#content {
	float: left;
	width: 460px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

#sidebar-right {
	float: right;
	width: 200px;
	padding-left: 25px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
	border-left: 1px solid #333;
}

/* @end */

/* @group Fonts */

#content p, #content li {
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 1em;
}

#content blockquote {
	margin: 2em;
	padding: 2em;
	background-color: #333;
}

#content h1 {
	font-size: 2em;
	margin-bottom: 0.6em;
}

#content h2 {
	font-size: 1.6em;
	margin-bottom: 0.6em;
}

#content h3 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
}

#content h4 {
	font-size: 1.3em;
	margin-bottom: 0.6em;
}

#content h5 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

#content h6 {
	font-size: 1.0em;
	margin-bottom: 0.6em;
}

#content h2 strong {
	font-weight: normal;
	color: #feed01;
}

#main a {
	color: #5db0fa;
}

/* @end */

/* @group Navlist */

#navlist {
	position: absolute;
	top: 260px;
	left: 0;
	width: 710px;
	padding: 0 25px;
	border-bottom: 1px solid #666;
	height: 28px;
}

#navlist li {
	float: left;
}

#navlist a {
	float: left;
	color: #ccc;
	text-decoration: none;
	padding: 5px 15px;
	margin-right: 15px;
	font-size: 14px;
	border: 1px solid #666;
	border-bottom: none;
}

#navlist .selected>a {
	color: #feed01;
	border-bottom: 2px solid #000;
}

/* @end */