/* @override http://www.integrinet.co.uk/wp/wp-content/themes/integrinet/style.css */

/*  
Theme Name: integrinet
Description: the light tech touch.
Version: 1.0
Author: Prisca Schmarsow
Author URI: http://graphiceyedea.co.uk
*/

/* Thanks to Elliot Jay Stocks for saving me time with his starkers theme :-) */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ############################## colours 
#3F4944 - dark grey
#848C88 - medium grey
#d6e5dd - lightest grey

#A00A0A - dark red 
*/

/* ############################## general settings */
body {
	background: #848C88;
	color: #3F4944;
	font-family: Calibri, Arial, sans-serif;
	font-size: 0.86em;
	line-height: 1.46em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial Black', Gadget, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
}
a, a:link {
	color: #A00A0A;	
}
a:hover, a:active {
	color: #848C88;	
}
p {
	display: block;
	margin: 0 0 1.14em 0;
}
/* ############################## page content wrapper */
#wrap {
	display: block;
	width: 900px;
	margin: 0 auto;
	background: #848C88 url(images/bg.jpg) repeat-y;
	background-position: -118px 0;
	position: relative;
}

/* ############################## header */
h1 {
	display: block;
	margin: 0 106px 0 -100px;
}
h1 a {
	display: block;
	background: transparent url(images/header_sprite.png) no-repeat;
	background-position: 0 0;
	height: 150px;
	text-indent: -9999px;
	font-size: 0.1em;
}
h1 a:hover {
	background-position: 0 -327px;
}

/* ############################## content styling */
#content {
	background: transparent url(images/power_bgicon.png) no-repeat;
	background-position: -4px -3px;
	width: 500px;
	min-height: 600px;
	margin: 0 0 0 -100px;
	padding: 50px 0 0 120px;
}
#content .post, #content div.topical p {
	display: block;
	margin: 0 0 3em 0;
	font-size: 0.94em;
	line-height: 1.6em;
}
#content h2 {
	text-transform: uppercase;
	font-variant: normal;
	margin: 0 0 1em 0;
}

#content form#searchform {
	display: block;
	margin: 1em 0;
}
#content form#searchform {
	width: 200px;
	margin: 0.3em 0;
	padding: 2px;
}
#content form#searchform input {
	background: #fff;
	width: 200px;
	border: 1px solid #3F4944;
	color: #A00A0A;
	padding: 2px;
}
#content form#searchform input:hover {
	border-color: #A00A0A;
	background: #d6e5dd;
}
#content form#searchform input#searchsubmit {
	border: none;
	border-bottom: 1px solid #A00A0A;
	color: #A00A0A;
	width: 204px;	
	padding: 2px;	
}
#content form#searchform input#searchsubmit:hover {
	background: none;
	color: #848C88;
	border-color: #848C88;
}

/* commet forms - styling */
#content form#commentform {
	display: block;
	margin: 1em 0;
	width: 500px;
}
#content form#commentform {

	margin: 0.3em 0;
	padding: 2px;
}
#content form#commentform label {
	display: inline;	
}
#content form#commentform input, #content form#commentform textarea {
	background: #fff;
	width: 200px;
	border: 1px solid #3F4944;
	color: #A00A0A;
	padding: 2px;
	margin: 0 4px 0 0;
}

#content form#commentform input:hover {
	border-color: #A00A0A;
	background: #d6e5dd;
}
#content form#commentform input#submit {
	border: none;
	border-bottom: 1px solid #A00A0A;
	color: #A00A0A;
	width: 204px;	
	padding: 2px;	
}
#content form#commentform input#submit:hover {
	background: none;
	color: #848C88;
	border-color: #848C88;
}

#content form#commentform p {
	font-size: 0.9em;
}
#content ol.commentlist {
	display: block;
	width: 450px;
}
#content ol.commentlist li {
	margin: 1em 0;
	font-size: 0.9em;
}

#content ol.commentlist li p.commentmetadata {
	float: right;
	
		font-size: 0.9em;
	margin: 0 3em 0 0;

}
/* ############################## sidebar styling */
#sidebar {
	width: 350px;
	position: absolute;
	left: 550px;
	top: 200px;
}

#sidebar ul li#categories-174934681.widget_categories h2.widgettitle,
#sidebar ul li#pages.widget_pages h2.widgettitle, 
#sidebar ul li#twitter-tools h2.widgettitle {
	display: none;
}
#sidebar ul li#pages ul li.page-item-23, #sidebar ul li ul li.cat-item-5 {
	display: none;
}
/* search formatting */
#sidebar ul li#search {
	display: block;
	margin: 1em 0;
}
#sidebar ul li#search form#searchform, #sidebar ul li#search form#searchform input {
	width: 200px;
	margin: 0.3em 0;
	padding: 2px;
}
#sidebar ul li#search form#searchform input {
	background: #fff;
	border: 1px solid #3F4944;
	color: #A00A0A;
}
#sidebar ul li#search form#searchform input:hover {
	border-color: #A00A0A;
	background: #d6e5dd;
}
#sidebar ul li#search form#searchform input#searchsubmit {
	border: none;
	border-bottom: 1px solid #A00A0A;
	color: #A00A0A;
	width: 204px;	
	padding: 2px;	
}
#sidebar ul li#search form#searchform input#searchsubmit:hover {
	background: none;
	color: #848C88;
	border-color: #848C88;
}
/* twitter */
#sidebar ul li#twitter-tools {
	width: 200px;
	padding: 30px 0 0 0;
	background: url(images/twitter.jpg) top left no-repeat;
	font-size: 0.8em;
	line-height: 1.4em;
}
#sidebar ul li#twitter-tools ul li {
	display: block;
	margin: 1em 0;
}
#sidebar ul li#twitter-tools a {
	display: block;
}
/* ############################## footer styling */
#footer {
	position: relative;
	bottom: 0;
	display: block;
	width: 900px;
	background: transparent url(images/footer.jpg) no-repeat;
	background-position: -59px 0;
	padding: 60px 0 60px 0;
	font-size: 0.9em;
}
#footer p {
	float: left;
	width: 50%;
}
#footer span {
	float: right;
	margin: 0 103px 0 0;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #fff;
}

/* ############################## page specific styling */
#content .topical {
	width: 44%;
	float: left;
	margin: 0 5% 0 0;
}
#content .topical h3 {
	font-size: 1.4em;
	margin: 0 0 1em 0;
	color: #A00A0A;
}

/* ############################## contact form styling */
#content div#gb_form_div fieldset#formwrap{
	display: block;
	width: 550px;
}
#content div#gb_form_div form fieldset {
	width: 200px;
	float: left;
	margin: 0 5% 0 0;	
}
#content div#gb_form_div form fieldset legend#mainlegend {
	display: none;
}
#content div#gb_form_div form fieldset legend {
	font-size: 1.1em;
	color: #A00A0A;	
	padding: 1em 0 0 0;
}
#content div#gb_form_div form fieldset label {
	display: block;
	margin: 0.4em 0;
}
#content div#gb_form_div form fieldset input, #content div#gb_form_div form fieldset textarea{
	width: 200px;
	float: left;
	background: #fff;
	border: 1px solid #3F4944;
	color: #A00A0A;
	padding: 2px;
}
#content div#gb_form_div form fieldset input:hover, #content div#gb_form_div form fieldset input:focus, #content div#gb_form_div form fieldset textarea:hover, #content div#gb_form_div form fieldset textarea:focus {
	background: #d6e5dd;
	color: #A00A0A; 
	border-color: #A00A0A ;	
}
#content div#gb_form_div label small {
	display: inline;
}
#content div#gb_form_div label small.whythis a span {
	display: none;
}
#content div#gb_form_div label small.whythis a:hover span {
	display: block;
	color: #000;
}
#content div#gb_form_div input#gbcc.checkbox {
	width: 14px;
	height: 14px;	
	float: left;
	margin: 5px 7px 0 0;
}



