/**************************
 SilverStripe NatureWeb4 Theme
 http://www.silverstripe.com

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

 based on Aybabtu's layout
 http://www.openwebdesign.org/viewdesign.phtml?id=4030
 http://www.openwebdesign.org/userinfo.phtml?user=aybabtu
 
 photo from
 http://www.openstockphotography.org/image-licensing/lightbox/Transantarctic_mountain_hg.jpg
**************************/

body {
	border-top:0px solid #000;
	background:url(../images/black2.jpg);
	font-family:arial;
	margin:0;
}
a {
	color:#003;
	text-decoration: none;
}
a img {
	border: none;
}
#Container {
	width:770px;
	min-height:1000px;
	border:10px solid #ede5d7;
	background:#ede5d7;
	margin:10px auto auto auto;
	padding:0;
	/*background-image: url(../images/contbg.gif);*/
}
#Header {
	border-bottom:0px solid #ffffff;
	border-top:0px solid #ffffff;
	text-transform:uppercase;
	background:#ede5d7;
	padding: 0;
	margin: 0 0 10px;
}
	#Header h1 {
		margin:0px;
		margin-top:-3px;
		font-size:52px;
		font-family:verdana;
		padding-left:5px;
		letter-spacing:-10px;
		color:#ede5d7;
		font-weight:heavy;
		height:40px;
	}
		#Header h1 a {
			color:#ede5d7;
			text-decoration: none;
		}

#Columns {
	border-top:0px solid #333;
	background:#ede5d7;
}

#Sidebar {
	float:left;
	width:200px;
	background:#ede5d7;
	padding: 0 0 20px;
	color: #382408;
}
	#Sidebar h3 {
		font-size:125%;
		text-transform: uppercase;
		letter-spacing: -3px;
		color: #382408;
	}
	#Sidebar p {
		line-height:130%;
		color: #382408;
		font-size:90%;
	}
	#Sidebar ul {
		list-style:none;
		margin:0 0 0 5px;
		padding:0;
	}
	#Sidebar li {
		list-style:none;
		margin:0;
		padding:0;
		font-size: 0.95em;
	}
	ul#Navigation {
		font-size:90%;
		list-style:none;
		margin:0;
		padding:0;
	}
		ul#Navigation li {
			display:inline;
			margin:0;
			padding: 0px 0 0 0;
		}
		ul#Navigation li a {
			letter-spacing: +1px;
			text-transform: uppercase;
			text-decoration:none;
			display:block;
			padding:5px;
			background: #66543c;
			margin-bottom:1px;
			border-left:10px solid #d59351;
			background-image: url(../images/navbg.jpg);
			color:#ede5d7;
			font-weight: bold;
		}
			ul#Navigation li a:hover {
				border-left:10px solid #382408;
				background-image: url(../images/navbg_hover.jpg);
				color:#ede5d7;
			}
		ul#Navigation li a.current {
			border-left:10px solid #d59351;
			background-image: url(../images/navbg_current.jpg);
			color:#ede5d7;
			letter-spacing: 0px;
		}
		ul li ul {
			margin: 0 0 0 10px;
			padding: 0;
		}
	
#Main {
	float:right;
	width:520px;
	height:auto;
	border-left:1px solid #c1b194;
	padding: 10px 0px 20px 10px;
	background:#ede5d7;
	margin: 0 20px 0 0px;
}

#Main  img{
	border: 5px solid #d49351;
	margin: 13px 13px 13px 13px;
}

#Footer {
	font-size:80%;
	border-top:0px solid #000;
	text-align:center;
	color:#ede5d7;
	margin-top:10px auto auto;
	clear: both;
}
	#Footer a {
		color:#ede5d7;
		text-decoration:none;
	}
#Breadcrumbs p {
	line-height: 1.1em;
	text-align: left;
	font-size:0.8em;
	margin: 0 0 5px 0;
	padding: 0;
}

h1 a {
			color:#ede5d7;
			text-decoration: none;
		}