/*********************************************
 	
	GLOBAL.CSS for blazemelbourne.com.au
	Author: jacktaranto@gmail.com

*********************************************/


/** OLDER IMPORTS, REMOVED TO REDUCE SERVER CALLS
**********************************/

/*

@import "reset.css"; 
@import "layout.css"; 
@import "typography.css"; 
@import "styles.css"; 
@import "nav.css"; 
@import "jquery.lightbox.css";

*/


/*********************************************
 	
	LAYOUT

*********************************************/


body {
	text-align:center; 
	background:#171817 url(../img/bg-page.png) repeat-y center;
}
	
div.wrapper {
	width:900px;
	text-align:left;
	margin:0 auto;
}

div#headwrap {
	position:relative;
	height:105px;
}

div#header {
	height:224px;
	width:100%;
	background:url(../img/bg-head.jpg) repeat-x;
}

div#landing {
	margin:30px 0 0;
	height:144px;
}

div#content {
	position:relative;
	margin-top:40px;
}

div#footer {
	position:relative;
	margin-top:36px;
	clear:both;
	height:50px;
}

div#sidebar {
	float:right;
	width:200px;
}

div.floated {
	float:left;
	width:670px;
}

#landingcontent {
	width:940px;
	height:164px;
	position:relative;
	left:-20px;
}

#landingcontent a, #landingcontent img, #sechead a {
	margin:0;
	border:0;
	padding:0;
}

#landingcontent img, #sechead img {
	float:left;
}

#aboutpage {
	position:relative;
	top:-40px;
}

#sechead {
	position:absolute;
	right:-7px;
	top:109px;
}

/*********************************************
 	
	NAV

*********************************************/

ul#nav {height:33px; position:absolute; right:0; bottom:0; margin:0;}

ul#nav li {float:left; display:block; position:relative;}

ul#nav li a {
	float:left;
	display:block;
	margin-left:4px;
	line-height:30px;
	font-weight:normal;
	border:0;
	height:33px;
	width:120px;
	background:url(../img/bg-nav.png) no-repeat;
	text-align:center;
	font-weight:bold;
}

ul#nav li a:hover {background:url(../img/bg-nav-o.png) no-repeat;}

ul#nav li a.active {background:url(../img/bg-nav-a.png) no-repeat;}

/*
ul#nav ul {position:absolute; left:0; bottom:-999em; line-height:18px;}

ul#nav ul li {display:block; position:relative; float:none; height:21px;}

ul#nav ul li a {
	float:none;
	display:block;
}

ul#nav li.sfHover ul {
	left:0;
	bottom:0;
}

ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	bottom:-999em;
}


div#btns {
	position:absolute;
	right:40px;
}

div#btns a {
	cursor:pointer;
	margin-left:20px;
	border:0;
}
*/

/*********************************************
	
	STYLES
	
*********************************************/
	


/** COLOUR
**********************************/

body {color:#fff;}

p,	
h1, 
h2
{
	color:#fff;
}

ul#nav li a,
ul#nav li a:hover,
ul#nav li a.active 
{
	color:#333;
}

a,
p.info {
color:#08a5f7;
}

a {
	border-bottom:1px dotted #08a5f7;
}

h1 {
	font-weight: normal;
}

h2 {
	font-weight: bold;	
}


/** IMAGES
**********************************/
	

#logo {
	position:absolute;
}




/** FORMS
**********************************/

input.form-submit {
	font-size:1em;
	display:block;
	padding:0.3em 0.5em;
	background:#343434;
	border:2px solid #898989;
	color:#fff;
	font-weight:bold;
	cursor: pointer;
	margin-left:90px;
	clear:both;
}

.webform-component-textarea {height:110px;}

textarea.form-textarea, input.form-text {
	color:#fff;
	background:#343434;
	border:2px solid #898989;
	font-size:13px;
	font-family:Arial, sans-serif;
	line-height:20px;
}

input.form-text {
	float:left;
	height:20px;
	width:190px;
}

.webform-component-textfield label {
	float:left;
	clear:left;
	display:block;
	width:90px;
	height:22px;
	line-height:22px;
	margin-bottom:6px;
}

.resizable-textarea {
	float:left;
}

textarea.form-textarea {
	float:left;
	height:100px;
	width:250px;
	margin-bottom:10px;
}


/** SIGNUP FORM
**********************************/

#hero {
	width:600px;
	margin:0 auto;
	text-align: center;
}

#form-intro {
	float:left;
	width:285px;
	margin:0 30px 0 150px;
}

#webform-client-form-4 {
	float:left;
}

.form-checkboxes {
	margin-left:20px;
}

#webform-component-left_column {
	float:left;
	position:relative;
	width:285px;
	margin:3em 0 0 0;
}

.webform-component-fieldset legend {
	display:none;
}

.webform-component-select {
	clear:both;
}

#webform-component-horsepower {
	padding-top:10px;
}


.form-checkboxes .form-item {
	float:left;
	width:auto;
	margin-right:20px;
	height:20px;
	display:inline;
}

.form-checkboxes .form-item label {
	line-height:1em;
}

#edit-submit {
	position:relative;
	top:20px;
	margin-left:0px;
}

label.option {}

#webform-component-left_column input.error {background:#ffdfdf;
  	border:2px solid #df7d7d;}

/** MESSAGES
**********************************/




/** REGIONS
**********************************/

.block-region {
	display:block;
	border:1px dashed #666;
	background:#ededed;
	color:#666;
	font-size:1em;
	line-height:3em;
	padding:0 0.5em;
	margin-top:1em;
}

.story {
	margin-bottom:3em;
}

/*********************************************
 	
	TYPOGRAPHY

*********************************************/




body {
	font-family:"Helvetica", sans-serif;
	
	font-size:0.80em; /* Make sure you set up your desired baseline size */
	
	/* Displays 18 grid: background:url(../images/grid-18.gif) repeat; */
	/* Displays 21 grid: background:url(../images/grid-21.gif) repeat; */
	/* Displays 24 grid: background:url(../images/grid-24.gif) repeat; */
}



/** CUSTOM TYPOGRAPHY
**********************************/

em,
ul#nav {
	font-weight:bold;
	font-style: normal;
}
	
p,
ul,
label
{
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

h1 {
	font-size:2.0em;
	line-height:1.5em;
	margin-bottom:0.75em;
}

h2 {
	font-size:1.5em;
	line-height:1em;
	margin-bottom: 1em;
}

li {
	font-size:1em;
	line-height:1.5em;
}

p.small {
	font-size:0.95em;
	line-height:1.5789em;
	margin-bottom:1.5789em;
}

.story h2 {
	margin-bottom:0;
}

/*********************************************
 	
	RESET

*********************************************/
	
* {
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
}

table {
	border-collapse:collapse;
}