/* css Dark Empath default style v0.40 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/  */

/* This file is a bastard mix of Snottware default style, and Zen Garden default style v1.01 (which itself was
/* based on 'Tranquille' by Dave Shea). It also incorporates elements from Gumby default style, which was based
/* on Watermelon from God knows where (I can't find it no matter how much I google.) */

/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. Or
/* you can just mimic Frankenstein and patch a new monster together from bits and peices like I did! */

/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */


/* basic elements */
body {
	font: 10pt/14pt Georgia;
	color: #ffffff;
	background: #000000 no-repeat;
	margin: 0px;
	}
p {
	font: 10pt/14pt Georgia;
	margin-top: 0px;
	text-align: left justify;
	}
blockquote {
	font: 10pt/14pt Georgia;
	border : solid #aaaaaa 1px;
	padding : 3px;
	margin-left: 3em;
	margin-bottom:1em;
	margin-top:1em;
	background: #000000 none;
	color: rgb(255, 255, 153);
	}
ul {
	font: 10pt/14pt Georgia;
	margin-top: 0px;
	text-align: left justify;
	}
ol {
	font: 10pt/14pt Georgia;
	margin-top: 0px;
	text-align: left justify;
	}
tt {
	font: 8pt/10pt;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #700000;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6f5454;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #a00000;
	}
h1 {
	font: bold normal 32pt times;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #FFFFFF;
	}
h2 {
	font: bold normal 22pt times;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #FFFFFF;
	}
h3 {
	font: bold 14pt times;
	letter-spacing: 1px;
	margin-bottom: 6px;
	color: #FFFFFF;
	}


/* Layout Style */

#left {
	float: left;
	width: 16%;
	margin-bottom: 26px;
	padding: 6px;
	border: solid 0px #700000;
	}
#right {
	float: right;
	width: 16%;
	margin-bottom: 26px;
	padding: 6px;
	border: solid 0px #700000;
	}
#content {
	margin-left: 18%;
	margin-right: 18%;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border: solid 0px #700000;
	}
#preview {
	margin-left: 2%;
	margin-right: 2%;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border: solid 1px #700000;
	}

/* Obsolete divs */
#blogdate {
	font: italic bold 12pt times;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	}
#goldheading {
	font: bold 12pt times;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #877f57;
	}
#menutext {
	font: normal 8pt times;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #D4CDDC;
	}
#footertext {
	font: normal 7pt times;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #B7A5DF;
	}
