/* @override http://newmodels.winstongroup.ltd/wp-content/themes/960bc/style.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.3
	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;
		font-size: 62.5%; /* Resets 1em to 10px */
		font-family: Georgia,serif;
		text-align: left;
		background: #d3dce1 url(images/bg20080609.jpg) repeat-x 0 0;
		color:  #333;
		
		/*color: #333;*/
		}


#wrapper.container_16 {
	background-color: #fff;

}

#contentwrapper {
	background-color: #fff;
	padding-top: 20px;
}

#mantle {
	background-color: #7c7f82;
	margin-right: 0px;
	margin-left: 0px;
	width: 900px;
	margin-bottom: 20px;
}

#home #sidebar ul ul li:before {
	content: "";
	}
	
#home h3.widgettitle
{
		font-size: 2em;
		text-align: left;
		padding-bottom: 10px;
		padding-top: 0px;
		margin-top: 0px;
		font-weight: normal;
		}
		
#home #sidebar
{
		text-align: left;
		padding-top: 0px;
		padding-bottom: 25px;
		}
		
#home #sidebar ul {
    list-style:none;
    margin-left:0;
}
#home #sidebar ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
#home #sidebar ul ul li {
    padding:1px 0;
    line-height: 1.4em;
}
#home #sidebar ul ul ul {
    margin-bottom:0;
}		

#sidebar ul li ul li {
	font-size: 1.4em;
	line-height: 1.4em;
}
		
#mantle grid_12 {
	background-color: red;
	width: 100%;
}		
#mantle h2 {
	line-height: 1.3em;
	font-size: 3em;
	text-transform: none;
	color: #f3f3f4;
	padding: 10px;
	margin-bottom: 0;
	border: none;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
		text-decoration: none;
		}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
		text-decoration: none;
		}
				
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #333;
		}
		
h2 {
		font-size: 2em;
		line-height: 1em;
		margin-top: 0em;
		margin-bottom: 0.818182em;
		text-transform: capitalize;
		font-weight: normal;
		}
		
h4 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	padding-bottom: 1em;
}
		
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 0 0;
    text-align:left;
    width: 100%;
}

tr {
    border-bottom:1px solid #ccc;
}

th, td {
    padding: .7em 1.25em;
}

#header h1 {
		margin-bottom: 0em;
		line-height: 0em;
		}


h3 {

		font-size: 1.5em;
		line-height: 1.125em;
		margin-top: 0.5em;
		margin-bottom: .3em;
		font-weight: normal;
		}

p {
		font-size: 1.5em;
		line-height: 1.5em;
		margin-bottom: 1.2em;
		text-align: left
		}


#sidebar h3 {
		font-size: 1.2em;
		line-height: 1.2em;
		margin-top: 1.2em;
		margin-bottom: 0em;
		}


a, h2 a:hover, h3 a:hover {
		color: #730508;
	border-bottom: 1px none #730508;
	text-decoration: underline;
}

a:hover {
		color: #147;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		width: 100%;
		}

#headerimg {
		margin-top: 1em;
		}
		
#headerimg a {
		background:url(images/header.png) no-repeat top center;
		display:block;
		float: left;
		text-indent:-9000px;
		width: 360px;
		height: 60px;
		}
		
p.description {
		font-size: 2em;
		text-align: left;
		line-height: 5.6em;
		font-family: "Helvetica";
		font-weight: bold;
		margin-bottom: 0;
		}

#content {

		background-color: #fff;

}

#sidebar
{
		text-align: left;
		padding-top: 40px;
		padding-bottom: 25px;
		}
		
#sidebar ul ul {
		font-size: 1em;
		line-height: 1.5em;
		margin-top: 0.9em;
		margin-bottom: 0em;
}

#footer {
	margin-right: 0px;
	margin-left: 0px;
	width: 900px;
	margin-bottom: 20px;
		}	
		
small {
		font-size: 1.2em;
		line-height: 2em;
		padding-bottom: 1em;
		margin-top: 1.8em;
		margin-bottom: 1.8em;
		}
.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";
		}

.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 {
		font-size: 1.3em;
		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;
		}

.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 */


table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th {
    padding: .7em 1.25em;
    font-weight: normal;
}

td {
	font-weight: bold;
	font-size: 1.2em;
}

#nav {
	margin: 0;
	float: left;
	padding: 10px 0 0 0px;
	list-style: none;
	margin-top: 2.7em;
}
#nav li {

	float: left;
	font-size: 2em;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 0;
	font-weight: bold;
}

#nav a {
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	margin: 0;
	color: #9e0b0f;
}

#nav a:hover {
	background-color: #9e0b0f;
	color: #fff;
}
#menubar ul li {
	margin: 20px;
}

