﻿
body
{
    margin: 0;
    padding: 0;
    background: #0D0D0D url(../../images/img1.gif) repeat-y center top;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFCC;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FF941D;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 12px; }

p, ol, ul, blockquote {
	line-height: 18px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post
{
    margin-bottom: 9px;
    padding: 0px 10px 0px 40px;
    border-top: 1px solid #1F1F1F;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #1F1F1F;
    background: url(../../images/img1.gif) repeat-y -150px 0px;
}

.post h2, .post h3 {
	margin-left: -20px;
}

/* Header */

#header
{
    width: 600px;
    height: 220px;
    margin: 10px auto 0 auto;
    background: url(../../images/rounded_priory.jpg);
    text-align: right;
}

#header h1 {
	margin: 0;
	padding: 145px 10px 0 0;
	font-size: 28px;
}

#header h2 {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FFFF52;
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: right;
	width: 210px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: left;
	width: 360px;
	height:100%;
}

/* Footer */

#footer {
	clear: both;
	width: 600px;
	margin: 0 auto;
	padding-top: 0px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer *
{
    color: #C0C0C0;
}