/*
Theme Name: 960bc
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.6
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.6
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
                background: #fafafa;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
                background: #fafafa;
		}


.separator {
	height: 40px;
}

/*begin my header code*/

#wrapper_header {
	width:940px;
	overflow:hidden;
	margin:0 auto;
	padding:1px 0 0;
}

#header {
	width:100%;
	overflow:hidden;
	padding:0 0 7px;
	margin:0 0 27px;
	position:relative;
}
.header-holder {	
	width:100%;
	height:512px;
	overflow:hidden;
	background:url(../960bc/images/bg-header.gif) repeat-y;
}
.header-top {
	width:100%;
	overflow:hidden;
}
#header .logo {
	float:left;
	display:inline;
	width:292px;
	text-indent:-9999px;
	margin:0 0 0 6px;
	padding:0 0 58px;
	background:url(../960bc/images/logo.png) no-repeat;
}
#header .logo a {
	display:block;
	height:58px;
	position:relative;
}
#header .logo a:hover {
	padding:0 0 293px;
	background:#0a0057 url(../960bc/images/logo-over.png) no-repeat;
	text-decoration:none;
}
.index #header .logo a:hover {
	padding:0;
	background:none;
}
#header blockquote {
	width:100%;
	overflow:hidden;
	padding:0;
	margin:0;
}
#header blockquote div {
	width:475px;
	overflow:hidden;
	margin:0 auto;
}
#header blockquote q {
	quotes: none;
	text-align:center;
}
#header blockquote q:before {content:"";}
#header blockquote q:after {content:"";}
#header blockquote cite {text-align:right;}
.text-saying {
	display:block;
	width:471px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:0;
	background:url(../960bc/images/text-saying.png) no-repeat;
}
.text-voltaire {
	display:block;
	width:86px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:0;
	background:url(../960bc/images/text-voltaire.png) no-repeat;
}
#header blockquote .text-saying {margin:0 auto 9px;}
#header blockquote .text-voltaire {
	float:right;
	display:inline;
	margin:0 25px 0 0;
}
#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	color:#909090;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}
#main-nav li {
	float:left;
	width:139px;
	text-align:right;
	padding:0 1px 0 20px;
}
#main-nav li a {
	display:block;
	height:1%;
	padding:24px 11px 24px 4px;
	color:#909090;
	text-decoration:none;
}
#main-nav li.active a {color:#0a0057;}
#main-nav li a:hover {
	color:#fff;
	text-decoration:none;
	padding:24px 11px 311px 4px;
	background:#0a0057;
}
.quote-box {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:1;
}
.quote-box .blueprints {
	position:absolute;
	bottom:48px;
	left:50%;
	width:613px;
	height:361px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 -305px;
	background:url(../960bc/images/bg-blueprints.png) no-repeat;
	z-index:1;
}
.quote-box .holder {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.quote-box .frame {
	width:100%;
	overflow:hidden;
	height:81px;
	padding:106px 0 34px;
	background:url(../960bc/images/bg-quote.png) no-repeat;
}
.text-hello {
	width:880px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
	font-size:0;
	line-height:0;
	background:url(../960bc/images/text-hello.png) no-repeat;
}


.separator_small {
	margin-left: 10px;
}

/*end my header code*/

/*#header {
		height: 155px;
		width: 100%;
		}

#headerimg {
		margin-top: 55px;
		}*/


		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: 40px;
                padding-left: 15px;
                padding-right: 50px;
		}

#sidebar
{
		text-align: left;
		padding-top: 20px;
		padding-bottom: 25px;
		}

/*#footer {
		margin: 40px 0 0 0;
		padding: 60px 0;
		}*/	

/*Begin my Footer CSS*/

#wrapper_footer {
	width:940px;
	overflow:hidden;
	margin:0 auto;
	padding:300px 0 0;
}

#footer {
	width:100%;
	overflow:hidden;
	padding:185px 0 0;
	margin:-242px 0 0;
	background:url(../960bc/images/bg-footer-c.gif) repeat-y;
	position:relative;
	z-index:1;
	color:#b0b0b0;
	font-size:14px;
	line-height:18px;
}
.about #footer {margin:0;}
#footer .bg {
	position:absolute;
	top:193px;
	right:29px;
	width:175px;
	height:217px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../960bc/images/bg-footer.gif) no-repeat;
}
#footer .holder {
	width:100%;
	padding:210px 0 0;
	background:url(../960bc/images/bg-footer-c1.gif) repeat-y;
}
#footer .holder:after {
	content:"";
	clear:both;
	display:block;
}
#footer .frame {
	width:100%;
	padding:0 0 223px;
	background:url(../960bc/images/bg-footer-c2.gif) repeat-y;
}
#footer .frame:after {
	content:"";
	clear:both;
	display:block;
}
#footer .area {
	float:right;
	display:inline;
	width:300px;
	margin:-78px 18px 0 0;
	position:relative;
}
#footer p {margin:0;}
#footer .copyright {
	width:100%;
	overflow:hidden;
	margin:0 0 26px;
}
#footer .by {
	width:100%;
	overflow:hidden;
	margin:0 0 26px;
}
#footer .by em {
	float:left;
	margin:0 2px 0 0;
	font-style:normal;
}
#footer .logo {
	float:left;
	width:214px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	margin:1px 0 0;
	background:url(../960bc/images/logo-mediatemple.png) no-repeat;
}
#footer .logo a {
	display:block;
	height:100%;
	position:relative;
}

/*End my Footer CSS*/

.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
                content: "\00BB \0020";
}

 #sidebar ul ul li {
                padding-bottom:10px;
}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
                margin-bottom: 40px;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */
