/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Divine Black
	Based on style:	subBlack (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:	Darthorx ( http://www.DivineReapers.org )
	
	
	Copyright 2007 Darthorx ( Darthorx@DivineReapers.org )
    --------------------------------------------------------------
*/

/* 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: #FFFFCC;
	background-color: #000000;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background-image: url('./images/background.gif');
	background-repeat: no-repeat; padding: 0 25px 15px 25px;}
/* -------------------------
   calendar mod additions... 
   ------------------------- */
   
/* uses border-top-color = .bg3 background-color
 (the line between events in the month display) */
hr.hrCal { 
	border-top-color: #000000;
}

/* uses color from h1
   (calendar header previous and next links) */
.calH1 {
	color: #CC9900;
	font-weight: bold;
	font-size:100%
}

/* The from and to times take up a lot of 
  space in the calendar display.
  Use this to shrink them */
.smCalText{font-size:85%}

/* bg4 is just slightly darker then bg3 
  (used in calendar headers) */
.bg4	{ background-color: #181818; }

/* uses background-color of .bg3
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg3_calMonH{ 
	background-color: #222222;
	font-size:85%
}

/* uses background-color of .bg4
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg4_calMonH{ 
	background-color: #101010;
	font-size:85%
}

/* uses background-color of .bg1
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg1_calMon {
	background-color: #101010;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
/* uses background-color of .bg2
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg2_calMon {
	background-color: #101010;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
/* uses background-color of .bg3
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg3_calMon {
	background-color: #101010;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}


/* uses background-color of .bg1
   uses border-top-color = .forumbg background-color
   (used to display events in calendar day view) */ 
table.table1 tbody td.bg1_calDay {
	background-color: #101010;
	border-top-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

/* uses background-color of .bg3
   uses border-top-color = .forumbg background-color
   (used to display negative space in calendar day view) */ 
table.table1 tbody td.bg3_calDay {
	background-color: #101010;
	border-top-color: #000000;
}

/* -------------------------
   calendar mod end
   ------------------------- */
#wrapcentre {
	margin: 25px;
}

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

#wrapnav {
	width: 100%;
	margin: 0px;
	background-color: #333333;
	border-width: 1px;
	border-style: broken;
	border-color: #222222;
}

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

#menubar {
	
}

#datebar {
	margin-top: 10px;
}

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

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

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

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



h1 {
	color: #CC9900;
	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 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0px;
	float: left;
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none
}

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

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

.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}

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

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

.rtl p.searchbarreg {
	float: left;
}

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

p.topicauthor {
	margin: 1px 0px;
}

p.topicdetails {
	margin: 1px 0px;
}

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

.postdetails {
	color: #FFFFCC;
}

.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: 0px;
	color: #FFFFCC;
	font-weight: bold;
}

a.nav {
	margin: 0px;
	color: #FFFFCC;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #FFFFCC;
	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: #444;
	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: underline;
}

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFCC00;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #222222;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;

}

td {
	padding: 2px;
}

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

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

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

/* REMOVED:
	background-image: url('styles/DivineBlack/theme/images/cellpic1.gif');
*/

.row1 {
	background-color: #101010;
	padding: 5px;
}

.iframe {
	background-color: #000000;
	frameborder: 0
	scrolling: no
	padding: 4px;
}

.pagenavbar {
	background-color: #333333;
	border-width: 1px;
	border-style: dashed;
	border-color: #CC9900;
	padding: 5px;
}

.row2 {
	background-color: #181818;
	padding: 5px;
}

.row3 {
	background-color: #232323;
	padding: 5px;
}

.rowgood {
	background-color: #222222;
	padding: 5px;
}

.rowneutral {
	background-color: #222222;
	padding: 5px;
}

.rowbad {
	background-color: #222222;
	padding: 5px;
}

.spacer {
	background-color: #222222;
}

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

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

/* Links
 ------------ #AE8300 */
a.topictitle {
	color: #FFCC00;
	margin: 1px 0px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}
a:link {
	color: #CC9900;
	text-decoration: none;
}

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

a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

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

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

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

th a:hover {
	color: #FFFFCC;
	text-decoration: none;
}


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

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

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

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

option {
	padding: 0 1em 0 0;
}

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

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

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

.btnbbcode {
	color: #FFFFCC;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #333333;
	border: 1px dashed #B88101;
}

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

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

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

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


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

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

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

.attachcontent {
	font-size: 0.85em;
}

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

.codecontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #000000;
	border-width: 0px 1px 1px 1px;
	border-style: dashed;
	font-weight: normal;
	color: #939393;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #444444;
}

.syntaxbg {
	color: #000000;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


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

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* The following are part of the calendar mod.
   They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
   If you are trying to implement a style other then prosilver, look at how your existing style defines
   those icons, and do the same for the new calendar icons.
*/
.calendar-new-icon span 	{ background-image: url("{IMG_BUTTON_CALENDAR_NEW_SRC}") ;}
.calendar-day-icon span     { background-image: url("{IMG_BUTTON_CALENDAR_DAY_SRC}") ;}
.calendar-week-icon span    { background-image: url("{IMG_BUTTON_CALENDAR_WEEK_SRC}") ;}
.calendar-month-icon span   { background-image: url("{IMG_BUTTON_CALENDAR_MONTH_SRC}") ;}

img {
	border: none;
}

.blue {
	color: #CC9900;
}

.sep {
	color: #CC9900;
	background-color: #000000;
}

table.colortable td {
	padding: 0;
}

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

.nowrap {
	white-space: nowrap;
} @import url("medals.css");

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:hidden;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#000;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(http://www.virtualaces.net/phpBB3/styles/DivineBlack/template/images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}