/*
	style.css
	All styles relating to the Colchester Body Arts website can be found here
*/


/* 
	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;
	background: #000000;
	width: 960px;
	margin: 0 auto;
}

/* 
	-branding
*/
div#branding
{
	background-color: #000000;
	height: 180px;
	position: relative;
}

div#branding h1
{
	background: transparent url(./images/branding.png) no-repeat 1%;
	height: 160px;
	width: 900px;
	margin: 0 auto;	
}

div#branding h1 a
{
	display: block;
	height: 100px;
	width: 900px;
	text-indent: -9999px;
}

div#branding blockquote
{
	position: absolute;
	left: -9999px;
}

/*
	-navigation
*/
div#nav_main
{
	position: relative;
	background: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #00FF00;
	border-bottom: 2px solid #00FF00;
	text-align: center;
}

div#nav_main h2
{
	position: absolute;
	left: -9999px;
}

ul#nav_features
{
	padding: 5px 0;
}

ul#nav_features li
{
	display: inline;
	margin: 5%;
}

ul#nav_features a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 130%;
}

ul#nav_features a:hover
{
	text-decoration: underline;
}

/*
	-content
*/
div#content_main
{
	background: #000000;
	color: #FFFFFF;
	padding: 0 0 0 0;
}

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;
	color: #FFFFFF;
}

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;
	color: #FFFFFF;
}

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;
	color: #FFFFFF;
}

div#content_sub h3
{
	position: absolute;
	left: -9999px;
	color: #FFFFFF;
}

div#content_sub li
{
	display: inline;
}

/*
	-site info
*/
div#site_info
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid 2px #00FF00;
	border-bottom: solid 2px #00FF00;
	position: relative;
	height: 80px;
}

div#site_info h5
{
	position: absolute;
	margin-top: 10px;
	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: 50px;
	color: #FFFFFF;
}

div#site_info a
{
	color: #DDDDDD;
	text-decoration: none;
}

div#site_info a:hover
{
	text-decoration: underline;
}

div.gallery
{
	margin-top: 10px;
}

ul.bio-list
{
width: 100%;
display: inline-block;
float: center;
}

ul.bio-list li 
{
display: block;
float: left;
width: 200px;
margin: 0 1em 3em 6em;
}

ul.bio-list li p
{
text-align: center;
font-size: 80%;
}

ul.bio-list li p a
{
color: #FFFFFF;
}

ul.bio-list li p a:hover
{
color: #00FF00;
}

img.profile-pic 
{
float: left;
margin: 0 1em 1em 0;
}

ul.bio-pics
{
width: 100%;
display: inline-block;
}

ul.bio-pics li
{
display: inline-block;
width: 160px;
margin: 0 1em 1em 1em;
}

body a 
{ 
color: #00FF00; 
}
