#container {
	padding-left: 0px;      /* LC fullwidth */
	padding-right: 20px;     /* RC fullwidth + CC padding */
}
#container .column {
	position: relative;
	float: none;
}
#centrecontent {
	padding: 0px 20px;       /* CC padding */
	width: 100%;
}
#leftsidebar {
	display: none;
	width: 0px;             /* LC width */
}
#rightsidebar {
	display: none;
	width: 0px;             /* RC width */
}
#footer {
	clear: both;
}
#footer .copyright
{
	margin-left: 20px;
}

.noprint
{
	display: none;
	width: 0;
	height: 0;
}

#postcomment
{
	display: none;
	width: 0;
	height: 0;
}

/********************** Global **********************/

.ad_left
{
	display: none;
	width: 0px;
	height: 0px;
}

.ad_right
{
	display: none;
	width: 0px;
	height: 0px;
}

.ad_wide
{
	display: none;
	width: 0px;
	height: 0px;
}

/* Structure */
body {
	margin: 0;
	padding: 0;
}
p {
	margin: 1.2em 0;
}
ol, ul {
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Typography */
body {
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
p {
	font-size: 1em;
	line-height: 1.5em;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
input, textarea, select {
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	font-size: 0.9em;
}
code {
	font-family: monospace;
}
.small {
	font-size: 0.9em;
}
/* Colour and borders */
body {
	background: white;
}
h1, h2, h3, h4, h5, h6 {
	color: black;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover, a:active {
	color: black;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
}
code {
	color: black;
}
.small {
	color: black;
}
/********************** Header **********************/
/* Structure */
#header {
	padding: 0px;
	margin: 0px;
	background-color: white;
	border-bottom: 4px solid #9BBB38;
}
.headerlist {
	height: 75px;
}
#header .description
{
	float: right;
	font-style: italic;
	margin: 0 10px 0 0;
	height: 23px;
}

#header .name
{
	padding: 0px;
	margin: 0 0 0px 10px;
	height: 50px;
	text-decoration: none;
}
#header h1 {
	margin: 0 0 0px 10px;
	text-align: left;
	font-size: 3.6em;
}
#header ul {
	display: none;
	width: 100%;
	padding: 0;
	margin: 13px 0px 0px 0px;
}
#header ul li {
	display: inline;
	padding: 0px 0 0 0;
}
#header ul li a {
	padding: 0px 10px 0px 10px;
}
/* Typography */
#header ul {
	font-size: 0.9em;
	text-align: left;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 15px;/* fixes Firefox 0.9.3 */
}
#header ul li a {
	text-decoration: none;
}
/******************* Main Content *******************/
/* Structure */
#centrecontent {
	overflow: hidden;
}
/* Colour */
#centrecontent {
	background-color: #FFF;
	overflow: hidden;
}
/********** Previous and Next by Catagory ***********/
/* Structure */
#postnavigation {
	display: none;
}
/********************** Blog ************************/

.postcategories
{
	display: none;
}
.postfeedback
{
	display: none;
}

#commentform {
	display:none;
}
#commentlist {
	margin: 1.2em 0;
	padding: 0;
}
#commentlist li {
	padding: 1px 20px;
}
.commenttitle {
	margin-bottom: 0;
}
.commentmeta {
	margin-top: 0;
}
#comment {
	width: 98%;
}
.avatar {
	float:left;
	margin: 5px 10px 5px 0px;
}
/* Typography */
#commentlist {
	list-style-type: none;
}
.commenttitle {
	font-size: 1.1em;
}
.commentmeta {
	font-size: 0.9em;
}
/* Colour and borders */
#commentlist {
	border-bottom: 1px solid #E8E7D0;
}
#commentlist li {
	border-top: 1px solid #E8E7D0;
	background-color: #FFF;
}
.alt {
	background-color: #FAFAF0 !important;
}
.commentmeta {
	color: #999;
}
.officialcomment {
	background-color: #F0F0F0 !important;
}
/********************* Images ***********************/


p img {
	padding: 0;
	max-width: 100%;
}
/*	
	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) 
*/
.aligncenter, div.aligncenter, 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
}
.reallysmallthumbs a img {
	width: 60px;
	height:60px;
	float: left;
	margin: 1px;
}
