/*#############################################################
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.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}

a:hover {color: #9A6;}

body {
	color: #FFFFFF;
	margin: 1% 0;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 67%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #333;
	background-image: url(img/bg.gif);
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h1 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #994;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #222;
	color: #000000;
}

/* header */
.header {
	float: left;
	width: 840px;
	font: bold 3.0em Verdana,sans-serif;
	text-align: center;	
	/* background: url(img/headernew3.jpg) no-repeat;   -- Commented out by CC 11/2/10 to enable changing header picture */
	/* line-height: 150px;  -- Commented out by CC 11/2/10 to enable changing header picture */
}

/* headerORIG */
.headerORIG {
	float: left;
	width: 640px;
	background: url(img/header.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	text-align: center;	
}


/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 465px;
}
.main_right {
	float: right;
	width: 200px;
	color: #CCC;
	position: relative;
	clear: none;
	visibility: inherit;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

/* sub-navigation */
.subnav h1 {
	background: #222;
	color: #FFE;
	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 #696755;
	list-style: none;
}
.subnav li a {
	color: #111;
	display: block;
	text-decoration: none;
	height: 20px;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 10px;
	background-image: url(img/menubg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}	font_size: 100%

.subnav li a:hover {
	background: #eaeaea url(img/menubg2.gif) bottom left repeat-x;
	color: #505050;
	border-left: 4px solid #505050;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif);
	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;}


/************************************/
/*ROLLOVER MENU CSS STARTS*/
/************************************/

/*This style will be applied to the div element holding the menu*/
/*Commented out so as not to interfere with the existing *body* command*/
/* body {
/*	margin: 0;
/*	padding: 5px;
/* }
*/

#menuContainer {
  padding: 5px;
  float: left;
  width: 160px;
}

/* Link styles*/

#menuContainer a {
  text-decoration: none;
  color: #f7f7f7;
  font-weight: bold;
  font-size: 1.2em;
  font-family: Verdana, Arial, sans-serif;
}

#menuContainer a:hover {
	color: #f7f7f7;
}

/* Hide bullets in unordered list*/
#menuContainer ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Set li styles*/

#menuContainer li {
  background-color: #222222;
  border: 1px solid #373737;
  width: 10em;
  /* this is to make the submenus position relative to this li */
  position: relative; 
}

/* Mouseover li style*/
#menuContainer li:hover {
  border: 1px solid #222222;   
  background-color: #999944;
}

/*Initially hide second level (or higher) pop-up*/
#menuContainer ul ul {
  position: absolute;
  left: 10em;
  top: 0;
  visibility: hidden;
}

/*Mouseover: display second level (or higher) pop-up*/
#menuContainer li:hover > ul {
  visibility: visible;
}
