/*  stylesheet by lorelei@fated.nu
	for fated.nu
	please don't steal. it's tacky. >; */

body {
	background: url(images/main.png);
	margin: 0px;
	padding: 0px;
		}

#sidebar {
	float:right;
	width: 218px;
	margin: -108px 5px 0px 14px;
	min-height: 435px;
		}

#content {
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left:-350px;
	font-family: "Helvetica", "Arial Narrow";
	font-size: 12px;
	padding: 0;
	text-align: justify;
	color: #6a5d54;
	line-height: 150%;
	background: url(images/bg.png) no-repeat 0 -10px;
	text-shadow: 1px 1px 4px #cba68e;
		}

#footer {
	background: url(images/footer.png) no-repeat;
	height: 80px;
	padding: 8px 5px 6px 5px;
	font-family: "Helvetica", "Arial Narrow";
	font-size: 11px;
	color: #f3e5ca;
	line-height: 100%;
	text-shadow: 1px 1px #955a27;
		}

/* Text styling */

b, strong {
	color: #aa5b2f;
		}

i, em {
	color: #b0896a;
		}

a, a:active, a:visited {
	color: #b24e67;
	text-decoration: none;
	font-weight: bold;
		}

a:hover {
	color: #3f2d23;
		}

h1 {
	background: url(images/h1.png) no-repeat;
	padding-left: 50px;
	font-family: "Garamond";
	margin-top: 3px;
	margin-bottom: -10px;
	margin-left: 2px;
	min-height: 27px;
	color: #bf6977;
	font-style: oblique;
	font-size: 30px;
	text-shadow: 1px 1px 3px #e0be9d;
		}

h1:first-letter {
	color: #9a3451;
	font-size: 50px;
	letter-spacing: -4px;
	text-transform: uppercase;
		}

h2 {
	font-family: "Garamond";
	font-size: 22px;
	margin: 0;
	padding-left: 25px;
	font-style: oblique;
	font-weight: normal;
	color: #c37f65;
		}

/* Etcetera, etcetera, etcetera */

p {
	padding: 0px 5px 0px 5px;
	text-indent: 18px;
		}

#sidebar p {
	padding: 0;
	text-indent: 10px;
		}

blockquote {
	background: url(images/main.png);
	text-indent: 28px;
	text-shadow: 1px 2px #31221c;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;	
	color: #dcc299;
	border: 3px solid #31221c;
		}

li {
	list-style: circle;
	list-style-position: inside;
		}
		
img {
	border: 0;
		}

img.left {
	float: left;
	margin-right: 8px;
	border: 4px solid #aa5b2f;
		}
	
img.left:hover {
	border: 4px solid #aa7d2f;
		}

img.right {
	float: right;
	margin-left: 8px;
	border: 4px solid #aa5b2f;
		}
	
img.right:hover {
	border: 4px solid #aa7d2f;
		}