/**************************
 SilverStripe Dark Ritual Theme
 http://www.silverstripe.com

 adapted to SilverStripe by Jeff Chan
 http://jeffchan.org

 based on Viktor Persson's layout
 http://templates.arcsin.se
**************************/

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

a {
	color: #682;
}

a:hover {
	color: #9A6;
font-family: "Arial";
}
/********bg.gif courtesy of Arcsin and Jeff Chan********/
html {
	background: #333 url(../images/bg.gif);
	color: #333;
	font-family: "Arial";
	font-size: 58%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p {
	padding-bottom: 1em;
	font-family: "Arial";
	font-size: 1.2em;
}

ul,ol {
	margin-left: 1.2em;
	padding-bottom: 1em;
	list-style: none;
}

/* structure */
#Container {
	font-size: 1.2em;
	background: url(../images/bgcontainer.jpg) repeat-y;
	margin: 20px auto;
	width: 840px;
	border: 4px solid #4F4F28;
}

/* header */
#Header {
	float: left;
	width: 840px;
	background: url(../images/header.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 170px;
	text-align: center;	
}

#Header a{
	text-decoration: none;
	color: #333;
}

/* structure */
#Top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}

#Navigation {
	float: left;
	width: 160px;
	clear:left;
	font-size:1.1em;
}

#Content {
	float: left;
	width: 640px;
	padding: 18px 15px 10px 18px;
}

/*workaround for some pages*/
#Content #Content {
	float: none;
	width: auto;
	padding: 0;
}

#Content_right {
	float: right;
	width: 200px;
	color: #ccc;
}
	#Content_right .padded {
		padding: 6px 2px 6px 16px;
	}

#Buy{
float: left;
width: 300px;
padding: 18px 15px 10px 18px;
}


/* sub-navigation */
#Navigation h3 {
	background: #222;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
	#Navigation ul {
		margin: 0;
		padding: 0;
	}
	#Navigation li {
		border-top: 1px solid #888671;
		
	}
	#Navigation li a {
		background: #675b29;	
		color: #111;
		display: block;
		padding: 8px 0 8px 12px;
		width: 148px;
		text-decoration: none;
	}
	#Navigation li a:hover {
		background: #9C997C;
		color: #000;
	}
	#Navigation li a.current {
		background: #9C997C;
		color: #000;
	}
	#Navigation .sub li a {
		background: #95937E;
	}
	#Navigation .sub li a.current {
		background: #9C997C;
	}
		#Navigation li ul li  {
			border-bottom: 1px solid #696755;
			border-top: 1px solid #696755;
			margin: 0 0 0 10px;
			font-size: 0.95em;
		}
		#Navigation li ul li a {
			width: auto;
		}

/* footer */
#Footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 35px;
	width: 100%;
	text-align: center;
	clear: both;
}
	#Footer .left,
	#Footer .right {
		padding: 0 16px;
	}
	#Footer a {
		color: #eee;
	}
	#Footer a:hover {
		color: #fafcb0;
	}

#Breadcrumbs p{
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 5px 0;
}
	
/* misc */
.clear {
	clear: both;
}
.left {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right {
	float: right;
}
a img {
	border: none;
}

/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 200px; margin:0; list-style:none; font-weight:bold; line-height:150%} /*1st level list*/
#sitemap-list li {padding:10px; margin-top:10px; font-size:13px; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/