html, body {
	padding: 0; 
	margin: 0; 
	background: #888;
}

* {
	font-family: tahoma;
	font-size: 9pt;
	color: #555;
}

.wrap {
	width: 960px;
	margin: 8px auto;
	padding: 6px;
	background: #eee;
}

.header {
	background: #000;
	height: 40px;
	background: url('/images/logo.gif') top left no-repeat;
}

.footer {
	background: #888;
	height: 40px;
	background: url('/images/footer.gif') bottom left no-repeat;
	border-top: #eee 6px solid;
}

.in_footer {
	padding: 8px 0 0 15px;
	color: #ccc;
	font-size: 14pt;
	font-family: serif;
}

.mainmenu {
	background: #cdcd00;
	border: #000 2px solid;
	border-top: none;
}

.clear {
	clear: both;
}

a.mmi:link, a.mmi:hover, a.mmi:visited,
a.mml:link, a.mml:hover, a.mml:visited {
	display: block;
	float: left;
	position: relative;
	background: #cdcd00;
	color: #000;
	padding: 5px 15px;
	text-decoration: none;
	font-weight: bold;
	border-right: #000 2px solid;
}

a.mml:link, a.mml:hover, a.mml:visited {
	border: none;
	border-left: #000 2px solid;
	background: #00cdcd;
}

a.mmi:hover {
	background: #cd0000;
	color: #fff;
}

a.mml:hover {
	background: #0000cd;
	color: #fff;
}

.container {
	border-top: #eee 6px solid; 
	background: #cdcdcd;
}

.inner {
	width: 750px;
	overflow: hidden;
	float: left;
	position: relative;
}

.nav {
	background: #555 url('/images/bgnd_nav.gif') bottom right no-repeat;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #eee;
	font-size: 14pt;
	font-weight: bold;
}

.content {
	padding: 15px;
	background: #cdcdcd;
}

h2, a.post:link, a.post:visited, a.post:hover {
	display: block;
	font-size: 14pt;
	color: #000;
/*	background: #b4b4b4; */
	background: #cdcdcd url('/images/bgnd_post_title.gif') top repeat-x;
	margin: 0;
	padding: 3px 8px;
	font-weight: normal;
	text-decoration: none;
}

a.post:hover {
	text-decoration: underline;
}

h4, .bottom {
	font-size: 8pt;
	height: 16px;
	color: #fff;
	background: #cdcdcd url('/images/bgnd_post_date.gif') top left no-repeat;
	padding: 3px 8px 0 8px;
	margin: 0;
	font-weight: normal;
}

.post {
	background: #e4e4e4;
	padding: 16px 10px;
}

.bottom {
	background: #cdcdcd url('/images/bgnd_post_comments.gif') bottom right no-repeat;
	padding: 2px 8px 1px 0;
}

.tags {
	float: left;
	position: relative;
	color: #888;
}

.comcount {
	float: right;
	position: relative;
	color: #fff;
	margin-top: -1px;
}

div.pages {
	padding: 5px; 
	border-top: #777 1px solid; 
	color: #777; 
	margin-top: 16px
}

a.page:link, a.page:visited, a.page:hover, span.page_active{
	padding: 5px 8px;
	margin-right: 2px;
	background: #ddd;
	border: #777 1px solid;
	color: #777;
	text-decoration: none;
	font-size: 9pt;
}

a.page:hover {
	background: #cd0000;
	border: #000 1px solid;
	color: #fff;
}

span.page_active {
	border: #aaa 1px solid;
	background: #cdcdcd;
	font-size: 9pt;
	color: #aaa;
}

label, label.label_focused {
	display: block;
	color: #666;
}

label.label_focused {
	color: #000;
}

.input, .input_focused {
	margin-bottom: 2px;
	width: 250px;
	border: #888 1px solid;
	background: #e4e4e4;
	padding: 3px;
}

.input_focused {
	border: #000 1px solid;
	background: #fff;
}

.button, .button_focused {
	width: 200px;
	font-weight: bold;
	padding: 5px;
	background: #ddd;
	color: #555;
	margin-top: 5px;
}

.button_focused {
	background: #eee;
	color: #000;
}

.comment_form {
	background: #bbb;
	padding: 6px 10px;
	border: #888 1px solid;
}

span.red {
	color: #a00;
}

.comments {
	padding: 15px 15px 6px 15px;
	margin: 4px 0 20px 0;
	background: #999;
}

.comment_author {
	padding-left: 4px;
	padding-bottom: 9px;
	color: #fff;
	font-weight: bold;
	background: url('/images/bgnd_comment_author.gif') bottom left no-repeat;
}

.comment_msg, .comment_msg_wa {
	background: #666 url('/images/bgnd_comment') bottom repeat-x;
	margin-bottom: 10px;
	padding: 10px;
	color: #eee;
	text-align: justify;
	text-indent: 0;
}

a.mail:link, a.mail:hover, a.mail:visited {
	color: #000;
	text-decoration: underline;
}

a.mail:hover {
	text-decoration: none;
}

.comment_msg_wa {
	margin-bottom: 0;
}

.comment_reply_arr {
	margin-left: 60px;
	width: 60px;
	height: 10px;
	background: url('/images/bgnd_comment_answer_arrow.gif') bottom left no-repeat;
}

.comment_index {
	font-size: 16pt;
	font-weight: bold;
	color: #888;
	float: right;
	position: relative;
	margin: -6px 0 0 10px;
}

.comment_reply {
	background: #eee;
	margin-bottom: 10px;
	margin-left: 60px;
	padding: 10px;
	color: #444;
}

.messages {
	margin-top: 20px;
}

.info {
	color: #ccc;
	font-weight: normal;
}

.comment_time {
	float: right;
	position: relative;
	color: #444;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 3px;
}

a.playerctrl:link, a.playerctrl:visited, a.playerctrl:hover {
	display: block;
	width: 444px;
	padding: 5px;
	border: #aaa 1px solid;
	background: #fff;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

a.playerctrl:hover {
	background: #ffa;
}

p {
	margin: 0;
	padding: 0;
}

.ay_download {
/*
	border: #ccc 1px solid;
	border-top: none;
	background: #eee;
*/
	padding: 5px;
	width: 244px;
}

a:link, a:visited, 
a:link b, a:visited b,
a:link strong, a:visited strong  
 {
	color: #cd0000;
	text-decoration: underline;
}

a:hover, a:hover b, a:hover strong {
	color: #000;
}

a.cmt:link, a.cmt:visited, a.cmt:hover {
	color: #000;
	text-decoration: underline;
}

a.cmt:hover {
	color: #fff;
}

a.dl:link, a.dl:visited, a.dl:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

a.dl:hover {
	color: #fff;
	text-decoration: none;
}

.empty {
	padding: 20px;
	background: #eee;
	margin-bottom: 20px;
	font-size: 10pt;
	color: #555;
}

.sidebar {
	width: 200px;
	float: right;
	position: relative;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
/*	background: #cdcdcd; */
}

.sb_head, .sb_head_top {
	color: #000;
	padding: 8px;
	font-weight: bold;
	background: #eee;
}

.sb_body {
	padding: 8px 6px 10px 6px;
	margin-bottom: 10px;
	margin-left: 9px;
	background: #aaa;
}

.sb_body ul {
	padding: 0 0 0 18px;
	margin: 0;
}

.sb_body li {
	color: #aaa;
}

.sb_body li a {
	color: #fff;
	text-decoration: none;
}

.sb_body li a:hover {
	color: #00cdcd;
	text-decoration: underline;
}

a img {border: none}

a.img_sb {
	display: block;
	border: #000 1px solid;
	margin-right: 10px;
	float: left;
	position: relative;
}

a.img_sb:hover {
	border: #fff 1px solid;
}

a.sb:link, a.sb:visited, a.sb:hover {
	display: block;
	color: #000;
	text-decoration: underline;
	margin: 0 0 10px 10px;
	font-weight: bold;
	font-size: 9pt;
}

a.sb:hover {
	color: #fff;
}

a.sbt:link, a.sbt:visited, a.sbt:hover {
	color: #000;
	text-decoration: underline;
	font-size: 9pt;
}

a.sbt:hover {
	color: #fff;
}


.sb_body .date {
	color: #eee;
	font-size: 8pt;
	margin-bottom: 4px;
	border-bottom: #eee 1px dotted;
}

.sb_body .release {
	margin: 6px 0 10px 10px;
}

table.tracks {
	width: 100%;
	border-collapse: collapse;
}

table.tracks th, table.tracks td {
	border: #fff 1px solid;
	padding: 4px 6px;
	background: #ddd;
}

table.tracks th {
	background: #777;
	color: #fff;
}

div.cap {
	width: 256px;
	border: #fff 1px solid;
	background: #d4d4d4;
	margin: 4px 0 5px 0;
}
