/**************************
 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: #4F4F4F;
	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/bgcontainer.gif) repeat-y;*/
	background:#161616;
	margin: 10px auto;
	width: 800px;
	border: 12px solid #222;
}

/* header */
#Header {
	float: left;
	width:100%;
	height: 192px;
	background: #530102 url(../images/header.jpg) no-repeat top left;
	/*font: normal 2.4em Verdana,sans-serif;*/
	font: normal 2.4em "Lucida Sans Unicode",sans-serif;
	
	line-height: 10px;
	padding: 0px 0px 0px 0px;
	text-align: center;	
}
#Header #logo {
	background: url(../images/logo.png) no-repeat;
	}
	#Header h1 {
	display:none;
	}

#Content p img{
	border:3px solid #B2B2B2;
	margin: 5px 8px 0px 0px;
	}

#Header a{
	width:99.9%;
	height:99.9%;
	text-decoration: none;
	color: #333;
	display:block;
}
#Header a span{
	width:300px;
	text-align: center;
	float:right;
	margin:0px;
	color:#F5F5F5;
	height:100%;
}

#Header .white_dash
{
	height:1px;
	background:#F5F5F5;
	width:20px;
	margin:auto;
	margin-top:2px;
}

#Header a span span{
	font-size:50%;
	line-height: 20px;
}

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

#neck {
	height:20px;
	padding: 9px 0px;
	margin-bottom:0px;
	float:left;
	width:99.9%;
	background:#8B8B8B;
	border-bottom:solid 5px #B2B2B2;
}

#neck a {
	color: #530102;
}

#Navigation {
	float: left;
	width: 20%;
	margin: 40px 0 0 0;
}

#Content {
	float: left;
	width: 58%;
	background:#F5F5F5;
	padding: 18px 1% 10px 1%;
	/*height:400px;*/
	min-height:400px;
	/*border-top:1px solid #696755;*/
	/*overflow: auto;*/
	SCROLLBAR-FACE-COLOR: #565643;
	SCROLLBAR-HIGHLIGHT-COLOR: #161616;
	SCROLLBAR-SHADOW-COLOR: #161616;
	SCROLLBAR-3DLIGHT-COLOR: #161616;
	SCROLLBAR-ARROW-COLOR: #161616;
	SCROLLBAR-TRACK-COLOR: #161616;
	SCROLLBAR-DARKSHADOW-COLOR: #161616; 
}

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

#Content_right {
	float: right;
	width: 16%;
	color: #ccc;
	background:#161616;
	height:99.9%;
	padding:2%;
	list-style-type:none;
}
	#Content_right .padded {
		padding: 6px 2px 6px 16px;
	}
#blog_sidebar ul {
	margin: 0;
	padding: 0;
}
/* 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 #696755;
		
	}
	#Navigation li a {
		background: #8A8A8A none repeat scroll 0 0;	
		color: #111;
		display: block;
		padding: 8px 0 8px 12px;
		width: 148px;
		text-decoration: none;
	}
	#Navigation li a:hover {
		background: #B2B2B2;
		color: #000;
	}
	#Navigation li a.current {
		background: #F5F5F5;
		color: #000;
	}
	#Navigation .sub li a {
		background: #B2B2B2;
	}
	#Navigation .sub li a:hover {
		background: #8A8A8A;
	}
	#Navigation .sub li a.current {
		background: #F5F5F5;
	}
		#Navigation .subsub li a {
			background: #D2D2D2;
		}
		#Navigation .subsub li a:hover {
			background: #B2B2B2;
		}
		#Navigation .subsub li a.current {
			background: #F5F5F5;
		}
		#Navigation li ul li  {
			/*border-bottom: 1px solid #696755;*/
			border-top: 1px solid #696755;
			margin: 0 0 0 10px;
		}
		#Navigation li ul li a  {
			/*border-bottom: 1px solid #696755;*/
			padding: 3px 0px 3px 5px;
		}
		#Navigation li ul li a {
			width: auto;
		}

/* footer */
#Footer {
	/*background: url(../images/bgfooter.gif) repeat-x;*/
	background:#8A8A8A;
	color: #CCC;
	font-size: 0.9em;
	border-top: 5px solid #B2B2B2;
	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 {
	padding:0px 10px;
}
#Breadcrumbs .underlined{
	text-decoration:underline;	
}
#Breadcrumbs p{
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 0px 0;
}
	
/* misc */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
a img {
	border: none;
}

.links div{
	padding: 0px 8px;
	font-size: .8em;
}
.links{
padding-top:30px;
}
.links h2{
padding:0px;
margin:0px;
}