* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	margin: 0;
	padding: 0;
	/* height: 100%; */
	width: 100%;
	position: absolute;
	min-width: 1250px;
	min-height: 260px;
	font-family: Arial, Georgia;
	font-size: 13px;
	color: #000;
	background: #fff none repeat scroll 0 0;
	}

a img { border: none;}
ul li {list-style-image:none;
		list-style-position:outside;
		list-style-type:none;}
	

textarea {border: 1px solid #ccc;}
button {border: 1px solid #ccc;}


#ornament_top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	
	background: url('/img/site/ornament_top.png') 0 0 repeat-x; 
	}
	
	
#ornament_bottom{
	position: relative;
	/*bottom: 173px;*/
	left: 0;
	width: 100%;
	height: 26px;
	
	background: url('/img/site/ornament_bottom.png') 0 0 repeat-x; 
	}

#footer{
	position: relative;
	/*bottom: 43px;*/
	left: 0;
	width: 100%;
	height: 130px;
	background: url('/img/site/footer_bg.png') 0 0 repeat-x; 
	color: #000;
	}


#footer div {
	float: left;
	padding-top: 25px;
	padding-bottom: 60px;
	margin-left: 10px;
	}

#footer div h3 {
		font-size: 14px; 
		font-weight: bold;
		float: left;
		letter-spacing:2px;
		color: #090205;
	}

#footer div a {
		color: #090205;
		font-weight: bold;
		font-size: 12px;
		letter-spacing: 1px;
	}

#footer ul {
		float: left;
	}
		
#footer ul li {
		float:left; 
		margin-right:10px;
		margin-left:10px;
		margin-bottom: 10px;
	}

	#footer div.left{
		
		width: 30%;
		height: 75px;
		background: url('/img/site/divider.png') right 20px no-repeat;
		}
	
	#footer div.center{
		overflow: hidden;
		/*height: 75px;*/
		width: 36%;
		background: url('/img/site/divider.png') right 20px no-repeat;
		}
	#footer div.center ul{
		position: relative;
		left: 80px;
		top: -27px;
		width: 72%;
		}
		
		#footer div.center ul li{
			margin-top: 10px;
			}
	
	#footer div.right{
		position: relative;
		width: 30%;
		height: 75px;
		}
	
	#footer div.right p{
		font-size: 14px; 
		font-weight: bold;
		letter-spacing:2px;
		color: #090205;
		margin-top: 10px;
		}
		
		#social {position: absolute; top: -5px; left: 120px; }


#bottom_plash{
	position: absolute;
	
	/*left: 0;*/
	width: 100%;
	height: 43px;
	border-top: 1px solid #704b14;
	background:#110707 none repeat scroll 0 0;
	text-align: center;
	color: #fff;
}

	#bottom_plash p {
		margin-top: 10px;
		font-size: 10px;
		font-weight: bold;
		}

.floatnone {float: none !important;}
.floatleft {float: left !important;}
.clearboth {clear: both !important;}


#main {
	background: #3399ff url('/img/site/bg.png') top left repeat;
	position: relative;
	top: 26px;
	right: 0;
	left: 0;
	width: 100%;
	}
	
#usercontrols a {
	color: blue;
	text-decoration: none;
	}

#usercontrols a:hover {
	text-decoration: underline;
	}

#topgradient {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 161px;
	background: #3399ff url('/img/site/bg-grad.png') top left repeat-x;
	z-index: 1;
	}

#ground {
	position: relative; 
	/*left: 0;*/ 
	top: -26px;
	width: 100%; 
	height: 61px;
	background: #ff9900 url('/img/site/ground.png') top left repeat-x;
	z-index: 1;
	}

#navigation {
	position: relative;
	z-index: 3;
	width: 950px;
	padding-top: 20px;
	margin: 0 auto;
	left: -100px;
	}

#content {
	z-index: 2;
	position: relative;
	width: 860px;
	margin: 180px auto 0px;
	left: 0px;
	color: #000;
	/*height: 100%;*/
	background: white;
	padding: 0px 10px 0px 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#logo {
	position: absolute; 
	top: 20px;
	left: 0px;
	float: left;
	}

ul#menu {padding-left: 225px;}


ul#menu li {
	float: left;/*
	padding-left: 45px;
	padding-right: 45px;*/
	width: 140px;
	/*padding-top: 160px;*/
	/*border: 1px dashed yellow;*/
	
}
ul#menu li a {
	color: #fff;
	font-style:italic;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	padding-top: 120px;
	width: 100%;
	display: block;
	height: 30px;
}

ul#menu li a:hover {
	color: yellow;
	}

li#news a {
	background: url('/img/site/menu/news.png') center  25px no-repeat;
	}
	
li#news a:hover, li#news.selected a {
	background: url('/img/site/menu/newshover.png') center  25px no-repeat;
	}

li#bands a {
	background: url('/img/site/menu/bands.png') center  0px no-repeat;
	}
	
li#bands a:hover, li#bands.selected a {
	background: url('/img/site/menu/bandshover.png') center  0px no-repeat;
	}

li#music a {
	margin-top:-10px;
	padding-top: 130px !important;
	height: 40px !important;
	background: url('/img/site/menu/music.png') center  -5px no-repeat;
	}
	
li#music a:hover, li#music.selected a {
	background: url('/img/site/menu/musichover.png') center -5px no-repeat;
	}

li#video a {
	background: url('/img/site/menu/video.png') center  24px no-repeat;
	}
	
li#video a:hover, li#video.selected a {
	background: url('/img/site/menu/videohover.png') center 24px no-repeat;
	}

li#phorum a {
	background: url('/img/site/menu/phorum.png') center  50px no-repeat;
	}
	
li#phorum a:hover {
	background: url('/img/site/menu/phorumhover.png') center 50px no-repeat;
	}

#data {
	float: left; 
	width:580px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
/*	border-right: 1px solid #ccc; */
}

#blocks {
	position: relative;
	width: 260px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	}


#tags {
	position: relative;
}

	#tags a, #popular a, #favs a {
		color: #333;
		text-decoration: none;
	}

	#tags a:hover,
	#favs a:hover,
	#popular a:hover {
		text-decoration: underline;
	}

#popular ul li, #favs ul li {
	margin: 5px 0px;
}


div.post_content embed {
		margin-bottom: 10px;
	}



ul#download_links, p#comment_register, div.hidden {
	clear: both;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
	background: #ffff99;
}

	ul#download_links a, p#comment_register a {
		color: #3366ff;
	}

ul#download_links li {
	float: left;
	margin-right: 10px;
}

#comments, #new_comment {
	margin-top: 30px;
}

li.deleted {
	color: #ff9999;

}

li.comment {
	margin: 25px 0px;

}

p.comment_info {
	margin-top: 5px;
	font-size: smaller;
}

#comments h2, #new_comment h2 {font-size: 16px;}

#new_comment textarea {
	margin-top: 20px;
	width: 100%;
	height: 200px;
}

input.submit, a.linkbutton, button.submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d;
	border:1px solid #39D;
	color:#fff !important;
	text-shadow:0 -1px 0 #39d;
	padding:4px 20px 5px;
	font-size:12px;
	/* margin:20px 5px 0 0; */
	font-weight:bold;
	text-decoration: none;
	clear: both;
}


input.submit:hover, input.submit:focus, 
button.submit:hover, button.submit:focus, 
a.linkbutton:hover, a.linkbutton:focus {
	cursor:pointer;
	color: yellow !important;
}

h2 {color:#666666;}

.abstract, .description {
	font-size: 90%;
	padding: 0px 15px 15px 15px;
	font-variant:small-caps;
}

#pagination  a {
   color: #6699cc;
   text-decoration: none;
}

#pagination  a:hover {
   text-decoration: underline;
}

h3.required {
	background-color: #F7CBCA !important;
}


div.music_cover {
	text-align: center;
	margin: 20px 0px; 
}

div#picsbrowserdlg iframe {
	overflow: auto;
}

.music_post ol {
	margin-left: 30px;
}

div.video_embed {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* coloured posts */


div.clr_orange {
	border-color: #ffbb4c !important;
}

div.clr_orange h1.post_title {
	background: #ffbb4c !important;
	border-bottom: 4px solid #fff;
}

div.clr_orange div.post_info {
	background:url("/img/site/square.png") repeat-x scroll left top #FFBB4C;
	border-bottom: 1px solid #FFBB4C !important;
	padding-top:1px;
}

div.clr_orange div.post_info div.p, 
div.clr_orange div.post_info p {
	background:none repeat scroll 0 0 #FFFFFF !important;
	margin:10px 0 0 -20px !important;
	padding:6px 10px !important;
}

div.clr_orange div.post_footer {
	background:url("/img/site/square.png") repeat-x scroll left top #FFBB4C;
	border-top: 1px solid #FFBB4C !important;
	padding-top:1px;
}

div.clr_orange div.post_footer div.p, 
div.clr_orange div.post_footer p {
	background:none repeat scroll 0 0 #FFFFFF !important;
	margin:10px 0 0 -20px !important;
	padding:6px 10px !important;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

div.clr_pink {
	border-color: #cc3399 !important;
}

div.clr_pink h1.post_title {
	background: #cc3399 !important;
	border-bottom: 4px solid #fff;
}

div.clr_pink div.post_info {
	background:url("/img/site/square.png") repeat-x scroll left top #cc3399;
	border-bottom: 1px solid #cc3399 !important;
	padding-top:1px;
}

div.clr_pink div.post_info div.p, 
div.clr_pink div.post_info p {
	background:none repeat scroll 0 0 #FFFFFF !important;
	margin:10px 0 0 -20px !important;
	padding:6px 10px !important;
}

div.clr_pink div.post_footer {
	background:url("/img/site/square.png") repeat-x scroll left top #cc3399;
	border-top: 1px solid #cc3399 !important;
	padding-top:1px;
}

div.clr_pink div.post_footer div.p, 
div.clr_pink div.post_footer p {
	background:none repeat scroll 0 0 #FFFFFF !important;
	margin:10px 0 0 -20px !important;
	padding:6px 10px !important;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}


div.clr_blue {
	border-color: #3399ff !important;
}

div.clr_blue h1.post_title {
	background: #3399ff !important;
	border-bottom: 4px solid #fff;
}

div.clr_blue div.post_info {
	background:url("/img/site/square.png") repeat-x scroll left top #3399ff;
	border-bottom: 1px solid #3399ff !important;
	padding-top:1px;
}

div.clr_blue div.post_info div.p, 
div.clr_blue div.post_info p {
	background:none repeat scroll 0 0 #FFFFFF !important;
	margin:10px 0 0 -20px !important;
	padding:6px 10px !important;
}

div.clr_blue div.post_footer {
	background:url("/img/site/square.png") repeat-x scroll left top #3399ff;
	border-top: 1px solid #3399ff !important;
	padding-top:1px;
}

div.clr_blue div.post_footer div.p ,
div.clr_blue div.post_footer p {
	background:none repeat scroll 0 0 #FFFFFF !important;
	margin:10px 0 0 -20px !important;
	padding:6px 10px !important;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

	div.post {
		position: relative;
		width: 555px;
		border: 1px solid #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 10px 10px 0 10px;
		margin-bottom: 30px;
		top: -6px;
	}


	div.post h1 a {
		color: #fff;
		text-decoration: none;
	}

	div.post h1 a:hover {
		text-decoration: underline;
	}

	div.post h1.post_title {
		display: block;
		position: relative;
		padding: 10px;
		margin-left: -10px;
		margin-top: -10px;
		top: 0;
		left: 0;
		color: #fff;
		width: 100%;
		background: #39f url('/img/site/bg.png') top left repeat;
		-webkit-border-radius: 2px;
		font-size: 16pt;
		-moz-border-radius-topleft:5px;
		-moz-border-radius-topright:5px;

	}

	div.post_info {
		position: relative;
		/*top: -15px;*/
		width: 100%;
		border-bottom: 1px solid #ccc;
		margin-left: -10px;
		padding-left: 20px;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 2px;
		color: #666;
	}

	div.post_info div.p,
	div.post_info p {
		margin: 0; padding: 6px 3px 6px 3px; margin-left: -10px;}

	div.post_footer {
		border-top: 1px solid #ccc;
		margin-left: -10px;
		padding-left: 20px;
		width: 100%;
		margin-top: 10px;
		font-weight: bold;
		color: #666;
	}

	div.post_footer a, div.post_info a {
		color: #39f;
		text-decoration: none;
	}

	div.post_footer a:hover, div.post_info a:hover {
		text-decoration: underline;
	}

	div.post_footer div.p,
	div.post_footer p {
		margin: 0; padding: 3px; margin-left: -10px;}

	div.post_content {
/*		margin-top: -15px;*/
	}

	div.post_content ol {
		margin-left: 2em;
	}
	div.post_content p {
		margin: 1em 0;
	}

	div.post_content a {
		color: #39f;
	}
	
	div.post_content a:hover {
		color: #666;
	}

	div.post_info span, div.post_footer span {
		margin-right: 10px;

	}

.clearleft {clear: left;}
.clearright {clear: right;}
.clearboth {clear: both;}
			
span.post_info_tags {
	background: url('/img/sys/webicons/tag_blue.png') top left no-repeat;
	padding-left: 20px;
}
	

span.post_footer_views {
	background: url('/img/sys/webicons/eye.png') top left no-repeat;
	padding-left: 20px;
}

span.post_footer_comments {
	background: url('/img/sys/webicons/comment.png') top left no-repeat;
	padding-left: 20px;
}

span.post_info_date {
	background: url('/img/sys/webicons/clock.png') top left no-repeat;
	padding-left: 20px;
}

span.post_info_username {
	background: url('/img/sys/webicons/microphone.png') top left no-repeat;
	padding-left: 20px;
}

span.post_footer_permalink {
	background: url('/img/sys/webicons/arrow_right.png') top left no-repeat;
	padding-left: 20px;
}

span.post_footer_stars {
	padding-right: 3px;
}
		
.base{background:url('/img/sys/ratings.gif') 0 0 no-repeat; width:85px; float:left; padding-right:4px; overflow:hidden;}
	.average{background:url('/img/sys/ratings.gif') 0 -16px no-repeat; text-indent:-9999px;}
	.votes{float:left; padding-right:4px;}
	.userscore{background:url('/img/sys/ratings.gif') 0 -32px no-repeat; text-indent:-9999px;}
	.score{ background:url('/img/sys/ratings.gif') 0 0 no-repeat; width:85px; height:100%; float:left; position:relative;}
		.score a{display:block; height:100%; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:1em;}
		.score1 {width:20%; z-index:55;}
		.score2 {width:40%; z-index:54;}
		.score3 {width:60%; z-index:53;}
		.score4 {width:80%; z-index:52;}
		.score5 {width:100%; z-index:51;}
		.score a:hover {background:url('/img/sys/ratings.gif') bottom right no-repeat;}
	.status {height:16px; width:100px; overflow:hidden; position:relative;}


.hand {cursor: pointer;}


textarea {
	padding: 10px;
}

#blocks div {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 0px 10px;
	margin: 5px 0 25px 5px;

}


#blocks div p {
	margin: 10px 0px;
}

div#blocks div h1 {
		display: block;
		position: relative;
		padding: 5px 10px;
		margin-left: -10px;
		margin-top: -10px;
		top: 0;
		left: 0;
		width: 100%;
		background: #69f top left repeat;
		-webkit-border-radius: 2px;
		font-size: 12pt;
		color: #fff;
	}


div#blocks div h1 a {
		color: #fff;
		text-decoration: none;
	}

div#blocks div h1 a:hover {
		text-decoration: underline;
	}


#googleads {
	padding: 0px !important;
	margin:0 0 0 4px !important;
	border: none !important;
	text-align: center;
}
#usercontrols {
	padding: 10px !important;
}

#usercontrols a {
	color:#3366FF;
	font-weight:bold;
}


div.msg-error {
	border: 1px solid #f00;
	padding: 10px;
	margin: 10px 0;
	background: #ff9999;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
	color: #fff;
	font-weight: bold;

}

div#new_comment p {
	margin-top: 20px;
}

a#registerbtn, a#loginbtn {
	padding: 8px 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	color: #fff;
}

a#registerbtn {
	background: #6c6;
}
a#loginbtn {
	background: #69f;
}



ul#bands_index li {
	margin-top: 20px;
	margin-right: 20px;
	font-size: 14pt;
	float: left;
}

li.fl {
	color: #ccc;
	font-style: italic;

}


ul.bandposts {
	font-size: 14pt;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 30px;

}



ul.bandposts li {
	margin-top: 1em;
}

fieldset.search {
	border: none;
/*	width: 243px; */
	margin: 10 auto;
	background: #fff;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 1.2em;
	width: 190px;
	height: 30px;
	padding: 4px 5px 0;
	background: #fff no-repeat left top;
	margin-right: 5px;
	border: 1px solid #ccc;
}
.search input.box:focus {
	outline: none;
}
.search button.btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fff url('/img/sys/webicons/find.png') no-repeat center center;	
}
.search button.btn:hover {
	background: #eee url('/img/sys/webicons/find.png') no-repeat center center;	
}

body.isOpera div#content {margin-top: 10px;}

div#new_comment table {margin-top: 15px;}
div#new_comment table td {padding: 3px;}

a#rss {
	position: absolute;
	bottom: -30px;
	left: 33px;
	background: url('/img/site/small-rss-icon-osx-blue.gif') top left no-repeat;
	display: block;
	width: 38px;
	text-indent: -9999px;
}

a#rss:hover {
	background: url('/img/site/small-rss-icon-blue.gif') top left no-repeat;

}

div#social {
	padding: 0;
	padding-top: 25px;
}

div#datepicker {
	margin: 20px 0;
	text-align: center;
}


p.all_tags {
	text-align: center;
}

p.all_tags a{
	text-decoration: none;
}

a.usercommentlink {
	color: #000;
	text-decoration: none;
}

a.usercommentlink:hover {
	color: #00f;
	text-decoration: underline;
}


/* SOCIALS */

a#social_vk {
	background-image: url('/img/site/socials/vk.png');
	width: 26px;
	height: 26px;
	display:block;
	text-indent:-9999px;
}

a#social_myspace {
	background-image: url('/img/site/socials/myspace.png');
	width: 25px;
	height: 27px;
	display:block;
	text-indent:-9999px;
}

a#social_facebook {
	background-image: url('/img/site/socials/fb.png');
	width: 26px;
	height: 26px;
	display:block;
	text-indent:-9999px;
}

a#social_vk:hover {
	background-image: url('/img/site/socials/vk_hover.png');
}

a#social_myspace:hover {
	background-image: url('/img/site/socials/myspace_hover.png');
}

a#social_facebook:hover {
	background-image: url('/img/site/socials/fb_hover.png');
}
