@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	/*background-color: #110a00; - Orignal EKNet dark brown bg color */
	background-color: #fff;
	color: #fff;
	font-family: georgia, lucida grande, serif;
}

div#content
{
	position: relative;
	width: 800px;
	padding: 0px;
	margin: 20px auto 50px auto;
	font-size: 14px;
}

div#content a
{
	text-decoration: none;
	color: #f30;
}

div#content a:hover
{
	color: #606;
}

div#content img#name
{
	display: block;
	margin-left: 32px;
	margin-top: 10px;
}

div#content div#musicContent
{
	position: relative;
	top: 200px;
	left: 52px;
	height: 1000px;
	width: 600px;
}

div#content div#musicContent form
{
	float: right;
	margin: 0px 0px 30px 0px;
}

div#content div#musicContent h1
{
	margin-left: 10px;
}

div#content div#musicContent table
{
	clear: both;
}

div#content div#musicContent table td
{
	margin: 10px;
	padding: 10px;
}

div#content div#musicContent p
{
	width: 600px;
	margin-left: 20px;
}

div#content a.nav
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#content a.nav img
{
	border: none;
}

div#content a.nav#news
{
	top: 598px;
	left: 530px;
}

div#content a.nav#shows
{
	top: 608px;
	left: 452px;
}

div#content a.nav#music
{
	top: 600px;
	left: 300px;
}

div#content a.nav#writings
{
	top: 636px;
	left: 370px;
}

div#content a.nav#bio
{
	top: 574px;
	left: 579px;
}

div#content a.nav#contact
{
	top: 610px;
	left: 700px;
}

div#bottomBar
{
	position: fixed;
	z-index: 600;
	bottom: 0px;
	left: 0px;
	height: 22px;
	width: 100%;
	background-color: #1a1611;
	font-size: 14px;
}

div#bottomBar a
{
	color: #f30;
	text-decoration: none;
}

div#bottomBar a:hover
{
	color: #606;
}

div#ekplayer
{
	width: 800px;
	margin: 0px auto;
}

div#ekplayer h3
{
	color: #cca;
	font-size: 16px;
}

div#ekplayer p
{
	width: auto;
}

div#ekplayer p a
{
	display: block;
}

div#content div#notice
{
	font-family: lucida grande, verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}

div#content div#notice p a
{
	color: #f30;
	text-decoration: none;
}

div#content div#notice p span
{
	color: #f30;
}

div#content div#notice p a:hover
{
	color: #6c6;
}