/* 

Date:		15-06-09
Author:		Johny Favourite
Version:	1.0
Project:	Template


---------------------------------------------------- */

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size: 0;
	content:" ";
	clear:both;
	height: 0;
}

.right {
	float:right;
}

html { overflow-y: scroll } 

body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#e6e9d4;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:100%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.25em;
	text-align:center;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}


#page {
	margin:0 auto;
	text-align:left;
	width:960px;
	padding-bottom:88px;
}

header {
	height:85px;
}

header h1 {
	margin-left:10px;
	width:131px;
	height:50px;
	text-indent:-5000px;
	background:transparent url(../images/test-logo.png) no-repeat scroll 0 0;
	float:left;
	cursor:pointer;
}

header nav ul {
	float:right;
	margin-top:15px;
}	

header nav ul li {
	display:inline;
	margin-right:15px;
}

header nav ul li a {
	text-decoration:none;
	text-shadow:0 1px 0 #ccc;
	color:#000;
}

aside#left, aside#right, section#main {
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline;
}

aside#left {
	margin-top:30px;
	width:140px;
}

aside#right {
	margin-top:30px;
	width:220px;
}

section#fp_main + aside#right {
	display:none;
}

section#main {
	width:540px;
	background:transparent url(../images/540head.png) no-repeat scroll 0 0;
	display:inline;
}

section#main article {
	margin-top:23px;
	background-color:#FFF;
	padding-bottom:16px;
	
}

section#main article figure {
	margin:1.5em 10px 0;
}

section#main article figure img {
	display:block;
	margin:10px 0;
}

#left ul li {
	font-size:0.75em;
	font-weight:bold;
	border-bottom:1px solid #E3E5D7;
	margin-bottom:3px;
	padding-bottom:3px;
}

#left ul li:hover {
	border-bottom:1px solid #006633;
}

#left ul li a {
	color:#484848;
	text-decoration:none;
}

#left ul li a:hover {
	color:#000;
}

.banner {
	margin-left:10px;
	margin-bottom:1em;
	border:none;
}

footer {
	background-image:url('/images/footer_bg2.png');
	background-repeat:repeat-x;
	width:100%;
	height:88px;
	position: relative;
	margin-top: -88px; /* negative value of footer height */
	clear:both;
}


/* 

Section: Contact Form

---------------------------------------------------- */

#sm_contact {
	width:180px;
	padding-left:20px;
	border-left:1px solid #CCC;
	font-size:0.8em;
}

#sm_contact legend {
	font-weight:bold;
	margin-bottom:8px;
}

#sm_contact input {
	margin-bottom:10px;
}

#right p {
	line-height:1.2em;
	color:#484848;
	font-size:0.875em;
	margin:0.5em 0;
}

#sm_contact input, #sm_contact textarea {
	display:block;
	font-family:Arial,Sans-Serif;
	width:180px;
	
}

#sm_contact input[type="submit"] {
	width:60px;
	float:right;
	margin:5px 0;
}

#sm_contact .activeField {
	background-color:#FFFFFF;
	background-image:none;
	border:1px solid #477f33;
}

#sm_contact .idle {
	background-image:url('/images/green_bg1.png');
	background-position:center top;
	background-repeat:repeat-x;
	border:1px solid #9ba081;
}





/* 

Section: Front Page

---------------------------------------------------- */

#deck {
	padding-top:30px;
	height:370px;
}

#buckets article {
	width:300px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline;
}

#buckets h2 {
	margin-bottom:1em;
}

#fp_main {
	width:960px;
	background:transparent url(../images/960head.png) no-repeat scroll 0 0;
}

#fp_main article {
	background-color:#FFF;
	width:300px;
	float:left;
	padding:20px 10px 0;
	margin-top:23px;
	min-height:500px;
	border-top:1px dotted #CCC;
	display:inline;
}

#fp_main article h2 {
	padding:1em 0;
}


/* 

Section: Main Contact Form

---------------------------------------------------- */

#main article form {
	margin-left:10px;
}

#main article fieldset p {
	margin:0;
}

#main article fieldset p + p {
	text-indent:0;
}

#main fieldset.col {
float:left;
margin-right:20px;
width:220px;
}

#main fieldset.col.last {
margin-right:0;
}

#main fieldset.clear {
clear:both;
width:200px;
}

#main input[type="text"], #main input[type="email"], #main input[type="tel"], #main textarea {
background-color:#E6E9D4;
border:1px solid #9BA081;
color:#000;
margin:0.5em 0;
padding:5px;
}


#main input[type="text"]:hover, #main textarea:hover {
border:1px solid #000;
}
#main input[type="text"]:focus, #main textarea:focus {
border:1px solid #000;
}
#main input[type="text"], #main input[type="email"], #main input[type="tel"] {
width:210px;
}
#main textarea {
height:250px;
width:490px;
}