/**************************
 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 {
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
body {
	background: url(../../../bg.png) repeat scroll 50% 50% transparent;
}
p {
	padding-bottom: 1em;
}

ul,ol {
	margin-left: 1.2em;
	padding-bottom: 1em;
	list-style: none;
}

/* structure */
#Container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 840px;
}

/* header */
#Header {
	float: left;
	width: 640px;
	background: url(../images/header.jpg) no-repeat;
	font: normal 3.6em Verdana, sans-serif;
	line-height: 150px;
	text-align: center;	
}

#Header a{
	text-decoration: none;
	color: #691111;
	font-stretch: +1pt;
}

/* 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 15px 10px 18px;
}

/*workaround for some pages*/
#Content #Content {
	float: none;
	width: auto;
	padding: 0;
}

#Content_right {
	float: right;
	width: 200px;
	color: #666;
}
	#Content_right .padded {
		padding: 6px 6px 6px 8px;
		height: 160px;
		float: left;
		clear: both;
	}

/* sub-navigation */
#Navigation h3 {
	color: #666;
	padding-top: 9px;
	border-bottom: 1px solid #666;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
	#Navigation ul {
		margin: 0;
		padding: 0;
	}
	#Navigation li {
		margin: 2px 0 0 0;
	}
	#Navigation li a {
		border-bottom: 1px solid #dadada;
		display: block;
		padding: 8px 0 4px 8px;
		width: 148px;
		text-decoration: none;
		font-variant: small-caps;
		font-size: 11px;
	}
	#Navigation li a:hover {
		background: #fafafa;
		color: #000;
	}
	#Navigation li a.current {
		background: #fff;
		color: #000;
	}
	#Navigation .sub li a {
	}
	#Navigation .sub li a.current {
	}
		#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;
		}
.sub {
	padding-left: .5em;
}
li.CalendarEvent { 
display: none; 
}
/* footer */
#Footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #CCC;
	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;
}
#Content img {
	border: 2px solid #ccc;
}
