

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:black;
	background-color: gray;
	text-align:center;
	margin:0;
	padding:0;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	background-color: gray;
	}

#header
 	{
	background-color: gray;
	}

#content {
	font-size: 1.2em; /* actual post content */
	background-color: white;
	margin: 1%;
	padding: 1%;
	}

.mainbody .entry p {
	font-size: 1.05em;
	}

.mainbody {
	line-height: 140%; /*1.4em;*/
	}

.mainbody .postmetadata {
	text-align: center;
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 75%; /*0.9em;*/
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 500%;/*4em;*/
	line-height: 150%;
	text-align: center;
	color: black;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 175%; /*1.6em;*/
	}

h2.pagetitle {
	font-size: 300%; /*1.6em;*/
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color:black;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black; /* ### new ### */
	}

a:visited { /* ### new ### */
	text-decoration: none;
	color: red;
	}

h1 a:hover, h2 a:hover {
	text-decoration: none;
	background-color: red;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: black; /*#333;*/
	text-decoration: none;
	}

h2, h2 a, h2 /*a:hover, */h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry a, a:link, a:visited {
	color: red; /*#b85b5a;*/
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: black; /*#777; small text eg date under title */
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: black; /*#06c;*/
	text-decoration: none;
	}

#sidebar a {
	color: black;
	}

a:hover {
	background-color:black; /* ### */
	color: red; /*#147;*/
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin:0;
	padding:0;
	}

#page {
	margin: 0;
	padding: 0;
	width: 800px;
###
	}

#header {
	margin: 0 0 0 0;
	padding: 0;
	height: 150px;
	}

#headerimg {
	margin: 0;
	height: 150px;
	}

.mainbody {
	float: left;
	margin-left:1%; /*25%;*/
	padding: 1%;
	margin: 0px 0 0;
	width: 460px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.mainbody .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
/*	padding-top: 70px;*/
	margin: 0;
	}

h2 {
	margin: 30px 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

	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 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 1%;
	padding: 1%;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px; /* ### was 75% */
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 220px; /*130px;*/
	}

#commentform input {
	width: 460px; /*170px;*/
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebars */
#sidebar
{
	float:left;
	padding: 20px 0 10px 0;
	margin-left: 1%;
	width: 220px;
	padding: 1%;
	}

#sidebar form {
	margin: 0;
	}

/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

<style type="text/css" media="screen">

#sidebarleft1 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color:black;
	}
#sidebarleft1 h2 {
	text-decoration: none;
	}

#sidebarleft1 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	}

#sidebarleft1 ul ul li, #sidebarleft1 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: black; /*#777; small text eg date under title */
	}

#sidebarleft1 a {
	color: black;
	}

#sidebarleft1 h2 {
	margin: 1%;
	padding: 1%;
	}

.entry ul li:before, #sidebarleft1 ul ul li:before, #sidebarleft1 ul ul li:before {
	content: "\00BB \0020";
	}

#sidebarleft1 ul, #sidebarleft1 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebarleft1 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebarleft1 ul p, #sidebarleft1 ul select {
	margin: 5px 0 8px;
	}

#sidebarleft1 ul ul, #sidebarleft1 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarleft1 ul ul ul, #sidebarleft1 ul ol {
	margin: 0 0 0 10px;
	}

#sidebarleft1 ul ol li {
	list-style: decimal outside;
	}

#sidebarleft1 ul ul li, #sidebarleft1 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebarleft1 #searchform #s {
	width: 100%;
	padding: 2px;
	}

#sidebarleft1 #searchsubmit {
	padding: 1px;
	}

</style>
<style type="text/css" media="screen">

#sidebarleft2 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color:black;
	}
#sidebarleft2 h2 {
	text-decoration: none;
	}

#sidebarleft2 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	}

#sidebarleft2 ul ul li, #sidebarleft2 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: black; /*#777; small text eg date under title */
	}

#sidebarleft2 a {
	color: black;
	}

#sidebarleft2 h2 {
	margin: 1%;
	padding: 1%;
	}

.entry ul li:before, #sidebarleft2 ul ul li:before, #sidebarleft2 ul ul li:before {
	content: "\00BB \0020";
	}

#sidebarleft2 ul, #sidebarleft2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebarleft2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebarleft2 ul p, #sidebarleft2 ul select {
	margin: 5px 0 8px;
	}

#sidebarleft2 ul ul, #sidebarleft2 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarleft2 ul ul ul, #sidebarleft2 ul ol {
	margin: 0 0 0 10px;
	}

#sidebarleft2 ul ol li {
	list-style: decimal outside;
	}

#sidebarleft2 ul ul li, #sidebarleft2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebarleft2 #searchform #s {
	width: 100%;
	padding: 2px;
	}

#sidebarleft2 #searchsubmit {
	padding: 1px;
	}

</style>
<style type="text/css" media="screen">

#sidebarleft3 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color:black;
	}
#sidebarleft3 h2 {
	text-decoration: none;
	}

#sidebarleft3 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	}

#sidebarleft3 ul ul li, #sidebarleft3 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: black; /*#777; small text eg date under title */
	}

#sidebarleft3 a {
	color: black;
	}

#sidebarleft3 h2 {
	margin: 1%;
	padding: 1%;
	}

.entry ul li:before, #sidebarleft3 ul ul li:before, #sidebarleft3 ul ul li:before {
	content: "\00BB \0020";
	}

#sidebarleft3 ul, #sidebarleft3 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebarleft3 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebarleft3 ul p, #sidebarleft3 ul select {
	margin: 5px 0 8px;
	}

#sidebarleft3 ul ul, #sidebarleft3 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarleft3 ul ul ul, #sidebarleft3 ul ol {
	margin: 0 0 0 10px;
	}

#sidebarleft3 ul ol li {
	list-style: decimal outside;
	}

#sidebarleft3 ul ul li, #sidebarleft3 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebarleft3 #searchform #s {
	width: 100%;
	padding: 2px;
	}

#sidebarleft3 #searchsubmit {
	padding: 1px;
	}

</style>
<style type="text/css" media="screen">

#sidebarright2 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color:black;
	}
#sidebarright2 h2 {
	text-decoration: none;
	}

#sidebarright2 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	}

#sidebarright2 ul ul li, #sidebarright2 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: black; /*#777; small text eg date under title */
	}

#sidebarright2 a {
	color: black;
	}

#sidebarright2 h2 {
	margin: 1%;
	padding: 1%;
	}

.entry ul li:before, #sidebarright2 ul ul li:before, #sidebarright2 ul ul li:before {
	content: "\00BB \0020";
	}

#sidebarright2 ul, #sidebarright2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebarright2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebarright2 ul p, #sidebarright2 ul select {
	margin: 5px 0 8px;
	}

#sidebarright2 ul ul, #sidebarright2 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarright2 ul ul ul, #sidebarright2 ul ol {
	margin: 0 0 0 10px;
	}

#sidebarright2 ul ol li {
	list-style: decimal outside;
	}

#sidebarright2 ul ul li, #sidebarright2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebarright2 #searchform #s {
	width: 100%;
	padding: 2px;
	}

#sidebarright2 #searchsubmit {
	padding: 1px;
	}

</style>
<style type="text/css" media="screen">

#sidebarright3 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color:black;
	}
#sidebarright3 h2 {
	text-decoration: none;
	}

#sidebarright3 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	}

#sidebarright3 ul ul li, #sidebarright3 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: black; /*#777; small text eg date under title */
	}

#sidebarright3 a {
	color: black;
	}

#sidebarright3 h2 {
	margin: 1%;
	padding: 1%;
	}

.entry ul li:before, #sidebarright3 ul ul li:before, #sidebarright3 ul ul li:before {
	content: "\00BB \0020";
	}

#sidebarright3 ul, #sidebarright3 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebarright3 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebarright3 ul p, #sidebarright3 ul select {
	margin: 5px 0 8px;
	}

#sidebarright3 ul ul, #sidebarright3 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarright3 ul ul ul, #sidebarright3 ul ol {
	margin: 0 0 0 10px;
	}

#sidebarright3 ul ol li {
	list-style: decimal outside;
	}

#sidebarright3 ul ul li, #sidebarright3 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebarright3 #searchform #s {
	width: 100%;
	padding: 2px;
	}

#sidebarright3 #searchsubmit {
	padding: 1px;
	}

</style>

