/*------------------------------------------------------------
2282somer.sqn.ac 

Created by: Daniel Groves
Email: webmaster@daniel-groves.co.uk
Web: www.daniel-groves.co.uk

Last Update: 29-03-2008
------------------------------------------------------------*/

body {
	font-size: small;
	color: #000;
	background: #000;
	font-family: verdana, arial, sans-serif;
	line-height: 175%;
}

#wrap {
	margin: 0 auto;
	position: relative;
	width: 500px;
	background: #fff;
	border: 25px solid #fff;
}

/*------------------------------------------------------------
Navigation
------------------------------------------------------------*/

#wrap #nav {
	padding: 0 0 10px 0;
	width: 100%;
	border-top: 2px solid #D10000; /*Highlight red color theme*/
	background: transparent;
	clear: both;
}

#wrap #nav ul {
	margin:0;
	margin-left: 5px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#wrap #nav li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:none; /* force all links uppercase? */
}

#wrap #nav li a {
	float: left;
	display: block;
	font-family: Georgia, Times, serif; /*links fonts*/
	color: black;
	text-decoration: none;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: #D10000; /*Default menu color*/
	border-bottom: 8px solid white;
}

#wrap #nav li a:hover {
	background-color: #D10000; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D10000; /*Highlight red color theme*/
	color: white;
}

/*------------------------------------------------------------
Sub-Navigation
------------------------------------------------------------*/

#subnav {
	clear: both;
	margin-top: 20px;
	width: 500px;
	text-align: center;
	padding: 10px;
	background: #EAFAFF;
}

/*------------------------------------------------------------
Content Zone
------------------------------------------------------------*/

#content {
	clear: both;
	padding: 10px 2px;
	padding-top: 0;
}

#content h1 {
	font-size: 150%;
	padding: 0 0;
	border-top: 1px solid #000;
}

#content h2 {
	margin: 0;
	padding: 10px 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #D10000;
}

#content p, div.story {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #000;
}

#content div.credits {
	padding-bottom: 5px;
}

#content p.credit {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	text-align: right;
}

/*------------------------------------------------------------
Footer
------------------------------------------------------------*/

#footer {
	border-top: 1px dotted #000;
	clear: both;
}

/*------------------------------------------------------------
Sub Layout
------------------------------------------------------------*/

#sublayout {
	float: left;
	width: 500px;
}

#sublayout dl {
	float: left;
	display: inline;
	width: 500px;
	padding-top: 20px;
	margin-top: -10px; /*ensures there is a space between imgs in MF and IE without having a margin too bif iin MF */
}

#sublayout dt {
	float: right;
	width: 330px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #627081;
}

#sublayout dd {
	margin: 0 0 0 170px;
	padding: 0;
}

#sublayout dd.img {
	margin: 0;
}

#sublayout dd.img img {
	float: left;
}

/*------------------------------------------------------------
Custom IMG formatting
------------------------------------------------------------*/

#content img {
	margin: 10px;
}

/*------------------------------------------------------------
Gallery
------------------------------------------------------------*/

#gallery {
	text-align: center;
	margin-bottom: 10px;
}

/*------------------------------------------------------------
Linkage
------------------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
}

a:link {
	border-bottom: 1px dotted #000;
}

a:visited {
	border-bottom: 1px solid #000;
}

a:hover {
	border-bottom: 1px solid #000;
}

a:active {
	border: none;
}

a img {
	border: none;
}

#gallery a {
	border: none;
}

#lightbox a {
	border: none;
}

table.noline a {
	text-decoration: none;
	border: none;
}

