/* (c) 2005 - 2010 Sean Whitton - this version started late 2009 */
/* All Rights Reserved on this design, content is released under the licenses stated on the main site. */

body
{
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	background: #FFF;
	min-width: 600px;
	font-family: Verdana; /* if you don't have Verdana you probably have a nicer font */
}

p, dl
{
	padding-left: 1em;
}

h2, h3, h4
{
	padding-left: .2em;
}

dl
{
	line-height: 175%;
}

#content li
{
  /*margin-left: 5%;*/
  line-height: 140%;
  list-style: square;
}

pre, code
{
	margin-left: 1em;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #F8F8F8
}

a img
{
	border: 0;
}

a
{
	text-decoration: none;
}
a:link
{

}
a:visited
{
	color: blue;
}
a:hover
{

}
a:active
{

}


#master
{
	max-width: 1024px;
	margin: 0 auto; /* thanks #css on freenode */
}
#head
{
	width: 100%;
	text-align: center;
	border-top: #000 solid 5px;
	border-bottom: #000 solid 5px;
	margin-top: 20px;
}

#rightcont
{
	float: left;
	width: 100%;
	background-color: #EEE;
	position: relative;
	overflow: hidden;
	clear: both;
}
#leftcont
{
	float: left;
	width: 200%;
	position: relative;
	right: 100%;
	margin-left: -22em; /* thanks Matthew James Taylor */
	background-color: #FFF;
}

#left
{
	float: left;
	position: relative;
	left: 50%;
	width: 50%;
	padding-bottom: 1em;
}
#right
{
	float: right;
	width: 20em;
	position: relative;
	left: 21em;
	padding-top: 1em; /* This may break in IE */
	padding-bottom: 1em; /* This may break in IE */
}

#right h1
{
	border-bottom: #000 solid 1.5px;
	font-size: 100%;
}

#right #toc ul, #right #nav ul, #right #blogroll ul 
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 150%;
	padding-top: 0;
}

#right #toc ul li ul
{
	padding-left: 2em;
}

#right #nav ul li ul
{
	margin-left: 1em;
	padding-left: 1em;
	border-left: black solid 2px;
}

#content
{
	margin: 0 1em 0 22em;
	overflow: hidden;
}

#content p
{
	text-align: justify;
}

#content hr
{
	margin-left: 1em;
}

#foot
{
	width: 100%;
	text-align: center;
	font-size: 80%;
	border-top: #000 solid 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

table.centre
{
	width:100%;
}

table.centre td
{
	text-align: center;
	padding: 20px;
}

/* WordPress-only stuff */

.alignleft {
  float: left;
}

.alignright {
  float: right;
} 

/* from the default WordPress theme, so what follows is not copyright me */
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


