/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	BF_Vista
	Based on style:	subSilver (the default phpBB 2 style)
	Original author: subBlue ( http://www.subBlue.com/ )
	Modified by: Frost ( http://www.black-fusion.com/ )

	Copyright 2007 Frost & Black-Fusion.com ( http://www.black-fusion.com/ )
	Copyright 2008 ShadowFlames Development ( http://www.shadowflames.us)
	
	Style Ownership Transferred 2008-03-21 by Frost to Ika (ShadowFlames)
    --------------------------------------------------------------
*/
/* Layout
 ------------ */
* 
{
 /* Reset browsers default margin, padding and font sizes */

 margin: 0;
 padding: 0;
}

html 
{
 font-size: 120%;
}

body 
{
 /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */

 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 color: #000;
 background-color: Orange;
 background-image: url('./images/bg/dtg_bg.jpg');
 background-position: top center;
 background-attachment: fixed;
 background-repeat: no-repeat;
 font-size: 62.5%;/* This sets the default font size to be equivalent to 10px */

 margin: 0;
}

#wrapheader 
{
 min-height: 150px;
 height: auto ! important;
 height: 150px;
 background-image: url('./images/head_bg.png');
 background-repeat: repeat-x;/*	padding: 0 25px 15px 25px;*/

 padding: 0;
}

#wrapcentre 
{
 margin-top: 0;
 margin-right: 25px;
 margin-bottom: 0;
 margin-left: 25px;
}

#wrapfooter 
{
 text-align: center;
 clear: both;
 background-image: url('./images/footer_bg.png');
 background-color: transparent;
 background-repeat: repeat-x;
 min-height: 120px;
 height: 120px;
}

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

#logodesc 
{
 margin-bottom: 5px;
 padding-top: 0px;
 padding-right: 25px;
 padding-bottom: 0px;
 padding-left: 25px;
 background-color: transparent;
 border-bottom-color: #4787A7;
 border-bottom-width: 0px;
 border-bottom-style: solid;
}

#menubar 
{
 margin-top: 0;
 margin-right: 25px;
 margin-bottom: 0;
 margin-left: 25px;
}

#menubar a 
{
 color: #FFF;
}

#datebar 
{
 margin-top: 10px;
 margin-right: 25px;
 margin-bottom: 0;
 margin-left: 25px;
}

#findbar 
{
 width: 100%;
 margin: 0;
 padding: 0;
 border-width: 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;
}

#pageheader 
{
 
}

#pagecontent 
{
 
}

#pagefooter 
{
 
}

#poll 
{
 
}

#postrow 
{
 
}

#postdata 
{
 
}

/*  Surround Boxes for style
 --------------------- */
#bx 
{
 /*background-color: #666666;*/
}

/* Eliminating padding on boxes */
#bx td 
{
 margin: 0;
 padding: 0;
 border-width: 0;
}

/*  Text
 --------------------- */
h1 
{
 color: black;
 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: #fff;
 margin: 0;
 font-size: 1.1em;
 font-weight: bold;
}

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

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

p 
{
 font-size: 1.1em;
}

p.moderators 
{
 margin: 0;
 float: left;
 color: black;
 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: black;
 font-weight: bold;
 white-space: normal;
 font-size: 1em;
}

.crumblinks:link 
{
 color: #000;
}

.crumblinks:visited 
{
 color: #242424;
}

.crumblinks:hover 
{
 color: #646464;
}

.crumblinks:active 
{
 color: #ccc;
}

.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-top: 2px;
 padding-right: 0;
 padding-bottom: 2px;
 padding-left: 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-top: 1px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
}

p.topicdetails 
{
 margin-top: 1px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active 
{
 margin-top: 1px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 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: #000000;
}

.postdetails 
{
 color: #000;
}

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

.postbody li, ol, ul 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul 
{
 margin-top: 0;
 margin-right: 1.5em;
 margin-bottom: 0;
 margin-left: 0;
}

.posthilit 
{
 background-color: yellow;
}

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

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

.cattitle 
{
 
}

.gen 
{
 margin-top: 1px;
 margin-right: 1px;
 margin-bottom: 1px;
 margin-left: 1px;
 font-size: 1.2em;
}

.genmed 
{
 margin-top: 1px;
 margin-right: 1px;
 margin-bottom: 1px;
 margin-left: 1px;
 font-size: 1.1em;
}

.gensmall 
{
 margin-top: 1px;
 margin-right: 1px;
 margin-bottom: 1px;
 margin-left: 1px;
 font-size: 1em;
}

.copyright 
{
 color: #fff;
 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: #484848;
 font-size: 1.1em;
 font-weight: bold;
 background-color: #d1d1d1;
 background-image: url('./images/cellpic3.gif');
 white-space: nowrap;
 padding-top: 7px;
 padding-right: 5px;
 padding-bottom: 7px;
 padding-left: 5px;
}

td 
{
 padding: 2px;
}

td.profile 
{
 padding: 4px;
}

.tablebg 
{
 background-color: #FFFFFF;
 border-color: #000000;
 border-width: 2px;
 border-style: solid;
}

.catdiv 
{
 height: 28px;
 margin: 0;
 padding: 0;
 border-width: 0;
 background-image: url('./images/cellpic3.gif');
 background-color: white;
 background-repeat: repeat-y;
}

.rtl .catdiv 
{
 background-image: url('./images/cellpic3.gif');
 background-color: white;
 background-repeat: repeat-y;
}

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

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

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

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

.row4 
{
 background-color: #F7F7F7;
 padding: 4px;
}

.spacer 
{
 background-color: #D1D7DC;
}

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

.legend 
{
 text-align: center;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

.postlink 
{
 
}

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

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

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

a.cattitle 
{
 color: #fff;
 font-weight: bold;
 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
 font-size: 1.1em;
}

a.postlink, a.postlink:active, a.postlink:visited 
{
 color: #387ac8;
 text-decoration: none;
}

a.postlink:hover 
{
 color: #387ac8;
 text-decoration: underline;
}

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

a.topictitle 
{
 margin-top: 1px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-size: 1.2em;
 color: #000;
}

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

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

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

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

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

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

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

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

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

option 
{
 padding-top: 0;
 padding-right: 1em;
 padding-bottom: 0;
 padding-left: 0;
}

option.disabled-option 
{
 color: graytext;
}

.rtl option 
{
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 1em;
}

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

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

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

.btnmain 
{
 font-weight: bold;
 background-color: #ECECEC;
 border-color: #A9B8C2;
 border-width: 1px;
 border-style: solid;
 cursor: pointer;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 font-size: 1.1em;
}

.btnmain:hover 
{
 font-weight: bold;
 background-color: #ECECEC;
 border-color: #333;
 border-width: 1px;
 border-style: solid;
 cursor: pointer;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 font-size: 1.1em;
}

.btnlite 
{
 font-weight: normal;
 background-color: #ECECEC;
 border-color: #A9B8C2;
 border-width: 1px;
 border-style: solid;
 cursor: pointer;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 font-size: 1.1em;
}

.btnlite:hover 
{
 font-weight: normal;
 background-color: #ECECEC;
 border-color: #333;
 border-width: 1px;
 border-style: solid;
 cursor: pointer;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 font-size: 1.1em;
}

.btnfile 
{
 font-weight: normal;
 background-color: #ECECEC;
 border-color: #A9B8C2;
 border-width: 1px;
 border-style: solid;
 padding-top: 1px;
 padding-right: 5px;
 padding-bottom: 1px;
 padding-left: 5px;
 font-size: 1.1em;
}

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

/* BBCode
 ------------ */
.quotetitle, .attachtitle 
{
 margin-top: 10px;
 margin-right: 5px;
 margin-bottom: 0;
 margin-left: 5px;
 padding: 4px;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 0;
 border-left-width: 1px;
 border-style: solid;
 border-color: #A9B8C2;
 color: #333333;
 background-color: #A9B8C2;
 font-size: 0.85em;
 font-weight: bold;
}

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

.quotecontent, .attachcontent 
{
 margin-top: 0;
 margin-right: 5px;
 margin-bottom: 10px;
 margin-left: 5px;
 padding: 5px;
 border-color: #A9B8C2;
 border-top-width: 0;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 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-color: #FAFAFA;
 color: #4B5C77;
}

.attachcontent 
{
 font-size: 0.85em;
}

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

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

.syntaxbg 
{
 color: #FFFFFF;
}

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

.pm_friend_colour 
{
 background-color: #007700;
}

.pm_foe_colour 
{
 background-color: #DD0000;
}

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

.thumbnail:hover 
{
 background-color: transparent;
 z-index: 50;
}

.thumbnail span 
{
 position: absolute;
 background-color: #292d38;
 padding: 4px;
 left: 0px;
 border-color: #52513f;
 border-width: 1px;
 border-style: solid;
 display: none;
 color: #FFF;
 text-decoration: none;
}

.thumbnail span img 
{
 border-width: 0;
 padding: 2px;
}

.thumbnail:hover span 
{
 position: absolute;
 display: block;
 top: 20px;
 left: 7px;
}

.sep 
{
 color: black;
 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;
}

td.transoff 
{
 background-color: White;
 opacity: .95;
 filter: alpha(opacity=95);
 -moz-opacity: 0.95;
 border-bottom-color: white;
 border-bottom-width: 0px;
 border-bottom-style: solid;
}

td.transon 
{
 background-color: White;
 opacity: .80;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
 border-width: 0px;
 border-style: solid;
 border-color: black;
}

td.trans25 
{
 background-color: transparent;
 opacity: .25;
 filter: alpha(opacity=25);
 -moz-opacity: 0.25;
 border-width: 0px;
 border-style: solid;
 border-color: black;
}

td.trans75 
{
 background-color: transparent;
 opacity: .75;
 filter: alpha(opacity=75);
 -moz-opacity: 0.75;
 border-width: 0px;
 border-style: solid;
 border-color: black;
}

td.trans2off 
{
 background-color: transparent;
 opacity: 1.0;
 filter: alpha(opacity=100);
 -moz-opacity: 1.0;
 border-bottom-color: white;
 border-bottom-width: 0px;
 border-bottom-style: solid;
}

td.trans2on 
{
 background-color: transparent;
 opacity: .60;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
 border-width: 0px;
 border-style: solid;
 border-color: black;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

fieldset.polls dl {
	margin-top: 1px;
	padding: 5px 0 0 0;
	line-height: 100%;
	color: #000000;
}

fieldset.polls dl.voted {
	font-weight: bold;
	color: #000000;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px;
	overflow: visible;
	min-width: 2%;
}

.pollbar1 {
	background-color: #aaaaaa;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
}

.pollbar2 {
	background-color: #bebebe;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

.pollbar3 {
	background-color: #D1D1D1;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.pollbar4 {
	background-color: #e4e4e4;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.pollbar5 {
	background-color: #f8f8f8;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

