body {
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	font-family: candara, trebuchet ms, verdana, san-serif;
	font-size: 62.5%;
}

#wrap {
	width: 600px;
	margin: 30px auto;
	padding: 15px;
	background-color: #fafaff;
	border: 1px solid #999;
}

#pageTitle {
	margin: -.1em 0;
	font-family: "Times New Roman", serif;
	font-size: 13em;
	text-align: center;
	line-height: 1.2em;
	color: #343434;
}
#pageSubTitle {
	margin-top: -7.6em;
	margin-bottom: 8em;
	font-family: "Times New Roman", serif;
	font-size: 2em;
	text-align: center;
}

.entryTitle, .date{
	font-family: georgia, "Times New Roman", serif;
}

.entryTitle {
	font-size: 1.8em;
	margin-bottom: 0em;
	font-weight: bold;
}
.date {
	margin-left: .7em;
	margin-top: .2em;
	font-size: 1.2em;
	display: block;
	font-style: italic;
}

.entryBody, .entryMore {
	position: relative;
	margin-bottom: 1.5em;
	font-size: 1.4em;
	line-height: 1.6em;
/*	text-indent: 1em;*/
	z-index: 10;
}

.entryLink {
	font-size: 1.3em;
	font-weight: bold;
}
.entryLink a:link {
	text-decoration: none;
	color: #669;
}
.entryLink a:visited {
	text-decoration: none;
	color: #966;
}
.entryLink a:hover {
	text-decoration: underline;
}
.entryLink a:active {
	color: #966;
}

#commentForm {
	font-size: 1.3em;
}
#commentFormHuman {
	margin-bottom: .5em;
}

#verificationCode {
	font-weight: bold;
	padding-right: .5em;
}

img.postImg {
	margin: 5px;
	border: 1px solid #000;
}

.entryLink, #comments {
	clear: both;
}

/* HACKS AND FIXES 
_____________________________________________________________________*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE-mac */