BODY {
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, Sans Serif;
	font-size: 1em;
	color: #222;
	text-align: center;
}
H1, H2 {
	font-family: Calibri, Arial, Helvetica, Sans Serif;
}
H1 {
	font-size: 1.4em;
	color: #478DF5;
	color: #f55a49;
	margin-bottom: 0.8em;
}
H2 {
	font-size: 1.2em;
	color: #f55a49;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
}
H3 {
	font-size: 1.05em;
	color: #f55a49;
	margin-top: 1em;
	margin-bottom: 0.4em;
}
UL {
	margin-top: 0;
	margin-bottom: 0.5em;
}
P {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
OBJECT {
	margin: 0;
}

div.clearFloats {
	clear: all;
	line-height: 0;
	font-size: 0;
}

#homePageWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 240px;
	text-align: left;
}
#homePageBody {
	margin: 10px 0px;
}
#homePageSplash {
	border: 0;
	margin-top: 300px;
}

#contentPageWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 950px;
	text-align: left;
}
#contentPageHeader {
	margin-bottom: 3em;
	overflow: auto;
}
#contentPageHeaderLeftColumn {
	float: left;
	padding-top: 50px;
}
#contentPageHeaderArchives {
	padding-top: 40px;
/*	font-size: 0.9em; */
}
div.contentPageHeaderArchivesYear {
	color: #aaa;
}
span.contentPageHeaderArchivesYear {
	color: #666;
	font-style: italic;
}
a.contentPageHeaderArchivesMonthActive {
	color: #666;
	text-decoration: none;
	font-weight: 600;
}
#contentPageBody {
	margin: 10px 0px;
}

div.blogPostBody {
	margin-top: 1em;
}
div.blogPostBody p {
	margin: 0 0 1em 0;
}
a.blogPostTitle {
	text-decoration: none;
	color: black;
}
h1.blogPostTitle {
	margin: 0;
	padding: 0;
}
.blogPostByline {
	margin-top: 0.3em;
	font-size: 0.9em;
	color: #666;
}
a.blogPostTimestamp, a.blogPostCommentLink {
	text-decoration: none;
	color: #666;
}
a.blogPostTimestamp:hover, a.blogPostCommentLink:hover {
	color: #333;
}
div.blogPost {
	margin-bottom: 2em;
}

#blogComments {
	margin-top: 2em;
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px dotted #ddd;
}
div.blogComment {
	margin-top: 1.7em;
}
div.blogCommentByline {
	font-size: 0.9em;
	margin-bottom: 1em;
	color: #666;
}
div.blogCommentByline a {
	text-decoration: none;
	color: #666;
}
div.blogCommentByline a:hover {
	color: #333;
}
div.blogCommentBody {
	margin-left: 1em;
}
div.blogCommentCreate {
	margin-top: 1.7em;
}
div.blogCommentCreate a {
	text-decoration: none;
	font-weight: 600;
	color: #777;
	font-size: 0.9em;
}
div.comment-form p { display: none; }
div.comment-form h4 { 
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: 600;
	color: #777;
	font-size: 0.9em;
}
div.comment-form iframe {
	font-family: Calibri, Arial, Helvetica, Sans Serif;
	width: 75%;
}