
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fffbb9;
	color: #000000;
	text-align: center;
	}

b, u, i, strong {
color: #61CDAB;}

a, a:visited {
color: #61CDAB;}

a:hover, a:active {
color: #9d402e;
text-decoration: underline;}

#footer b, #footer u, #footer i {
color: #9d402e;}

#footer a, #footer a:visited {
color: #ffffff;
font-weight: bold;}

#footer a:hover, #footer a:active {
color: #fffbb9;
text-decoration: underline;
font-weight: bold;}

#page {
	background-color: #FFFFFF;
	text-align: left;
	}

#header {
	background: #FFFFFF url('header.jpg') no-repeat bottom center;
	}

#headerimg 	{ 
	margin: 0px 0px 0; 
	height: 316px; 
	width: 717px; 
	} 

#content {
	font-size: 1.2em
	}


.narrowcolumn .postmetadata {
	text-align: center;
	}


#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #FFFFFF;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	font-family: 'Times New Roman', Georgia, Serif;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


h2.pagetitle {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #8EA8D3;
	}

h2, #sidebar h2 {
	color: #61CDAB;
	}



#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, strike {
	color: #8EA8D3;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #FFEFEC;
	text-decoration: none;
	}



/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0; 
	}

#page {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0;
	width: 717px;
	}

#header {
	background-color: #FFFFFF;
	margin: 0 0 0 0px; 
	padding: 0; 
	height: 316px; 
	width: 717px;
	}

#pagebody {
	padding: 0px;
	margin: 0px 0 0 0;
	text-align: left;
	background: transparent;
}

#main	{
	padding-left: 10px;
	margin:0;
	width:500px;
	text-align:left;
	float: left;
	background: transparent;
}


#headerimg {
	margin: 0;
	height: 316px;
	width: 100%;
	}


.post {
	margin: 0 0 40px;
	text-align: justify;
	}


#footer {
	padding-top: 30px;
	margin: 0 0 0 0;
	width: 717px;
	height: 37px;
	clear: both;
	background-color: #61CDAB;
	}

#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
	color: #000000;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

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
 */
#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	font-size: 12pt
}
#sidebar h2 a {
	color: #9BBB38;
}
#sidebar h2 a:hover {
	color: #E58712;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #FFFFFF;
	background-color: #ffffff;
}
#sidebar ul ul li {
	padding: 0 0 0 -5px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #61CDAB;
}
#sidebar ul ul li a {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0 0 0 0px;
	width: 180px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	;
} 
html>body #sidebar ul ul li a {
	width: 180px;
background-color: #61CDAB;
}
#sidebar ul ul li a:hover {
	background-color: #fffbb9;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 0px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #FFFFFF;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 0px;
	padding: 0.1em 10px 0.1em 0px;
	width: 180px;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 
html>body #sidebar ul ul ul li a {
	width: 180px;
}
#sidebar a, #sidebar a:visited {

	color: #fffbb9;
	display: block;
	text-decoration: none;
	font-weight: bold;}

#sidebar a:hover, #sidebar a:active {

	color: #61CDAB;
	display: block;
	text-decoration: none;
	font-weight: bold;}
	
/* End Entry Lists */



/* Begin Form Elements */

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

select {
	width: 130px;
	}



input, textarea {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #61CDAB;
	border-top: 1px solid #61CDAB;
	border-bottom: 1px solid #61CDAB;
	border-right: 1px solid #61CDAB;
	background-color: #fffbb9;
	color: #61CDAB;
	}


/* End Form Elements */




/* Begin Sidebar */
#sidebar
{	float: right;
	width: 190px;
	}
#sidebar p {
color: #000000;}


/* End Sidebar */



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

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

blockquote, .postmetadata {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #61CDAB;
	border-top: 1px solid #61CDAB;
	border-bottom: 1px solid #61CDAB;
	border-right: 1px solid #61CDAB;
	background-color: #fffbb9;
	color: #61CDAB;
	}
td {
background-color: #fffbb9;
padding: 2px;}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.icons {
text-align: center;}

/* End Various Tags & Classes*/

