/*  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: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #FAFAFA;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	/*min-width: 960px;
	max-width: 1024px;*/
	margin-left: auto;
	margin-right: auto;
	background: #222222 url('./images/bg.jpg') no-repeat top;
}

#wrapheader {
	mid-width: 960px;
	max-width: 1024px;
	height: auto !important;
}

#wrapcentre {
	text-align: left;
	mid-width: 960px;
	max-width: 1024px;
	padding-left: 10px;
	padding-right: 10px;
}

#wrapfooter {
	mid-width: 960px;
	max-width: 1024px;
	text-align: center;
	clear: both;
}

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

#logodesc {

}

#menubar {
	min-height: 100px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	/*background: url('./images/menubar.png') no-repeat scroll top;*/
}

#datebar {
	padding-left: 10px;
	padding-right: 12px;
	margin: 0;
	color: #DC886D;
}

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

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

.forumrules h3 {
	color: red;
}

.spanfooter {
	height: 100%;
	background: url('./images/footer.jpg') no-repeat bottom;
	display: block;
	width: 100%;
}

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

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


/*  Text
 --------------------- */
h1 {
	color: white;
	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%;
}

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

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

h5 {
	color: EEEEEE;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	font-size:9px;
	float: left;
	color: #DC886D;
	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 0;
	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: #DC886D;
	font-size: 12px;
}

.postdetails {
	color: #DC886D;
}

.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: yellow;
}

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

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


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

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

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

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

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #DC886D;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #222222;
	white-space: nowrap;
	padding: 7px 5px;
	text-align: center;
}


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

td.borderleft {
	background: url('./images/cornice_cn_sx.gif') repeat-y scroll left;
	width: 25px;
}

td.borderright {
	background: url('./images/cornice_cn_dx.gif') repeat-y scroll right;
	width: 25px;
}

td.whiteborderleft {
	background: url('./images/nero_cn_sx.png') repeat-y scroll left;
	width: 25px;
}

td.whiteborderright {
	background: url('./images/nero_cn_dx.png') repeat-y scroll right;
	width: 25px;
}

td.baseup {
	background: url('./images/base/cornice_up_cn.png') repeat-x scroll bottom;
	height: 76px;
}

td.basedown {
	background: url('./images/base/cornice_dn_cn.png') repeat-x scroll top;
	height: 95px;
}

td.baseleft {
	background: url('./images/base/cornice_cn_sx.png') repeat-y scroll;
	width: 29px;
}

td.baseright {
	background: url('./images/base/cornice_cn_dx.png') repeat-y scroll;
	width: 29px;
}

td.title {
	color: #DC886D;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	padding: 7px 5px;
	background: url('./images/cornice_up_cn.gif') repeat-x bottom;
}

td.whitetitle {
	color: #DC886D;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	padding: 7px 5px;
	background: url('./images/nero_up_cn.png') repeat-x bottom;
	
}

td.whitedownborder{
	background: url('./images/nero_dn_cn.png') repeat-x top;
	height: 54px !important;
}

td.downborder{
	background: url('./images/cornice_dn_cn.gif') repeat-x top;
	height: 54px !important;
}

.tablebg {
	background-color: #282828;
}

.catdiv {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/cellpic1.gif');
}
.rtl .catdiv {
	height: 25px;
	background-image: url('./images/cellpic1.gif');
}

.mbar {
	margin: 0;
	color: #3D2117;
}

.cat {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #DC886D;
	background-color: #222222;
	/*background-image: url('./images/cellpic1.gif');*/
	text-indent: 4px;
}

.cat2 {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #DC886D;
	background-color: #222222;
	/*background-image: url('./images/cellpic1.gif');*/
	text-indent: 4px;
}

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

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

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

.spacer {
	background-color: #222222;
}

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

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

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

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

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

a.navbar:link {
	color: #3D2117;
	text-decoration: none;
}

a.navbar:active,
a.navbar:visited {
	color: #3D2117;
	text-decoration: none;
}

a.navbar:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.forumlink {
	color: #DC886D;
	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: #DC886D;
	text-decoration: none;
}

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

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


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

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

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

select {
	color: #FFFFFF;
	background-color: #1c1c1c;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #282828;
	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-color: transparent;
}

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

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

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

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

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

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


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: double;
	border-color: #DC886D;
	color: #ACA59B;
	background-color: #222222;
	font-size: 0.85em;
	font-weight: bold;
}

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

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

.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: #282828;
	color: #626262;
	background-color: #282828;
	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: #282828;
	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: #FAFAFA;
}

.syntaxbg {
	color: #1c1c1c;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


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

.pm_replied_colour {
	background-color: #282828;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


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

.sep {
	color: black;
	background-color: #ffffff;
}

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

/* Highslide mod
 -------------- */

.highslide {
	cursor: url("{T_THEME_PATH}/graphics/zoomin.cur"), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	 color: black;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url("{T_THEME_PATH}/graphics/loader.white.gif");
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url("{T_THEME_PATH}/graphics/fullexpand.gif") no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Controlbar example */
.controlbar {	
	background: url("{T_THEME_PATH}/graphics/controlbar4.gif");
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url("{T_THEME_PATH}/graphics/controlbar4-hover.gif");
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
} 
