/*Individual Site Styles*/

#footerWrap h2 {
	position:absolute;
	left:-999em;
}

.blogLeftCol {
	float:left;
	width:71%;
	/*border:1px solid green;*/
}

.blogLeftCol ul {
	margin:0.3em 0 0.5em 0;
}

.blogLeftCol p.comment {
	/*margin-bottom:1.5em;	*/
}

.blogLeftCol div.standardListEntry {
	font-size:1.1em;
}

#blogDescription {
	margin-bottom: 15px;
}

.blogPost {
	border-bottom:1px solid #C5161D;
	padding-bottom:0.7em;
	margin-bottom:0.7em;
}

h3.taggedTitle {
	/*border:1px solid red;*/
	width:6.8em;
	float:left;
}

ul.taggedList {
	/*border:1px solid blue;*/
}

ul.taggedList li {
	/*border:1px solid green;*/
	display:inline;
}

.blogRightCol {
	float:right;
	width:27%;
}

.blogCalendar h2, .blogArchive h2, .blogTagCloudBlock h2 {
	background-color:#C5161D;
	color:#fff;
	padding:5px;
	font-size:1.2em
}

.calendarClass {
	padding:5px;
}

.tableClass {
	margin:5px;
	width:170px;
	font-size:0.9em;
}

.tableClass td {
	width:24px;
}

.tableClass td a {
	font-size:1.1em;

}

.blogArchive {
	/*border:1px solid brown;*/
}

.blogTagCloudBlock div.tagCloud {
	padding:5px;
}

.blogPostedBy {
	margin:0.5em 0 0.5em 0;
}

.loginBox {
	/*border:1px solid red;*/
	clear:both;
	margin-top:2em;
}

.loginBox h2 {
	margin-bottom:0.3em;
}

.loginBox form {
	/*border:1px solid blue;*/
	margin-top:1em;
	padding-left:15px;
}

.loginBox form fieldset legend, .commentForm form fieldset legend {
	/*border:1px solid gold;*/
	margin-bottom:0.8em;
	font-weight:bold;
}

.loginBox form ol, .commentForm form ol {
	margin:0;
}

.loginBox form ol li, .commentForm form ol li {
	margin-bottom:0.8em;
}

.commentForm form ol li {
	clear: both;
}

.commentForm form ol li label {
	width: 10em;
	float: left;
	padding-top: 5px;
}

.commentForm form ol li label#commentFormComment {
	float: none;
	display: block;
	margin-bottom: 5px;
}

.loginBox form ol li label {
	/*border:1px solid magenta;*/
	width:9em;
	float:left;
	height:20px;
	padding-top:3px;
}

.commentForm {
	border-top:1px solid #C5161D;
	padding-top:1em;
	margin-top:1em;
}

.loginBox form ol li input, .commentForm form ol li input, .registrationForm fieldset ol li input {
	border:1px solid #999;
	height:20px;
	padding-top:3px;
}

.commentForm form ol li textarea {
	border:1px solid #999;
}

.loginBox form ol li input.formCheckbox {
	margin-top:2px;
	border:none;
}

.loginBox form ol li input.commentLoginButton, .commentForm form input.blogSubmitButton {
	border:1px solid #999;
	padding:0;
	height:auto;
	cursor:pointer;
}

.errorList, .errorList li a {
	color:#BF000C;
}

.aToZ, .blogArchive ul {
	margin:0.5em 0 0.5em 0;
}

.aToZ li {
	display:inline;
}

.descTitle {
	margin-bottom:0.2em;
}

#entryDescription {
	margin: 10px 0;
}

.commentBox {
	border:1px solid #BF8387;
	padding:0.5em;
	margin:0 0 0.8em 0;
}

.commentBox h3 {
	border-bottom:1px solid #BF8387;
	padding:0.4em 0 0.4em 0;
	margin-bottom:0.2em;
}

.quotedText {
	/*border:1px solid red;*/
}


.quotedText blockquote {
	border:1px dashed #C5161D;
	*border:1px dotted #C5161D;
	padding:0.8em 0.8em 0.5em 0.8em;
	margin:0.8em 0.8em 0.8em 0.8em;
	font-style:italic;
	background-color:#FFF2EF;
}

.registrationForm form {

}

.registrationForm fieldset {
	margin-bottom:1em;
}

.registrationForm fieldset legend {
	padding:0 0 1em 0;
	font-size:1.3em;
	font-weight:bold;
}

.registrationForm fieldset ol {
	margin:0;
	float:left;
	width:500px;
}

.registrationForm fieldset ol li {
	clear:both;
	float:left;
	margin-bottom:0.5em;
	*width:550px;
}

.registrationForm fieldset ol li label {
	float:left;
	width:12em;
	height:20px;
	padding-top:3px;
}

.registrationForm fieldset ol li input.check {
	border:none;
}

.registrationForm fieldset ol li label.imageCaptcha {
	text-indent:-999em;
}

.acceptTerms label {
	width:100% !important;
	padding-left:20px;
	position:relative;
}

.acceptTerms label input {
	position:absolute;
	height:auto;
	top:2px;
	left:2px;
	*left:0;
	*top:0;
}

.registrationForm p.validation {
	clear:both;
	padding-top:1em;
}
