body 	{
	color: #333;
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Palatino, Palatino Linotype, Baskerville, Times New Roman, Times, serif;
	font-size: 10pt;
	}
a:link, a:visited {
	color: #333;
	text-decoration: none;
	padding: 0;
	}
#sidebar, #jump_468, .menu, .navigation, .context-page-list, .omitprinting, #commentform, .comment-reply-link {
	display: none;
	}
#headerimg h1, #footer {
	text-align: center;
	}
#headerimg .description {
	text-align: center;
	font-weight: bold;
	}

.post  {
	border-bottom: 1px solid #777;
	padding-bottom: 5px;
	margin: 30px 0;
	}
.post h2.post-title {
	font-size: 2em;
	}
.byline, .postmeta, #footer {
	font-size: 8.5pt;
	color: #777;
	}
#footer {
	margin-top: 30px;
	border-top: 2px solid #777;
	}
.byline {
	margin-top: -12px;
	}
.post .post-date {
	float: left;
	margin: -4px 7px 0 0;
	font-size: 11px;
	border: 1px solid #888;
	width: 48px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	cursor: default;
	}
.post .post-date .month {
	display: block;
	background: #400;
	color: #f5f5f5;
	padding: 2px 0 2px 0;
	}
.post .post-date .day {
	font-weight: bold;
	font-size: 21px;
	padding: 0;
	margin: 0;
	color: #400;
	}
.post .post-date .year {
	color: #c0c0c0;
	padding: 0 0 1px 0;
	}

img.centered, img.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}

.alignright, img.imgright, img.right {
	padding: 4px;
	margin: 1px 0 2px 7px;
	display: inline;
	float: right;
	background: #fff;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}
.alignleft, img.imgleft, img.left {
	padding: 4px;
	margin: 1px 7px 2px 0;
	display: inline;
	float: left;
	background: #fff;
	border: 1px solid #c0c0c0;
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}


