/*
Theme Name: Robojack CMS
Theme URI: http://www.robojackstudios.com/
Description: This theme has been customized for use with the Red River VW Club web site.
Author: Caley Jack Steward
Author URI: http://www.robojackstudios.com/
Version: 0.5
*/
* { 
  margin: 0; 
  padding: 0;
}
body {
	background: #666;
	font: 62.5% Helvetica, Arial, sans-serif;
	line-height: 2.1em;
	color: #333;
}


/* LAYOUT */
#container {
	width: 90em;
	margin: 0 auto;
}
#header {
	width: 86em;
/*	height: 20em;*/
	float: left;
	padding: 2em 2em 0;
	background: #F7D33F url('images/header_bg.png') repeat-x top left;
}
#content {
	float: left;
	width: 86em;
	min-height: 28em;
	padding: 2em;
	background: #FFF url('images/content_bg.png') repeat-x top left;
}
#main {
	width: 50em;
	float: left;
	margin-right: 4em;
}
#aside {
	width: 32em;
	float: left;
}
#footer {
	float: left;
	width: 86em;
	padding: 2em;
/*	margin-bottom: 2em;*/
	background: #333;
}


/* HEADER */
#header #searchform {
	float: right;
}
#header fieldset {
	border: none;
}
#header input {
	font-size: 1.4em;
	padding: .25em;
	border: 1px solid #DDD;
}
#header img {
	padding: 0 2em 0 0;
	float: left;
}
#header h1 {
	margin-top: 90px;
	font-size: 4.8em;
	line-height: 1em;
}
#header h1 a { /* Site Name */
	text-decoration: none;
	font-style: italic;
	color: #F15A24;
}
#header p { /* The Tagline */
	font-size: 1.4em;
	margin: 1em 0;
}


/* NAVIGATION & SUB-NAV DROP-DOWNS */
#nav {
	clear: both;
	position: relative;
	padding: 0;
	float: left;
	z-index: 100;
}
#nav ul li {
	position: relative;
}
#nav li {
	float: left;
	list-style: none;
	font-size: 1.8em;
}
#nav li a {
	float: left;
	display: block;
	padding: .5em 1em;
/*	margin-right: .5em;*/
/*	background: #888;*/
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #666;
}
#nav li a:hover {
	text-decoration: none;
/*	color: #FFF;*/
	background: #FBB03B;
}
#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a {
	background: #E7E8E9;
	color: #F15A24;
}
#nav li.current_page_item li.page_item a, #nav li.current_page_parent li.current_page_item a, #nav li.current_page_parent li.page_item a {
	background: none;
	color: #DDD;
}
#nav li.current_page_item li.page_item a:hover, #nav li.current_page_parent li.current_page_item a:hover, #nav li.current_page_parent li.page_item a:hover {
	color: #FFF;
}
#nav li ul {
	position: absolute;
	min-width: 13em;
	margin: 2.4em 0 0;
	background: #888;
	display: none; /* Hide sub-pages from navigation */
}
#nav li ul a, #nav li.current_page_ancestor li a {
	min-width: 14em;
	margin: 0;
	padding: 0 1em;
	float: none;
	text-align: left;
	background: none;
}
#nav li ul a:hover, #nav li ul li.page_item a:hover {
	background: #999;
}
#nav li ul li {
	font-size: .8125em;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav li.page_item ul li.page_item ul, #nav li.page_item ul li.page_item ul li.page_item ul { /* hide 3rd level pages from navigation */
	display: none;
}


/* CONTENT-MAIN */
#main p {
	font-size: 1.4em;
	margin: 1em 0;
}
#main .post {
	padding-bottom: 1em;
	margin-bottom: 3em;
	border-bottom: 1px dotted #666;
}
#content h1 {
	margin: 0 0 .25em;
	font-size: 2.1em;
	line-height: 1em;
}
#content h2 {
	margin: 0 0 .5em;
	font-size: 1.8em;
	line-height: 1em;
}
#content h3 {
	font-size: 1.6em;
}
#content h4 {
	font-size: 1.4em;
}
#content h2, #content h3, #content h4, #content h5 {
/*	line-height: 1em;*/
}
#main img {
	float: left;
	margin-right: .5em;
}
#content a {
	color: #F15A24;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px solid #F15A24;
}
#content #main li {
	list-style: none;
	font-size: 1.2em;
	margin-bottom: 1em;
}
#content #main li a {
	display: block;
	font-size: 1.2em;
}

/* CONTENT-ASIDE */
#aside li {
	margin: 0 0 1em;
	padding: 1em;
	list-style: none;
	font-size: 1.2em;
	background: #D9D9D9;
	border-top: 4px solid #F15A24;
	border-bottom: 4px solid #F15A24;
}
#aside li li {
	font-size: 1em;
	padding: 0;
	border: none;
}
#aside li li {
	margin: 0 0 .5em;
}
#aside .bigLink {
	font-size: 1.6em;
	font-weight: bold;
}
#aside .bigLink .small {
	font-size: .75em;
	color: #222;
	font-weight: normal;
	
}


/* FOOTER */
#footer {
	color: #AAA;
}
#footer a {
	color: #999;
}

/* POSTS AND COMMENTS */
#main .postmetadata {
	font-size: 1em;
}
ol.commentlist {
	list-style: none;
}
ol.commentlist li {
	margin: 1em 0;
	border-bottom: 1px dotted #999;
}
#commentform p {
	font-size: 1em;
}
#commentform textarea {
	width: 100%;
	padding: .5em;
	font: 1.4em sans-serif;
	border: 1px solid #999;
}

.ec3_schedule {
	font-size: 14px;
	font-weight: bold;
}
.ec3_start, .ec3_to, .ec3_end {
	font-size: 12px;
	font-weight: normal;
}
.ec3_to {
	padding: 0 5px;
}
