/*
Theme Name: Jobs on the Coast Home Page
Theme URI: http://www.jobsonthecoast.com.au
Author: Liquid Pixels
Author URI: http://www.liquidpixels.com.au
Description: The default theme for Jobs on the Coast home page
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Jobs on the Coast
*/

html, body {
	border:0px;
	background-color:#323b8b;
	margin:0px;
	color:#ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
	max-width:100%;	
}

#wrapper {
	width:1060px;
	max-width:90%;
	margin:0 auto;	
}

.header {
	margin:0 auto;
	text-align:center;
}

.header img.header-logo-image {
	padding-top:60px;
}

.content-wrapper .shadow-top {
	background-image:url(img/shaddow-top.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	overflow:hidden;
	height:55px;
}

.content-wrapper .shadow-bottom {
	background-image:url(img/shaddow-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:contain;
	overflow:hidden;
	position:absolute;
	width:100%;
	bottom:0px;
	height:55px;
}

.content-wrapper {
	/*background-image:url(img/content-wrapper-background.png);
	background-position:bottom center;
	background-repeat:no-repeat;*/
	position:relative;
	min-height:100px;
	background-size:contain;
	padding-top:40px;
}

.choose-your-region {
	text-align:center;
}

.choose-your-region .title {
	text-transform:uppercase;
	font-size:32px;
	font-weight:bold;
	margin-bottom:10px;
}

.choose-your-region .sub-title {
	font-size:20px;
	margin-top:0px;
}

.content {
	padding-bottom:50px;
}

.regions {
	overflow:hidden;
	clear:both;
	margin:0 auto;
	max-width:810px;
}

.regions a:nth-child(2) .region {
	padding-right:35px;
	padding-left:35px;
}

.region {
	float:left;
	margin-bottom:0px;
	width:240px;
	height: 235px;
	padding-bottom: 35px;
}

.region .counter {
	background-image:url(img/region-counter-background.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:100% 100%;
	text-align:center;
	padding-top:30px;
	margin-bottom:25px;
	width:100%;
}

.region .counter p.number {
	font-size:70px;
	color:#989898;
	font-weight:bold;
	margin:0px
}

.region .counter p.text {
	font-size:16px;
	color:#000000;
	padding-left:20%;
	padding-right:20%;
	padding-bottom:20px;
	margin-top:0px;
}

.region-link {
	text-align:center;
}

.regions a {
	text-decoration:none;
}

/*Sub 610px screens */
@media screen and (max-width: 615px) {
	.region {	
		margin:0 auto;
		float:none;
	}
	
	.regions a:nth-child(2) .region {
		padding-right:0px;
		padding-left:0px;
	}
}





/* *******************
Thurnham Teece 2015 edits 
*********** */
html, body {
min-height:100%;
height:100%;
background:none;
background-color:none;
}

html body {
background:none;
background-color:#222;
background-image:url(http://jobsonthecoast.com.au/hunter/wp-content/uploads/2015/10/homepic_v1b1.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:top center;
background-attachment: fixed;

}

html body div#wrapper {
background:none !important;
background-color:none !important;
min-height:100%;
display:block;
}

.content-wrapper .shadow-top,.content-wrapper .shadow-bottom {
display:none;
}

.header img.header-logo-image {
padding-top:0;
}

body .region {
margin-bottom:70px;
}

@media screen and (max-width: 615px) {
body .region {
border-bottom:1px dotted grey;
padding-bottom:70px;
}
}

@media screen and (max-height: 615px) {
body .content-wrapper {
padding-top:0;
position:relative;
top:-50px;
}
}


