/*
Theme Name: learntodrive.com
Version: 1.0
Theme URI: http://learntodrive.com
Author: Zenutech Inc.
Author URI: http://www.zenutech.ca/
Description: A theme design for learntodrive.com.
*/

/* Elements */

body {
	font-family: "Trebuchet MS", Verdana, Futura, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fffae6 url(images/header/bg.png) top left repeat-x;
	font-size: 0.9em;
	min-width: 1004px;
}

#nav ul li ul li a,
a {
	color: #333399;
	text-decoration: none;
}

#nav ul li ul li a:hover,
a:hover {
	color: #666699;
	text-decoration: underline;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-weight: normal;
	font-size: 1.6em;
}

h2 {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 0;
}

hr {
	border: none 0;
	border-top: 1px dashed #C5C5C5;
	height: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

blockquote {
	margin-left: 20px;
	border-left: 20px solid #e2ddca;
	padding: 10px;
	font-size: 0.9em;
	background-color: #f5f0dd;
	clear: left;
}

ul, ul ul {
	list-style-image: url(images/bullet.png);
	padding-left: 20px;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1.0em;
	font-size: 0.9em;
}

code {
	font-family: Courier New, Courier, Monospace;
	font-size: 1em;
	color: #666666;
}

acronym, abbr {
	cursor: help;
}

input, textarea {
	position: relative;
	border: 1px solid #c6c1ac;
	padding: 0.2em;
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 0.9em;
}

input:focus, textarea:focus {
	background-color: #fff;
}

input.button {
	font-size: 1.1em;
	background-color: #e2ddca;
	cursor: pointer;
	font-family: "Trebuchet MS", Verdana, Futura, Arial, Helvetica, sans-serif;
}

input.button:hover {
	background-color: #f5f0dd;
}

fieldset {
	border: 0;
	padding: 0;
}

fieldset legend {
	padding: 0;
	font-weight: bold;
	color: #000;
}

#main {
	width: 1004px;
	margin: 0 auto 0 auto;
}

/* Header */

#header {
	position: relative;
	height: 147px;
	background: transparent url(images/header/hills.png) no-repeat right top;
	z-index: 96;
}

#header h1.title {
	position: relative;
	margin: 0;
	top: 50px;
	left: 16px;
	width: 268px;
	height: 51px;
	z-index: 2;
}

#header h1.title a {
	width: 350px;
	height: 79px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url(images/header/logo.png) no-repeat top left;
}

#nav {
	position: absolute;
	top: 14px;
	right: 40px;
	width: 560px;
	height: 45px;
	background: url(images/header/nav.png) no-repeat top left;
	color: #fff;
	z-index: 97;
}

#nav ul {
	position: relative;
	top: 6px;
	left: 7px;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	z-index: 98;
}

#nav ul li {
	position: relative;
	width: 181px;
	height: 31px;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	z-index: 99;
	padding: 0;
}

#nav ul li a {
	position: relative;
	display: block;
	width: 181px;
	height: 31px;
	color: #fff;
	text-align: center;
	padding: 9px 0 0 0;
	z-index: 100;
}

#nav ul li a span {
	overflow: hidden;
	padding: 0 0 0 18px;
	background: url(images/header/bullet.png) no-repeat top left;
}

#nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#nav ul li.sfHover a span {
	background-position: left -190px;
}

#nav ul li div.dropdown {
	position: relative;
	width: 181px;
	top: -8px;
	display: none;
}

#nav ul li ul {
	position: relative;
	top: 0;
	left: 0;
	width: 151px;
	background: url(images/header/menu.png) repeat-y bottom left;
	margin: 0;
	padding: 0.4em 15px 0.4em 15px;
	z-index: 101;
}

#nav ul li div.butt {
	display: block;
	height: 16px;
	background: url(images/header/menu-butt.png) no-repeat bottom left;
}

#nav ul li ul li {
	float: none;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.0em;
	width: 100%;
	height: auto;
	margin-top: 0.4em;
	z-index: 102;
}

#nav ul li ul li a {
	display: block;
	text-align: left;
	width: 141px;
	height: auto;
	padding: 5px;
	z-index: 103;
}

#nav ul li ul li a:hover {
	text-decoration: none;
	background-color: #f5f0dd;
	color: #333399;
}

#breadcrumb {
	font-size: 0.9em;
	width: 964px;
	margin: 0 auto 0 auto;
}

#content {
	position: relative;
	padding-bottom: 30px;
	z-index: 1;
	min-height: 500px;
	width: 750px;
	margin: 0 0 0 20px;
}

#content h2.page-title {
	font-weight: normal;
	margin: 0.5em 0 0 0;
}

#content.main-page {
	width: 964px;
	margin: 0 auto 0 auto;
}

#sidebar {
	position: absolute;
	top: 0;
	left: 800px;
	width: 200px;
	margin: 0;
	padding: 3em 0 0 0;
}

#sidebar li.widget,
#sidebar li.module,
#sidebar li.categories {
	list-style: none;
	list-style-image: none;
}

#sidebar h2 {
	font-size: 1.1em;
	margin: 2em 0 0.5em 0;
}

#searchform br {
	display: none;
}

ul.courses {
	padding-left: 0;
	margin-left: 0;
}

li.course {
	width: 700px;
	overflow: hidden;
	margin: 0.3em 0 0.3em 0;
	list-style: none;
	list-style-image: none;
}

li.course.header {
	text-align: left;
	background-color: #e2ddca;
	font-weight: bold;
}

li.course.stripe {
	background-color: #f5f0dd;
}

li.course div {
	float: left;
	padding: 5px;
}

li.course div.date {
	width: 180px;
}

li.course div.location {
	width: 220px;
}

li.course div.location address {
	font-style: normal;
	font-size: 0.9em;
	display: inline;
}

li.course div.in-class {
	width: 200px;
}

li.course div.location span.name {
	display: block;
}

li.course div.location span.map {
	font-size: 0.9em;
}

li.course div.in-class div {
	float: none;
	font-size: 0.9em;
	padding: 0 0 5px 0;
	overflow: hidden;
}

li.course div.in-class div.last {
	padding: 0;
}

li.course div.in-class div span {
	display: block;
	float: left;
}

li.course div.in-class div span.weekday {
	width: 80px;
}

li.course div.in-class div span.time {
	width: 120px;
}

li.course a.register {
	float: left;
	display: block;
	width: 60px;
	padding: 5px;
}

a.button {
	display: block;
	width: 168px;
	height: 40px;
	text-align: center;
	padding-top: 14px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(images/button.png) no-repeat top left;
}

a.button:hover {
	text-decoration: none;
	background-position: -168px 0;
}

/* Post styles */

div.post {
	margin-bottom: 4em;
}

div.post .date {
	font-size: 1.1em;
}

div.post ul,
div.post ol {
	clear: left;
}

#comments {
	margin-top: 2em;
}

div.comment {
	position: relative;
	z-index: 0;
	font-size: 0.9em;
	line-height:1.65em;
	color: #000;
	padding: 1em;
	background-color: #f5f0dd;
	overflow: hidden;
	margin-top: 1em;
}

div.comment h1.author {
	margin: 0 0 0.4em 0;
	font-size: 1.1em;
}

div.comment p {
	line-height: 1.2em;
}

div.comment p.date {
	font-size: 1.0em;
	color: #666;
	margin-top: 0.5em;
}

div.comment div.preview {
	position: absolute;
	right: 10px;
	bottom: 0;
	font-size: 3em;
	color: #c6c1ac;
}

div.comment img.gravatar {
	position: relative;
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 1em;
}

#comment_form p.subscribe-to-comments label {
	display: inline;
}

form.user_form {
	position: relative;
	color: #666;
}

form.user_form div.field {
	margin-bottom: 12px;
}

form.user_form input {
	width: 40%;
	padding: 0.3em;
	margin-top: 0.2em;
}

form.user_form label {
	display: block;
	width: 40%;
}

form.user_form textarea {
	position: absolute;
	top: 1em;
	left: 45%;
	width: 52%;
	font-size: 1.0em;
	height: 9.2em;
	color: #000;
	overflow: auto;
}

form.user_form input.button {
	width: auto;
}

form.user_form div.xhtml {
	clear: both;
	margin: 10px 0 10px 0;
}

form.input-form p.field {
	margin-bottom: 1em;
}

form.input-form p.field label {
	display: block;
	width: 150px;
	padding: 0.2em;
	float: left;
}

form.input-form input.button {
	margin: 1em 0 1em 0;
}

form.input-form fieldset {
	margin-top: 2em;
}

div.form_notice {
	background-color: #f5f0dd;
	padding: 10px;
	margin-bottom: 1em;
}

div.form_notice p {
	font-weight: bold;
}

div.form_notice ul {
	list-style-image: url(../images/bullet_ondark.png);
	clear: both;
}

.form_error {
	border: 2px solid red;
}

div#register {
	font-weight: bold;
}

.error {
	color: #cc0000;
}

#footer {
	position: relative;
	clear: both;
	height: 80px;
	margin: 5em 0 20px 0;
	font-size: 0.9em;
	color: #666;
	background: url(images/footer/bg.png) repeat-x;
	line-height: 1.4em;
}

#footer a {
	color: #336699;
}

#footer a:hover {
	color: #6699cc;
}

#footer div.left {
	position: relative;
	width: 984px;
	margin: 0 auto 0 auto;
	top: 20px;
}

#footer a.title {
	position: relative;
	margin-bottom: 10px;
	width: 228px;
	height: 47px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/footer/logo.png) top left no-repeat;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

#footer ul li {
	display: inline;
}

#footer ul li:after {
	content: " |";
}

#footer div.right {
	position: absolute;
	top: 0;
	right: 0;
}

#footer div.right a {
	text-indent: 999px;
	overflow: hidden;
}

/* --- navigation --- */

#next_prev_nav {
	position: relative;
	clear: both;
}

#previous_nav, #next_nav {
	position: absolute;
	color: #999;
}

#previous_nav {
	left: 0;
}

#next_nav {
	right: 0;
}

a #previous_nav, a #next_nav {
	color: #333399;
	font-weight: bold;
}

#home_nav a {
	padding-left: 10px;
	padding-right: 10px;
}
