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

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
	color: #efefef;
	background-color: #101010;
	font-size: 64%; /* 62.5% sets the default font size to be equivalent to 10px */
	margin: 0px;
	padding:0px;
    /*
    background-image:url('grain.png');
    background-repeat:repeat;
    background-position:0px 0px; 
    */
}

/*body:last-child:not(:root:root) {background: #171717;}  Hack Safari */

#wrapheader {
	min-height:100px;
	height: auto !important;
	height:auto;
	background-position:100% 0px;
	background-repeat: no-repeat;
	padding: 0px;
	margin:4px 4px 0px 4px; 
}
#wrapcentre {
	padding: 0px;
	margin:0px 4px 0px 4px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	padding: 0px;
	margin:0px 4px 4px 4px;  
 
}

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

#logodesc , .logodesc {
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	background:none;
}
 .logodesc2{
 margin-top:20px;
 }
#menubar {
	margin: 0px 10px;
	background:none;
}

#datebar {
	margin:2px 0px 0px 0px;
}
.lastvisit , .currenttime
{font-size:0.9em;}
#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #242424;
	border-width: 2px;
	border-style: solid;
	border-color: #101010;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, Helvetica, Verdana, sans-serif, "Lucida Grande";
}

.forumrules h3 {
	color: #ff1111;
}

.forumrules h3, .forumrules a b {
	font-weight: normal;
}

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

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

#pagecontent .gensmall {
	color:#efefef;
}

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

#sitename , #sitedescr{
margin:0px 0px 0px 50px;
text-align:left;
}

#sitedescr{
font-size: 1.2em;
}

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

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

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

p {
	font-size: 1.1em;
}

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

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

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

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #101010;
	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: 1.1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
	font-size: 1em;
}

div.searchbar {
	margin: 0;
	float: right;
	color: #efefef;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

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

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
	font-size : 1.1em;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
	font-size:1.1em;
}

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

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: #RGB(137,255,64);
	font-weight:bold;
}

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

.postauthor {
	color: #B48940;
	font-weight : bold;
	font-size : 120%;
}

.postdetails {
	color: #AAAAAA;
	font-size: 1em;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", "Lucida Grande", sans-serif;
}
div.postbody img.postimg
	{
	display:block;
	margin:10px auto;
	text-align:center;
	clear:both;
	}

div.postbody img.postimgB
	{
	display:block;
	border:80px solid #efefef;
	margin:10px auto;
	text-align:center;
	padding:3px;
	background-color:#dddddd;
	clear:both;
	}
div.postbody img.postimgG1
	{
	display:block;
	border:80px solid #cccccc;
	margin:10px auto;
	text-align:center;
	padding:3px;
	background-color:#efefef;
	clear:both;
	}

div.postbody img.postimgG2
	{
	display:block;
	border:80px solid #999999;
	margin:10px auto;
	text-align:center;
	padding:3px;
	background-color:#bbbbbb;
	clear:both;
	}
div.postbody img.postimgE
	{
	display:block;
	border-top:6px solid #333333;
  border-right:6px solid #888888;
  border-bottom:6px solid #888888;
  border-left:6px solid #333333;
	margin:10px auto;
	clear:both;
	}
div.postbody span.postspanB
{
border: #888888 solid 1px;
width: auto;
height:auto;
padding:0px;
float: left;
font-size:0px;
}
div.postbody img.postimgN
	{
	display:block;
	border:80px solid #040404;
	margin:10px auto;
	text-align:center;
	padding:1px;
	background-color:#666666;
	clear:both;
	}

div.postbody img.postimgLB
	{
	display:block;
	border:3px solid #efefef;
	margin:10px auto;
	clear:both;
	}
div.postbody img.postimgLN
	{
	display:block;
	border:3px solid #111111;
	margin:10px auto;
	}
.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: #007700;
	color: #efefef;
	padding: 0 2px 0 2px;
	font-weight: bold;
}

.nav {
	margin: 0;
	color: #707070;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #707070;
	font-size: 1.1em;
	font-weight: bold;
}

.cattitle {

}

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

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

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

.copyright {
	color: #999999;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	letter-spacing: -1px;
}

a.copyright:link, a.copyright:visited, a.copyright:active {
	color: #999999;
}

a.copyright:hover {
	color: #efefef;
	text-decoration: underline;
}

.titles {
	font-family:  "Trebuchet MS" , Arial ,  Helvetica , "Lucida Grande", sans-serif , Verdana;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	font-variant: small-caps;
	line-height : 150%;
}

.error {
	color: #ff1111;
}


/* Tables
 ------------ */
th {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #101010;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
	color: #DCAC50;
	height:25px;
}

td {
	padding: 6px 3px 3px 6px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: transparent;
		border: 2px solid #242424;
		border-spacing:1px;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #242424 url('./images/cellpic3.gif') repeat-x scroll top left;
}
.rtl .catdiv {
	background: #242424 url('./images/cellpic3.gif') repeat-x scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #242424;
	background-image: url('./images/cellpic3.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #242424;
	padding: 4px;
}

.row1b {
	background-color: #242424;
	padding: 7px 4px 6px 4px;
}

.row2 {
	background-color: #343434;
	padding: 4px;
}

.row3 {
	background-color: #343434;
	padding: 4px;
}

.spacer {
	background-color: #444;
	padding:3px 0 0 0;
}

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

.legend {
	text-align:center;
	margin: 0 auto;
}

#colorpalette td {
	padding: 1px;
}

/* Links
 ------------ */
a:link {
	color: RGB(180,137,64);
	text-decoration: none;
}

a:active,
a:visited {
	color: RGB(180,137,64);
	text-decoration: none;
}

a:hover {
	color: RGB(180,137,64);
	text-decoration: underline;
}

a.forumlink {
	color: RGB(180,137,64);
	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: RGB(180,137,64);
	text-decoration: none;
}

a.link02:link, a.link02:active, a.link02:visited, a.link02:hover {
	text-decoration: none;
}

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

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


/* Form Elements
 ------------ */
 
.cat form {
	margin: 6px 0px 4px 0px;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

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

textarea {
	background-color: #101010;
	color: #efefef;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #555555;
	padding: 2px;
}

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

option {
	padding: 0 1.1em 0 0;
}

option.disabled-option {
	color: #333333 ;
}

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

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #101010;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #efefef;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #101010;
	border: 1px solid #555555;
}

.btnmain {
	font-weight: bold;
	background-color: #101010;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #101010;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #101010;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #101010;
	border-style: none;
}

.cat input.btnmain, .cat input.btnlite, #pagecontent .cat input.btnmain, #pagecontent .cat input.btnlite {
	margin: 5px 0 0 0;
}

#pagecontent .cat .btnmain, #pagecontent .cat .btnlite, #pagecontent .cat form input.btnlite  {
	margin: 0;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 1px 4px;
	border-width: 1px ;
	border-style: solid;
	border-color: #333333;
	color: #333333;
	background-color: #888888;
	font-size: 0.8em;
	font-weight:600;
}

.quotetitle{
	font-size: 0.9em;
	border-bottom-color:#666666 ;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #333333;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
	background-color: #999999;
	color: #222222;
}

.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: #555555;
	color: #999999;
	background-color: #101010;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

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

.syntaxbg {
	color: #efefef;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #101010;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour, .pm_marked_colour  img {
	background-color: #DCAC50;
}

.pm_replied_colour, .pm_replied_colour img {
	background-color: #A9B8C2;
}

.pm_friend_colour, .pm_friend_colour img {
	background-color: #007700;
}

.pm_foe_colour, .pm_foe_colour img {
	background-color: #DD0000;
}


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

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

table.colortable td {
	padding: 0;
}

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

.nowrap {
	white-space: nowrap;
}

.username-colou#ff1111 {
	font-weight: normal;
	font-size: 1.1em;
}
.clear
{
	font-size:0px;
	clear:both;
	height:0px;
	margin:0px;
	line-height:0px;
}

.ys_footer
{
text-align:center;
	width:99%;
	height:32px;
	border: 0px solid #757575;
	border-collapse: separate;
	border-spacing: 2px;
	margin:4px auto;
	background-color: #757575;
}
.ys_footer td
{
width:10%;
}
.G0
{
background-color: #000000;
}
.G1
{
background-color: #1E1E1E;
}
.G2
{
background-color: #3B3B3B;
}
.G3
{
background-color: #585858;
}
.G4
{
background-color: #757575;
}
.G5
{
background-color: #919191;
}
.G6
{
background-color: #ADADAD;
}
.G7
{
background-color: #C8C8C8;
}
.G8
{
background-color:#E4E4E4;
}
.G9
{
background-color: #FFFFFF;
}
@import url("../../../chat/css/shoutbox.css");