/*
Theme Name: Learners Choice CQ 2009
Theme URI: http://www.almostanything.com.au
Description: 2009 Design for Learners Choice CQ.
Version: 1.0
Author: Almost Anything Web and Graphic Design
Author URI: http://www.almostanything.com.au
*/

/*
 * COLOURS
 * red					:	ff0000
 * green				:	00ff00
 * blue					:	0000ff
 * 
 * CONTENTS
 * 1.Header and Body
 * 2.Main Content
 * 3.Forms
 * 3.Footer
 * 4.Forms
 * 5.Navigation
 * 6.News
 */

/*
 * 1.Header and Body
 */
 
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
	background:#fff200;
}
#header {
    background: #fff200 url(images/headerBg.png) bottom left no-repeat;
    height: 165px;
	overflow:hidden;
}

#header h1 {
    margin: 0;
    padding: 0;
    font: normal bold 5em/135px "Arial Narrow", sans-serif;
	font-weight:900;
	width:986px;
	height:157px;
	text-indent:-9999px;
	background:transparent url(images/logo.png) bottom center no-repeat
}

#header h1:first-letter {
	font-size:1.3em;
}

#header h1 a {
	text-decoration:none;
	color:#222;
	background:transparent;
	display:block;
	width:800px;
	height:157px;
	margin:0 auto;
}

#search {
    display: inline;
}
#description {
    display: inline;
    margin-right: 1em;
}
.widthlimiter {
    width: 986px;
    margin: 0 auto;
}

#container {
	background:#333 url(images/containerBgRepeater.png) top left repeat-y;
	position:relative;
	padding-right:26px;
	margin-bottom:100px;
}

#headercar {
	position:absolute;
	top:-49px;
	left:0;
	z-index:999;
}

#menu {
    background:#222 url(images/sidebarBgRepeater.png) top left repeat-y;
	position:absolute;
	z-index:77;
	left:29px;
	top:0;
	padding-top:96px;
	width:249px;
	height:500px;
}
#content{
    font: normal .94em/1.7em sans-serif;
	letter-spacing:.4px;
	width: 641px;
	background:#3a3234 url(images/contentBgRepeater.png) top left repeat-y;
	float:right;
	padding:20px;
	position:relative;
	z-index:1;
	min-height:450px;
	border-left:1px solid #575300;
}
#sidebar li{
	list-style:none;
	padding:0;
	margin:0;
}

/*
 * 2.Main Content
 */

h1, h2, h3, h4, h5 {
    color: #666;
}

#content h1 {
	color:#ff0;
}

#content h2 {
	color:#fff;
}

#content h3 {
	color:#999;
}

/*
h1 {
    margin: 0;
    padding: 0;
    font: normal bold 2em/80px sans-serif;
}
h2 {
    font: normal bold 1.6em sans-serif;
    margin: 0.5em 0
}
h3 {
    font: normal bold 1.4em sans-serif;
    margin: 0.4em 0
}
*/

#content {
	color:#dcdcdc;
	font-family:"Century Gothic", Futura, "HelveticaNeue LT 35 Thin", Helvetica, sans-serif;
	padding-bottom:50px;
}

a {
    color: #666666;
}
a:hover {
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
}
#content img.alignleft, #content div.alignleft {
	float:left;
	margin:0 0.5em 0.5em 0;
}
#content img.alignright, #content div.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
}
#content img.aligncentered, #content div.aligncentered {
	text-align:center;
	margin:0 auto;
}


/*
 * 3.Forms
 * Override any of the default cforms styles here by prefixing with #content
 * to increase specifity
 */
#content .cform legend {
    font-family: sans-serif;
}
#content .cform fieldset {
    background: #cccccc;
}
.linklove { /*hides link to author but still gives them the backlink*/
    display: none;
}

/*
 * 3.Footer
 * Text should be a little smaller and more subtle in contrast.
 */
#footer {
    background:transparent url(images/footerBg.png) bottom left no-repeat;
	height:141px;
	width:389px;
	clear:both;
	position:relative;
	padding-left:600px;
	padding-top:15px;
}
#footer p {
    font-size: 0.8em;
    line-height: 1.5em;
	margin:0 0 1.2em 0;
    color: #fff;
}

#footercar {
	position:absolute;
	bottom:-59px;
	left:73px;
	z-index:999;
}

#footer strong {
	color:#ff0;
}

#footer a {
    color: #ccc;
    text-decoration: none;
	padding:.3em
}
#footer a:hover {
    text-decoration: underline;
	background:#222;
}

/*
 * 5.Navigation
 * Ahhh, the fun part. If you get stuck, ask Jeff Vader. I'm his brother.
 * http://www.youtube.com/watch?v=7tUNNM-Hyu8
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:39px;
}
.nav li {
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
/*** ORIGINAL SKIN ***/

.nav li.current_page_item a {
	color:#ff0;
	background:#3a3234;
	margin-left:-1px;
	position:relative;
	left:1px;
	border-top:1px solid #575300;
	border-bottom:1px solid #575300;
}

.nav .current_page_ancestor, ul.nav li.current_page_item ul li a {
	color:#fff;
	margin-right:0;
	left:0;
	background:#4b4245 !important;
	border:none;
}

ul.nav li.current_page_item ul li a:hover {
	background:#222 !important;
}

.nav a {
	color: #fff;
	text-decoration:none;
	padding:0 1em 0 1em;
	font-size:1.1em;
}

.nav li li a {
	font-size:.9em;
	padding-left:2em;
}

.nav a:focus, .nav a:hover, .nav a:active {
	background:#222;
}

/*
 * 6.News
 */
.postdate, .postmetadata{
	font-size:0.8em;
	font-style:italic;
}

/*
 * 6.Forms
 */
 
 form.cform {
 	background:#816f74 !important;
	border:1px solid #222;
	width:350px;
	float:right;
	margin:1em 1.5em;
	-webkit-box-shadow:0 0 20px #000;
	-moz-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;
 }
 
 #page9 form.cform, #page19 form.cform {
 	margin-top:-3.5em;
 }
 
form.cform ol.cf-ol li {
	background:#6f6064 !important;
	padding:.5em 1em;
}

form.cform label {
	display:block;
}

form.cform span {
	width:300px !important;
	text-align:left;
	font-weight:bold;
	font-family:Helvetica, sans-serif;
}

form.cform .emailreqtxt, form.cform .reqtxt {
	font-weight:normal;
	margin:0;
	clear:both;
	display:block;
}
 
form.cform ol.cf-ol li#li--2, form.cform ol.cf-ol li#li--4, form.cform ol.cf-ol li#li--6 {
	background:transparent !important;
}

form.cform textarea, form.cform input {
	margin:.5em 0;
	font-size:.9em;
	background:#55494c;
	border-color:#333;
	clear:both;
	padding:5px 3px !important;
	width:290px !important;
	color:#fff;
}

form.cform textarea {
	height:50px;
}

form.cform textarea:hover, form.cform input:hover {
	background:#483e40;
	border-color:#222;
}

form.cform textarea:focus, form.cform input:focus, form.cform textarea:active, form.cform input:active {
	background:#151515;
	border-color:#fff;
	color:#fff !important;
}

form.cform #sendbutton, form.cform #sendbutton2 {
	background:#483e40;
	color:#ffdbe4;
	border-top:1px solid #e0c0c8 !important;
	border-left:1px solid #e0c0c8 !important;
	border-bottom:1px solid #b79da4 !important;
	border-right:1px solid #b79da4 !important;
	margin:1em !important;
	width:100px !important;
}
