/*
Theme Name: The SubStation Theme
Theme URI: http://thesubstation.com.au/
Description: The theme designed for The SubStation website.
Version: 1.0
Author: Ben Greig @ Websend
Author URI: http://websend.com.au/
*/

/* MEYER RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a { outline: 0 none;}


/* Core Styles */
body {
	text-align: center;
	background-repeat: repeat;
	background-image: url(images/background.gif);
	font-size: 10px;
	line-height: 19px;
	font-family: Verdana, Helvetica, sans-serif;
}

.clearboth {
	clear: both;
}

#container {
	text-align: left;
	width: 980px;
	/* width: 968px; */
	margin: 14px auto;
	background-color: #fff;
	background-image: url(images/page_background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	border: 6px solid #252525;
	border-bottom: 0px none;
}

#borderline {
	border-top: 4px solid #99cc00;
	margin-bottom: 26px;
}


/* Header & Navigation Styles */

#header {
	font-size: 9px;
	display: block;
	margin: 0 27px 40px 30px;
	width: 120px;
	float: left;
	color: #777;
}

#header h1 {
	background-image: url(images/nav_logo.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 200px;
	display: block;
	margin: 0 0 21px 0;
}

#header h1 a {
	display: block;
	width: 120px;
	height: 200px;
}

#header h1 span {
	display: none;
}

#header .navigation ul {
	list-style: none;
	margin-bottom: 20px;
}

#header .navigation ul li {
	line-height: 9px;
}

#header .navigation ul li a,
#header .navigation ul li.current_page_item a:active {
	text-decoration: none;
	color: #777;
	display: block;
	padding: 6px 5px 5px;
	background-image: url(images/nav_button_background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	border-bottom: 1px solid #e0f0b1;
	border-left: 1px solid #f4fae5;
	border-right: 1px solid #f4fae4;
}

#header .navigation ul li a:hover {
	color: #92bb15;
	/*text-shadow: #c0ff00 0px 0px 5px;*/
}

#header .navigation ul li a:active {
	color: #606c3c;
	background-image: url(images/nav_button_background.gif);
	background-position: center bottom;
	background-repeat: repeat-y;
}


#header .navigation ul li.current_page_item a,
#header .navigation ul li.current_page_item a:hover {
	color: #000;
	background-image: url(images/nav_button_background_selected.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#header .navigation ul li.gap {
	height: 20px;
}

#header h3 {
	color: #99cc00;
	font-size: 14px;
	font-weight: normal;
}


/* Footer Styles */

#footer {
	clear: left;
	background-color: #252525;
	color: #999;
	padding: 18px 30px;
}

#footer ul.navigation {
	list-style: none;
	height: 2em;
	margin-bottom: 12px;
}

#footer ul.navigation li {
	line-height: 13px;
	margin: 3px 0;
	display: inline-block;
	padding: 0 7px;
	border-right: 2px solid #666;
	float: left;
}

#footer ul.navigation li:first-child {
	padding-left: 0;
}

#footer ul.navigation li.end,
#footer ul.navigation li.page-item-39 {
	border-right: 0 none;
}

#footer ul.navigation li a {
	color: #fff;
	text-decoration: none;
}

#footer ul.navigation li a:hover {
	color: #99cc00;
}

#footer a.omnilab,
#footer a.substation,
#footer a.dubsat,
#footer a.websend {
	display: block;
	float: left;
	height: 31px;
	margin-right: 20px;
}

#footer a.omnilab {
	width: 169px;
	background-image: url(images/footer_omnilabmedia.gif);
}

#footer a.substation {
	width: 121px;
	background-image: url(images/footer_substation.gif);
}

#footer a.dubsat {
	width: 91px;
	background-image: url(images/footer_dubsat.gif);
}

#footer a.websend {
	width: 119px;
	background-image: url(images/footer_websend.gif);
}

#footer div.iconheight {
	height: 31px;
}

#footer a.omnilab span,
#footer a.substation span,
#footer a.dubsat span,
#footer a.websend span {
	display: none;
}

.badges {
	float: right;
}



/* Content Styles */

#content {
	color: #666;
	margin-left: 195px;
	margin-right: 30px;
	padding-bottom: 30px;
}

p {
	margin-bottom: 1em;
}

a {
	color: #8cbb00;
	text-decoration: underline;
}

a:hover {
	color: #759c01;
}

blockquote,
.leftcol blockquote  {
	font-size: 14px;
	font-style: italic;
	color: #a9a9a9;
	padding: 0 55px;
	margin: 19px 0;
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
}

blockquote {
	width: 640px;
	background-image: url(images/blockquote.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.leftcol blockquote {
	width: 340px;
	background-image: url(images/blockquote_leftcol.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.rightcol blockquote {
	width: 190px;
	font-size: 14px;
	padding: 0 35px;
	background-image: url(images/blockquote_rightcol.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#content .rightcol {
	font-size: 9px;
}

#content.homepage .rightcol {
	font-size: 10px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#respond h3 {
	font-weight: normal;
	color: #6f8e12;
	margin-bottom: .4em;
}

#content h1 {
	font-size: 26px;
}

#content h2 {
	font-size: 22px;
}

#content h3,
#respond h3 {
	font-size: 18px;
}

#content h4 {
	font-size: 14px;
}

#content h5 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#content h6 {
	font-size: 1em;
	margin-bottom: 1em;
}

#content .leftcol {
	float: left;
	padding-right: 33px;
	width: 460px;
}

#content .leftcol img {
	max-width: 460px;
	margin-bottom: 1em;
}

#content.homepage .leftcol img {
	max-width: none;
	margin-bottom: 0;
}

#content .rightcol {
	float: left;
	width: 260px;
}

#content .rightcol img {
	max-width: 260px;
	margin-bottom: 1em;
}

#content.homepage {
	margin-left: 177px;
}

#content.homepage .leftcol {
	float: left;
	padding-right: 25px;
	width: 508px;
}

#content.homepage .rightcol {
	float: left;
	width: 230px;
}

#content.homepage .rightcol h2 {
	font-weight: normal;
	font-size: 26px;
	color: #99cc00;
	padding-bottom: 18px;
}

	#content.homepage .rightcol h2 a.button {
		font-weight: normal;
		font-size: 10px;
		line-height: 10px;
		float: right;
		text-decoration: none;
		color: #92bb15;
		border: 1px solid #eee;
		border-bottom: 2px solid #ddd;
		border-right: 2px solid #ddd;
		margin-top: 2px;
		padding: 4px 12px;
		display: block;
		background-image: url(images/button_background.gif);
		background-repeat: repeat-x;
		background-position: top left;
		
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

	#content.homepage .rightcol h2 a.button:active {
		border: 1px solid #eee;
		border-top: 2px solid #ddd;
		border-left: 2px solid #ddd;
	}

#content.homepage .rightcol h3 {
	font-weight: normal;
	font-size: 14px;
	color: #99cc00;
	padding-top: 10px;
	border-top: 1px solid #eff7d6;

}

#content.homepage .rightcol h3 span,
#content h2 span, #content h3 span {
	font-size: 11px;
	color: #bbb;
}

#content.homepage .rightcol p {
	padding-bottom: 10px;
}

/* Homepage Blocks */
#content.homepage #mainblock {
	width: 508px;
	overflow-x: hidden;
	margin-bottom: 14px;
}

#content.homepage #leftblock,
#content.homepage #rightblock {
	float: left;
	width: 247px;
	overflow-x: hidden;
}

#content.homepage #leftblock {
	margin-right: 14px;
}

#content .line_stripe {
	background-image: url(images/line_superstripe.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
	margin-bottom: 9px;
}

#content .line_alt {
	background-image: url(images/line_alternating.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#content.archive div.odd {

}

#content.archive div.even {
	background-color: #fcfff4;
}

#content.archive .post {
	padding: 10px 20px 9px;
}

#content img.wp-smiley {
	display: inline;
	vertical-align: middle;
	margin-bottom: 0;
}

.caps {
	line-height: 1em;
	text-transform: uppercase;
}

.postmetadata {
	color: #aaa;
	margin-top: 38px;
	border-top: 1px solid #f0f7d8;
	padding-top: 1em;
}

postmetadata a {
	color: #b9e161;
}

/* Comments */
#comments, #respond {
	margin-top: 57px;
}

#respond h3 {
	margin-bottom: 1em;
}

#respond .respond_form {
	background:url(images/bg_comments2_cite.gif);
	border:1px solid #d6e4c1;
	border-right: 0 none;
	border-bottom:1px solid #779d42;
	padding: 10px 20px 0px;
	width: 327px;
	height: 190px;
	float: left;
	margin-bottom: 0;
}

#respond .submission {
	color:#fafcf6;
	background: #9bc561 url(images/bg_comments2_text.gif) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 10px 20px 10px;
	text-align: right;
	margin-top: 0;
}

#respond .respond_form label {
	width: 12em;
	line-height: 1em;
	display: block;
	float:left;
}

textarea#comment {
	width: 380px;
	height: 200px;
	margin: 0;
	padding-left: 5px;
	border:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist li.alt cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(images/bg_comments2_cite_alt.gif);
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #777;
	color:#595959;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	color:#fafcf6;
	background: #b1c990 url(images/bg_comments2_text.gif) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 5px 20px 10px 20px;
	line-height: 1.3em;
	}
	
.commentlist li.alt .commenttext {
	color:#fafcf6;
	background: #acacac url(images/bg_comments2_text_alt.gif) repeat-x bottom;
	border-top:1px solid #c5c5c5;
}