/* -------------------------------- */
/* RESET HTML TAG                   */
/* -------------------------------- */
	html, body, div, span,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, img, dl, dt, dd, ol, ul, li,
	fieldset, form, label, 
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}

	body {
		background: #202020 url(../images/bgnd_main.gif) top center;
		border-top: 5px solid #9A1E1E;
		color: #606060;
		cursor: default;
		font: 12px Tahoma, Verdana, Arial;
	}
	
	a {
		color: #606060;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	p.info a {
		border-bottom: 1px dashed #606060;
	}
	p.info a:hover {
		border-bottom: 1px solid #606060;
		text-decoration: none;
	}
	
	h3 {
		background: #F6F6F6 url(../images/btn_right.gif) 0px 0px no-repeat;
		display: block;
		font-weight: bold;
		line-height: 20px;
		margin: 5px 0px;
		padding: 0px 20px 0px 30px;
	}



/* -------------------------------- */
/* CORE                             */
/* -------------------------------- */
	#loginboxIn, #loginForm, #headerIn, #middle, #footerIn {
		margin: 0px auto;
		width: 800px;
	}
	#content {
		width: 580px;
	}
	#sidebar {
		width: 200px;
	}
	
	#comments ol li .cInfo {
		width: 150px;
	}
	#comments ol li .cContent {
		width: 340px;
	}
	ol.forms label, ol.info b {
		width: 130px;
	}
	ol.forms input, ol.forms textarea, ol.forms select {
		width: 320px;
	}
	ol.forms select {
		width: 326px;
	}


/* -------------------------------- */
/* HEADER                           */
/* -------------------------------- */
	#header {
		background: #E9E9E9 url(../images/bgnd_top.gif) repeat-x top center;
		height: 120px;
	}
	
	#headerIn {
		background: url(../images/bgnd_head.gif) top left;
		height: inherit;
	}
	
	#logo {
		float: left;
		margin: 20px 0px;
		width: 240px;
	}
	
	#navi, #letters {
		float: right;
		list-style: none;
	}
	
	#letters {
		clear: right;
		margin-top: 70px;
	}
	
	#navi li, #letters li {
		display: block;
		float: left;
	}
	
	#navi li a, #letters li a {
		display: block;
		float: left;
	}
	
	#navi li a {
		background: #9A1E1E url(../images/bgnd_btn_grey.gif) repeat-x;
		line-height: 30px;
		padding: 0px 10px;
	}

	#letters li a {
		line-height: 20px;
		padding: 0px 3px;
	}
	
	#navi a.selected, #navi a:hover {
		background: #9A1E1E url(../images/bgnd_btn.gif) repeat-x;
		color: #FAFAFA;
		text-decoration: none;
	}
	
	#letters a.selected, #letters a:hover {
		background: #9A1E1E url(../images/bgnd_letter.gif) repeat-x;
		color: #FAFAFA;
		text-decoration: none;
	}
	
	#navi a.selected, #letters a.selected {
		font-weight: bold;
	}



/* -------------------------------- */
/* CONTENT                          */
/* -------------------------------- */
	#middle {
		clear: both;
		overflow: hidden;
		padding-top: 30px;
	}
	
	#content {
		float: left;
		margin-top: 0px;
	}
	
	#content div, #content li {
		border: 1px solid gre en;
	}
	
	.box {
		background-color: #fafafa;
		border-top: 5px solid #9A1E1E;
		margin: 0px 0px 20px;
		padding: 0px;
	}
	
	.box .boxHead {
		padding: 0px 20px;
		margin: 0px;
	}
	
	.box .boxHead h2 {
		color: #9A1E1E;
		float: left;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
	}
	
	.box .boxHead ul {
		display: block;
		float: right;
		list-style: none;
	}
	
	.box .boxHead ul li {
		display: block;
		float: left;
	}
	
	.box .boxHead ul li a {
		display: block;
		float: left;
		line-height: 40px;
		padding: 0px 10px;
	}
	
	.box .boxHead ul li a.selected, .box .boxHead ul li a:hover {
		background: #9A1E1E url(../images/bgnd_btn.gif) repeat-x bottom center;
		color: #FAFAFA;
		text-decoration: none;
	}
	
	.box .boxHead ul li a.selected {
		font-weight: bold;
	}
	
	.box .boxBody {
		background: #F6F6F6 url(../images/bgnd_box.gif) repeat-x top center;
		border-top: 1px solid #fafafa;
		clear: both;
		display: block;
		margin: 0px;
		padding: 20px 20px;
	}
	
	.box .boxFoot, .box .boxFootL, .box .boxFootR {
		background-color: #F6F6F6;
		line-height: 20px;
		margin-top: 5px;
	}
	
	.box .boxFoot {
		padding: 0px 20px;
		text-align: right;
	}
	
	.box .boxFootL {
		background: #F6F6F6 url(../images/btn_right.gif) 20px 0px no-repeat;
		float: left;
		padding: 0px 0px 0px 50px;
	}
	
	.box .boxFootR {
		float: right;
		padding: 0px 20px 0px 0px;
		
	}
	
	
	.box ul.lyrics {
		list-style: none;
		margin: 0px;
	}
	
	.box ul.lyrics li {
		color: #909090;
		line-height: 18px;
	}
	
	.box ul.lyrics li a.title, .box ul.lyrics li a.user, .box ul.lyrics li a.artist {
		color: #303030;
		font-size: 13px;
	}
	
	.box ul.lyrics li a.title {
		font-weight: bold;
	}
	
	.box ul.lyrics li a.artist {
		margin: 0px 0px 0px 5px;
	}
	
	#feed {
		margin-bottom: 20px;
	}



/* -------------------------------- */
/* PAGINATION                       */
/* -------------------------------- */
	.pagination {
		float: right;
		list-style: none;
	}
	
	.pagination li {
		display: block;
		float: left;
	}
	
	.pagination li a, .pagination li a.arrow, .pagination li span, .pagination li span.arrow {
		display: block;
		float: left;
		height: 20px;
		line-height: 20px;
		padding: 0px 5px;
	}
	
	.pagination li a.arrow, .pagination li span.arrow {
		margin: 0px 5px;
		padding: 0px 0px;
	}
	
	.pagination li span.selected, .pagination li a:hover {
		background: #9A1E1E url(../images/bgnd_btn.gif) center bottom repeat-x;
		color: #FAFAFA;
		text-decoration: none;
	}
	
	.pagination li span.selected {
		font-weight: bold;
	}



/* -------------------------------- */
/* SIDEBAR                          */
/* -------------------------------- */
	#sidebar {
		float: right;
		margin-top: 15px;
	}
	
	#search form {
		margin: 0px 0px 10px;
	}
	
	#search input.text {
		vertical-align: middle;
		width: 120px;
	}
	
	#search input.submit {
		vertical-align: middle;
	}
	
	@-moz-document url-prefix() { #sidebar { margin-top: 0px; } }



/* -------------------------------- */
/* FOOTER                           */
/* -------------------------------- */
	#footer {
		clear: both;
		margin-top: 20px;
	}

	#footerIn {
		background: #202020 url(../images/bgnd_foot.gif);
		font-size: 11px;
		overflow: hidden;
		padding: 20px 0px;
	}

	#footerIn .leftCol {
		color: #ffffff;
		display: block;
		float: left;
		padding-left: 20px;
		width: 150px;
	}
	
	#footerIn .leftCol h4 {
		font-weight: bold;
		line-height: 16px;
	}
	
	#footerIn .leftCol ul {
		list-style: none;
	}
	
	#footerIn .leftCol ul li a {
		color: #fafafa;
		line-height: 16px;
	}
	
	#footerIn .leftCol ul li a:hover {
		color: #ffffff;
	}
	

	#footerIn .rightCol {
		color: #ffffff;
		display: block;
		float: right;
		line-height: 16px;
		padding-right: 20px;
		text-align: right;
	}

	#footerIn .rightCol a {
		color: #fafafa;
		font-weight: bold;
	}



/* -------------------------------- */
/* COMMENTS                         */
/* -------------------------------- */
	#comments, #add_comment {
		border-top: 1px solid #bfbfbf;
		margin-top: 20px;
	}
	
	#comments ol {
		list-style: none;
		margin: 0px;
	}
	
	#coments ol li {
		overflow: hidden;
	}
	
	#comments ol li .cInfo {
		border-top: 1px solid #dbd8cc;
		display: block;
		float: left;
		margin: 0px 0px 15px 0px;
		padding: 00px 0px;
	}
	
	#comments ol li .cNo {
		background: #dbd8cc url(../images/bgnd_box.gif) top center repeat-x;
		color: #FAFAFA;
		font-weight: bold;
		line-height: 20px;
		padding: 3px 5px;
	}
	
	#comments ol li .cName {
		color: #303030;
		font-size: 13px;
		line-height: 20px;
		margin-left: 10px;
	}
	
	#comments ol li .cBar {
		line-height: 20px;
	}
	
	#comments ol li .cName a {
		color: #303030;
		font-size: 13px;
		font-weight: bold;
	}
	
	#comments ol li .cDate {
		font-size: 0.83em;
		padding: 3px 5px 0px 0px;
	}
	
	#comments ol li .cContent {
		border-top: 1px solid #dbd8cc;
		display: block;
		float: left;
		margin: 0px 0px 15px 20px;
		padding: 5px 15px;
		width: 340px;
	}
	
	#comments ol li .cSubcontent {
		clear: both;
		display: block;
		float: right;
		font-size: 0.83em;
		margin: -10px 0px 15px 0px;
		padding: 0px 15px 5px 0px;
	}
	
	#comments ol li .cSubcontent a {
		font-weight: bold;
	}
	
	#comments ol li.hover{
		background: #f2f2f2;
	}
	
	#comments ol li.hover .cInfo {
		border-top: 1px solid #9A1E1E;
	}
	
	#comments ol li.hover .cNo {
		background: #9A1E1E;
		color: #FAFAFA;
	}
	
	#comments ol li.hover .cName {
		color: #101010;
	}
	
	#comments ol li.hover .cName a {
		color: #101010;
	}
	
	#comments ol li.hover .cContent {
		border-top: 1px solid #9A1E1E;
	}



/* -------------------------------- */
/* USERS LIST                       */
/* -------------------------------- */
	#users {
		width: 100%;
	}
	
	#users td {
		padding: 2px 2px;
	}
	
	#users th {
		background: #9A1E1E url(../images/bgnd_btn.gif) repeat-x bottom center;
		color: #ffffff;
		font-weight: bold;
		padding: 5px;
	}
	
	#users .country { width: 20%; }
	#users .lyrics { width: 10%; text-align: center;}
	#users .date { width: 30%; }


/* -------------------------------- */
/* FORMS                            */
/* -------------------------------- */
	input, textarea, select {
		background: #ffffff url(../images/bgnd_input.gif) center bottom repeat-x;
		border: 1px solid #bfbfbf;
		padding: 2px;
	}
	input.submit {
		padding: 0px;
	}
	ol.forms { list-style: none; width: 100%;  }
	ol.forms li {
		clear: both;
		float: left;
		margin: 0 0 10px;
		width: 100%;
	}
	ol.forms label {
		cursor: pointer;
		display: block;
		float: left;
		font-weight: bold;
		line-height: 20px;
		margin: 0 10px 0 0;
	}
	ol.forms input, ol.forms textarea, ol.forms select {
		background: #ffffff url(../images/bgnd_input.gif) center bottom repeat-x;
		border: 1px solid #bfbfbf;
		float: left;
		font: inherit;
		padding: 2px;
	}
	ol.forms input {
		height: 16px;
	}
	ol.forms li.grouping { margin-bottom: 0; }
	ol.forms li.grouping ul {
		float: left;
		list-style: none;
	}
	ol.forms li.grouping ul label {
		display: inline;
		float: none;
		font-weight: normal;
		line-height: 20px;
		margin: 0 0 0 10px;
		width: auto;
	}
	ol.forms li.grouping ul input { width: auto; }
	ol.forms li.buttons { float: none; margin-left: 140px; width: auto; }
	
	div.bar {
		border-top: 1px solid #bfbfbf;
		clear: both;
		padding: 10px 5px 0px 5px;
		margin-top: 20px;
		text-align: right;
	}
	span.ratings {
		display: block;
		float: left;
		padding: 0px;
		text-align: left;
	}
	span.ratings span {
		display: block;
		float: left;
		line-height: 15px;
		margin: 0px 5px 0px 0px;
		padding: 0px;
		text-align: left;
	}
	
	.ico {
		margin-left: 10px;
		vertical-align: middle;
	}
	
	button.submit, button.cancel {
		border: 1px solid #bfbfbf;
		font-weight: bold;
		padding: 5px 5px 5px 35px;
		margin-bottom: 0px;
	}
	button.submit {
		background: #fafafa url(../images/ico_tick.gif) 10px 5px no-repeat;
	}
	button.cancel {
		background: #fafafa url(../images/ico_cross.gif) 10px 5px no-repeat;
	}
	
	textarea.growing {
		height: 120px;
		min-height: 120px;
	}
	
	.visible {
		display: none;
	}
	
	img.captcha {
		background: #ffffff url(../images/bgnd_input.gif) center bottom repeat-x;
		border: 1px solid #bfbfbf;
		padding: 2px;
	}


/* -------------------------------- */
/* INFO                             */
/* -------------------------------- */
	div.error, div.success, div.tip, div.checking {
		border: 1px solid #bfbfbf;
		line-height: 16px;
		padding: 10px 5px 10px 35px;
		margin-bottom: 20px;
	}
	div.error {
		background: #fafafa url(../images/ico_cross.gif) 10px 10px no-repeat;
	}
	div.success {
		background: #fafafa url(../images/ico_tick.gif) 10px 10px no-repeat;
	}
	div.tip {
		background: #fafafa url(../images/ico_light_bulb.gif) 10px 10px no-repeat;
	}
	div.checking {
		background: #fafafa url(../images/ico_checking.gif) 10px 10px no-repeat;
	}
	div.tip.red {
		background: #fafafa url(../images/ico_red_bulb.gif) 10px 10px no-repeat;
	}
	
	div.error2, div.success2, div.tip2, div.checking2 {
		border: 1px solid #bfbfbf;
		float: left;
		height: 14px;
		margin-left: 5px;
		padding: 3px 5px 3px 30px;
	}
	
	div.error2 {
		background: #fafafa url(../images/ico_cross.gif) 10px 3px no-repeat;
	}
	div.success2 {
		background: #fafafa url(../images/ico_tick.gif) 10px 3px no-repeat;
	}
	div.tip2 {
		background: #fafafa url(../images/ico_light_bulb.gif) 10px 3px no-repeat;
	}
	div.checking2 {
		background: #fafafa url(../images/ico_checking.gif) 10px 3px no-repeat;
	}
	
	
	ol.info { list-style: none; width: 100%;  }
	ol.info li {
		clear: both;
		float: left;
		line-height: 20px;
		margin: 0 0 0px;
		width: 100%;
	}
	ol.info b {
		display: block;
		float: left;
		font-weight: bold;
		line-height: 20px;
		margin: 0 10px 0 0;
	}
	ol.info input, ol.forms textarea, ol.forms select {
		background: #ffffff url(../images/bgnd_input.gif) center bottom repeat-x;
		border: 1px solid #bfbfbf;
		float: left;
		font: inherit;
		padding: 2px;
	}
	ol.info input {
		height: 16px;
	}


/* -------------------------------- */
/* LOGINBOX                         */
/* -------------------------------- */
	#loginBox {
		background: #9A1E1E;
		color: #FFFFFF;
		padding: 0px 0px 5px;
	}
	#loginBoxIn {
		text-align: right;
	}
	#loginForm {
		list-style: none;
		margin: 0px auto;
		padding: 5px;
	}
	#loginForm input {
		color: #606060;
		font-size: 0.8em;
	}
	button.submitSmall {
		background: #fafafa url(../images/ico_tick.gif) 5px 1px no-repeat;
		border: 1px solid #bfbfbf;
		color: #606060;
		font-size: 0.8em;
		font-weight: bold;
		padding: 1px 5px 1px 25px;
	}
	
	#loginBoxIn span {
		font-size: 0.8em;
		margin-right: 20px;
	}
	
	#loginBoxIn span a {
		color: #fafafa;
	}


/* -------------------------------- */
/* OVERLAY                          */
/* -------------------------------- */
	.overlay {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		background:#000;
		opacity:0;
		filter:alpha(opacity=0);
		z-index:1000;
	}
	.container {
		background: #000;
		padding: 20px;
		position:absolute;
		opacity:0;
		filter:alpha(opacity=0);
		left:-9999em;
		z-index:1001;
	}
