/*
Theme Name: Dark Ritual
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description:  Tribal-style three column layout based on the <a href="http://templates.arcsin.se/dark-ritual-website-template/">Dark Ritual website template</a>.
Author: Viktor Persson
Author URI: http://arcsin.se/

This theme is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #855a62;}

a:hover {color: #fff;}

body {
	color: #ffffff;
	font: normal 62.5% "Lucida Sans Unicode",verdana,sans-serif;
	margin: 2%;
	background-attachment: fixed;
	background-color: #040f25;
}
p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

.main_right li {list-style: none;}
.main li {list-style-image: url(http://moonovermaize.com/img/moonn.jpg);}

h1 {font-size: 1.3em;}

blockquote {
	background: #fff;
	border-bottom: 2px solid #855a62;
	border-top: 2px solid #855a62;
	color: #040f25;
	display: block;
	font-size: 1.1em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	text-align: justify;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #855a62;}
.main h1 a {
	color: #855a62;
	/*text-decoration: none;*/
}
.main h1 a:hover {color: #fff;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 16px 2px 6px 16px;}
.main .padded {padding: 16px 24px;}
.meta {font-size: 0.8em; color: #855a62;}/*this is the small sub-text that appears below the main title*/
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: #1e253e;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #1e253e;
}

/* header */
.header {
	float: left;
	width: 840px;
	height: 111px;
	background: url(http://moonovermaize.com/img/momo2010.jpg);
	font: normal 2.4em Verdana,sans-serif;
	text-align: center;	
}

/* structure */
.top {
	background: #222;
	color: #ddd;
	float: left;
	font: normal 1.4em Verdana,sans-serif;
	height: 50px;
	text-align: center;
	width: 640px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 480px;
}
.main_right {
	float: right;
	width: 200px;
	color: #ffffff;
}




/* sub-navigation */
.subnav h1 {
	background: #1e253e;
	color: #040f25;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #855a62;
	list-style: none;
}
.subnav li a {
	background: #040f25;	
	color: #ffffff;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
	font-weight: bold;
}
.subnav li a:hover {
	background: #fff;
	color: #000;
}

/* footer */
.footer {
	background: #ffffff;
	color: #040f25;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #855a62;
	border-top: 2px solid #855a62;}

}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #855a62;}
.footer a:hover,.footer .right a:hover {color: #040f25;}
.footer .right a {color: #855a62;}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
/*border:1px solid #e3e4e4;*/
background-color:#ffffff; /*white backgnd-to match the footer bg colour*/
font-size:0.9em;
color:#040f25; /*dark blue lettering*/
}


/* Comments Styling - where visitors can type a comment on the form*/
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #ffffff;
}

#commentform {
margin: 1em 0;
background: #1e253e; /*mid-blue comment box bg col*/
width: 280px;
}

#commentform textarea {
background: #1e253e; /*mid-blue comment box bg col*/
border: 1px solid #ffffff;
width: 280px;
}
#commentform textarea:hover {
background: #ffffff;
border: 1px solid #ffffff;
}
#commentform textarea:focus {/*think this is as you type*/
background: #ffffff;
border: 1px solid #ffffff;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #1e253e;
border: 1px solid #ffffff;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #ffffff;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #ffffff;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}


.post ul li
{
list-style:square;
margin-left:18px;
padding:5px;
}

.entry ol li
{
padding:5px;
list-type:decimal;
margin-left:22px;
}

/*think this is the RHS links section?*/
.main_right a:link, a:visited {
	color: #855a62;
}
.main_right a:link,.main_right a:visited{
	color: #855a62;
	/*text-decoration: none;*/
}

.main_right ul {
	padding: 0;
}
/*.main_right ul li a:link,.main_right ul li a:visited{
	display: block;
}*/
.main_right ul li a:hover{
	color: #fff;
}
.main_right ul li {
padding: 5px 0;
}
.main_right ul {
	margin: 0;
}

/* SG - main images border */

.container .main .padded .post .entry img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

.container .main .padded img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
