body {
	margin:0px;
	text-align:center;
	color:#000;
	background:#fff;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	}
img { border:none; }
a:link, a:visited, a:active, a:focus {
	text-decoration:none;
	outline:0;
	color:#000;
	}
a:hover {
	text-decoration:underline;
	}
input, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	}

form {
	margin:0px;
	}
.clear {
	clear:both;
	}
.hidden {
	display:none;
	}
sub, sup {
	font-size:.6em;
	}
small {
	font-size:.6em;
	}

.container {
	margin:0 auto;
	width:933px;
	text-align:left;
	padding:0 5px;
	}
	
#header {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:18px;
	border-bottom:1px solid #000;
	margin-top:20px;
	}
	
#searchForm {
	text-align:right;
	}
#searchForm input[type=text] {
	width:200px;
	}

#loginForm {
	display:none;
	margin-top:5px;
	line-height:1.5;
	}
#loginForm a, #loginForm a:visited, #loginForm a:hover {
	color:#004eeb;
	}

	
#header {
	margin-bottom:20px;
	}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	font-weight:normal;
	margin:0px;
	color:#004eeb;
	}
#header a:hover {
	text-decoration:underline;
	}

.left-col {
	width:580px;
	float:left;
	overflow:hidden;
	}
.right-col {
	width:303px;
	margin-left:50px;
	float:left;
	overflow:hidden;
	}
.spacer {
	height:10px;
	}
	
.left-col h1 {
	font-size:24px;
	font-weight:bold;
	margin:0px;
	}
.left-col h2 {
	font-size:24px;
	font-weight:normal;
	margin:0px;
	}
.left-col h3 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px 0;
	}
.left-col h4 {
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
	}
.left-col h5 {
	font-size:16px;
	font-weight:normal;
	margin:10px 0;
	}
	
/* POST FORMAT */
.post {
	padding-bottom:30px;
	}
.post h4 {
	font-size:24px;
	font-weight:normal;
	margin:0px;
	}
.post h2 a, .post h2 a:visited {
	text-decoration:none;
	}
.post p {
	margin:10px 0;
	line-height:1.5;
	}
.post a, .post a:visited {
	color:#000;
	text-decoration:underline;
	}
.post a:hover {
	color:#666;
	}
.post p.indent {
	margin:10px 20px;
	}
.post .footer {
	font-size:11px;
	line-height:1.5;
	float:left;
	}
.sticky {
	padding:10px 10px 20px 10px;
	border:1px dotted red;
	margin-bottom:10px;
	}
.share {
	filter:alpha(opacity=50);
	opacity:0.5;
	float:left;
	line-height:1.6;
	margin-left:5px;
	}
	
.post a.tag, .post a.tag:visited {
	color:#fff;
	background:#cdf;
	padding:2px 4px;
	text-decoration:none;
	}
.post a.tag:hover {
	color:#fff;
	background:#004EEB;
	padding:2px 4px;
	text-decoration:none;
	}
b.watchlist {
	background:#000;
	color:#fff;
	padding:2px;
	}
.post label {
	border-bottom:1px dotted #99bbff;
	cursor:pointer;
	}
.post b {
	cursor:pointer;
	}
.highlight {
	background:#3c6;
	color:#fff;
	padding:2px;
	}
.cover {
	float:left;
	margin-right:10px;
	}
.rating {
	float:left;
	width:51px;
	padding:6px 0;
	background:#000;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:32px;
	margin:12px 5px 0 0;
	cursor:default;
	}
.searchResults, .releases {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	}
.releases a:hover {
	text-decoration:none;
	}
.releases a:hover .grey {
	text-decoration:none;
	color:#000;
	}
.cover {
	float:left;
	margin-right:20px;
	background:#f7f7f7;
	}
	
/* COMMENTS */
#comments {
	margin-top:-10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	}
#comments h1 {
	color:#aaa;
	margin:20px 0;
	}
.row {
	padding-bottom:20px;
	}
.postheader {
	padding-bottom:10px;
	}
.postheader strong {
	font-size:14px;
	}
#preview {
	background:#f7f7f7;
	}

/* PAGINATION */
#pagination {
	line-height:2;
	margin:0 0 10px 0;
	}
#pagination a, #pagination a:visited {
	border:1px solid #9bf;
	font-size:12px;
	padding:4px;
	color:#9bf;
	background:#fff;
	text-decoration:none;
	}
#pagination a:hover, #pagination a.on {
	color:#fff;
	background:#9bf;
	text-decoration:none;
	}

/*
CURRENTLY NOT USED
.post a.readmore, .post a.readmore:visited {
	font-size:16px;
	font-style:italic;
	text-decoration:none;
	}
.post a.readmore:hover {
	text-decoration:underline;
	}*/
	
/* SIDEBAR */
#toolbox ul {
	display:inline;
	white-space:nowrap;
	list-style-type:none;
	padding:0px;
	margin:0px;
	}
#toolbox ul a {
	display:block;
	float:left;
	cursor:pointer;
	padding:5px;
	background:#ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin-right:1px;
	text-decoration:none;
	}
#toolbox ul a:hover {
	background:#aaa;
	color:#fff;
	text-decoration:none;
	}
#toolbox ul a.on {
	background:#777;
	color:#fff;
	text-decoration:none;
	}

.tRow1 {
	padding:1px 0px;
	}
.tRow2 {
	clear:both;
	padding:1px 0px;
	}
.tRow2 .right {
	float:right;
	width:90px;
	text-align:right;
	}
	
.watchRow span {
	padding-left:5px;
	}
.box {
	clear:both;
	background:#fff;
	padding:5px;
	border:1px solid #777;
	}
.more {
	float:right;
	text-align:right;
	margin-top:11px;
	margin-right:-2px;
	}
.more img {
	cursor:pointer;
	}
#latest_review, #latest_releases, #latest_mailorder {
	width:100%;
	height:100px;
	background:url("images/loading-f.gif") center center no-repeat;
	}
.loading {
	width:100%;
	background:url("images/loading-f.gif") center center no-repeat;
	}
.right-col h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	border-bottom:1px dotted #666;
	margin:20px 0 10px 0;
	}
.right-col h3 a, .right-col h3 a:visited {
	color:#000;
	text-decoration:none;
	}
.right-col h3 a:hover {
	color:#666;
	text-decoration:none;
	}
.latest {
	font-size:18px;
	font-weight:normal;
	margin:0px;
	}
.latest img {
	border-right:1px solid #fff;
	}
.latest a, .latest a:visited {
	color:#000;
	text-decoration:none;
	}
.latest a:hover {
	color:#666;
	text-decoration:none;
	}
#latest_clubnight {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
	}
.commentRow {
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
	}
.twitterPic {
	width:48px;
	height:48px;
	border:none;
	float:left;
	margin:0 8px 0 0;
	}
.timestamp {
	font-size:10px;
	}
	
/* FOOTER */
#footer {
	background:#fff url("images/footer.png") repeat-x;
	min-height:100px;
	border-top:1px dotted #ccc;
	margin-top:10px;
	padding-bottom:5px;
	font-size:11px;
	}
.column {
	float:left;
	width:155px;
	padding:5px 0;
	overflow:hidden;
	}
.column strong {
	display:block;
	border-bottom:1px solid #ccc;
	margin-right:20px;
	}
#footer a, #footer a:visited {
	color:#004eeb;
	text-decoration:none;
	}
#footer a:hover {
	color:#99bbff;
	text-decoration:none;
	}
	
/* COMMON STYLES */
.grey {
	color:#aaa;
	}
.grey a, .grey a:visited {
	color:#aaa;
	text-decoration:none;
	}
.grey a:hover {
	color:#000;
	text-decoration:none;
	}
.small {
	font-size:11px;
	}
	
/* artistTip */
.popup {
	color:#fff;
	font-weight:normal;
	background:transparent;
	text-decoration:none;
	display:none;
	position:absolute;
	z-index:999;
	}
.top {
	background:url("images/tip.gif") no-repeat;
	height:6px;
	}
.text {
	line-height:1.4;
	color:#fff;
	background:#316ac5;
	padding:5px;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	}
.text b {
	font-weight:normal;
	}
.text a, .text a:visited {
	color:#fff;
	text-decoration:none;
	}
.text a:hover {
	color:#fff;
	text-decoration:underline;
	}
.artist {
	font-size:14px;
	}	
	
/* COLORBOX */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
		
.frameContainer {
	margin:0 0 20px 20px;
	width:630px;
	text-align:left;
	}
.frameContainer h1 {}
.frameContainer h1 a, .frameContainer h1 a:visited {
	color:#aaa;
	text-decoration:none;
	}
.frameContainer h1 a:hover {
	color:#aaa;
	text-decoration:underline;
	}
.frameContainer h1.subject {
	margin-bottom:0px;
	}
.frameContainer .msgbody {
	margin:5px 0 20px 0;
	background:#f7f7f7;
	}
.memberinfo, .formList {
	list-style:none;
	margin:0;
	padding:0;
	}
.memberinfo li, .formList li {
	clear:left;
	padding-top:0.5em;
	}
.memberinfo .pref {
	float:left;
	width:100px;
	font-weight:bold;
	}
.formList .pref {
	float:left;
	width:200px;
	font-weight:bold;
	}
.prefdata {
	float:left;
	}

/* tables */
table.tablesorter {
	font-family:Arial, sans-serif;
	background-color: #777;
	margin:0px;
	font-size: 11px;
	width: 630px;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #cdf;
	border: 1px solid #fff;
	font-size: 8pt;
	padding: 4px;
	white-space:nowrap;
	text-align:left;
}
table.tablesorter thead tr .header {
	background-image: url("images/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #000;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#f7f7f7;
}
table.tablesorter tbody tr.mypost td {
	background-color:#ffff80;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("images/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("images/desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8FB4FF;
}
table.mailorder {
	font-family:Arial, sans-serif;
	background-color: #777;
	margin:0px;
	font-size: 11px;
	width: 100%;
	text-align: left;
}
table.mailorder thead tr th, table.mailorder tfoot tr th {
	background-color: #cdf;
	border: 1px solid #fff;
	font-size: 8pt;
	padding: 4px;
	white-space:nowrap;
	text-align:left;
}
table.mailorder thead tr .header {
	background-image: url("images/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right:20px;
}
table.mailorder tbody td {
	color: #000;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.mailorder tbody tr.odd td {
	background-color:#f7f7f7;
}
table.mailorder thead tr .headerSortUp {
	background-image: url("images/asc.gif");
}
table.mailorder thead tr .headerSortDown {
	background-image: url("images/desc.gif");
}
table.mailorder thead tr .headerSortDown, table.mailorder thead tr .headerSortUp {
	background-color: #8FB4FF;
}

.filterRow {
	line-height:1.6;
	}
.filterSubRow {
	margin:10px 20px;
	}
.listBox {
	line-height:1.6;
	}
.inList {
	padding-right:10px;
	}
	
	
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align:left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	color:#000;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
}

.ac_loading {
	background:#fff url('images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #ddd;
}

.jp-pause {
	display:none;
	}
.mp3Post {
	margin:5px 0;
	}
	
#rock-science {
	border:1px solid #666;
	border-radius:5px;
	width:300px;
	}
#promo {
	font-size:10px;
	color:#666;
	text-align:center;
	margin-bottom:10px;
	}
