@CHARSET "UTF-8";

.content, .header, .nav { padding: 10px; background-color: #fff; border-left: 3px solid #666; border-right: 3px solid #666; }
body { background-color: #302c28; }

h1 { color: #559330; padding-top: 25px; text-align: center; font-family: "Segoe UI",
             Candara,
             "Bitstream Vera Sans",
             "DejaVu Sans",
             "Trebuchet MS",
             Verdana,
             sans-serif;}
h2 { color: #113569; font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;font-weight:normal; text-indent: 20px; border-bottom: 1px solid #dedede; display: block; width: 90%; }
h2 a:link, h2 a:visited, h2 a.active, h2 a { color: #113569; text-decoration: none; }
strong { color: #113569; }

ol { padding-left: 20px; }

.sidebar h2 { color: #FEFCAE; font-style: normal; }
.sidebar a, .sidebar a:link, .sidebar a:active { color: #AFC062; }

.footer strong { color: #FEFCAE; }
.footer, .sidebar { padding: 10px; background-color: #302c28; color: #dedede; font-family: "Segoe UI",
             Candara,
             "Bitstream Vera Sans",
             "DejaVu Sans",
             "Trebuchet MS",
             Verdana,
             sans-serif;}
         
.postmetadata a, .postmetadata a:active, .postmetadata a:visited { color: #4e4e4e; }
.postmetadata a:hover { color: #00f; }

.postmetadiv {padding: 0 0 20px 20px; }
span.topComments, span.topMore, span.topTags {
	
	border:1px solid #cecece;
	color:#666;
	font-size:9pt;
	font-style:italic;
	line-height:27pt;
	margin-right:5px;
	padding:8px 10px;
	
}

span.topComments a, span.topMore a, span.topTags a { text-decoration: none; color: #000;}
span.topComments a:hover, span.topMore a:hover, span.topTags a:hover { text-decoration: underline; color: #00f; }


.entry li { font-size: 1.3em; }

.entry { line-height: 2em; }

.blog .post { margin-bottom: 20px; }
.blog h2 a:hover { text-decoration: underline; color: #00f; }
.blog h2 { text-indent: 0; }

/* 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 ol { text-align: left; }

.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;
}
/* End captions */

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

