@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#banner_wrapper {
	display: none;	
}
#content_top, #content_bot {
	display: none;
}
#content_top {
	display: none;
}
#content_bot {
	display: none;
}
#banner #title {
	display: none;
}
#content_bot .splatter1 {
	display: none;
}

#right_column {
	display: none;
}
#left_column {
}

/* Headers */
h1 {
	font-family: Georgia,Lucida Sans, Arial, sans-serif;
	font-size:34px;
	text-align:left;
	font-weight:normal;
	padding-bottom:2px;
	letter-spacing:.5px;
}

h2 {
	font-family:Calibri,Georgia,Lucida Sans, Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}

h3 {
	font-family:Georgia,Lucida Sans, Arial, sans-serif;
	font-size:20px;
	padding-bottom:6px;
	font-style:italic;
	font-weight:normal;
}

h4 {
	font-family:Calibri,Georgia,Lucida Sans, Arial, sans-serif;
	font-size:22px;
	font-weight:bold;
	text-transform: capitalize;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}
h4 .category {
	color: #b81818;
	text-transform:uppercase;
}
/* Post Paragraphs and Spans */
.post {
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.post-header {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.post-header .splatter {
	display: none;
}
.post-header h1 a {
	color: #333;
	text-decoration: none;
}
.post-header h1 a:hover, .post-header h1 a:active {
	color:#b81818;
	border-bottom: dotted 1px #b81818;
}
.post-author {
	padding-bottom:3px;
	font-size:11px;
	font-family:Georgia, sans-serif;
	margin-bottom:22px;
	color:#808080;
}

.post .show-more {
	display: none;
}
.post .show-more .more-tools {
	float: right;
}
.post .show-more a {
	color: #FFFFFF;
	text-decoration: none;
}
.post .show-more a:hover {
	text-decoration: underline;
}

.post-comments {
	width:110px;
	text-align:right;
	float: right;
	font-family: Calibri,Arial,sans-serif;
}
.post-comments a {
	text-decoration: none;
	color: #b81818;
}
.post-comments a:hover, .post-comments a:active {
	border-bottom: dotted 1px #b81818;
}
.post p, .post li {
	font-family: Calibri,Arial,sans-serif;
	font-size:15px;
	line-height:25px;
	text-align:justify;
	padding-bottom:12px;
	padding-left: 10px;
}

.post blockquote, .post blockquote p {
	font-family: Georgia,Arial,sans-serif;
	font-size:15px;
	line-height:25px;
	text-align:justify;
	margin-bottom:12px;
	margin-left: 20px;
	color:#333;
}
.post blockquote p {
	border-left: solid 1px #000000;
}

.post blockquote.right {
	width: 200px;
	font-style: normal !important;
	font-size: 1.3em !important;
	margin: 0.3em 0 0.3em 15px !important;
	padding: 0.3em 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: right;
}

p.subtitle {
	line-height:18px;
	padding-bottom:18px;
	text-transform:uppercase;
	font-size:17px;
	color:#616161;
}

.firstletter {
	font-size:20px;
}




/* COMMENTS */
.comment-block {
	font-family: Calibri,Arial,Georgia,sans-serif;	
}
.comment-block .comment {
	border-top: 1px dotted #333;
	margin-top: 10px;
	padding-top: 10px;
	min-height: 50px;
}


.comment-block  .comment .comment-author {
	float: left;
	font-size: 11px;
}
.comment-block  .comment .comment-author .comment-name, .comment-block  .comment .comment-author .comment-name a {
	font-weight: bold;
	color: #b81818;
	font-size: 13px;
}
.comment-block  .comment .comment-author .comment-date {
	font-style: italic;
}
.comment-block  .comment .comment-author .comment-time {
	font-style: italic;
}
.comment-block  .comment .comment-author .comment-count {
	position: absolute;
	font-weight: bold;
	font-size: 18px;
	z-index: 99;
	top: 0;
	left: 0;
}
.comment-block  .comment .comment-post {
	padding-left: 150px;
	width: 520px;
	text-align: justify;
}
.comment-block .comment-addnew {
	display: none;
}



.beta {
	display: none;
}