/*
Theme Name: Hilldav2013
Theme URI: http://hilldav.com.au/
Description: The 2013 iteration of the Hilldav Industries website.
Version: 1.0
Author: Media Realm Dev Team
*/

/* @import url(https://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic); */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
}

div.width {
	width: 900px;
	margin: 0 auto;
}

div.headwidth {
	width: 960px;
	margin: 0 auto;
}

div#header {
	width: 100%;
	height: 101px;
	background-image: url('header_bg1.jpg');
	background-repeat: repeat-x;
}
div#header h1 {
	margin: 40px 0 0 0;
	padding-left: 10px;
	float: left;
}
div#header h1 a img {
	border: none;
	padding: 0 0 5px 0;
}
div#header h1 a:hover img {
	border-bottom: 3px solid #FFF;
}

div#header ul#nav {
	float: right;
	margin: 68px 0 0 0;
	padding: 0;
	list-style: none;
}
div#header ul#nav li {
	float: left;
	margin: 0 15px;
}
div#header ul#nav li:last-child {
	margin: 0 0 0 15px;
}
div#header ul#nav li a {
	color: #000;
	text-decoration: none;
	padding: 5px 0;
}
div#header ul#nav li a.selected,
div#header ul#nav li a:hover {
	border-bottom: 3px solid #FFF;
}





div.width div#content a,
div.width div#sidebar a {
	color: #2C7FC6;
	text-decoration: none;
	border-bottom: 1px solid #AAA;
}




div.slider {
	height: 250px;
	margin: 20px auto;
}
div.slider div.text {
	width: 50%;
	height: 100%;
	float: right;
}
div.slider div.text p.large {
	font-size: 18pt;
	line-height: 1.5em;
}
div.slider div.text p.center {
	text-align: center;
}


div.photos {
	
}
div.photos img {
	width: 217px;
	height: 150px;
	background-color: #EEE;
	float: left;
	margin: 0 10px 0 0;
}



div#content {
	width: 570px;
	padding: 15px 0 0 0;
	float: left;
	
	color: #2f2f2f;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
	color: #215e92;
	margin: 1em 0 0 0;
}
div#content h1 {
	font-size: 18pt;
}
div#content h1 a {
	font-size: 18pt;
	color: #215e92;
	text-decoration: none;
	border-bottom: none !important;
}
div#content h2 {
	font-size: 16pt;
	font-weight: normal;
}
div#content h3 {
	font-size: 14pt;
}
div#content h4 {
	font-size: 14pt;
	color: #000;
}
div#content h5 {
	font-size: 12pt;
	color: #000;
}
div#content h6 {
	font-size: 10pt;
	color: #000;
}
div#content p {
	margin: 0 0 1em 0;
}
div#content p.postinfo {
	font-size: 0.8em;
}

div#content a.button {
	padding: 10px;
	min-width: 160px;
	
	border: 1px solid #969292;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 10px 0px #000000;
	box-shadow: inset 0px 0px 10px 0px #000000;
	
	background-color: #305988;
	color: #FFF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}



div#content div.productfocus {
	width: 100%;
	clear: both;
	font-size: 0.8em;
	
}
div#content div.productfocus div {
	width: 260px;
	height: 300px;
	color: #FFF;
	padding: 5px 10px;
	margin: 5px 0;
	position: relative;
}
div#content div.productfocus div h2 {
	text-align: center;
	color: #FFF;
	font-size: 20pt;
	margin: 10px 0 0 0;
}
div#content div.productfocus div h3 {
	text-align: center;
	color: #FFF;
	font-size: 16pt;
	font-weight: normal;
	margin: 0 0 10px 0;
}
div#content div.productfocus div a.button {
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	width: 150px;
	position: absolute;
	top: 260px;
	left: 45px;
}
div#content div.productfocus div.box1 {
	background-color: #508fc5;
	background-image: url('productfocus_box1.jpg');
}
div#content div.productfocus div.box2 {
	background-color: #d39f90;
	background-image: url('productfocus_box2.jpg');
}




div#sidebar {
	width: 290px;
	padding: 15px;
	float: right;
	
	color: #2f2f2f;
}
div#sidebar .widget {
	width: 290px;
	margin: 0 0 20px 0;
}
div#sidebar .widget .header {
	width: 280px;
	min-height: 25px;
	display: block;
	margin: 0;
	
	color: #FFF;
	font-size: 14pt;
	padding: 2px 0 0 25px;
	font-weight: normal;
	
	background-color: #2C7FC6;
	-webkit-border-radius: 25px 0px 0px 0px;
	border-radius: 25px 0px 0px 0px;
}
div#sidebar .widget .area {
	width: 255px;
	padding: 10px 25px;
	
	background-color: #F7F7F7;
}
div#sidebar .widget .area h3 {
	margin: 0;
}
div#sidebar .widget .area h3 a {
	text-decoration: none;
	color: #000;
	border: none;
}
div#sidebar .widget .area p {
	margin: 0 0 1em 0;
}
div#sidebar .widget .area hr {
	border: none;
	border-bottom: 1px solid #c5c1c1;
}



div#contact {
	width: 100%;
	background-color: #2C7FC6;
	padding: 10px 0;
	margin: 30px 0 0 0;
	color: #FFF;
	clear: both;
}
div#contact div.leftarea {
	float: left;
	width: 50%;
}
div#contact div.leftarea h2 {
	font-size: 16pt;
	margin: 0 30px 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}
div#contact div.leftarea a {
	color: #FFF;
	text-decoration: underline;
}
div#contact p span.small {
	font-size: 0.8em;
}

div#contact div.form {
	float: right;
	width: 45%;
	padding: 20px;
	border-left: 1px solid #FFF;
}
div#contact div.form p {
	margin: 0;
	padding: 0;
}
div#contact div.form .textbox {
	font-size: 12pt;
	padding: 10px;
	width: 260px;
	margin: 3px 0;
	
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 3px 0px #000000;
	box-shadow: inset 0px 0px 3px 0px #000000;
	
	color: #000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
div#contact div.form textarea.textbox {
	height: 150px;
}
div#contact div.form .submit {
	font-size: 12pt;
	padding: 10px;
	width: 160px;
	
	border: 1px solid #969292;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 10px 0px #000000;
	box-shadow: inset 0px 0px 10px 0px #000000;
	
	background-color: #305988;
	color: #FFF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	
	cursor: pointer;
}





div#footer {
	width: 100%;
	background-color: #edecec;
}
div#footer p {
	margin: 0;
	padding: 25px 15px;
	font-size: 0.8em;
}
div#footer p a {
	text-decoration: none;
	color: #000;
}
div#footer p.left {
	float: left;
}
div#footer p.right {
	float: right;
}