
/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
(Totally changed. I left the footer stuff in, although it is unused.)
#############################################################*/

a {color: #682;}

a:hover {color: #9A6;}

body {
	background: #ffffff url('bg.jpg');
      margin: 0 0 0 0;
}

p,ul {
	padding-bottom: 1em;
      padding-left: 26px;
}

ul {margin-left: 1.2em;}

li {list-style: none;}

blockquote {
      background: e8bc81;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 0 0 6px;
}

h1,h2,h3 {color: #994;}

/* misc */
.clearer {clear: both;}
.main .padded {padding: 0px 0px;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	width: 1050px;
      float: left;
}

.subnav {
	float: left;
	width: 240px;
   
}

.main_left {
   float: left;
   width: 240px;
   padding: 0 0 0 0;
}


.main {
	float: left;
      width: 800px;
      background: #f7deb5 url('bk_paper.jpg') repeat-y; 
      border: 2px solid #393434;
      padding: 0 0 0 0;
}

/* sub-navigation */
.subnav h1 {
	color: #FFE;
	font: bold 1.1em Arial,Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	list-style: none;
      text-align: center;
 }
.subnav li a {
	display: block;
	padding: 8px 0 8px 12px;
	width: 240x;
	text-decoration: none;
}
.subnav li a:hover {
     	color: #ff0;
      text-decoration: underline;
}

/* unused */
/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}





