/*
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);
 **/

/*** general ***/
*
{
font-family: Georgia, Times New Roman, Times, serif;
color: #000;
}

body
{
}


table {
border: solid 1px #000;
}

td {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}

#page
{

}

#wrapper
{
  background: #fff url(images/bg_column_lines.gif) 0 0 repeat-y;
}

#skip
{
display: none;
}

/*** Hide post metadata ***/
.postmetadata 
{
  display: none;
}

/*** header ***/
#header
{
  background: #fff url(images/header.jpg) 0 0 repeat-x;

  border-bottom: 8px solid #e4e4e4;
  height: 234px;
}

#headerimg h2 a
{
  display: block;
  width: 100%;
  height: 234px;
  padding-bottom: 50px;
  background: url(images/logo.png) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#headerimg p.description
{
  display: none;
}



/*** navigation ***/

#main-menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-menu ul li
{
  margin: 0 0 12px 0;
  padding: 0;
}

#main-menu ul li a
{
  padding: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: arial, verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

#recentcomments li
{
  margin-top: 10px;
  font-size: 12px;
}

#content .post 
{
  margin-bottom: 50px;
}

.comment_link a
{
  font-weight: bold;
}

/*** post ***/
.post
{
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.4;
}

.post h2,
.post h2 a
{
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.2;
  margin: 5px 0 5px 0; 
}

h3,
.post h3,
h3#comments,
#respond h3
{
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: normal;
}

.post small.date
{
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  
}

.post img
{
  display: block;
  margin: 10px 0;
}

.post p
{
  margin: 0 0 10px 0;
}

/** comments **/
ol.commentlist
{
  margin: 10px 0 0 0;
  line-height: 1.6;
}

ol.commentlist .comment
{
  font-size: 11px;
  margin: 0 0 10px 0;
}

ol.commentlist .comment img
{
  display: none;
}

ol.commentlist .comment cite
{

}

/** table **/

.table-onstage 
{
background-color: #000;
color: #fff;
}