* { margin: 0; padding: 0; }

body {
	position: relative;
	background: black url('images/headerleft.png') left top no-repeat;
	font-family: Verdana, Tahoma, Arial, Helvetica, Mono;
	color: #AABBCC;
}

h1 {
	position: absolute;
/*	right: 150px;*/
	left: 420px;
	top: 0;
	text-indent:-9999px;/*Hide Text, keep for SEO*/
	margin: 0;
	width:386px;
	height: 241px;
	background:transparent url('images/beatrepeat.png') no-repeat scroll;
}

h2 {
	line-height: 1em;
	font-size: 20px;
	color: #6699CC;
}

p {
	color: #AABBCC;
	line-height: 1.5em;
	padding: 0 0 1em;
	text-align: left;
}

h2 a {
	color: #5588BB;
}
a {
	color: inherit;
	color: #6699CC;
	text-decoration: none;
}

label {
	text-align: left;
	display: block;
}

input, textarea {
	width: 80%;
	font-size: 18px;
	line-height: 1.5em;
	padding: 0.5em;
	border: 2px solid #335577;
	margin: 2px 0;
	background: #223344;
	color: #AABBCC;
}

input:focus, textarea:focus {
	color: #FFEEDD;
	background: #773300;
	border: 2px solid #FF9900;
	margin: 2px 0;
}

a:hover {
	color: #6699CC;
	border-bottom: 1px dotted #6699CC;
}

.header {
	position: relative;
	margin-left: 180px;
	background: transparent url('images/header.png') left top repeat-x;
	height: 241px;
}

.menu {
	position: absolute;
/*	right: 700px;*/
	left: 149px;
	top: 132px;
	display: block;
	height: 119px;
}

.menu ul {
	position: relative;
	list-style: none;
	text-indent: 0;
	width: 230px;
	height: 119px;
	background: transparent url('images/menu.png') left top no-repeat;
}

.menu ul li {
	position: absolute;
	top: 0;
}
.menu ul li, .menu ul li a {
	height: 119px;
	display: block;
	text-indent: -9999px;/*Hide Text, keep for SEO*/
}

.menu ul li a {
	border-bottom: none;
}

.menu ul li.choons { left: 0; width: 90px; }
.menu ul li.blog { left: 90px; width: 63px; }
.menu ul li.show { left: 153px; width: 77px; }

.menu ul li.choons a:hover { background: transparent url('images/menu.png') 0 -119px no-repeat; }
.menu ul li.blog a:hover { background: transparent url('images/menu.png') -90px -119px no-repeat; }
.menu ul li.show a:hover { background: transparent url('images/menu.png') -153px -119px no-repeat; }


.sidebar {
	position: absolute;
	top: 220px;
	left: 570px;
/*	float: right;*/
	margin: 40px 140px 0 20px;
}

.schedule { 
	position: relative;
	width: 400px; 
	height: 198px;
	padding: 0 24px;
}


.schedule ul {
	position: relative;
	list-style: none;
	text-indent: 0;
	width: 352px; 
	height: 198px;
	background: transparent url('images/when.png') left top no-repeat;
}

.schedule ul li {
	position: absolute;
}
.schedule ul li, .schedule ul li a {
	display: block;
	text-indent: -9999px;/*Hide Text, keep for SEO*/
}

.schedule ul li a {
	border-bottom: none;
}

.schedule ul li.stickam { left: 0; top: 110px; width: 352px; }
.schedule ul li.beatrepeat { left: 98px;  top: 152px; width: 110px; }
.schedule ul li.faderwave { left: 226px; top: 152px; width: 108px; }

.schedule ul li.stickam a:hover { background: transparent url('images/when.png') 0px -308px no-repeat; }
.schedule ul li.beatrepeat a:hover { background: transparent url('images/when.png') -98px -350px no-repeat; }
.schedule ul li.faderwave a:hover { background: transparent url('images/when.png') -226px -350px no-repeat; }

.player { margin: 40px 0; padding: 25px 26px; background: transparent url('images/player.gif') no-repeat; }

.uv {
	clear: both;
	float: right;
	display: block;
	width: 157px;
	height: 189px;
	background: transparent url('images/uv.gif') no-repeat;
	text-indent:-9999px;/*Hide Text, keep for SEO*/
}

.uv a {
	display: block;
	width: 157px;
	height: 189px;
}

.content { 
/*	margin: 30px 600px 0 80px;*/
	margin: 30px 0 0 80px;
	width: 500px;
}

.post {
	padding: 2em 0;
}

.postmetadata, .comment-author, .commentmetadata {
	font-size: 75%;
}
