/*
  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 {
	margin: 0.5em;
	background-color: #FFFFFF;
		scrollbar-face-color: #E0E4E8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E0E4E8;
	scrollbar-3dlight-color: #D0D0D8;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #F0F0F0;
	scrollbar-darkshadow-color: #98AAB1;
}

#logo { position: absolute; left: 0.5em; top: 0.5em; }

ol  {
	padding: 0;
	margin: 0 0 0 1.5em;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	list-style-type: disc;
	margin-left: 1em;
}

ol li {
	margin: 0;
	padding: 0;
	white-space: normal;
}


/* General font families for common tags */
font,th,td,p { font-size: 11px; color: #323D4F; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #006699; }
a:hover	{ text-decoration: underline; color : #DD6900; }
hr { height: 0px; border: solid #D0D0D8 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: 1px #98AAB1 solid; }

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

/* Main calendar cell colours and backgrounds */
td.daterow2 { background-color: #E0E4E8; padding-left: 1px; padding-right: 1px; border: 2px solid #E0E4E8; }
td.daterow3 { background-color: #D0D0D8; padding-left: 1px; padding-right: 1px; border: 2px solid #E0E4E8; }
td.daterowtoday { background-color: #006699; padding-left: 1px; padding-right: 1px; border: 2px solid #E0E4E8; }

.block_start { text-align: left; border-left: 1px solid #F0F0F0; }
.block_single { text-align: left; border-left: 1px solid #F0F0F0; border-right: 1px solid #F0F0F0; }
.block_end { text-align: left; border-right: 1px solid #F0F0F0; }

.transparent { 10px; color: #F0F0F0; text-align: left; }

/*
  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; border: #FFFFFF; border-style: solid; height: 28px;
	background-image: url(/templates/subSilver/images/cellpic2.jpg);
	background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #FFA34F; font-size: 11px; font-weight: bold; 
	background-color: #006699;
	background-image: url(/templates/subSilver/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	font-size: 12px; background-image: url(/templates/subSilver/images/cellpic1.gif);
	background-color:#D0D0D8; border: #FFFFFF; border-style: solid;
}

/*
  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.catSides,td.catBottom,td.rowpic {
	height: 28px;
	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: 25px;
}
td.row3Right,td.spaceRow {
	background-color: #D0D0D8; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead,th.thLeft,th.thRight,td.catRight,td.row3Right { font-size: 12px; border-width: 0px 0px 0px 0px; }
.thsort,a.thsort:link,a.thsort:active,a.thsort:visited { color: #FFA34F; font-size: 12px; font-weight: bold; }
td.catLeft { font-size: 12px; height: 28px; border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom,th.thSides,td.spaceRow,th.thTop,th.thCornerL,th.thCornerR { border-width: 0px 0px 0px 0px; }

/* The largest text used in the header title, toptic title & Admin CP 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: #323D4F;
}

/* New Messages */ 
.pm { font-size: 11px; text-decoration: none; font-weight: bold; color: #444444; }

/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #323D4F; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }

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

/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color: #006699}
a.cattitle { text-decoration: none; color: #006699; }
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: #006699; }
a.forumlink { text-decoration: none; color : #006699; }
a.forumlink:hover { text-decoration: underline; color: #DD6900; }

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

/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 12px; color: #323D4F; }
a.topictitle:link { text-decoration: none; color: #006699; }
a.topictitle:visited { text-decoration: none; color: #5493B4; }
a.topictitle:hover { text-decoration: underline; color: #DD6900; }

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

/* Location, number of posts, post date etc */
.postdetails { font-size: 10px; color: #323D4F; }
a.postdetails:link { text-decoration: none; color: #006699; }
a.postdetails:visited { text-decoration: none; color: #5493B4; }
a.postdetails:hover { text-decoration: underline; color: #DD6900; }

/* The content of the posts (body of text) */
.postbody { font-size: 12px; line-height: 18px; }
.postbody img { max-width: 600px; max-height: 600px; display: inline; }
a.postlink:link	{ text-decoration: none; }
a.postlink:visited { text-decoration: none; color: #5493B4; }
a.postlink:hover { text-decoration: underline; color: #DD6900; }

/* Quote & Code blocks */
.codetitle { margin: 0px; padding: 4px; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #D0D0D8; color: #323D4F; background-color: #98AAB1; 10px; }
.codecontent { margin: 0px; padding: 5px; border-color: #D0D0D8; border-width: 0px 1px 1px 1px; border-style: solid; color: #006600; font-weight: normal; font-size: 11px; font-family: 'Courier New', monospace; background-color: #FAFAFA; }

.quotetitle { margin: 0px; padding: 4px; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #D0D0D8; color: #323D4F; background-color: #98AAB1; 10px; }
.quotecontent { margin: 0px; padding: 5px; border-color: #D0D0D8; border-width: 0px 1px 1px 1px; border-style: solid; color: #323D4F; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #FAFAFA; }

/* 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: #323D4F; text-decoration: underline; }

/* Lexicon navigation */
.letter { font: bold 10pt Verdana; text-decoration: none; }
.letter:hover { text-decoration: underline }
.letter2 { font: bold 11pt Verdana; text-decoration: none; }
.letter3 { font: bold 10pt Verdana; color:#C0C0C0; }

/* Lexicon category */
.categorie { font: 7pt Verdana; color: #B0B0F0; text-decoration: none; }

/* Lexicon crosslinks */
crosslink: { color: #323D4F; }
a.crosslink:link { text-decoration: none; color: #777755; }
a.crosslink:visited { text-decoration: none; color: #777755; } 
a.crosslink:hover { text-decoration: none; color: #773366; }


/* Form elements */
input,textarea, select {
	color: #323D4F;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #323D4F;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}

/* 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: #F0F0F0;
	color: #323D4F;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}

/* 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: #E0E4E8; border-style: none; }

/* Hierarchie colors for jumpbox */
option.h0	{ background-color: #FFFFFF; color: #006EBB; } /* blue */
option.h0c	{ background-color: #FFFFFF; color: #006EBB; } /* blue */
option.h0sf	{ background-color: #FFFFFF; color: #006EBB; } /* blue */

option.h1	{ background-color: #FFFFFF; color: #FF6428; } /* red */
option.h1c	{ background-color: #FFFFFF; color: #FF6428; } /* red */
option.h1sf	{ background-color: #FFFFFF; color: #FF6428; } /* red */

option.h2	{ background-color: #FFFFFF; color: #329600; } /* green */
option.h2c	{ background-color: #FFFFFF; color: #329600; } /* green */
option.h2sf	{ background-color: #FFFFFF; color: #329600; } /* green */

select.jumpbox 	{ background-color: #FFFFFF; }

/* Slideshow image border */
.imageborder { color: #444444; border-color: #444444; }

/* Remove border from hyperlinked image by default */
img, .forumline img { border: 0; }

.sig img	{ max-width: 480px; max-height: 100px; }
.postdetails img { max-width: 150px; max-height: 150px; }
