/*
Title:      	CSS Styles for Brearley Benefit 2006
Author:     	Sandy Campbell, edac2@sandycampbelldesign.com
Updated:    	03.06.2006
Build:    		01
*/

/*
CONTENT
--------------------------------------------------------------------- */

body
{
	margin: 0;
	padding: 0;
	font-family: 'Georgia', serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background: #66C url(bkgdcolor.gif) repeat-y;
}

#wrap
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: left;
	width: 100%;
}

/*
MASTHEAD
--------------------------------------------------------------------- */

#brearley
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 67px;
	height: 67px;
	background: url(brearley.gif) no-repeat;
}

#door
{
	position: absolute;
	top: 0;
	left: 67px;
	margin: 0;
	padding: 0;
	width: 110px;
	height: 67px;
	background: url(door.jpg) no-repeat;
}

#date
{
	position: absolute;
	top: 67px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 177px;
	height: 140px;
	background: url(date.gif) no-repeat;
}

#logo
{
	position: absolute;
	top: 67px;
	left: 177px;
	margin: 0;
	padding: 0;
	height: 140px;
	width: 100%;
	background-color: #99F;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: 33px 47px;
}

#logo img
{
	position: absolute;
	top: 0px;
	left: 482px;
	margin: 0;
	padding: 0;
}

/*
LEFT NAV
--------------------------------------------------------------------- */

#nav
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 85%;
	line-height: 1.5em;
	position: absolute;
	top: 224px;
	left: 18px;
	margin: 0;
	padding: 0;
	width: 140px;
}

#nav li
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: #fff 1px solid;
	margin-bottom: 0;
	padding-bottom: .5em;
}

#nav a:link
{
	color: #fff;
	text-decoration: none;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

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

#nav a:active
{
	color: #fff;
	text-decoration: none;
}

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

li#spacer
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: #C00 1px solid;
	margin-bottom: 0;
	padding-bottom: 0;
}



/*
CONTENT
--------------------------------------------------------------------- */

#content
{
	position: absolute;
	top: 240px;
	left: 212px;
	margin: 0;
	padding: 0;
	color: #000;
}

#content p { margin: .3em 72px 1.5em 0; }

#content strong
{
	font-weight: bold;
	font-style: italic;
}

#content em
{
	font-weight: normal;
	font-style: italic;
}

#content h1
{
	letter-spacing: -.03em;
	font-size: 175%;
	font-weight: normal;
	line-height: 1.1em;
	margin: .3em 0 .3em 0;
}

#content h2
{
	letter-spacing: -.03em;
	font-size: 125%;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
}

#content h6
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 9em;
}

#content a:link
{
	color: #30C;
	text-decoration: none;
}

#content a:visited
{
	color: #30C;
	text-decoration: none;
}

#content a:hover, a:active
{
	color: #009;
	text-decoration: underline;
}

#content img
{
	float: right;
	margin: 0 0 6px 12px;
	border-width: 0;
	border-style: none;
}

#content img.left,
#content img.alt
{
	float: left;
	margin: 0 12px 6px 0;
	border-width: 0;
	border-style: none;
}