body {
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	font-family: candara, trebuchet ms, verdana, san-serif;
	font-size: 62.5%;
}
/* TAB
_____________________________________________________________________*/
#tab {
	position: absolute;
	top: 0;
	left: 0;
	padding: .5em 1em;
	font-size: 1.2em;
	background-color: #fafaff;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
	opacity: .3;
}
#tab #handle {
	font-size: 1.1em;
	font-weight: bold;
}
#tab ul {
	display: none;
	margin: 0 0 .5em 0;
	padding: 0;
}
#tab ul li {
	list-style: none;
}

/* SITE
_____________________________________________________________________*/
#wrap, .box {
	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.1em;
	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, #tab a {
	font-size: 1.3em;
	font-weight: bold;
}
.entryLink a:link, #tab a:link {
	text-decoration: none;
	color: #669;
}
.entryLink a:visited, #tab a:visited {
	text-decoration: none;
	color: #966;
}
.entryLink a:hover, #tab a:hover {
	text-decoration: underline;
}
.entryLink a:active, #tab a:active {
	color: #966;
}

#commentForm {
	padding-top: 1em;
	border-top: 1px solid #999;
	font-size: 1.3em;
}
#commentForm p {
	margin-bottom: .5em;
}
#commentForm p label {
	margin-right: .5em;
}
#commentForm input {
	width: 22em;
}
#commentFormComment label {
	display: block;
}
#commentFormComment textarea {
	width: 100%;
	height: 9em;
}
#commentFormHuman {
	margin-bottom: .5em;
}
#commentFormSubmit input {
	width: auto;
}

#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 */
