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

html {
	background:url(../images/back.png) repeat-y #121212;
}

body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#003;
	text-decoration: none;
}
a img {
	border: none;
}
#Container {
	min-height:400px;
	width: 1000px;
	padding:0;
}
#Header {
	border-bottom:1px solid #ffffff;
	background:url(../images/header.jpg) no-repeat #121212;
	text-transform:uppercase;
	height:150px;
}
	#Header h1 {
		margin:0px;
		margin-top:-3px;
		padding-top:90px;
		font-size:52px;
		font-family:verdana;
		padding-left:5px;
		color:#fff;
		font-weight:heavy;
		height:40px;
	}
		#Header h1 a {
			color:white;
			text-decoration: none;
		}

#HeaderTitle {
	margin-left:180px;
}

#Columns {
	border-top:1px solid #333;
}

#Sidebar {
	float:left;
	width:180px;
	padding-left:20px;
	padding-top:20px;
}
	#Sidebar h3 {
		font-size:125%;
		letter-spacing: -3px;
		color: #666;
	}
	#Sidebar p {
		line-height:130%;
		color:#333;
	}
	#Sidebar ul {
		list-style:none;
		margin:0 0 0 5px;
		padding:0;
	}
	#Sidebar li {
		list-style:none;
		margin:0;
		padding:0;
	}
	ul#Navigation {
		list-style:none;
		margin:0;
		padding:0;
	}
		ul#Navigation li {
			display:inline;
			margin:0;
			padding: 6px 0 0 0;
		}
		ul#Navigation li a {
			text-decoration:none;
			text-transform:lowercase;
			display:block;
			padding:5px;
			margin-bottom:1px;
			color:#ccc;
			outline-style:none;
		}
			ul#Navigation li a:hover {
				color:#fff;
			}
		ul#Navigation li a.current {
			color:#aaf;
		}
		ul li ul {
			margin: 0 0 0 40px;
			padding: 0;
		}
		
		ul#Sub-Menu {
			margin-left:20px;
			font-size:10px;
		}
		ul#Sub-Menu li {
			list-style-type:disc;
		}
	
#Main {
	float:left;
	width:700px;
	height:auto;
}

.ContentSection {
	margin-bottom:50px;
}

.composition {
	margin-bottom:40px;
	margin-left:40px;
	border-bottom:dotted #333 1px;
}

img {
	margin-right:20px;
	border:solid #CCCCCC 5px;
}

#Footer {
	text-align:center;
	color:#999;
	margin-top:10px auto auto;
	clear: both;
}
	#Footer a {
		color:#BBB;
		text-decoration:none;
	}
#Breadcrumbs p {
	line-height: 1.1em;
	text-align: left;
	font-size:10px;
	margin: 0 0 5px 0;
	padding: 0;
}

.clear {
	clear:both;
}