/**************************
 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
**************************/
/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 10px; margin:8; list-style:none; font-weight:bold; line-height:150%;
list-style-image:url(../images/listbullit.gif);
} /*1st level list*/

#sitemap-list li {padding:8px; margin-top:10px; font-size:12px; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;
list-style-image:url(../images/listbullit.gif);} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:normal; 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;
list-style-image:url(../images/listbullit.gif);
} /*3rd level items*/


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

a {
	color: #682;
}

a:hover {
	color: #9A6;
}

html {
	background: #333 url(../images/bg.gif);
	color: #333;
	font: normal 11px "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;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #222;
}

/* header */
#Header {
	float: left;
	width: 640px;
	background: url(../images/header.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;
}


#Content {
	float: left;
	width: 100%;
	padding: 2px 8px 10px 8px;
}

#NavContent {
	float: left;
	width: 100%;
	padding: 12px 6px 10px 6px;
	font-size:12px;
}

/*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;
	}

#Navigation {
	/*float: left;*/
	/*width: 170px;*/
	font-size:12px; /*font size for buttons*/
}
/* sub-navigation */
#Navigation h3 {
	text-transform: lowercase;
	color: #B5A679;
	font: bold 12px Verdana,sans-serif;
	line-height: 24px;
	padding-left: 12px;
}
	#Navigation ul {
		margin: 0;
		padding: 0;
	}
	#Navigation li {
		margin-bottom:1px; /*width (spacing) between buttons*/
	}
	#Navigation li a {   /*main buttons*/
		background-color: #CFC7A3;	
		color: #660000;
		display: block;
		padding: 5px 0 5px 12px;
		width: 173px;  /*width of main buttons*/
		text-decoration: none;
	}
	#Navigation li a:hover {
		background-color: #D8D7B1;
		color: #000;
	}
	#Navigation li a.current {
		background-color: #3D0101;
		color: #fff;
	}
	
	#Navigation .sub li {
		margin-bottom:1px; /*width (spacing) between buttons*/
		width: 175px;  /*width of sub buttons*/
	}
	#Navigation .sub li a {
	padding: 3px 0 3px 12px;
		background: #CFC7A3;
		margin-bottom:1px; /*width (spacing) between buttons*/
	}
	#Navigation .sub li a:hover {
		background: #D8D7B1;
	}
	#Navigation .sub li a.current {
		background: #3D0101;
	}
		#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/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{
color:#7A6950;
	font-size: 1.0em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
}
	
/* misc */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
a img {
	border: none;
}