/*
  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 {	padding: 0;	margin: 0; background-color:#F2F2F2; background-image:url(/images/bgr_small.gif); text-align: left;	min-width: 790px; }
 
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

* {
	font-family:Verdana, "Times New Roman", Tahoma, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.bg {
	background: url(/images/bgr.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#base {
	position: relative;
	width:100%;
	height:100%;
	vertical-align: middle;
	
}
#wrapper {
vertical-align: middle;
	z-index: 3;
	position: relative;
	margin: 0 auto;
	/*width: 1018px;*/
	width: 904px;
	/*padding:0 0 15px 0;*/
		text-align:left;
	padding:0;
	height:100%;
	background: url(/images/main_bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
	/*border:1px solid #fff;*/
}
.mainbg_left {
	width:55px;
	height:100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/main_bg_left.png',sizingMethod='scale');
}
html>body .mainbg_left {
    background: url(/images/main_bg_left.png);
	background-position:top left;
	background-repeat:repeat-y;
}
.mainbg_right {
	width:55px;
	height:100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/main_bg_right.png',sizingMethod='scale');
}

html>body .mainbg_right {
    background: url(/images/main_bg_right.png);
	background-position:top left;
	background-repeat:repeat-y;
}
#main {
	text-align:left;
	position: relative;
	/*margin: 0 auto;*/
	padding:0 0 0 2px;
	width: 901px;
	/*height:100%;*/
	font-size:10px;
	margin:0;
	/*border:5px solid #fff;*/
	}
#header {
	/*margin: 0 auto;*/
	width: 900px;
	height:160px;
	text-align:center;
	padding:0;
	background: url(/images/header_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
	}
#header a:link,a:active,a:visited { color : #2d518b; }
#logo {
	 width:497px; height:69px; 
	position:absolute; top:15px; left:120px;
	padding:0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/logo.png',sizingMethod='scale');
}
html>body #logo {
    background: url(/images/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#sp_top {
	z-index: 2;
	position:absolute;
	top:0;
	left:0;
	width:170px;
	height:400px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/speakers_top.png',sizingMethod='scale');
}
html>body #sp_top {
    background: url(/images/speakers_top.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#sp_bot {
	z-index: 2;
	position:absolute;
	bottom:0;
	right:0;
	width:269px;
	height:340px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/speakers_bot.png',sizingMethod='scale');
}
html>body #sp_bot {
    background: url(/images/speakers_bot.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.rowClick {
	cursor: hand;
	cursor: pointer;
}
#footer { clear:both; width:900px; position:absolute; bottom:0; left:2px; height:45px; font-size:10px; margin:15px 0 10px 0; padding:16px 0 0 0; text-align:right; background: url(/images/footer_bg.gif); background-position:top left; background-repeat:no-repeat;
	}
	


#footer p {	margin:0 30px 0 0; }
a.footer , a.footer:link, a.footer:visited  { font-size: 9px; color: #000; text-decoration: none; }
a.footer:hover, a.footer:focus, a.footer:active{ text-decoration: underline; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #2d518b; } /* 006699 */
a:hover		{ text-decoration: underline; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


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

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


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


/*
  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: #fff; font-size: 11px; font-weight : bold;
	background-color: #2d518b; 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 : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #2d518b; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ text-decoration: underline; }


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


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


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


/* 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 : #000000;}
a.nav			{ text-decoration: none; color : #2d518b; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #2d518b; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline;  }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #2d518b }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; }


/* 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: #444444; 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;}


/* 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 {
	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");

#header table img{
	border:0;
	margin:0;
}


.left {	width:91px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/menu_left_bg.png',sizingMethod='scale');}
html>body .left {    background: url(/images/menu/menu_left_bg.png) top left no-repeat;}

.right {	width:80px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/menu_right_bg.png',sizingMethod='scale');}
html>body .right { background: url(/images/menu/menu_right_bg.png) top left no-repeat;}

.Home { width:65px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/home.png',sizingMethod='scale');}
html>body .Home { background: url(/images/menu/home.png) top left no-repeat;}
.Home_ov { width:65px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/home_ov.png',sizingMethod='scale');}
html>body .Home_ov { background: url(/images/menu/home_ov.png) top left no-repeat;}

.Forums { width:78px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/forums.png',sizingMethod='scale');}
html>body .Forums { background: url(/images/menu/forums.png) top left no-repeat;}
.Forums_ov { width:78px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/forums_ov.png',sizingMethod='scale');}
html>body .Forums_ov { background: url(/images/menu/forums_ov.png) top left no-repeat;}

.Artists { width:75px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/artists.png',sizingMethod='scale');}
html>body .Artists { background: url(/images/menu/artists.png) top left no-repeat;}
.Artists_ov { width:75px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/artists_ov.png',sizingMethod='scale');}
html>body .Artists_ov { background: url(/images/menu/artists_ov.png) top left no-repeat;}

.Venues { width:75px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/venues.png',sizingMethod='scale');}
html>body .Venues { background: url(/images/menu/venues.png) top left no-repeat;}
.Venues_ov { width:75px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/venues_ov.png',sizingMethod='scale');}
html>body .Venues_ov { background: url(/images/menu/venues_ov.png) top left no-repeat;}

.Presale { width:79px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/presale.png',sizingMethod='scale');}
html>body .Presale { background: url(/images/menu/presale.png) top left no-repeat;}
.Presale_ov { width:79px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/presale_ov.png',sizingMethod='scale');}
html>body .Presale_ov { background: url(/images/menu/presale_ov.png) top left no-repeat;}

.Tickets { width:76px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/tickets.png',sizingMethod='scale');}
html>body .Tickets { background: url(/images/menu/tickets.png) top left no-repeat;}
.Tickets_ov { width:76px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/tickets_ov.png',sizingMethod='scale');}
html>body .Tickets_ov { background: url(/images/menu/tickets_ov.png) top left no-repeat;}

.Faq { width:52px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/faq.png',sizingMethod='scale');}
html>body .Faq { background: url(/images/menu/faq.png) top left no-repeat;}
.Faq_ov { width:52px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/faq_ov.png',sizingMethod='scale');}
html>body .Faq_ov { background: url(/images/menu/faq_ov.png) top left no-repeat;}

.News { width:62px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/news.png',sizingMethod='scale');}
html>body .News { background: url(/images/menu/news.png) top left no-repeat;}
.News_ov { width:62px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/news_ov.png',sizingMethod='scale');}
html>body .News_ov { background: url(/images/menu/news_ov.png) top left no-repeat;}

.Contact { width:84px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/contact.png',sizingMethod='scale');}
html>body .Contact { background: url(/images/menu/contact.png) top left no-repeat;}
.Contact_ov { width:84px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/contact_ov.png',sizingMethod='scale');}
html>body .Contact_ov { background: url(/images/menu/contact_ov.png) top left no-repeat;}

.Register { width:83px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/register.png',sizingMethod='scale');}
html>body .Register { background: url(/images/menu/register.png) top left no-repeat;}
.Register_ov { width:83px; height:57px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/menu/register_ov.png',sizingMethod='scale');}
html>body .Register_ov { background: url(/images/menu/register_ov.png) top left no-repeat;}

#left_col {	float:left;	width:448px;/*height:100%;*/ margin:0; }
#right_col { float:left; width:437px;/*height:100%;*/ margin:0 0 0 14px; }
#artist { position:relative; float:left; width:431px; height:305px; margin:0 0 18px 0; background: url(/images/artist_bg.gif); background-position:top left; background-repeat:no-repeat; }

