@charset "UTF-8";
/* Darren Robson */

html, body {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	border:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#fff;
	text-align:left;
	background-image:url(images/background_cover.jpg);
	background-size:cover;
	line-height:18px;
}

.clear {
	clear:both;
}
h3, h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:21px;
}
#wrapper {
	margin: 0 auto;
	width:960px;
	margin-top:50px;
}
#main_left{
	background-color:#fff;
	background-repeat: repeat;
	width:620px;
	height:500px;
	margin-right:20px;
	display:inline-block;
	float:left;
	color:#00abac;
	font-size: 24px;
	text-align:center;
	line-height:28px;
}
#main_text {
	margin:20px 30px;
	float:left;
}
#main_right {
	background-image:url(images/header_bg.png);
	background-repeat: repeat;
	width:300px;
	display:inline-block;
	padding:0 10px;
}
.social {
  float: right;
  position: relative;
  top: 40px;
  width: 330px;
}
#header_top {
	width:auto;
	height:auto;
}
#logo {
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	z-index:2;
	position:relative;
}
#header_form {
	width:300px;
	position: relative;
	z-index:2;
	margin-top:-21px;
}
span.newsletter_signup {
	display:block;
	background-image:url(images/newsletter_signup.jpg);
	height:26px;
	width:250px;
}
#guide_box {
  background-color: #00ABAC;
  margin-top: 10px;
  padding: 20px;
  width: 260px;
  margin-bottom:10px;
}
#newsletter_arrow {
  background: url(images/newsletter_arrow.png) no-repeat scroll 0 0 transparent;
  height: 34px;
  position: absolute;
  right: -18px;
  top: 48px;
  width: 19px;
}
#newsletter_fold {
	background: url(images/newsletter_fold.png) no-repeat scroll 0 0 transparent;
	background-position: top right;
	width:300px;
	height:59px;
	position:relative;
	z-index: 2;
}
#polaroid {
	margin-top:-20px;
	position: relative;
	z-index:1;
	margin-left:-25px;
}
#newsletter_position {
	position: relative;
	margin-top:-30px;
}
#form_section {
	height:auto;
	padding:0px 20px 0px 20px;
	background-color:#525066;
	min-height: 150px;
}
#form_section p {

}
#guide_section {
	background-color:#00abac;
}
span.guide_box_title {
	background:url(images/guide_title.jpg);
	height:25px;
	width:260px;
	display:block;
	margin: 0 auto;
}
p.inline {
	display: inline-block;
	font-size: 18px;
	margin:0;
}
a.like_button {
  background: url(images/like_button.jpg) repeat scroll 0 0 transparent;
  display: inline-block;
  height: 32px;
  width: 69px;
  float: right;
}
.text_margin {
	position:relative;
	top:13px;
}
#main_form {
	padding-bottom: 10px; 
}
#main_form input {
	margin-bottom: 10px;
	margin-left:0;
	margin-right:0;
}
#form_title {
	margin-left: 5%;
}
#form_section h3 {
	margin-bottom:1%;
}
.divider {
	height:1px;
	width:85%;
	margin-left:5%;
	margin-right:10%;
	background-color:#6F7173;
}
#main {
 	width:100%;
 	height:auto;
}
a {
	color:#93c01f;
	text-decoration:none;
}
#footer a {
	color:#FFF;
}
#footer {
 	background-color:#525066;
	font-size:10px;
}
#footer p {
	color:#FFFFFF;
	padding: 5px;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}
input, select, textarea{
    color: #CCC;
	margin-top:5px;
	padding:4px 5px;
}
input[type=submit] {
	background-color: #00AAAD;
  	border: none;
  	color: #FFFFFF;
  	display: inline-block;
  	margin-top: 0 !important;
  	width: 59px;
  	padding:4px !important;
  	margin-left:5px!important;
}
input#username {
	margin-top:-20px;
}
.input-text {
	width:180px;
	border-color:#BCBEC0!important;
	border:solid 1px;
	margin:4px 5px;
}
#message p {
	margin-left:0px;
}
.error {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF0000;
	text-align:left;
	margin-bottom:10px;
}
/* Social */
.social a {
 	margin:0 5px;
 	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
.social a.gplus{background:url(images/control.png) no-repeat -11px -213px;height:32px;width:32px;display:inline-block;}
.social a.twitter{background:url(images/control.png) no-repeat -11px -312px;height:32px;width:32px;display:inline-block;}
.social a.facebook {background:url(images/control.png) no-repeat -11px -412px;height:32px;width:32px;display:inline-block;}
.social a.youtube {background:url(images/control.png) no-repeat -11px -918px;height:32px;width:32px;display:inline-block;}
.social a.linkedIn {background:url(images/control.png) no-repeat -11px -1213px;height:32px;width:32px;display:inline-block;}
.social a.pinterest {background:url(images/control.png) no-repeat -11px -1294px;height:32px;width:32px;display:inline-block;}

.social a.gplus:hover{background:url(images/control.png) no-repeat -11px -261px;}
.social a.twitter:hover{background:url(images/control.png) no-repeat -11px -361px;}
.social a.facebook:hover{background:url(images/control.png) no-repeat -11px -460px;}
.social a.youtube:hover{background:url(images/control.png) no-repeat -11px -966px;}
.social a.linkedIn:hover{background:url(images/control.png) no-repeat -11px -1253px;}
.social a.pinterest:hover{background:url(images/control.png) no-repeat -11px -1333px;}