/*
	style.css
	All styles relating to the Colchester Body Arts website can be found here

	Written by Aaron Allport (http://www.aaronallport.com)
*/


/* 
	Imports first
*/
@import url(normalisation.css);


/*
	Now, let the styling begin!
*/
body
{
	position: relative;
	font: 86%/1.5 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
}

/* 
	-branding
*/
div#branding
{
	background-color: #000000;
	height: 100px;
	position: relative;
}

div#branding h1
{
	background: transparent url(./images/branding.png) no-repeat 1%;
	height: 100px;
	width: 990px;
}

div#branding h1 a
{
	display: block;
	height: 100px;
	width: 990px;
	text-indent: -9999px;
}

div#branding blockquote
{
	position: absolute;
	left: -9999px;
}

/*
	-navigation
*/
div#nav_main
{
	position: relative;
	background: #333333;
	border-top: 1px solid #CCCCCC;
	border-bottom: solid 10px #000000;
}

div#nav_main h2
{
	position: absolute;
	left: -9999px;
}

ul#nav_features
{
	padding: 5px 0;
}

ul#nav_features li
{
	display: inline;
	margin-left: 1%;
}

ul#nav_features a
{
	color: #DDDDDD;
	text-decoration: none;
	font-size: 130%;
}

ul#nav_features a:hover
{
	text-decoration: underline;
}

/*
	-content
*/
div#content_main
{
	background: transparent url(./images/content_main_bg.png) repeat-x;
	padding: 0 38% 0 2%;
	border-top: solid 10px #CCCCCC;
}

div#content_sub
{
	padding: 10px 38% 10px 2%;
	border-top: 10px solid #CCCCCC;
	margin-top: 10px;
}

div#content_main h2
{
	margin-top: 5px;
	font: 200%/1.5 "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
}

div#content_main h3
{
	margin-top: 5px;
	font: 160%/1.5 "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
}

div#content_main h4, div#content_sub h4
{
	margin-top: 5px;
	font: 120%/1.5 "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
}

div#content_sub h3
{
	position: absolute;
	left: -9999px;
}

div#content_sub li
{
	display: inline;
}

/*
	-site info
*/
div#site_info
{
	background: #000000;
	border-top: solid 10px #333333;
	position: relative;
	height: 100px;
}

div#site_info h5
{
	position: absolute;
	margin-top: 10px;
	left: 1%;
	background: transparent url(./images/branding_small.png) no-repeat;
	width: 300px;
	height: 36px;
}

div#site_info h5 a
{
	text-indent: -9999px;
	display: block;
	height: 36px;
	width: 300px;
}

div#site_info p
{
	position: absolute;
	margin-top: 56px;
	left: 1%;
	color: #BBBBBB;
}

div#site_info a
{
	color: #DDDDDD;
	text-decoration: none;
}

div#site_info a:hover
{
	text-decoration: underline;
}

div.gallery
{
	margin-top: 10px;
}