﻿/* 
Title:   Milton Taylor - In Tribute stylesheet for screen media
Author:  EJT Studios Ltd, www.ejtstudios.com
Updated: 28 May 2007
*/
body {
	margin: 0; 
	padding: 0;
	background-color: #483a50;
	font: 80% Verdana, "Lucida Grande", Verdana, sans-serif;
	line-height: 1.6em;
	color: #4e4735;
	text-align: center;
}
#page {
	margin: 0 auto;
	padding: 13px;
	text-align: left;
	width: 718px;
	background-color: #514359;
	border: solid 1px #44364b;
}
.hide { 
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}
a:link, a:visited {
	color: #069;
	text-decoration: none;
	border-bottom: 1px solid #c1a291; 
}
a:hover {
	color: #54471a; 
	border-bottom: solid 1px #54471a; 
}
a img {
	border: none;
}
.clearing { clear: both; }

/* Header
-------------------------------------- */
#header {
	display: block;
	text-indent: -9999px;
	height: 180px;
	width: 708px;
	background: #000 url(/images/header.jpg) 1px 5px no-repeat;
	color: #fff;
	border-top: solid 5px #3e3046;
	border-left: solid 5px #3e3046;
	border-right: solid 5px #3e3046;
}

/* Nav
-------------------------------------- */
#nav {
	background: #222 url(/images/navoff.gif);
	height: 31px;
	width: 708px;
	border-left: solid 5px #3e3046;
	border-right: solid 5px #3e3046;
}
#nav ul {
	float: left;
	list-style: none;
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav a {
	float: left;
	display: block;
	height: 31px;
	margin: 0;
	padding: 0 17px;
	text-decoration: none;
	color: #bbb;
	border: none;
	line-height: 31px;
}
#nav a:hover, 
body#news #n-news a, 
body#bio #n-bio a, 
body#gallery #n-gallery a, 
body#articles #n-articles a, 
body#tributes #n-tributes a, 
body#letters #n-letters a, 
body#contacts #n-contacts a {
	background: #444 url(/images/navon.gif);
	color: #fff;
}

/* Main Body
-------------------------------------- */
#mainbody {
	padding: 0;
	margin: 0;
	background: #e4cf9b url(/images/mainbodybg.gif) top left repeat-x;
	border-left: solid 5px #3e3046;
	border-right: solid 5px #3e3046;
}

/* Content
-------------------------------------- */
#content {
	padding: 20px 20px 1px 20px;
}
#content h2 {
	margin-top: 0;
	font: normal 200% "Century Gothic","Trebuchet MS", sans-serif;
	letter-spacing: -0.04em;
	color: #46006c;
}
#content h3 {
	margin: 2em 0 0;
	padding: 0 0 4px;
	border-bottom: 1px solid #bfae82;
	font: 130% Tahoma, "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: #46006c;
}
#content sup {
	font-size: 70%;
}

/* Footer
-------------------------------------- */
#footer {
	float: left;
	font-size: 10px;
	padding: 37px 20px 15px;
	line-height: 1.5em;
	background: #000 url(/images/footerbg.gif) top left repeat-x;
	border-left: solid 5px #3e3046;
	border-right: solid 5px #3e3046;
	border-bottom: solid 5px #3e3046;
	color: #888;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	color: #aaa;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
#footer #copyright { float: left; }
#footer #standards { float: right; }

/* News
-------------------------------------- */
#news #newsitems dt {
	margin: 1.5em 0 0;
	padding: 0 0 4px;
	font: 1.3em Tahoma, "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: #46006c;
}
#news #newsitems dd {
	margin-left: 0;
	border-bottom: 1px solid #bfae82;
}
#news #newsitems .date {
	font-size: 0.9em;
	color: #8d5d81;
	border: none;
}

/* Bio
-------------------------------------- */
#bio dt {
	font-weight: bold;
}

/* Gallery
-------------------------------------- */
#gallery .sections {
	list-style: none;
	margin: 0 -10px 3em;
	padding: 0;
	float: left;
}
#gallery .sections li {
	background-color: #fff;
	border: solid 1px #999;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding: 7px;
	margin: 10px;
	float: left;
}
#gallery .sections a {
	border: none;
	display: block;
	padding: 0;
}
#gallery .sections img {
	border: solid 1px #000;
}
#gallery .photos {
	list-style: none;
	margin: 0 -10px 3em;
	padding: 0;
	float: left;
}
#gallery .photos li {
	width: 130px;
	height: 130px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #999;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding: 7px;
	margin: 9px;
	float: left;
}
#gallery .photos a {
	border: none;
	display: block;
	padding: 0;
}
#gallery .photos img {
	border: solid 1px #000;
}
