* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #512B1E;
}
/*  --------- structure  --------- */

#top {
	height: 104px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#masthead {
	width: 624px;
	margin-left: 23px;
	float: left;
}
#right {
	width: 624px;
	float: left;
}
#centre {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	height: 220px;
	width: 624px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	position: relative;
}
#content {
	background-image: url('images/page.jpg');
	background-repeat: repeat-y;
}
#main {
	width: 620px;
	margin-left: 24px;
	float: left;
	background-image: url(images/texture2.jpg);
	background-repeat: no-repeat;
}
#main p {
	line-height: 1.6em;
	padding-right: 35px;
	padding-left: 35px;
	margin-bottom: 15px;
}
#main p a {
	text-decoration: none;
	font-size: 12px;
	color: #694128;
	background-image: url('images/border.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
}
#main img {
	padding:5px;
	
}
#sidebar {
	width: 275px;
	float: left;
	background-image: url(images/cross.jpg);
	background-repeat: no-repeat;
	background-position: 4px -10px;
	margin-left: 26px;
	padding-top: 345px;
}
#sidebar h2 {
	margin:0px 0px 10px 15px;
	padding:0 0 2px 0;
	width:225px;
	background-image: url('images/border.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sidebar ul {
	margin:0px 0px 10px 15px;
}
#sidebar ul li a {
	text-decoration:none;
	color:#512B1E;
	padding:5px 0px 5px 20px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
#sidebar ul li {margin-bottom:10px;}
#footer {
	height: 169px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/footer2.jpg');
	background-repeat: no-repeat;
	padding-bottom: 25px;
	padding-top: 25px;
}
#footer p {
	font-size: 11px;
	text-align: center;
	margin-right: 300px;
}
.separator {
	clear: both;
	height: 0;
}
.fancyhr  {
	width:394px;
	height:91px;
	margin:30px 0 10px 110px;
	}
/* ---------- links and navigation ---------- */

a {
	outline:none;
}
a:hover {
}
#navigation {
	height: 70px;
	width: 624px;
	background-image: url('images/nav_bg.jpg');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
}
#navigation a {
	height: 60px;
	float: left;
	display:block;
	text-indent: -9000%;
}
#navigation a.homepage {
	width: 125px;
	background-image: url('images/home.jpg');
}
#navigation a.homepage:hover {
	background-image: url('images/home-hover.jpg');
}
#navigation a.aboutpage {
	width: 129px;
	background-image: url('images/about.jpg');
}
#navigation a.aboutpage:hover {
	background-image: url('images/about-hover.jpg');
}
#navigation a.linkspage {
	width: 114px;
	background-image: url('images/links.jpg');
}
#navigation a.linkspage:hover {
	background-image: url('images/links-hover.jpg');
}
#navigation a.bookspage {
	width: 131px;
	background-image: url('images/books.jpg');
}
#navigation a.bookspage:hover {
	background-image: url('images/books-hover.jpg');
}
#navigation ul {
	display: block;
	margin-top: 2px;
	margin-left: 60px;
	width: 600px;
}
#navigation li {
	float: left;
}
h2.page_title {
	font-size: 18px;
	text-transform: capitalize;
	background-image: url(images/border.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 35px;
	padding-bottom: 2px;
	display: block;
	background-position: left bottom;
	width: 58px;
}
h2.pagetitle {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 35px;
}
.heading h2 {
	width: 475px;
	padding-top: 24px;
	float: left;
	font-size: 18px;
	margin-bottom: 2px;
	display: block;
	height: 25px;
	position: relative;
	text-transform: capitalize;	/*background-color: #f8f1e5;*/
}
.heading h2 a {
	color:#512B1E;
	text-decoration:none;
	z-index: 100;
}
h3 {
	margin-bottom: 15px;
	margin-left: 35px;
}
small {
	margin-left: 35px;
}
.heading {
	display: block;
	margin-left: 35px;
	height: 80px;
	background-image: url('images/heading_bg.jpg');
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.heading span.overlay {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 47px;
	width: 100%;
	background-image: url('images/overlay.png');
	z-index: 2;
}
#wrapper #content .heading p.postmetadata {
	padding: 0px;
	margin: 0px;
}
* html .heading span.overlay {
	background-image: none;
}
#main .heading .date {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 50px;
	text-align: center;
	margin-right: 48px;
	margin-top: 25px;
	padding: 0px;
	float: right;
	line-height: 1.8em;
}
.date span{
	font-size: 18px;
	display: block;
	text-align: center;
}
p {
}
#main .post ul {
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 45px;
}
#main .post li {
	padding:5px 0px 5px 20px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/* ---------- images ---------- */

a img {
	border: 0;
}
/* ---------- hacks ---------- */

body { /* IE 5 centring bug fix */
	text-align: center;
}
#wrapper {
	text-align: left;
}
/*---------- IE6 Warning --------*/
#ieInside {
	width:960px;
	background-color:#FFFFFF;
	border:10px black solid;
	color:#000000;
	padding: 10px;
	margin: 20px auto;
}
#ieInside h5 {
	font-size:24px;
	color: #FF0000;
}
#ieOutside {
	background-image:url('images/bg-ie-outside.gif');
	padding: 10px;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
* html #sidebar {
	width:275px;
	margin-left:-20px;
}
* html #main {width:620px; margin-left:13px;}
* html #masthead {margin-left:12px;}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 155px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* Twitter */
#twitterp {
	width:225px;
	margin:0  0 5px 5px;
}
.graphic {margin:5px 0px 5px 18px;}#searchform {
	margin: 0px;
	padding: 0px;
}
.navigation {
	height:35px;
	line-height:35px;
	margin-left: 35px;
	width: 270px;
	margin-bottom: 10px;
	border-left:solid 8px #906441;
	border-right:solid 8px #906441;
	padding:0 10px;
}
li {
	list-style-type: none;
}
a {
	text-decoration:none;
	color:#512B1E;
	padding:2px;
	background-image: url(images/border.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ol.commentlist {
	margin-left:45px;
}
ol.commentlist p{
	width:400px;
}
.comment-author{width:500px;}
.comment-meta {margin-bottom:10px;}
