/**************************
 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 {
	padding:0;
	margin:0;
}
#spacer {
	height:5px;
	clear:both;
}

body {
	background:url(../images/bg.png) repeat-x #2160a0;
	font-family:arial;
	margin:0;
	padding:0;
}
a {
	color:#003;
	text-decoration: none;
}
a img {
	border: none;
}
#wrapper {
	background:url(../images/content-bg.png) repeat-y center bottom;
	width:930px;
	margin:0 auto;
	margin-bottom:0px;
	padding: 10px 10px 0;
}
#Container {
	width:910px;
	min-height:400px;
	margin:0 10px;
}
.Header {
	background:url(http://duyfkenstudios.com.au/img/dnwa/banner/);
	height:220px;
	width:900px;
	padding: 0;
	margin: 0 5px 10px;
}
	#Header h1 {
		visibility:hidden;
	}
	
#Columns {
	border-top:1px solid #333;
}

#Sidebar {
	float:left;
	width:200px;
	padding: 0 0 20px;
}
	#Sidebar h3 {
		font-size:125%;
		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;
		font-size: 0.95em;
	}
	ul#Navigation {
		font-size:90%;
		list-style:none;
		margin:0;
		padding:0;
	}
		ul#Navigation li {
			display:inline;
			margin:0;
		}
		ul#Navigation li a {
			text-decoration:none;
			display:block;
			padding:5px;
			margin-bottom:1px;
			background:#598CCD;
			color:#fff;
		}
			ul#Navigation li a:hover {
				border-left:10px solid #fff;
				background:#fff;
				color:#000;
			}
		ul#Navigation li a.current {
			border-left:10px solid #2F435C;
			background:#4F749F;
			color:#fff;
			letter-spacing: 0px;
		}
		ul li ul {
			margin: 0 0 0 10px;
			padding: 0;
		}
	
#Main {
	float:left;
	width:695px;
	height:auto;
	border-left:1px solid #333;
	padding: 10px 0 20px 10px;
}
#Footer {
	background:url(../images/footer-bg.png) no-repeat center top;
	font-size:80%;
	text-align:center;
	color:#000;
	margin:0 auto auto;
	padding-top: 10px;
	clear: both;
}
	#Footer a {
		color:#000;
		text-decoration:none;
	}
#Breadcrumbs p {
	line-height: 1.1em;
	text-align: left;
	font-size:0.8em;
	margin: 0 0 5px 0;
	padding: 0;
}
.colWrapper {
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
	width:100%;
	clear: left;
	padding: 10px 0;
	margin-bottom: 20px;
}

.threeCol {
	float: left;
	position: relative;
	width: 30%;
	padding: 2px;
	margin-right: 3%;
}

.threeColthird {
	float: left;
	position: relative;
	width: 30%;
	padding: 2px;
}

.parishCol {
	float: left;
	position: relative;
	width: 200px;
	padding: 2px 10px 2px 2px;
	font-size: 70%;
}

.parishColsecond {
	float: left;
	position: relative;
	width: 475px;
	padding: 2px;
	text-align: left;
	font-family: Arial;
}

.parishColsecond p {
	color: #000080 !important;
}

.main p, .main li {
	color: #000080 !important;
}


.parishColaddress p {
	color: #cc6633 !important;
}

.parishColemail p {
	color: #000000 !important;
}

.parishColsubtext p {
	color: #008000 !important;
}

.parishColaddress, .parishColemail, .parishColsubtext {
	text-align: left;
	font-family: Arial;
}

.parishColaddress, .parishColemail {
	font-weight: bold;
}

.threeCol h3, .threeColthird h3 {
	text-align: center;
	margin: 0px !important;
}

.threeCol p, .threeColthird p {
	text-align: justify;
	margin: 0 6px;
}