/* bloodletters version 2.0 style sheet */

body { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size : 16px;
	color: #000000;
	text-align: center;
	background: #ddeedd;
}

table { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size : 16px;
	color: #000000;
}

blockquote {
	margin-left: 16px;
	margin-right: 16px;
	padding-left: 0px;
	padding-right: 00px;
}
div.whitespace {
	
	margin:0px auto;
        padding: 10px;
        background: #ffffff;
        width: 550px;
	margin-top: 50px;
	margin-bottom: 50px;
	border-style:solid;
        border-width: 2px;
        border-color: #000000;
}
	
div.maintext {
	border-left-style:solid;
        border-width: 1px;
        border-color: #ff0000;
        padding-left : 20px;
	width: 302px;
}

.post_content {
	text-align: left;
}

.post {
	text-align: left;
}
.post_header {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.post_date {
	font-size: 12px;
	font-weight: normal;
}
.post_content {
	text-align: left;
}
.post_footer {
	font-family: Arial, sans-serif;
	text-align: left;
	padding-bottom: 30px;
	font-size: 9px;
	border-bottom: 1px solid black;
	margin-bottom: 30px;
}


.highlight {
        background: #FFFFDF; 
        line-height: 18px; 
        font-size: 11px;
}



.box {
	border:solid;
        border-width: 1px;
        border-color: #009900;
	padding: 5px;
	margin-bottom: 20px;
}



h1, h2 {
	font-size : 40px;
        FONT-FAMILY: Georgia, Palatino, "Times New Roman", serif;
	text-indent: 0px;
	text-align: left;
	font-weight: normal;
	line-height: 110%;
        padding-top : 30px;
	text-transform: lowercase; 

}

A	{ 
	text-decoration: none;
	font-weight: bold;
	color: #005500;
}

A:visited { 
	color: #005500; 
	}

A:hover { 
	text-decoration: underline;
}


div.sidebar {   
	font-size : 12px;
	font-family: Arial, sans-serif;
	color: #000000; 
	text-align: justify;
	line-height: 135%;
}

dd {
	margin-bottom: 20px;
}

