.post small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

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

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

.post h3 {
	font-size: 1.3em;
	}

.post h1 a:hover, .post h2 a:hover, post h3 a:hover {
	text-decoration: none;
}

.post small, .post blockquote, .post strike {
	color: #777;
	}

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

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

/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 20px;
	}

.post hr {
	display: block;
	}

/* End Structure */



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

.post img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.post img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.post img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.post .alignright {
	float: right;
	}

.post .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 .post .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .post .entry li {
	margin: 7px 0 8px 10px;
	}

.post .entry ul li:before {
	content: "\00BB \0020";
	}

.post .entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

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

.post ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Various Tags & Classes */
.post blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.post .center {
	text-align: center;
	}

.post .hidden {
	display: none;
	}

.post hr {
	display: none;
	}

.post a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.post .aligncenter,
.post div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post .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;
}

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

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


