@import url("reset.css");

/* All floats have display:inline to ensure not affected by ie6 float bug */

body {
	background-color: #545454;
	color: #e5e5e5;
}

.clearLeft {
	clear: left;
}

.hide {
	display: none;
}

img {
	display: block;
	border: 0;
}

#container {
	position: relative;
	width: 777px;
	margin: 0 auto 40px;
	background-color: transparent;
	overflow: hidden;
}

img.aBadge {
	position: absolute;
	top: 3px;
	right: 0;
	z-index: 2;
	height: 75px;
	width: 75px;
}

#header {
	position: relative;
	width: 100%;
	background-color: transparent;
	margin-top: 40px;
}

h1 {
	text-indent: -9999px;
}

h1 a {
	display: block;
	height: 57px;
	width: 294px;
	background: transparent url(../images/sfn_logo_white.gif) no-repeat left top;
}

#innerContainer {
	margin-top: 50px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

/* @group Main navigation */

#nav_main {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 445px;
	background-color: transparent;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

#nav_main ul {
	position: relative;
	float: left;
	display: inline;
}

#nav_main ul li {
	float: left;
	margin: 0 20px 0 0;
	display: inline;
}

#nav_main ul li#contact {
	margin-right: 0;
}

/* @end */

#main {
	position: relative;
	float: right;
	clear: both;
	display: inline;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	margin-bottom: 40px;
}

/* @group Main Image */

#mainImageCol {
	position: relative;
	float: left;
	width: 302px;
	display: inline;
}

#mainImage {
	position: relative;
	float: left;
	border: 1px solid #999;
	display: inline;
	width: 300px;
	height: 300px;
}

#mainImageCap {
	position: relative;
	float: left;
	font-size: 0.75em;
	line-height: 125%;
	text-align: left;
	margin: 5px 0 30px;
	clear: both;
	display: inline;
	width: 300px;
}

#mainImageCap p span.title {
	font-style: italic;
}

/* @end */

#content {
	position: relative;
	float: right;
	width: 445px;
	overflow: hidden;
}

#content h2 {
	font-size: 1.3em;
	margin: 0 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h3 {
	font-size: 1.1em;
	margin-top: 20px;
	border-bottom: 1px solid #999;
	line-height: 125%;
}

#content p {
	margin: 0 0 15px;
	line-height: 130%;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.9em;
}

#copyright {
	clear: both;
	font-size: 0.75em;
	line-height: 120%;
	width: 100%;
	font-size: 0.75em;
	margin-left: 0;
}

/* @group Link effects */

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

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

a:hover {
	color: #e5e5e5;
	text-decoration: underline;
}

a:active {
	color: #7e7473;
	text-decoration: none;
}

#navlist a:hover, #nav_artists li a:hover {
	background-color: #eeeadc;
}

/* @group You are here */

/* Using reference to body id selector, sets background of link relating to current page to same as body background color and places horizontal line on either side; Similar effect for artist navigation menu embedded in each page */

body#home_page li#home a, body#about_page li#about a, body#artists_page li#artists a, body#artistpage_page li#artists a, body#news_page li#news a, body#links_page li#links a, body#contact_page li#contact a {
	color: #e5e5e5;
}

/* @end */

/* @end */