/*	
	theheron.css
	-	Layout for The Heron website
	
	Author: ico Design
	Author email: admin@icodesign.co.uk

******************************************************************************/
@import "typography.css";
@import "modules.css";
@import "nav.css";
@import "phark.css";
/*@import "debug.css";*/

*{
	margin: 0;
	padding: 0;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden{
	position: absolute;
	top: -999em;
	width: 0;
	height: 0;
	font-size: 0em;
	overflow: hidden;
}
html{
	
}
body{
	background: #693592 url('/img/common/bg_tile.png') repeat-x fixed;
}
ul#skipNav{
	position: absolute;
	top: -999em;
	
}
#wrapper{
	width:  940px;
	margin: 0 auto;
}
#header{
	position: relative;
	height: 110px;
	margin: 0 0 15px 0;
	border-bottom: 5px solid #322337;	
}
#navigation{
	float: left;
	width: 140px;
}

#primary{
	float: right;
	margin-top: 10px;	
	width:  760px;	
}
.no-title #content-main{
	margin-top: 25px;
}

#footer{
	float: left;
	clear: both;
	width:  940px;
	height: 41px;
	padding: 15px 0 0 0;
	margin: 35px 0 0 0;
	font-size: 1em;
	border-top: 5px solid #5f4282;	
}
#footer-left	{	float: left;	}
#footer-right	{	float: right;	}
#footer p.credit{
	clear: both;
	float: right;
	margin-top: 15px;
}
