/*
  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: #1e1e2a url(images/bg.png) bottom right no-repeat;
	background-attachment: fixed;
	font-family: Georgia, serif;
	color: #fff;
	margin: 0;
}
/*DL3D Site Header info*/
#titleContainer {
	width: 100%;
	float: left;
	height: 120px;
}
#titleTop {
	float: left;
		width: 100%;
		height: 100px;
		background: url(images/title-top-bg.png) top left repeat-x;
}
#titleTopLeft {
	float: left;
			width: 229px;
			height: 100px;
			background: url(images/title-top-curve.png) top right no-repeat;
}
#titleTopRight {
	width: 489px;
	float: right;
	height: 100px;
	text-align: right;
	background: url(images/top-right-bg.png) top right no-repeat;
}
#titleTopRight p,h1,h2,h3,h4,h5,a {
	margin: 2px;
}
#titleMenu {
	float: left;
		width: 100%;
		height: 20px;
		padding: 0;
		margin: 0;
		background: url(images/menu-bg.png) top left repeat-x;
}
#titleMenu #menuContainer {
	position: absolute;
				top: 100px;
				left: 151px;
				height: 20px;
				width: 500px;
				background: url(images/menu-bg.png) top left repeat-x;
				margin: 0 0 0 0;
				padding: 0;
}
#titleMenu img {
	margin: 0;
				padding: 0;
}
#titleMenu #menuContainer a.menu-home {
	display: block;
				float: left;
				margin: 0;
				height: 20px;
				width: 53px;
				background: url(images/menu-home.png) top left no-repeat;
				
}
#titleMenu #menuContainer a.menu-home:hover {
	background-position: 0 -20px;
}
#titleMenu #menuContainer a.menu-about {
	display: block;
				float: left;
				margin: 0;
				height: 20px;
				width: 60px;
				background: url(images/menu-about.png) top left no-repeat;
				
}
#titleMenu #menuContainer a.menu-about:hover {
	background-position: 0 -20px;
}
#titleMenu #menuContainer a.menu-blogs {
	display: block;
				float: left;
				margin: 0;
				height: 20px;
				width: 88px;
				background: url(images/menu-blogs.png) top left no-repeat;
				
}
#titleMenu #menuContainer a.menu-blogs:hover {
	background-position: 0 -20px;
}
#titleMenu #menuContainer a.menu-galleries {
	display: block;
				float: left;
				margin: 0;
				height: 20px;
				width: 81px;
				background: url(images/menu-galleries.png) top left no-repeat;
				
}
#titleMenu #menuContainer a.menu-galleries:hover {
	background-position: 0 -20px;
}
#titleMenu #menuContainer a.menu-forums {
	display: block;
				float: left;
				margin: 0;
				height: 20px;
				width: 69px;
				background: url(images/menu-forums.png) top left no-repeat;
				
}
#titleMenu #menuContainer a.menu-forums:hover {
	background-position: 0 -20px;
}
#titleMenu #menuContainer a.menu-wiki {
	display: block;
				float: left;
				margin: 0;
				height: 20px;
				width: 46px;
				background: url(images/menu-wiki.png) top left no-repeat;
				
}
#titleMenu #menuContainer a.menu-wiki:hover {
	background-position: 0 -20px;
}
#titleBottom {
	float: left;
		width: 100%;
		height: 32px;
		background: url(images/title-bottom.png) top left no-repeat;
}
#bbMenuContainer {
	float: right;
	text-align: right;
	height: 18px;
	padding: 0;

}
#bbMenuItems {
	float: right;
	height: 18px;
	text-align: right;
	padding: 0;
}
#bbMenuItems img {
	float: right;
}
#bbMenuItems  a.bb-menu-faq {
		display: block;
		float: right;
		margin: 0;
		height: 18px;
		width: 30px;
		background: url(images/bb-menu-faq.png) top left no-repeat;	
	}
#bbMenuItems a.bb-menu-faq:hover {
		background-position: 0 -18px;
	}
#bbMenuItems a.bb-menu-search {
	display: block;
		float: right;
		margin: 0;
		height: 18px;
		width: 50px;
		background: url(images/bb-menu-search.png) top left no-repeat;	
	}
#bbMenuItems a.bb-menu-search:hover {
		background-position: 0 -18px;
	}
#bbMenuItems a.bb-menu-member {
	display: block;
		float: right;
		margin: 0;
		height: 18px;
		width: 83px;
		background: url(images/bb-menu-member.png) top left no-repeat;	
}
#bbMenuItems a.bb-menu-member:hover {
	background-position: 0 -18px;
}
#bbMenuItems a.bb-menu-user {
	display: block;
		float: right;
		margin: 0;
		height: 18px;
		width: 81px;
		background: url(images/bb-menu-user.png) top left no-repeat;	
}
#bbMenuItems a.bb-menu-user:hover {
	background-position: 0 -18px;
}
#bbMenuItems a.bb-menu-profile {
	display: block;
		float: right;
		margin: 0;
		height: 18px;
		width: 51px;
		background: url(images/bb-menu-profile.png) top left no-repeat;	
}
#bbMenuItems a.bb-menu-profile:hover {
	background-position: 0 -18px;
}
#bbMenuItems a.bb-menu-pm {
	display: block;
		float: right;
		margin: 0;
		height: 18px;
		width: 27px;
		background: url(images/bb-menu-pm.png) top left no-repeat;	
}
#bbMenuItems a.bb-menu-pm:hover {
	background-position: 0 -18px;
}
#bbMenuItems a.bb-menu-home {
	display: inline;
		float: right;
		margin: 0;
		height: 18px;
		width: 42px;
		border: 1px solid red;
		background: url(images/bb-menu-home.png) top left no-repeat;	
}
#bbMenuItems a.bb-menu-home:hover {
		background-position: 0 -18px;
	}
#bbMenuItems a.bb-menu-login {
	display: inline;
	float: right;
	margin: 0;
	height: 18px;
	width: 41px;
	background: url(images/bb-menu-login.png) top left no-repeat;	
	}
#bbMenuItems a.bb-menu-login:hover {
		background-position: 0 -18px;
	}
#bbMenuItems a.bb-menu-logout {
	display: inline;
	float: right;
	margin: 0;
	height: 18px;
	width: 48px;
	background: url(images/bb-menu-logout.png) top left no-repeat;	
}
#bbMenuItems a.bb-menu-logout:hover {
	background-position: 0 -18px;
}
#bbMenuItems a.bb-menu-register {
	display: block;
	float: right;
	margin: 0;
	height: 18px;
	width: 60px;
	background: url(images/bb-menu-register.png) top left no-repeat;	
	}
#bbMenuItems a.bb-menu-register:hover {
		background-position: 0 -18px;
	}
	
#mainContent {
	float: left;
	margin-top: 20px;
}
/*End DL3d Headers*/
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link {
	color: #677c97;
	text-decoration: underline;
}
a:hover {
	background-image: url('images/link-bg.png');
	color: #7a5769;
}
a:visited {
	color: #7a5769;
}
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/*Set up tables to remove inner borders where unnecessary.*/
table { border-spacing: 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: #41414B; border: 0;} /*2px #677c97 solid; }*/


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


/*
  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: #13131C;
		/*background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;*/
}

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

td.cat,td.catHead,td.catLeft,td.catRight,td.catBottom {
	background-image: url(images/cellpic1.gif);
	background-color:#263a5a; border: 0px; height: 28px;
	padding: 0;
	
}


/*
  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: #41414B; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #41414B; border: #41414B; border-style: solid;}

th.thHead,td.catHead { font-size: 12px; border-width: 0; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px; }
th.thLeft,td.catLeft	  { border-width: 0px; }
th.thBottom,td.catBottom  { border-width: 0; }
th.thTop	 { border-width: 0px; }
th.thCornerL { border-width: 0px; }
th.thCornerR { border-width: 0px; }
/*
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 : white;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : white; }
a.gen,a.genmed,a.gensmall {  }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{  }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color:white; }
a.mainmenu		{   }
a.mainmenu:hover{  }


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


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


/* 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 : white;}
a.nav			{ color: white; }
a.nav:hover		{ color: #e5b3b3; }

.postIcons a:hover {
	background-image: none;
}

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   {  }
a.topictitle:visited {  }
a.topictitle:hover	{  }


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{  }
a.postlink:visited {  }
a.postlink:hover { }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: white;
	background-color: #1e1e2a; border: #41414B; 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: white; line-height: 125%;
	background-color: #1e1e2a; border: #41414B; 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: white; letter-spacing: -1px;}
a.copyright		{ }
a.copyright:hover { }


/* 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 : #1e1e2a;
	color: white;
	border: 1px #41414B solid;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #263a5a;
	border: 1px solid #a9b8cc;
	color: white;
	font-weight : bold;
}

/* The main submit button option */
input.mainoption {
	background-color: #263a5a;
	border: 1px solid #a9b8cc;
	color: white;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color: #263a5a;
	border: 1px solid #a9b8cc;
	color: white;
	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: #13131C; border-style: none; color: white;}


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