@charset "utf-8";
/* CSS Document */

/*
Theme Name: Surveyors Board
Theme URI: http://surveyorsboard.com.au/
Author: Jelli Web Design
Author URI: http://jellidesign.com.au/
Description: Surveyors Board 1150 Grid Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: blue, light, white, black, gray, one-column, two-columns, custom-header
*/

/* =Reset
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-size:18px;
	padding:0 0 22px 0;
	color:#003d6a;
	font-weight:bold;

}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 17px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #c4161c;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

a:hover { /*color:#ffffff;*/ text-decoration: underline;}
/* a:visited { color:#b2b2b2;}*/

img { display:inline-block;}



/* 1150 Framework */



div.layout-1150 { width: 1150px; margin: 0px auto; }

div.row { clear:left; height:0px; overflow:hidden;}
div.row-wrap { clear: left; overflow: hidden;}
div.row-end { clear: both; font: 1px/1px sans-serif; height: 1px; overflow: hidden; }

div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9, div.col10, div.col11, div.col12 { float: left; margin-left: 50px; }
div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child { margin-left: 0px; }
div.col1 { width: 50px; }
div.col2 { width: 150px; }
div.col3 { width: 250px; }
div.col4 { width: 350px; }
div.col5 { width: 450px; }
div.col6 { width: 550px; }
div.col7 { width: 650px; }
div.col8 { width: 750px; }
div.col9 { width: 850px; }
div.col10 { width: 950px; }
div.col11 { width: 1050px; }
div.col12 { width: 1150px; }

/* Customs*/
.postcode-textfield {
	width:120px;
	float:left;
}


table.grid { border-collapse:collapse; width:100%; margin:0 0 17px; font-size:14px;}
table.grid tr th { background: #CCC; color:#000;}
table.grid tr td, table.grid tr th { border:1px solid #CCC; padding:3px 5px;}
table.grid caption { margin:0 0 17px;}



.hide{ display:none;}
.alignleft { float:left; margin:0 15px 0 0;}
.alignright { float:right; margin:0 0 0 15px;}

.heading { text-transform:uppercase;}

.wrapper { border:1px solid #000; margin-top:20px!important;}

h1, h2, h3, h4, h5, h6 { color:#000; font-weight: normal; padding:0 0 17px 0; line-height:22px;}

h1 { font-size:34px; line-height:32px; color:#808080; text-transform:uppercase;}

h1,h2 { color:#c4161c;}

h2 { font-size:26px; line-height:26px;}

h3 { font-size:22px;}
h4 { font-size:18px; font-weight:bold;}

h5 {}
h6 {}

body { background:#cccccc; font: normal normal normal 18px/22px; color:#FFF; font-family:  Verdana, Arial, Geneva, sans-serif;}

#above-header {
    height: 171px; /*THIS HAS TO BE THE SAME AS HEADER*/
    display: block;
    width: 1150px;
}
header.fixed {
background:#FFF; float:left; width:1150px; z-index:99; position:fixed; margin-top:-21px; border-top:1px solid #000;
}
header { background:#FFF; float:left; width:1150px; z-index:99;}

	header nav:first-child{ border-bottom:1px solid #000}

	header nav { height:52px;}
		header nav ul{ margin:0; padding:0;}

		header nav ul li { list-style:none outside; font-size:12px;}
		header nav > ul > li { position:relative; line-height:52px;}

		header nav ul ul li { line-height:38px; float:left; width:100%;}


		header nav > ul > li { border-left:1px solid #000; display:inline; float:left;}
		header nav > ul > li:first-child { border-left:none;}

		/*nav widths*/
			header nav.member > ul > li a { width:229px;}

			header nav.public > ul > li > a { width:162px;}


			header nav.public > ul > li:last-child  a{ width:172px;}


		header nav > ul > li a{ color:#000000; text-decoration:none;}
			header nav > ul > li a:hover { text-decoration:none; color:#000;}


		header nav > ul > li ul { display:none; position:absolute;
			z-index:999; background:#ffffff; display:none; top:100%;
			left:-1px; border:1px solid #000; border-bottom:none;

			-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.35);
			-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.35);
			box-shadow:5px 5px 5px rgba(0,0,0,0.35);
		}
			header nav > ul > li ul li a{ border-bottom:1px solid #000;}
			header nav > ul > li:hover > ul { display:block;}

		header nav > ul > li ul li a{ float:left; width:230px; padding:10px; line-height:16px;}

		header nav > ul > li ul li a:hover{
			background:#c4161c;
			color:#FFF;
		}

		header nav > ul > li ul li ul { display:none}

		header nav > ul > li > a { line-height:52px;  text-align:center; float:left;}

		header nav > ul > li.hovered > a, header nav > ul > li > a:hover{ background:#e6e6e6;}

		header nav > ul > li ul li { position:relative !important;}
		header nav > ul > li ul li:hover ul { display:block; left:100%; top:-1px;}




header div.logo-header { background:#000; height:118px; margin:0 0 0 -25px; width:1200px; }
	header div.logo-header a.logo { float:left; margin:15px 0 0 25px; width:326px; height:87px; overflow:hidden; text-indent:-999px; background:url(images/logo.png) no-repeat;}
        #sub-nav {width: 400px; height: 118px; float: right; margin:0 0 0 -25px; z-index:99;}
#sub-nav a.surveyors {
		position:fixed; top: 120px; right: 400px; line-height:26px;
		background:url(images/record-icon.png) no-repeat right center; padding:0 35px; text-transform:uppercase;
		color:#FFFFFF;
		font-size:14px;
	}
        	#sub-nav a.surveyors-home {
		position:fixed; right:580px; top:120px; line-height:26px;
		background:url(images/record-icon.png) no-repeat right center; padding:0 35px; text-transform:uppercase;
		color:#FFFFFF;
		font-size:14px;
	}
	#sub-nav a.public {
		position:fixed; top: 120px; right: 400px; line-height:26px;
		background:url(images/record-icon.png) no-repeat right center; padding:0 35px; text-transform:uppercase;
		color: #FFFFFF;
		font-size:14px;
	}
        	#sub-nav a.register, #sub-nav a.mobile-menu, #sub-nav a.find-surveyor {
		line-height:26px;
		background:url(images/record-icon.png) no-repeat right center;
		padding:0;
		text-transform:uppercase;
		color: #FFFFFF;
		font-size:14px;
		display: block;
		width: 80px;
		float:right;
		margin: 30px 25px 0 0;
	}
	#sub-nav a.find-surveyor {
		width: 170px;
	}


#slider-wrapper { position:relative;}
#slider-wrapper.small-header {
	max-height: 150px;
	overflow: hidden;
}
	#slider-wrapper a.register {
		position:absolute; right:250px; top:26px; line-height:26px;
		background:url(images/record-icon.png) no-repeat right center; padding:0 35px; text-transform:uppercase;
		color:#000;
		font-size:14px;
	}
	#slider-wrapper a.surveyors {
		position:absolute; right:50px; top:26px; line-height:26px;
		background:url(images/record-icon.png) no-repeat right center; padding:0 35px; text-transform:uppercase;
		color:#000;
		font-size:14px;
	}
		#slider-wrapper a.public {
		position:absolute; right:50px; top:26px; line-height:26px;
		background:url(images/record-icon.png) no-repeat right center; padding:0 35px; text-transform:uppercase;
		color:#000;
		font-size:14px;
	}
		#slider-wrapper a.surveyors-home {
		position:absolute; right:220px; top:26px; line-height:26px;
		background:url(images/record-icon.png) no-repeat right center; padding:0 35px; text-transform:uppercase;
		color:#000;
		font-size:14px;
	}


	#slider-wrapper img { display:block;}

	#slider-wrapper a.register:hover { background: url(images/record-icon-hover.png) no-repeat right center;}

#slider-wrapper a.register:hover { text-decoration:none;}

	#slider-wrapper a.surveyors:hover { background: url(images/record-icon-hover.png) no-repeat right center;}

#slider-wrapper a.surveyors:hover { text-decoration:none;}

#slider-wrapper a.surveyors-home:hover { background: url(images/record-icon-hover.png) no-repeat right center;}

#slider-wrapper a.surveyors-home:hover { text-decoration:none;}

	#slider-wrapper a.public:hover { background: url(images/record-icon-hover.png) no-repeat right center;}

#slider-wrapper a.public:hover { text-decoration:none;}

#content { float:left; width:1050px; padding:50px 50px; background:#fff; color: #000;}

.document-footer { font-size: 14px; font-weight:normal;}
.date-published { display:block; font-size: 14px;}

body.page-template-template-news-php div#content article.post { border-bottom:1px solid #999; padding:0 0 20px; margin:0 0 20px;}

#content ul{ list-style-position:outside; margin:0 0 17px 20px; padding:0; list-style-type:disc;}

.search-wrapper { background:#808080 url(images/search-bg.png) no-repeat center top; width:250px; padding:20px 50px;
	font-size:12px; line-height:18px; font-family:Verdana, Geneva, sans-serif;
	min-height:234px; height:auto !important; height:234px;
}
	.search-wrapper input[type=text], .search-wrapper select, .search-wrapper textarea {font-size:12px; padding:0 3px; border:none;}

	.search-wrapper input[type=submit] { cursor:pointer; clear: both;
margin-top: 20px;
float: left;}

	.search-wrapper select { padding:0;}

	.search-message { clear:left; }

	.search-wrapper .half_text { width:100px; margin:0 30px 0 0;}
	.search-wrapper .half_text:last-child { margin:0;}

	.search-wrapper form { width:100%; float:left;}
	.search-pulldown-wrapper { margin:0 0 20px 0;}
		.search-pulldown-wrapper select { width:100%;}
	.search-radio-wrapper {
		margin-left: -15px;
		margin-bottom: 20px;
		width: 400px;
	}
	.search-type { float:left; width:100%; padding:21px 0; /*border-bottom:1px solid #404040;*/ margin:0 0 20px; background:url(images/border-separator.png) repeat-x left bottom;}

	.form_name, .form_postcode { clear:left; margin:0 0 20px;}

	.search-wrapper .search-results { height:200px; overflow:scroll; overflow-x:hidden; clear:left; width:100%;}
	#nameInput {width: 240px; margin-top: 0px; margin-bottom: 0px}

.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050505;
	padding: 8px 16px;
	background: -moz-linear-gradient(
		top,
		#bfbfbf 0%,
		#bfbfbf 50%,
		#808080 50%,
		#808080);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#bfbfbf),
		color-stop(0.50, #bfbfbf),
		color-stop(0.50, #808080),
		to(#808080));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #d9d9d9;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);

	text-transform:uppercase;
}

#content ol { margin:0 0 17px 30px; padding:0;}
#content ol li {margin-bottom:10px;}
#content table ol {list-style: lower-roman !important;}

footer { padding:0 20px; float:left; width:1110px; background:#000; clear:left; position:relative; display:block; line-height:50px; font-size:12px; color:#fff;}
	footer a { text-decoration:underline;}
	footer a:hover { color: #c4161c; text-decoration:none;}
	footer label { color:#c4161c;}

	footer span.access { position:absolute; right:0; top:0; padding:0; background:#c4161c; padding:0 25px; text-transform:uppercase; }
		footer span.access a { color:#FFF; text-decoration:none; background: url(images/record-icon.png) no-repeat right center; padding:0 40px; float:left; line-height:51px; font-size:14px;  }
		footer span.access a:hover { background: url(images/record-icon-hover.png) no-repeat right center;}


/* Search Results */
.search_result {
	width: 44%;
	float: left;
	padding-right: 60px;
	margin-bottom: 20px;
	min-height: 250px;

}
.search_result:even {
	clear: left;
}
.search_result h4 {
	font-size: 22px;
}
.search_result h4 span {
	font-size: 18px;
	float: none;
	display: block;
	color: #c4161c;
}
.search_result .details {
	font-size: 14px;
	width: 360px;
	float: left;
}
.search_result .details table td {
	padding: 0 10px 0 0;
}
.search_result .details .phone, .search_result .details .email, .search_result .details .address {
	clear: both;
	display: block;
}
.search_result .details strong {
	color: #c4161c;
}
.search_result .types {
	float: right;
	text-align: right;
	font-size: 14px;
}
.search_result .types span {
	display: block;
	clear: both;
}
.search_result .person {
	float: left;
	margin-top: 17px;
}
/* Search Pagination */
.paginate {
	clear: both;
	text-align: center;
}
.paginate a.page-numbers {
	display: inline-block;
	color: #fff;
	height: 32px;
	padding: 0px 10px;
	background: #666;
	line-height: 32px;
	border: 1px solid #888;
}
.paginate span.current {
	display: inline-block;
	color: #fff;
	height: 32px;
	padding: 0px 10px;
	background: #c4161c;
	line-height: 32px;
	border: 1px solid #ed242b;
}
.paginate a.page-numbers:hover{
	text-decoration: none;
	height: 32px;
	padding: 0px 10px;
	background: #8a0e0e;
	color: #fff;
	line-height: 32px;
	border: 1px solid #a91d1d;
}


@media print{
body{
	background: transparent;
}
.wrapper .row {margin-top: 0px !important;}
#above-header {display: none;}
.wrapper {border: none; background: transparent;}
header {display: none;}
#slider-wrapper {display: none;}
footer{display: none;}
}

#sub-nav a.mobile-menu {
	display: none;
}


#searchform {
	margin-top: 5px;
	padding-right: 28px;
	width: 100%;
	display: block;
	clear: both;
	float: right;
	text-align: right;
	box-sizing: border-box;
}
#searchform label {
	display: none;
}
#searchform input[type="text"] {
	margin: 0;
	padding: 8px 12px;
	width: 195px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 0;
	box-sizing: border-box;
	vertical-align: top;
	color: #fff;
}
#searchform input[type="submit"] {
	margin: 0;
	padding: 0px 12px;
	width: 72px;
	height: 30px;
	display: inline;
	border: none;
	background: #fff;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 31px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}
#searchform input[type="submit"]:hover, #searchform input[type="submit"]:focus {
	background: #e6e6e6;
}


@media screen and (max-width: 1225px) {
	header div.logo-header {
		margin: 0;
		width: 100%;
	}

	header div.logo-header a.logo {
		margin: 15px 0 0 15px;
	}
}

@media screen and (min-width: 1171px) {
	header nav.public {
		display: block !important;
	}

	#menu-item-104751 > a {
		line-height: 16px;
		height: 52px;
		padding-top: 11px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1170px) {
	header, footer, div.layout-1150, #content, header.fixed {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	header.fixed {
		margin-left: -16px;
	}

	body {
		padding-left: 15px;
		padding-right: 15px;
	}

	#slider-wrapper img {
		max-width: 100%;
	}

	header .nav-container {
		padding: 0 15px;
		position: absolute;
		top: 139px;
		left: 0;
		width: 100%;
		z-index: 1000;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	header.fixed .nav-container {
		top: 118px;
	}

	header nav.public {
		display: none;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		max-height: 300px;
		overflow: hidden;
		overflow-y: scroll;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: 1px solid #000;
		border-top: none;
	}

	header nav.public > ul {
		margin: 0;
		padding: 0;
		background: #fff;
		float: none;
	}

	header nav.public > ul > li {
		margin: 0;
		padding: 0;
		display: block;
		width: 100%;
		height: auto;
		float: none;
		text-align: left;
		border: none;
	}

	header nav.public > ul > li > a {
		display: block;
		width: 100%;
		height: auto;
		padding: 8px 15px;
		line-height: initial;
		text-align: left;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	header nav.public > ul > li > a:hover {
		color: #aaa;
	}

	header nav.public > ul > li > ul {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		float: none;
		clear: both;
		border: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	header nav.public > ul > li ul li {
		float: none;
	}

	header nav.public > ul > li:last-child a {
		width: 100%;
	}

	header nav.public > ul > li ul li:last-of-type {
		border-bottom: none;
	}

	header nav.public > ul > li ul li a {
		float: none;
	    width: 100%;
	    display: block;
	    line-height: initial;
	    padding: 4px 25px;
	    border-bottom: 1px solid #ccc;
	    background: #f5f5f5;
	}

	header nav.public > ul > li ul li a:hover {
		color: #aaa;
	}

	#sub-nav a.register {
		display: none;
	}

	#sub-nav a.mobile-menu {
		display: block;
		margin-top: 15px;
		font-size: 0.9em;
		width: 78px;
	}

	#sub-nav a.find-surveyor {
		margin-top: 5px;
		font-size: 0.9em;
		width: 165px;
	}

	#searchform input[type="text"] {
		width: 105px;
	}
	#searchform input[type="submit"] {
		width: 56px;
		font-size: 10px;
		padding: 0 7px;
	}

	#sub-nav {
		width: 200px;
	}

	header.fixed nav.public {
		width: 100%;
	}

	div.col11 {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.search_result {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	header div.logo-header a.logo {
		max-width: 200px;
		background-size: 100%;
		margin-top: 30px;
	}
}

@media screen and (max-width: 500px) {
	header div.logo-header a.logo {
		max-width: 150px;
		background-size: 100%;
		margin-top: 30px;
	}
}
