/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	border: none;
	outline-style:none;
	outline-width:0;
	color: #fff;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	background: #000000 url('./images/background.jpg');
	background-repeat: no-repeat;
	background-position:top center;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	color:fff;
}
option {
	background:#333;}

/* TNH Styles */

#tnh-wrapper {
	width:1000px;
	margin: 0 auto;
}

#tnh-compact-top {
	display: block;
	position:relative;
	float:left;
	width:1000px;
	height:15px;
	background-image: url('./images/compact-top.png');
	background-repeat: no-repeat;
	background-position:bottom;
	padding-top:20px;
}

#tnh-header {
	display: block;
	position:relative;
	float:left;
	width:1000px;
	height:249px;
	background-image: url('./images/spacer.png');
	background-repeat:repeat-all;

}

#tnh-head-web {
	display: block;
	position:relative;
	float:left;
	width:377px;
	height:113px;
	background-image: url('./images/head-web.jpg');
	background-repeat: no-repeat;
}

#tnh-head-forum {
	display: block;
	position:relative;
	float:left;
	width:377px;
	height:113px;
	background-image: url('./images/head-forum.jpg');
	background-repeat: no-repeat;
}

#tnh-nav-website-bg {
	display: block;
	position:relative;
	float:left;
	width:312px;
	height:113px;
	background-image: url('./images/website.gif');
	background-repeat: no-repeat;
}

#tnh-nav-forum-bg {
	display: block;
	position:relative;
	float:left;
	width:311px;
	height:113px;
	background-image: url('./images/forum.gif');
	background-repeat: no-repeat;
}

#tnh-nav-website {
	display: block;
	position:relative;
	float:left;
	width:312px;
	height:113px;
	background-image: url('./images/spacer.png');
	background-repeat: no-repeat;
}

#tnh-nav-forum {
	display: block;
	position:relative;
	float:left;
	width:311px;
	height:113px;
	background-image: url('./images/spacer.png');
	background-repeat: no-repeat;
}


#tnh-nav-website:hover {background-image: url('./images/website-ani.gif');}
#tnh-nav-website:active {}
#tnh-nav-website span {display: none;}

#tnh-nav-forum:hover {background-image: url('./images/forum-ani.gif');}
#tnh-nav-forum:active {}
#tnh-nav-forum span {display: none;}

#tnh-con-bar {
	display: block;
	position:relative;
	float:left;
	width:1000px;
	height:13px;
	background-image: url('./images/con-bar.jpg');
	background-repeat: no-repeat;
}

#tnh-con-bg {
	display: block;
	position:relative;
	float:left;
	width:1000px;
	height:auto;
	background-image: url('./images/con-bg.png');
	background-repeat: repeat-y;
}
	
#tnh-header-navbar {
	position:relative;
	float:left;
	width:1000px;
	height:28px;
	padding-top:4px;
}

#tnh-header-welcome {
	position:relative;
	float:left;
	height:38px;
	width:350px;
	padding-top:5px;
	margin: 0 325px;
}


#tnh-blue-top {
	background: url('./images/blue-top.png');
	background-repeat:no-repeat;
	height:15px;
	margin: 3px 5px 0 5px;
}
#tnh-blue {
	background: url('./images/blue-bg.png');
	background-repeat:y-repeat;
	margin: 0 5px 0 5px;
}

#wrapcentre {
	margin: 0 10px 0 10px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	background: url('./images/footer.png');
	background-repeat:no-repeat;
	background-position:top;
	height:80px;
	padding-bottom:20px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0px 15px 0 15px;
}

#datebar {
	color:#FFF;
	text-align:center;
	padding-top:5px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	border:1px solid #000;
	background: #464646 url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: #fff;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #fff;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
	color: #fff;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #fff;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

p {
	font-size: 1.1em;
	color: #fff;
}

p.moderators {
	margin: 0;
	float: left;
	color: white;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: white;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 50px 0 22px;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: white;
}

.postdetails {
	color: white;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: #555;
}

.nav {
	margin: 0;
	color: white;
	text-align:right;
}

.pagination {
	padding: 4px;
	color: white;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #c1c1c1;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/forum-top-sub.png') ;
	background-repeat:repeat-x;
	white-space: nowrap;
	padding: 7px 5px;
	text-align:left;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}


.tablebg {
	background-color:#000;
	padding-bottom:9px;
	border: 0;
	background-image: url('./images/forum-bot2.png');
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:20px;
	overflow:visible;
}

.tablebg-post {
	background-color:#000;
	border: 0;
	overflow:visible;
	margin-bottom:3px;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/forum-top.png');
	background-repeat:no-repeat;
	background-position:bottom;
	text-indent: 4px;
}

.cat-mini {
	height: 43px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/forum-mini.png');
	background-repeat:no-repeat;
	background-position:bottom;
	text-indent: 4px;
}

.cat-bot {
	height: 9px;
	margin: 0;
	padding: 0;
	padding-bottom:20px;
	border: 0;
	background-image: url('./images/forum-bot.png');
	background-repeat:no-repeat;
	background-position:bottom;
	text-indent: 4px;
}

.row1 {
	background: #464646 url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	padding: 4px;
	text-align:left;
}

.row2 {
	background: #464646 url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	padding: 4px;
	text-align:left;
}

.row3 {
	background: #464646 url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	padding: 4px;
	text-align:left;
}

.row4 {
	background: #464646 url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	padding: 4px;
	text-align:center;
}

.row5 {
	background: #3a3a3a;
	padding: 4px;
	text-align:left;
}

.row6 {
	background: #464646;
	padding: 4px;
	text-align:center;
}

.row7 {
	background: #464646 url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	padding: 4px;
	padding-top:0px;
	text-align:center;
}

.row-bread {
	padding: 4px;
	background: #3a3a3a url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	border: 1px solid #000;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
	border:1px solid #000;
	background: #464646 url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	padding: 4px;
	padding-top:0px;
	text-align:left;
}

/* Links
 ------------ */
a:link {
	color: #fff;
	text-decoration: none;
}

a:active,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #c1c1c1;
	text-decoration: underline;
}

a.forumlink {
	color: #1E9AC0;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #aaa;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #fff;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #333;
}

textarea {
	background: #464646 url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	color: #fff;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #fff;
	background-color: #333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background: #464646 url('./images/row3.png');
	background-repeat:repeat-x;
	background-position:top;
}

.post {
	color: white;
	background: #464646 url('./images/row3.png');
	background-repeat:repeat-x;
	background-position:top;
	border-style: solid;
	border-width: 1px;
	border-color:#666;
	color:#FFF;
}

.btnbbcode {
	color: white;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background: #464646 url('./images/row3.png');
	background-repeat:repeat-x;
	background-position:top;
	border: 1px solid #666666;
}

.btnmain {
	color: white;
	font-weight: bold;
	background: #464646 url('./images/row3.png');
	background-repeat:repeat-x;
	background-position:top;
	border: 1px solid #666;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	color: white;
	font-weight: normal;
	background: #464646 url('./images/row3.png');
	background-repeat:repeat-x;
	background-position:top;
	border: 1px solid #666;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	color: white;
	font-weight: normal;
	background: #464646 url('./images/row3.png');
	background-repeat:repeat-x;
	background-position:top;
	border: 1px solid #666;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	color: white;
	background: #464646 url('./images/row3.png');
	background-repeat:repeat-x;
	background-position:top;
	border-style: none;
	border-color:#666;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #222;
	background: #2f637c url('./images/row4.png');
	background-repeat:repeat-x;
	background-position:top;
	font-size: 0.85em;
	color: #111;
	font-weight:bold;
	}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #222;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #6196b0 url('./images/row4.png');
	background-repeat:repeat-x;
	background-position:top;
	color: #111;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #666;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #fff;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #333;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: white;
}

.syntaxdefault {
	color: white;
}

.syntaxhtml {
	color: white;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: white;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/* Website styles */
.website-cat {
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/forum-top-small.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

.website-tablebg {
	width:700px;
	background-color:#000;
	padding-bottom:9px;
	border: 0;
	background-image: url('./images/forum-bot-small.png');
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:20px;
	overflow:visible;
}

.website-menu-head {
	height: 20px;
	width:255px;
	margin: 0;
	padding: 0;
	border: 0;
	padding-top:9px;
	text-align:center;
	background-image: url('./images/forum-top-mini.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

.website-menu {
	width:245px;
	background-color:#000;
	margin:0px;
	padding:4px;
	border: 1px solid #000;
	background: #464646 url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	font-size:12px;
}

.website-menu-foot {
	height:9px;
	width:255px;
	border: 0;
	background-image: url('./images/forum-bot-mini.png');
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:20px;
	overflow:visible;
}

.row-web {
	background: #464646 url('./images/row1.png');
	background-repeat:repeat-x;
	background-position:top;
	padding: 0;
	text-align:left;
}