/*
Theme Name: Locus Surveys
Description: Custom theme for Locus Surveys
Version: 1.0
Author: Jordan Patterson, Spectra Media Communications Group Inc.
Author URI: http://spectramedia.ca
*/

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

body{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	height:100%;
}

a{
	color:#f6e315;
	text-decoration:none;
}

a:active, a:focus {
  outline: none;
}

table td.alignRight{
	text-align:right;
	padding-right:4px;
}

.space{
	height:300px;
}


.page_item a, .menu-item a{
	color:#fff;
	font-size:1.5em;
	text-decoration:none;
}



.current_page_item a, .page_item a:hover, .current-menu-item a, .menu-item a:hover{
	color:#f6e315;
}

#container{
}

#header{
	background:url(/wp-content/themes/locus-surveys/images/header-bg.jpg) repeat-x;
	height:150px;
}

#header_background{
	width:1036px;
	margin:0 auto;
	background:url(/wp-content/themes/locus-surveys/images/logo.jpg) no-repeat top center;
	height:146px;
}

#header_content{
	width:960px;
	margin:0 auto;
	height:150px;
	padding-top:60px;
}

#header_content ul li{
	float:left;
	padding-right:20px;
}

#survey_request{
	left:50%;
	margin-left:180px;
	position:absolute;
	margin-top:-13px;
}

#content_background{
	padding-bottom:206px;
	background:url(/wp-content/themes/locus-surveys/images/body-bg.jpg) repeat-x #5B5D5C;
}

#content_wrap{
	width:960px;
	margin:0 auto;
	height:445px;
	
}

#content{
	
}

#footer{
	height:206px;
	clear: both;
	margin-top: -206px;
}

#footer-left{
	background:url(/wp-content/themes/locus-surveys/images/footer-bg-left.jpg) repeat-x;
	float:left;
	height:206px;
	width:49%;
}

#footer-right{
	background:url(/wp-content/themes/locus-surveys/images/footer-bg-right.jpg) repeat-x;
	float:right;
	height:206px;
	width:49%;
}

#footer-center{
	background:url(/wp-content/themes/locus-surveys/images/footer-bg.jpg) no-repeat bottom center;
	height:206px;
	z-index: 10;
	position:absolute;
	width:100%;
}

#footer_content{
	width:960px;
	position: absolute;
	margin-left:-480px;
	left:50%;
	padding-top:26px;
	z-index:20;
}

#footer p{
	font-size:0.8em;
	color:#757575;
}

#footer div.copyright{
	position:absolute;
	margin-top:140px;
	margin-left:150px;
}

#footer div.copyright p{
	display:inline;
}

#footer_content .column{
	float:left;
	display:block;
	
}

#footer_content .column1{
	width:152px;
}

#footer_content .column2{
	text-align:right;
	width:536px;
	margin:10px 40px 0;
}

#footer_content .column3{
	width:192px;
	margin-top:10px;
}

#footer_content li a{
	font-size:1.2em;
}

#footer_content .footer_contact p{
	color:#fff;
}

#text_wrap{
	background:url(/wp-content/themes/locus-surveys/images/textbox.png) no-repeat;
	height:369px;
	width:336px;
	position:absolute;
	left:50%;
	margin-left:115px;
}

#text{
	margin:18px;
	color:#fff;
	font-size:0.9em;
	line-height:20px;
}

.post h2{
	color:#f6e315;
	font-size:1.6em;
}

.post p{
	margin:15px 0;
	line-height:14px;
}

.post ul li{
	list-style-type:disc;
	margin-left:14px;
}

/*
** Home Page
*/
.home_background{
	background:url(/wp-content/themes/locus-surveys/images/home-bg.jpg) no-repeat;
}

div.why_choose{
	position:absolute;
	left:50%;
	margin-left:-200px;
	margin-top:125px;
	width:280px;
}

div.why_choose h2{
	font-size:2.3em;
	color:#fff;
}

div.why_choose h3{
	font-size:2.3em;
	padding-left:25px;
}

.white{
	color:#fff;
}

div.why_choose p{
	padding-left:25px;
	font-size:0.9em;
	padding-top:15px;
}

/*
** Services Page
*/
.services_background{
	background:url(/wp-content/themes/locus-surveys/images/services-bg.jpg) no-repeat;
}

.services_background #text_wrap ul{
	margin-top:10px;
}

.services_background #text_wrap ul li{
	line-height:25px;
}

/*
** About Page
*/
.about_background{
	background:url(/wp-content/themes/locus-surveys/images/about-bg.jpg) no-repeat;
}

/*
** Survey Page
*/

.survey_background{
	background: url(/wp-content/themes/locus-surveys/images/topshadow.png) #fff no-repeat top center;
	height:100% !important;
}

.survey_background #content{
	padding:10px 20px;
}


