/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	/*background-color: #000000;*/
	background-color: #000084;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #000084;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

.whiteback { background-color : #FFFFFF; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FF4500; }
a:hover		{ text-decoration: underline; color : #000084; }
/* hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} */
/* hr	{ height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;} */
hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}
.hrorange	{ height: 0px; border: solid #FF4500 0px; border-top-width: 1px;}
.hrgray		{ height: 0px; border: solid #121212 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #000084 solid; }

/* Main table cell colours and backgrounds*/
/*td.row1	{ background-color: #EFEFEF; }*/
/*td.row2	{ background-color: #DEE3E7; }*/
/*td.row3	{ background-color: #D1D7DC; }*/
td.row1	{ background-color: #FFA500; }
td.row2	{ background-color: #FF8C00; }
td.row3	{ background-color: #FF4500; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
	background-color: #FFFFFF;
	background-image: url(images/cellpic2.jpg);
	background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
/*	color: #FF1493; font-size: 11px; font-weight : bold; */
	color: #000000; font-size: 11px; font-weight : normal;
	background-color: #000084; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(images/cellpic1.gif);
	background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #FFFFFF;
}

/* inline form */
.inlineform {
display: inline;
}

/* br height */
.lowbr10 {
 line-height: 10%;
}

/* br height */
.lowbr30 {
 line-height: 30%;
}

/* br height */
.lowbr60 {
 line-height: 60%;
}

/* white letter */
.whiteletter {
 color: #FFFFFF;
}

.rightleftvl {
border-right: solid #CCCCCC 1px;
border-left: solid #CCCCCC 1px;
}

/* input search button */
.inputsearch {
border: solid 1px #000084;
background-color: #FFFFFF;
height: 16px;
font-size: 10px;
margin: 0px;
/*padding: 3px;*/
padding: 0px;
}

/* submit search button */
.submitsearch {
border: solid 1px #000084;
background-color: #FF1493;
height: 16px;
font-size: 10px;
font-weight: bold;
color: #000000;
margin: 0px;
padding: 0px;
}

/* select object button */
.inputavatar,.inputdjmixjacket,.inputdjmix,.inputfavoritepicture,.inputdelfavoritepicture,.inputdjpicture,.inputdeldjpicture {
border: solid 1px #000084;
background-color: #FFFFFF;
height: 18px;
font-size: 11px;
margin: 0px;
padding: 0px;
}

/* input text button */
.inputdiarymemo,.inputcommentshout,.inputcommentchat,.inputdjcomment {
border: solid 1px #000084;
background-color: #FFFFFF;
height: 36px;
font-size: 11px;
margin: 0px;
padding: 0px;
}

/* input url button */
.inputurl {
border: solid 1px #000084;
background-color: #FFFFFF;
height: 18px;
font-size: 11px;
color: #000000;
margin: 0px;
padding: 0px;
}

/* submit button */
.submitavatar,.submitdjmixjacket,.submitdjmix,.submiturl,.submittimezone,.submitfavoritepicture,.submitdelfavoritepicture,.submitdiarymemo,.submitcommentshout,.submitcommentchat,.submitdjcomment,.submitdjpicture,.submitdeldjpicture {
	border: solid 1px #000084;
	background-color: #FF1493;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/* table */
table.djs{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#FF4500;
	empty-cells:show;
}
.djs th{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#330000;
	background-color:#FF4500;
	background-image:url(../img/table-back.gif);
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
.djs td{
	border-right:0px solid #000000;
	border-bottom:0px solid #000000;
	padding:5px 5px;
}

/* table */
table.djsnopadding{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#FF4500;
	empty-cells:show;
}
.djsnopadding th{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#330000;
	background-color:#FF4500;
	background-image:url(../img/table-back.gif);
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
.djsnopadding td{
	border-right:0px solid #000000;
	border-bottom:0px solid #000000;
	padding:1px 1px;
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 

/* General text */

/* genbig */
.genbig { font-size: 32px; }
.genbig { color: #000000; }
a.genbig { color: #000084; text-decoration: none; }
a.genbig:hover { color: #FFFFFF; text-decoration: none; }

/* genredbig */
.genredbig { font-size: 32px; }
.genredbig { color: #FF4500; }
a.genredbig { color: #000084; text-decoration: none; }
a.genredbig:hover { color: #FFFFFF; text-decoration: none; }

/* genbigul */
.genbigul { font-size: 32px; }
.genbigul { color: #000000; }
a.genbigul { color: #000084; text-decoration: underline; }
a.genbigul:hover { color: #FFFFFF; text-decoration: underline; }

/* gencm */
.gencm { font-size: 24px; }
.gencm { color: #000000; }
a.gencm { color: #000084; text-decoration: none; }
a.gencm:hover { color: #FF1493; text-decoration: none; }

/* genredcm */
.genredcm { font-size: 24px; }
.genredcm { color: #FF1493; }
a.genredcm { color: #000084; text-decoration: none; }
a.genredcm:hover { color: #000084; text-decoration: none; }

/* gencmrev */
.gencmrev { font-size: 24px; }
.gencmrev { color: #000000; }
a.gencmrev { color: #FF1493; text-decoration: none; }
a.gencmrev:hover { color: #000084; text-decoration: none; }

/* genredcen */
.genredcen { font-size: 18px; }
.genredcen { color: #FF1493; }
a.genredcen { color: #000084; text-decoration: none; }
a.genredcen:hover { color: #000084; text-decoration: underline; }

/* gen */
.gen { font-size: 12px; }
.gen { color: #000000; }
a.gen { color: #000084; text-decoration: none; }
a.gen:hover { color: #FF1493; text-decoration: underline; }

/* genred */
.genred { font-size: 12px; }
.genred { color: #FF1493; }
a.genred { color: #000084; text-decoration: none; }
a.genred:hover { color: #000084; text-decoration: underline; }

/* genrev */
.gen { font-size: 12px; }
.gen { color: #000000; }
a.gen { color: #FF1493; text-decoration: none; }
a.gen:hover { color: #000084; text-decoration: underline; }

/* genmed */
.genmed { font-size: 11px; }
.genmed { color: #000000; }
a.genmed { color: #000084; text-decoration: none; }
a.genmed:hover { color: #FF1493; text-decoration: underline; }

/* genredmed */
.genredmed { font-size: 11px; }
.genredmed { color: #FF1493; }
a.genredmed { color: #000084; text-decoration: none; }
a.genredmed:hover { color: #000084; text-decoration: underline; }

/* genmedrev */
.genmedrev { font-size: 11px; }
.genmedrev { color: #000000; }
a.genmedrev { color: #FF1493; text-decoration: none; }
a.genmedrev:hover { color: #000084; text-decoration: underline; }

/* gengreensmall */
.gengreensmall { font-size: 10px; }
.gengreensmall { color: #FF1493; }
a.gengreensmall { color: #00FF00; text-decoration: none; }
a.gengreensmall:hover { color: #00FF00; text-decoration: underline; }

/* gensmall */
.gensmall { font-size: 10px; }
.gensmall { color: #000000; }
a.gensmall { color: #000084; text-decoration: none; }
a.gensmall:hover { color: #FFFFFF; text-decoration: underline; }

/* gensmallrev */
.gensmallrev { font-size: 10px; }
.gensmallrev { color: #FFFFFF; }
a.gensmallrev { color: #FF4500; text-decoration: none; }
a.gensmallrev:hover { color: #000084; text-decoration: underline; }

/* genbigrev */
.genbigrev { font-size: 32px; }
.genbigrev { color: #000000; }
a.genbigrev { color: #FF4500; text-decoration: none; }
a.genbigrev:hover { color: #000084; text-decoration: none; }

/* genwhitesmall */
.genwhitesmall { font-size: 10px; }
.genwhitesmall { color: #FFFFFF; }
a.genwhitesmall { color: #000084; text-decoration: none; }
a.genwhitesmall:hover { color: #000000; text-decoration: underline; }

/* genredsmall */
.genredsmall { font-size: 10px; }
.genredsmall { color: #FF1493; }
a.genredsmall { color: #000084; text-decoration: none; }
a.genredsmall:hover { color: #000084; text-decoration: underline; }

/* gensmallul */
.gensmallul { font-size: 10px; }
.gensmallul { color: #000000; }
a.gensmallul { color: #000084; text-decoration: underline; }
a.gensmallul:hover { color: #FFFFFF; text-decoration: underline; }

/* genredsmallul */
.genredsmallul { font-size: 10px; }
.genredsmallul { color: #FF1493; }
a.genredsmallul { color: #000084; text-decoration: underline; }
a.genredsmallul:hover { color: #000084; text-decoration: underline; }

/* gensecretsmall */
.gensecretsmall { font-size: 10px; }
.gensecretsmall { color: #000000; }
a.gensecretsmall { color: #000000; text-decoration: none; }
a.gensecretsmall:hover { color: #000000; text-decoration: none; cursor: default; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #FFFFFF }
a.mainmenu		{ text-decoration: none; color : #FF4500;  }
a.mainmenu:hover	{ text-decoration: underline; color : #000084; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000}
a.cattitle		{ text-decoration: none; color : #FF4500; }
a.cattitle:hover	{ text-decoration: underline; color : #000084; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #FFFFFF; }
a.forumlink		{ text-decoration: none; color : #FF4500; }
a.forumlink:hover	{ text-decoration: underline; color : #000084; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #FFFFFF;}
a.nav			{ text-decoration: none; color : #FF4500; }
a.nav:hover		{ text-decoration: underline; color : #000084; }

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #FFFFFF; }
a.topictitle:link	{ text-decoration: none; color : #FF4500; }
a.topictitle:visited	{ text-decoration: none; color : #FF1493; }
a.topictitle:hover	{ text-decoration: underline; color : #000084; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; }
.name			{ color : #FF4500; }
a.name			{ color : #FF4500; text-decoration: none; }
a.name:hover		{ color : #000084; text-decoration: underline; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFFFFF; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; }
.postbody { color : #FFFFFF; }
a.postbody:link		{ text-decoration: none; color : #FF4500; }
a.postbody:visited	{ text-decoration: none; color : #FF1493; }
a.postbody:hover	{ text-decoration: underline; color : #000084; }

a.postlink:link		{ text-decoration: none; color : #000084; }
a.postlink:visited	{ text-decoration: none; color : #FF1493; }
a.postlink:hover	{ text-decoration: underline; color : #FFFFFF; }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
/*.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover	{ color: #000000; text-decoration: underline;} */

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; letter-spacing: -1px;}
a.copyright		{ color: #999999; text-decoration: none;}
a.copyright:hover	{ color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea,select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	color : #000000;
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

/*  styles for the unit rater     */
.ratingblock {
	display:block;
/*	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;   */
	padding-bottom:0px;
	margin-bottom:0px;
	}

.loading {
/*	height: 30px;   */
	height: 15px;
	background: url('/archives/pictures/progressive_house_music_radio_djmixratingworking.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
/*	height: 30px;   */
	height: 15px;
	position: relative;
	background: url('/archives/pictures/progressive_house_music_radio_djmixratingstarrating.gif') top left repeat-x;		
	}

.unit-rating li{
	text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
/*	width:30px;
	height: 30px;   */
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('/archives/pictures/progressive_house_music_radio_djmixratingstarrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

/*
.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width: 30px;}
.unit-rating a.r2-unit{left: 30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}
*/

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width: 15px;}
.unit-rating a.r2-unit{left: 15px;}
.unit-rating a.r2-unit:hover{width: 30px;}
.unit-rating a.r3-unit{left: 30px;}
.unit-rating a.r3-unit:hover{width: 45px;}
.unit-rating a.r4-unit{left: 45px;}	
.unit-rating a.r4-unit:hover{width: 60px;}
.unit-rating a.r5-unit{left: 60px;}
.unit-rating a.r5-unit:hover{width: 75px;}
.unit-rating a.r6-unit{left: 75px;}
.unit-rating a.r6-unit:hover{width: 90px;}
.unit-rating a.r7-unit{left: 90px;}
.unit-rating a.r7-unit:hover{width: 105px;}
.unit-rating a.r8-unit{left: 105px;}
.unit-rating a.r8-unit:hover{width: 120px;}
.unit-rating a.r9-unit{left: 120px;}
.unit-rating a.r9-unit:hover{width: 135px;}
.unit-rating a.r10-unit{left: 135px;}
.unit-rating a.r10-unit:hover{width: 150px;}

.unit-rating li.current-rating {
	background: url('/archives/pictures/progressive_house_music_radio_djmixratingstarrating.gif') left bottom;
	position: absolute;
	/*height: 30px;*/
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.voted {color:#FF1493;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}

