/*
MusicbyFirelight.com
*/

* {
	margin: 0;
	color: #CCCCCC;
}

body {
	margin: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #CCCCCC;
}

h1 {
	font-size: 197%;
}
h2 { font-size: 167%; }
h3 {
	font-size: 105%;
	font-weight: normal;
	line-height: 22px;
	font-variant: small-caps;
	padding-top: 20px;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 162%;
	font-size: 95%;
	text-transform: none;
}

a:link {
	color: #94B0C8;
}

a:hover {
	color: #FFFFFF;
}

a:visited {
	color: #94B0C8;
	text-decoration: none;
}

/* Header */

#header {
	width: 820px;
	height: 150px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 820px;
	height: 150px;
	background: #000000;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 40px;
	line-height: 40px;
}

#logo h1 a {
	color: #CCCCCC;
	text-decoration: none;
}

#logo h2 {
	text-align: center;
	letter-spacing: 1.4px;
	font-size: 16px;
	font-weight: bold;
}

#logo h2 a {
	color: #CCCCCC;
	line-height: 40px;
}

#logo a {
	text-decoration: none;
}


/* Splash */

#splash {
	width: 820px;
	margin: 0 auto;
	background-color: #000000;
	background-image: url());
	background-repeat: no-repeat;
	background-position: 95% 100%;
	padding-bottom: 20px;
}

#splash p {
	padding: 20px 30px 0px 20px;
	text-align: left;
	color: #CCCCCC;
}

/* Page */

#page {
	width: 820px;
	margin: 0 auto;
	background-repeat: no-repeat;

	background-position: 0% 0%;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 800px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 820px;
	background: #000000;
	height: 48px;
	text-align: center;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}

#sidebar a:link {
	color: #94B0C8;
}

#sidebar a:hover {
	color: #FFFFFF;
}

#sidebar a:visited {
	color: #94B0C8;
}

/* Footer */

#footer {
	clear: both;
	width: 820px;
	height: 15px;
	margin: 0 auto;
	border: 1px solid #000000;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-right-color: #000000;
	border-left-color: #000000;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 75%;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#legal {
	float: left;
}

#links {
	float: right;
}
