/*
Theme Name: Serra Property Group
Theme URI: http://serrapropertygroup.com.au
Author: 2plik8 Studios
Author URI: http://2plik8.com.au
Description: The theme for serra property group
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: url(images/black_lozenge.png);
	-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'friz_quadrata_itc_tregular';
    src: url('font/friz-quadrata-itc-t-webfont.eot');
    src: url('font/friz-quadrata-itc-t-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/friz-quadrata-itc-t-webfont.woff') format('woff'),
         url('font/friz-quadrata-itc-t-webfont.ttf') format('truetype'),
         url('font/friz-quadrata-itc-t-webfont.svg#friz_quadrata_itc_tregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'friz_quadrata_itc_tregular';
	color: #fff;
	margin-bottom: 40px;
}

h1 {
	font-size: 24px;
}

h2 {
	margin-bottom: 20px;
	font-size: 20px;
}

p {
	font-family: 'friz_quadrata_itc_tregular';
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.4;
	font-size: 16px;
}

ul li {
	font-family: 'friz_quadrata_itc_tregular';
}

div.container {
	width: 1100px;
	margin: 0 auto;
}

div.header {
	text-align: center;
	margin-top: 40px;
}

div.navigation ul {
	padding: 40px 0;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	margin: 40px 0;
}

div.navigation ul li {
	display: inline;
}

div.navigation ul li a {
	font-size: 16px;
	color: #fff;
	font-family: 'friz_quadrata_itc_tregular';
	text-decoration: none;
	margin: 0px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.left {
	width: 530px;
	float: left;
	overflow: hidden;
}

div.left a {
	color: #fff;
}

div.projectLinks {
	margin-top: 50px;
}

div.projectLinks ul li a {
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #3c3c3c;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.projectLinks ul li:last-child a {
	border-bottom: none;
}

div.right {
	float: right;
	width: 530px;
}

div.slideshow {
	height: 590px;
}

div.pager {
	text-align: center;
	padding-top: 15px;
}

div.pager a{
	background: #acacac;
	color: #acacac;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	padding: 1px 4px;
	font-size: 6px;
	border: 1px solid #acacac;
	margin: 0 5px;
}

div.pager a.activeSlide {
	background: #000;
	color: #000;
	border: 1px solid #acacac;
}

div.project {
	width: 100%;
	border-bottom: 1px solid #3c3c3c;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 0px;
}

div.project div.right img {
	float: right;
	margin-left: 40px;
	border-radius: 5px;
	margin-bottom: 40px;
}

div.right form {
	text-align: right;
}

input[type=text] {
	width: 240px;
	background: #373737;
	border: none;
	padding: 8px;
	color: #fff;
	float: left;
	margin-bottom: 15px;
}

input[type=checkbox] {
	float: right;
}

form p {
	font-size: 13px;
	margin-bottom: 3px;
}

input[type=submit] {
	float: right;
}

div.wpcf7-validation-errors {
	color: #fff;
	font-family: Arial;
}

div.wpcf7-response-output {
	margin-top: 25px !important;
	float: left;
	text-align: left;
	font-size: 15px;
}

.wpcf7-not-valid-tip {
	color: #000 !important;
	font-family: Arial;
	width: 200px !important;
	text-align: left !important;
}

span.wpcf7-form-control-wrap {
	position: relative;
	overflow: hidden;
	width: 265px;
	float: left;
}

textarea {
	width: 240px;
	background: #373737;
	border: none;
	padding: 8px;
	color: #fff;
	float: left;
	height: 40px;
}

div.footer {
	text-align: center;
	border-top: 1px solid #3c3c3c;
	padding-top: 40px;
	margin-top: 40px;
}

div.footer p {
	font-size: 13px;
}

