@import url(colours.css);
@import url(typography.css);
/*
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.3
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.4
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
Begin Structure*/
BODY
{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#page
{
	position: relative;
	margin-top: -20px;
	padding: 0;
	width: 100%;
}
#header
{
	height: 138px;
	width: 100%;
	margin: 0px;
}
#headerimg
{
	margin-top: 5px;
}
#headerimgright
{
	margin-top: 5px;
}
.header-ticker
{
/** background: url(images/header-ticker.jpg) repeat-x; **/
	height: 5px;
}
.footer-ticker
{
	background: url(images/footer-ticker.jpg) repeat-x;
	height: 55px;
}
IMG.footer-icon
{
	margin-bottom: 0px;
}
/*This hides the 'skip to' links and maintains accessibility*/
#skip
{
	position: absolute;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#content
{
	margin-top: 40px;
	margin-bottom: 10px;
}
#sidebar
{
	text-align: left;
	margin-top: 38px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer
{
	margin: 0px 0 0;
	padding: 0;
}
.post
{
	margin: 0 0 10px !important;
	padding: 5px;
}
.postmetadata
{
	margin-left: 15px;
	text-align: left;
	font-size: 1.1em;
}
.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 5px 2px;
	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: -13px;
}
HTML > BODY .entry LI
{
	margin: 7px 0 8px 10px;
}
.entry UL LI:before, #sidebar UL UL LI:before
{
	content: "\00BB \0020";
}
.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*/
#s
{
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	border: 1px solid #CCC;
	font-size: 1em;
	color: #0374C2;
	width: 160px;
}
#s
{
	-moz-border-radius: 5px;
}
#error #searchform
{
	margin-left: 20px;
	margin-top: 0;
}
#error #s
{
	width: 200px;
}
#searchform
{
	float: right;
	position: relative;
	z-index: 1;
	color: #FFF;
}
#searchsubmit
{
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	text-align: left;
/*color: #5ABA56;*/
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
	z-index: inherit;
}
#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: 0px 25px 40px 20px;
}
#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: 5px;
}
.commentlist
{
	padding: 0;
	text-align: justify;
	margin: 0px 25px;
}
.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
{
	font-size: 1.2em;
	margin: 5px 0;
	display: block;
}
.fn
{
	font-size: 2em;
}
.even
{
	background-color: #5ABA56;
}
.odd
{
	background-color: #F2BD21;
}
/*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;
	margin-left: 10px;
	margin-right: 10px;
}
.navigationBottom
{
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 1px;
	margin-left: 10px;
}
/*End Various Tags & Classes
Captions*/
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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*/
.hentry SMALL
{
	margin-left: 16px;
}
.about
{
	height: 150px;
	overflow: hidden;
}
.hide
{
	overflow: hidden;
}
.facebook
{
	margin-top: 20px;
}
#qmaster TABLE
{
	background-color: #FFF;
	border: none;
}
#qmaster TABLE TD
{
	font-size: 1.5em;
	padding: 3px;
}
#smooth_sldr
{
	height: 156px !important;
}
#qmaster TABLE
{
	position: relative;
	top: -35px;
}
#content UL
{
	padding-left: 25px;
	padding-right: 25px;
}
#content UL LI
{
	font-size: 1.5em;
}
.wpst_question
{
	text-align: left;
	font-size: 150%;
	margin-left: 15px;
}
.wpst_question UL
{
	margin-bottom: 25px;
}
.wpst_question UL LI
{
	font-size: 14px !important;
}
#mtouchquiz-instructions
{
	font-size: 14px;
}
UL LI UL LI
{
	font-size: 14px;
	line-height: 18px;
	list-style-type: circle;
}
.dnasponsor
{
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	display: block;
}
.dnasponsor IMG
{
	width: 200px;
	height: 34px;
}

