body
{
	background: #f3e400;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: arial,sans-serif;
}

#Page
{
	width: 910px;
	padding-top: 4em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#Logo
{
	width: 350px;
	height: 42px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	left: -2px;
	background-image: url(secretsundaze_logo.png);
}

#Logo strong { visibility: hidden; }

#Utilities
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
	top: -2em;
}

#Utilities li
{
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3em;
	padding: 0;
	display: inline;
}

a
{
	color: #020202;
	text-decoration: underline;
}

a.flink1
{
	padding-right: 8px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(link_to.png);
	text-decoration: none;
}

a.flink1:link,
a.flink1:visited { text-decoration: none; }
a.flink1:hover,
a.flink1:active { text-decoration: underline; }

a.flink2
{
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(link_back.png);
	text-decoration: none;
}

a.flink2:link,
a.flink2:visited { text-decoration: none; }
a.flink2:hover,
a.flink2:active { text-decoration: underline; }

/*button links*/
a.flink3
{
	text-decoration: none;
	padding: 0.6em;
	background-color: #000;
	color: #f3e400;
}

a.flink3 strong
{
	padding-right: 1em;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(link_to3.png);
}

a.flink3:link,
a.flink3:visited,
a.flink3:hover,
a.flink3:active { text-decoration: none; }
a.flink3:hover,
a.flink3:active { background-color: #111; }
#Content { padding-top: 2em; }

.Item img { border: 1px solid #222; }

#Content h2
{
	font-size: 1.8em;
	margin-top: 0;
	margin-bottom: 0.4em;
	text-transform: lowercase;
}

#Content h3
{
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 0.4em;
}

.Item h2 a.flink1 { background-position: right 0.5em; }
.Item-Caption { display: none; }

#Albums
{
	width: 400px;
	float: left;
}

#Albums .Item { width: 350px; }

#Promos
{
	width: 400px;
	float: left;
}

#Albums .Item { width: 492px; }

#SubNav
{
	margin-top: 0;
	margin-bottom: 0.2em;
}

.fimg1 { border: 1px solid #444; }

/*
-------------------------------------------------------------------
Discography
*/

#Content.Discography #CoverArt
{
	float: left;
	width: 443px;
	margin-right: 4em;
	margin-top: 0;
}

#Content.Discography #CoverArtAndTracks
{
	float: left;
	width: 443px;
	margin-right: 4em;
	margin-top: 0;
}
#Content.Discography #CoverArt{margin-right:0;margin-bottom:2em;}

#Content.Discography img { border: 1px solid #444; }

#Content.Discography .description
{
	width: 360px;
	float: left;
}

#Content.Discography .description h3 { font-size: 1.8em; }

#Content.Discography .description p
{
	font-size: 1.1em;
	margin-bottom: 2em;
}

#Content.Discography .description p.details { font-size: 1.4em; }
#Content.Discography  #Tracks { clear: both; }

#Content.Discography #Tracks .disc
{
	width: 443px;
	float: left;
}

#Content.Discography #Tracks .discFirst { margin-right: 1.9em; }

#Content.Discography #Tracks .disc h3
{
	width: 443px;
	border-bottom: 5px solid #ffffff;
	padding-bottom: 0.2em;
}

#Content.Discography #Tracks .disc ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#Content.Discography #Tracks .disc li
{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: left;
}

#Content.Discography #Tracks .disc li span.num
{
	margin-bottom: 0.8em;
	padding: 0;
	float: left;
	width: 8%;
}

#Content.Discography #Tracks .disc li span.artist
{
	text-transform: uppercase;
	margin-bottom: 0.8em;
	font-weight: bold;
	float: left;
	width: 48%;
	padding-right: 2%;
	line-height: 1em;
}

#Content.Discography #Tracks .disc li span.track
{
	float: left;
	width: 39%;
	margin-bottom: 0.8em;
	font-weight: bold;
}

#Content.Discography #Tracks .disc li span.track span
{
	display: block;
	font-size: 90%;
	font-weight: normal;
}

/*
-------------------------------------------------------------------
Events
*/

#Content.Events #Flyer
{
	float: left;
	width: 600px;
	margin-right: 2em;
	margin-top: 0;
}

#Content.Events img { border: 1px solid #444; }

#Content.Events .description
{
	width: 260px;
	float: left;
}

#Content.Events .description h3 { font-size: 1.8em; }

#Content.Events .description p
{
	font-size: 1.1em;
	margin-bottom: 2em;
}

#Content.Events .description p.details { font-size: 1.4em; }
