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

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

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

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

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body div.post .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

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

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

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

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

/* End Entry Lists */

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

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

div.post blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

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

div.post .hidden {
	display: none;
	}

div.post a img {
	border: none;
	}

div.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
div.navigation div.alignleft {
	float: left;
	clear: left;
}

div.navigation div.alignright {
	float: right;
	clear: right;
}
/* End Various Tags & Classes*/



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

.alignright,
div.alignright {
	float: right;
	clear: right;
}

.alignleft,
div.alignleft {
	float: left;
	clear: left;
}

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


