@charset "UTF-8";/* CSS Document */

/* reset */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}legend{color:#000;}
body {font-family: sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



/*three column fixed centered with right/left sidebar*/

/* Begin Structure */
#outer{
	width: 100%;
}

#leftbar {
	display: none;
}

#content{
	float: left;
	width: 100%;
}



#sidebar {
	float: left;
	display: none;
}

#footer{
	display: none;
}

* Defines body styles*/
body 
{
	color: #333;
	background: #fff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 72%/1.6;}
/* Defines link colours*/
A:link,
A:visited,
A:hover {
	text-decoration: none;}
A:link {
	color:#aabc46;}
A:hover {
	color:#ffca08;}
A:visited {
	color:#7d5c4d;}
H1 A:link,
H1 A:visited {
	color: #93a23e;}

H1 a:hover {
	color: #ffc903;}
H1 {
	font-size: 2.2em;
	font-family: Monaco, sans-serif;
	font-weight: bold;
	margin: 5px 0 0 3px;
	padding-left: 3px;
}
H2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 3px
}
H3 {
	font-size: 1em;
	font-weight: bold;
	padding-left: 3px;
}	
P {
	padding: 5px;

}
/*page border*/
#outer {

	margin-top: 0;
}
/*Header*/
#header {
	background: #f7f5df;
}

#header .description {
	color: #53612d;
	margin-left: 23px;
	padding: 3px 0;
}
/*three column fixed centered with right/left sidebar*/
#topNavigation UL.mainNavigation LI 
{
	float: left;
}

#topNavigation UL.mainNavigation
{
	list-style-type: none;
	margin: 5px 0 8px 0;
}
/* Top Navigation displays horizontally*/
#topNavigation UL.mainNavigation LI 
{
	padding: 3px;
}
#topNavigation UL.mainNavigation LI A
{
	display: block;
	color: #f89c1f;
	padding-left: 3px;
	padding-right: 3px;
}
#topNavigation UL.mainNavigation LI A:hover
{
	color: #513e35;
}

/*Content*/
#content {
	background: white;
	margin-top: 5px;
	}
#footer {
	font-size: 0.80em;
	padding: 2px;
	text-align: left;
	}
/*	Begin Headers */
h2 {
	margin: 3px 3px;
	clear: both;
	}
h2.pagetitle {
	margin-top: 5px;
	text-align: left;
}

h3 {
	margin: 3px 3px;
	}
h3.comments {
	margin: 3px auto 3px ;
	}
/* End Headers */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 3px 0;
	margin-left: 5px;
	}
.entry p a:visited {
	color: #b85b5a;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	font-size: 0.8em;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */
/* Begin Images */
p img {
	padding: 0;

	}

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

img.alignright {
	padding: 2px;
	margin: 0 0 2px 3px;
	display: inline;

	}
img.alignleft {
	padding: 2px;
	margin: 0 3px 2px 0;
	display: inline;

	}

	
.alignright {
	float: left;
	}

.alignleft {
	float: left
	}
	
	

/* End Images */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 3px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 3px 0 3px;
	padding: 3px 3px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: 3px;
	margin-left: 3px;
}

.commentlist p {
	margin: 3px 3px;
}
.children { padding: 0; }

#commentform p {
	margin: 3px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* 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 5px;
	list-style: none;
	padding-left: 5px;
	text-indent: 5px;
	}

html>body .entry li {
	margin: 3px 0 4px 5px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 5px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 110px;
	}

#commentform input {
	width: 110px;
	padding: 2px;
	margin: 1px;
	}

#commentform {
	margin: 2px 2px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 3px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 4px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 5px 0 5px;
	padding: 3px 3px 5px 5px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -3px;
	margin-left: 5px;
}

.commentlist p {
	margin: 5px 3px 5px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 3px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 5px 5px 0 5px;
	padding-left: 5px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 8px;
	}
/* End Various Tags & Classes*/


/* 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: 5px;
	-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: 5px;
	line-height: 5px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

