/*  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: "Verdana", Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #000000 url('http://www.bastion-guild.com/images/index_08_ulduar.gif') repeat-y;
        background-position: center;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	scrollbar-face-color: #202020;
	scrollbar-highlight-color: #606060;
	scrollbar-shadow-color: #303030;
	scrollbar-3dlight-color: #202020;
	scrollbar-arrow-color:  #EDD76F;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #202020;	
}

#wrapheader {
	min-height: 128px;
	height: auto !important;
	height: 128px;
	margin: 0;
}

#wrapcentre {
	padding: 0px;
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

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

#mainTable1{
	margin: 0px;
	padding: 0px;

}

#mainTable2{
	margin: 0px;
	padding: 0px;
}

#mainTable3{
	margin: -1px 0px 0px 0px;
	padding: 0px;
}


#mainTable4{
	margin: -1px 0px 0px 0px;
	padding: 0px;
}

#border_top_navi{
	margin: 0px;
	padding: 0px;
}

#border_top_left {
	margin: 0px;
	padding: 0px;
	width: 45px;
	/*background: TRANSPARENT url('./images/border_top_left.gif') no-repeat;*/
}

#border_top_center {
	margin: 0px;
	padding: 0px;
	height: 267px;
	background: TRANSPARENT url('http://www.bastion-guild.com/images/ulduar_header.png') repeat-x;
        background-position: center;
}

#border_top_right {
	margin: 0px;
	padding: 0px;
	width: 45px;
	/*background: TRANSPARENT url('./images/border_top_right.gif') no-repeat;*/
}

#border_side_left {
	margin: 0px;
	padding: 0px;
	/*background: TRANSPARENT url('./images/border_side_left.gif') repeat-y;*/
	width: 45px;
	vertical-align: top;
	top: 0px;
}

#border_side_right {
	margin: 0px;
	padding: 0px;
	/*background: TRANSPARENT url('./images/border_side_right.gif') repeat-y;*/
	width: 45px;
	vertical-align: top;
	top: 0px;
}

#border_bot_center {
	/*background: #000000 url('./images/border_bot_center.gif') repeat-x;*/
	color : #FFFFFF;
	font: bold 9px  Verdana, Arial, Helvetica, sans-serif,;
	line-height: 20px;
}

#border_bot_left {
	margin: 0px;
	padding: 0px;
	/*background: #000000 url('./images/border_bot_left.gif') no-repeat;*/
	width: 45px;
	height:45px;
}
	
#border_bot_right {
	margin: 0px;
	padding: 0px;
	/*background: #000000 url('./images/border_bot_right.gif') no-repeat;*/
	width: 45px;
	height:45px;
}

#menubar {
	margin: 15px 25px 0 25px;
	padding: 0px 5px 0px 5px;
	background: transparent url('./images/menubarbg.gif') repeat-x;	
	height: 25px;
	border:1px outset #2f638c;
}

#datebar {
	margin: 0px 25px 0 25px;
	background: transparent url('./images/row4.png') repeat-x;
	height: 25px;
	border: 1px outset #2f638c;
}

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

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	/*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 { }


/*  Text
 --------------------- */
h1 {
	color: #60cffd;
	font-family: "Georgia", sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: "Georgia",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;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #FFF;
	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: #FFF;
	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 {
        margin: 0px;
	padding: 0 3px 0 3px;
	background: transparent url('./images/row4.png') repeat-x;
	height: 25px;
	border:1px outset #2f638c;
} 

p.searchbarreg {
	margin: 15px 25px 0 25px;
	padding: 0px 5px 0px 5px;
	background: transparent url('./images/row4.png') repeat-x;	
	height: 25px;
}

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

.postdetails {
	color: #CCC;
}

.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: #fff;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #fff;
	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: #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: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: : #fff;
	background-image: url('./images/cellback.gif');
	/*background-image: url('./images/menubar.gif');*/
	height: 16px;
	white-space: nowrap;
	padding: 4px 4px;
}

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

.tablebg {
	background: url('./images/cellback.gif') repeat-x scroll top left;
	/*background: url('./images/menubarbg.gif') repeat-x scroll top left;*/
	/*border:1px outset #2f638c;*/
	border:1px outset #33BBFF;
}

.catdiv {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('./images/cellback.gif') repeat-x scroll top left;
	/*background: url('./images/menubarbg.gif') repeat-x scroll top left;*/
}
.rtl .catdiv {
	background: transparent url('./images/cellback.gif') repeat-x scroll top right;
	/*background: url('./images/menubarbg.gif') repeat-x scroll top left;*/
}

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

.row1 {
	background: #252525 url(images/row1.png);
}

.row2 {
	background: #161616 url(images/row2.png);
}

.row3 {
	/*background:transparent;*/
	background: url(images/cellpic3.gif);
}

.row4 {
	/*background:transparent;*/
	/*background: url(images/row1.png);*/
}

.spacer {
	background: #000 url('images/spacerow.gif') repeat-x;
	height: 4px;
}

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

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

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

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

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

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

a.forumlink:hover
{
	color: #EDD76F;
	text-decoration: underline;
}

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

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

a.topictitle:hover {
	color: #EDD76F;
	text-decoration: underline;
}

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

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

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

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

textarea {
	background-color: #000;
	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 #2f638c;
	padding: 2px;
}

select {
	color: #EDD76F;
	background-color: #131313;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #2f638c;
	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: #000;
	border: 1px solid #2f638c;
}

.btnbbcode {
	color: #FFD100;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background:#06143D url('./images/catbut.gif') repeat-x;
	border: 2px outset #706D64;
}

.btnmain {
	font-weight: bold;
	background:#06143D url('./images/catbut.gif') repeat-x;
	border: 2px outset #706D64;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background:#06143D url('./images/catbut.gif') repeat-x;
	border: 2px outset #706D64;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background:#06143D url('./images/catbut.gif') repeat-x;
	border: 1px inset #706D64;
	padding: 1px 5px;
	font-size: 1.1em;
}

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



/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #D6A04B;
	color: #60cffd;
	background: #000 url('./images/cellpic1.gif') repeat-x;
	font-size: 0.85em;
	font-weight: bold;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #D6A04B;
	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-color: #2C2626;
	color: #FFF;
}

.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: #D6A04B;
	color: #60cffd;
	background: #000 url('./images/cellpic1.gif') repeat-x;
	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: #D6A04B;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #2C2626;
	color: #FFF;
}

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

.sep {
	color: #FFF;
	background-color: #FFF;
}

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

.dkptable td.r1 {
        background-color: #0E1015;
}

.dkptable td.r2 {
        background-color: #1E2025;
}

.progression td {
	text-align:center;
}

.clear {
	color:#00CC00;
	font-size: 9px;
}

.nclear {
	color:#CC0000;
	font-size: 9px;
}

.sfirst {
	color:#0077FF;
	font-size: 9px;
}

.mname {
	font-size: 9px;
}

.prg {
	color:#333333;
}

#cd {
	font-size:18px;
	color:#55BBEE;
}

img.rcimg {
	opacity:0.175;
}

#menusection {
	width:666px;
	height:86px;
	padding:5px;
	border:1px dashed #CCCCCC;
	background-color:#111111;
	background-image:url('http://www.bastion-guild.com/images/scan.gif');
}