/**************************
 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;
}

html {
	background: #333 url(../images/newbk009s.jpg);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p {
	padding-bottom: 1em;
}

ul,ol {
	margin-left: 1.2em;
	padding-bottom: 1em;
	list-style: none;
}

/* structure */
#Container {
	font-size: 1.2em;
	background: url(../images/choccontainer001.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 6px solid #BEAF88;
}

/* header */
#Header {
	float: left;
	width: 640px;
	height: 225px; 
	background: url(../images/topremix5555bbb.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
/*	line-height: 150px; */
	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;
}

#Content {
	float: left; 
	width: 445px;
	padding: 18px 10px 15px 18px;

}

/*workaround for some pages*/
#Content #Content {
	float: none;
	width: auto;
	padding: 0;
}

#Content_right {
	float: right;
	width: 200px;
	height: 300px ;
	color: #CFC5AA;
}
	#Content_right .padded {
		padding: 6px 2px 6px 16px;
	}

/* sub-navigation */
#Navigation h3 {
	background: #A4B69E;
	color: #2B1915;
	font: medium 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
	#Navigation ul {
		margin: 0;
		padding: 0;
	}
	#Navigation li {
		border-top: 1px solid #696755;
		
	}
	#Navigation li a {
		background: #2B1915;	
		color: #CFC5AA;
		display: block;
		padding: 8px 0 8px 12px;
		width: 148px;
		text-decoration: none;
	}
	#Navigation li a:hover {
		background: #BDAF88;
		color: #000;
	}
	#Navigation li a.current {
		background: #BDAF88;
		color: #000;
	}
	#Navigation .sub li a {
		background: #9E8976;
	}
	#Navigation .sub li a.current {
		background: #9E8976;
	}
		#Navigation li ul li  {
			border-bottom: 1px solid #696755;
			border-top: 1px solid #696755;
			margin: 0 0 0 10px;
		}
		#Navigation li ul li a {
			width: auto;
		}

/* footer */
#Footer {
	background: url(../images/bgfooterb.gif) repeat-x;
	color: #CFC5AA;
	font-size: 0.9em;
	line-height: 39px;
	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;
}
.right {
	float: right;
}
a img {
	border: none;
}