/*
Theme Name: Wired Things
Theme URI: http://wiredthings.com.au/
Description: The 2011 theme for the Wiredthings website.
Author: Wiredthings
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/* Copyright © 2011 Wired Things. "Layout" CSS */
/* Global Settings + reset */

* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin:1em 0;
}

li, dd {
	margin-left:5%;
}

fieldset {
	padding: .5em;
}

select option {
	padding:0 5px; 
}

.hide, .print-logo, .close-button {
	display:none;
}

.left {
	float:left;
}

.right { 
	float:right;
}

a img {
	border:none;
}

/* End Global Settings*/

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* End Clearfix */

html {
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

#pagewrapper {
	width:auto;
	/*min-height:100%;*/
}

/* Image thumbnail floats etc */
.post img.thumb {
	border:#FFFFFF solid 3px;
}

.post img.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/* Page 'Header' */
#header {
	/*height:386px;*/
	width:100%;
}

#topstrip {
	height:104px;
	background-image:url(images/topstrip-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
	#topcenter {
	margin-left:auto;
	margin-right:auto;
	height: 104px;
	width: 766px;
	}
	
	#navwrapper {
	float:right;
	margin-top:10px;
	height: 50px;
	width: /*472px;*/ 542px;
	margin-right: auto;
	margin-left: auto;
	}

#featurestrip {
	height:282px;
	background-image:url(images/featurestrip-bg.gif);
	background-repeat:repeat-x;
}

	#featurecenter {
	margin-left:auto;
	margin-right:auto;
	height: 282px;
	width: 980px;
	}
	
	#logo {
	width:980px;
	height:282px;
	float:right;
	background-image:url(images/logo_v2.jpg);
	background-repeat:no-repeat;
	}
#sub-feature-block {
	height:50px;
	clear:both;
}

#adminstrip {
	background:#1d1f21;
	margin:0px;
	border-bottom:3px solid #101112;
}

	#admincenter {
	margin:0px auto;
	height: 40px;
	width: 766px;
	}


/* Page 'Body' */
#pagebody {
	/*display:table;*/
	width:100%;
	position:relative;
	position:relative;
	background-color: #101112;
	height: auto;
	background:#101112;
	margin-bottom:0px;
}

#pageBGwrap {
	width:980px;
	margin:auto;
	background:url(images/pagetop_v2.gif) no-repeat top center;
}

#contentwrapper {
	display:table;
	height:auto;
	padding:50px 0px 0px;
	margin:auto;
	width:766px;
}
#contentwrapper .leftcol {
	display: block;
	float: left;
	height: 100%;
	width: 500px;
	/*background-color: #E0DFE3;*/
}
#contentwrapper .rightcol {
	display: block;
	float: right;
	height: 100%;
	width: 246px;
	/*background-color: #A8A5AF;*/
}

.rightcol ul li { list-style:none; }

#margincol {
	float:left;
	width:20px;
	min-height:300px;
}

.divider01 {
	height:4px;
	width:100%;
	background-image:url(images/line1.gif);
	background-repeat:repeat-x;
	background-position:left top;
	margin:16px 0;
	clear:both;
}

/* ICONS */

div.rightcol .icontitle {
	display:block;
	width:220px;
	height:25px;
	vertical-align:middle;
	margin-bottom:0px;
	margin-left:10px;
	background:#252220;
}

div.rightcol .icontitle h1.heading01 {
	text-align:right;
	margin-bottom:0px;
	margin-right:5px;
	font-size:12px;
	color:#a6ddf7;
	text-transform:uppercase;
}


div.icon {
	width:220px;
	margin:auto 10px;
	position:relative;
}

div.icon a { overflow:hidden; position:relative; }
div.icon a span { position:absolute; top:-99999px; }

.domestic a {
	display:block;
	width:100%;
	height:80px;
	background-image:url(images/icon_resi.jpg);
	cursor:pointer;
}
.domestic a:hover {
	background-position:0px -80px;
	cursor:pointer;
}


.commercial a {
	display:block;
	width:100%;
	height:80px;
	background-image:url(images/icon_comm.jpg);
	cursor:pointer;
}
.commercial a:hover {
	background-position:0px -80px;
	cursor:pointer;
}


.extensions a {
	display:block;
	width:100%;
	height:80px;
	background-image:url(images/icon_ext.jpg);
	cursor:pointer;
}
.extensions a:hover {
	background-position:0px -80px;
	cursor:pointer;
}


.allsuburbs a {
	display:block;
	width:100%;
	height:80px;
	background-image:url(images/icon_burbs.jpg);
	cursor:pointer;
}
.allsuburbs a:hover {
	background-position:0px -80px;
	cursor:pointer;
}


.freequotes a {
	display:block;
	width:100%;
	height:80px;
	background-image:url(images/icon_quotes.jpg);
	cursor:pointer;
}
.freequotes a:hover {
	background-position:0px -80px;
	cursor:pointer;
}


.solar a {
	display:block;
	width:100%;
	height:80px;
	background-image:url(images/icon_solar.jpg);
	cursor:pointer;
}
.solar a:hover {
	background-position:0px -80px;
	cursor:pointer;
}

ul.xoxo { margin-top:5px; border-left:1px dashed #4d4d4d; }

/* Page 'Footer' */
#footer {
    width:100%;
    height:80px;
	background-image:url(images/footer-bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
}

#footercenter {
	margin-left:auto;
	margin-right:auto;
	height: 40px;
	width: 766px;
}

#legal {
	margin:0px;
	padding-top:45px;
	text-align:right;
}


br.block50 {
	line-height: 50px;
}

/* Copyright © 2011 Wired Things. "Typography" CSS  */

/* Global Settings */

* {
	margin:0;
	padding:0;
}

body, html {  font-family:Tahoma, Helvetica, Arial, sans-serif; font-size:100.1%; line-height:1.25em;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, .postheading { 
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	color:#ACC0CB;
}

p { font-size:0.75em; margin-bottom:0.8em; color:#ACC0CB; }

td { font-size:0.75em; }
td p { font-size:inherit; }

h1 { font-size:1.50em; margin-bottom:1em; }
h2 { font-size:1.10em; margin-bottom:0.8em; }
h3 { font-size:1.00em; margin-bottom:0.55em; }
h4 { font-size:0.75em; margin-bottom:0.3em; }
h5 { font-size:0.55em; margin-bottom:0.2em; }

table, tr, td { color:#ACC0CB; }

h3.postheading {
	font-weight:bold;
	/*color: #80C3CF;*/
	color:#FFFFFF;
}

.heading01 {
	font-size:14px;
	color:#FFFFFF;
}

span.adminwidget_text { color:#0FADF4; text-transform:uppercase; font-size:0.8em; }

div.textwidget { padding:10px 0px 0px; }

.legaltext {
	color:#999999;	
}

a#useroptionstoggle,
a#pageoptionstoggle { font-size:11px; text-decoration:underline; }

a#useroptionstoggle:hover,
a#pageoptionstoggle:hover { cursor:pointer; }

li.comment.even { padding:10px; background:#0f1c25; }

textarea#comment { display:block; clear:both; }


/* search form */

li#search-2 { margin-left:5px }

fieldset.search-form {
	border: none;
	margin: 0px;
	padding:0px;
}
.search-form input, .search button {
	border: none;
	float: left;
}
.search-form input.sf-box {
	color: #fff;
	font-size: 1.0em;
	width: 113px;
	height: 41px;
	padding: 0px 8px 0px 40px;
	background: url(images/search_bg.png) no-repeat;
	color:#777d83;
	margin-right: 0px;
}
.search-form input.sf-box:focus {
	background: url(images/search_bg.png) no-repeat left -41px;
	outline: none;
	-moz-box-shadow: 6px #11abf3;
	-webkit-box-shadow: 6px #11abf3;
	box-shadow: 6px #11abf3;
}
.search-form button.btn {
	width: 72px;
	height: 41px;
	cursor: pointer;
	text-indent: 0px;
	color:#777d83;
	border:none;
	background: url(images/search_bg.png) no-repeat top right;
}
.search-form button.btn:hover {
	background: url(images/search_bg.png) no-repeat bottom right;
	color:#fff;
}


/* Contact Page */
span.contact-heading { line-height:30px; font-weight:bold; color:#00ACE5; }

p#contact-name {}
p#contact-name input { width:200px; }
p#contact-email {}
p#contact-email input { width:200px; }
p#contact-number {}
p#contact-number input { width:200px; }
p#contact-suburb {}
p#contact-suburb input { width:200px; }

span.wpcf7-checkbox { line-height:30px; }
span.wpcf7-list-item { margin:0px 10px 0px 0px; }
span.wpcf7-list-item-label:hover { cursor:pointer; color:#37CEF9; }

span.wpcf7-form-control-wrap your-message { display:block; width:450px; }
span.wpcf7-form-control-wrap your-message textarea { width:100%; }

input.wpcf7-submit {width:228px; height:35px; border:none; background:url(images/submit_button.gif) no-repeat top left; padding:6px; line-height:23px; color:#fff;}
input.wpcf7-submit:hover { background-position:0px -39px; cursor:pointer; }