/*****************************************************************************/
/* d20haven style sheet for CSS2-capable browsers.                           */
/*                                                                           */
/* Copyright James J Skach - http://www.d20haven.com/                        */
/*****************************************************************************/

/*****************************************************************************/
/* General - These are the styles that form the default/basic set for the    */
/*           overall page. In almost every case, they will be overridden by  */
/*           a specific style. These are here for a foundation and           */
/*           completeness.                                                   */
/*****************************************************************************/
/*-------------------------------------------------------*/
/* * -  Reset browsers default margin, padding and font  */
/*      sizes                                            */
/*-------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------------------*/
/* Body -  Set the basic body style. Note the font size set to 62%  */
/*         which sets the default font size to be equivalent to     */
/*         10px.  In turn, this makes it easy to use the em version */
/*         of sizing as 1.1em=11px, 1.2em=12px, 2.0em=20px, etc.    */
/*------------------------------------------------------------------*/
body
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #576B93;
	background-color: #FFFFFF;
	font-size: 62.5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*------------------------------------------------------------------*/
/* a - set all of teh possible link options to a basic set. Include */
/*     an underline as the default for the links that show up in    */
/*     an article as this will distinguish them from standard text. */
/*------------------------------------------------------------------*/
a:link,
a:active,
a:visited,
a:hover
{
	color: #576B93;
	text-decoration: underline;
}
/*-------------------------------------------------------*/
/* Headers                                               */
/*-------------------------------------------------------*/
/*
** These came from the wiki
*/
h1
{
	font-family: 'Papyrus', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-bottom: 1px dotted #333333;
	line-height: 1.1em; padding-bottom: 0.2em;
}
h2
{
	font-family: 'Papyrus', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-bottom: 1px dotted #333333;
	line-height: 1.1em; padding-bottom: 0.2em;
}
h3
{
	font-family: 'Papyrus', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h4
{
	font-family: 'Papyrus', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/*
** These came from the forum
*/
h1
{
	color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	color: #576B93;
	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;
	font-size: 1.1em;
	font-weight: bold;
}


/*-------------------------------------------------------*/
/* Images                                                */
/*-------------------------------------------------------*/
img
{
	border: none;
}





/*****************************************************************************/
/* Components - These are the styles that create the various components on   */
/*              the screen. PLEASE NOTE: This includes all of the possible   */
/*              styles for the various standard tags (like a, or h5) for     */
/*              each of the components that appear on the screen.            */
/*****************************************************************************/
/*-------------------------------------------------------*/
/* header_wrapper - This is a header wrapper providing   */
/*                  consistent margins, etc.             */
/*-------------------------------------------------------*/
.header_wrapper
{
}

/*-------------------------------------------------------*/
/* title_bar - This is the large "banner" across the top */
/*             with the name of the site (as a link).    */
/*-------------------------------------------------------*/
.title_bar
{
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #576B93;
	clear: left;
}
.title_bar td a,
.title_bar td a:visited,
.title_bar td a:hover
{
	color: #CDBD65;
	font-family: "Papyrus", Verdana, Arial, Helvetica, sans-serif;
	font-size: 6.5em;
	font-weight: 900;
	text-decoration: none;
}

/*-------------------------------------------------------*/
/* site_nav_bar - This is the set of links for site      */
/*                navigation                             */
/*-------------------------------------------------------*/
.site_nav_bar
{
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 1px 1px;
	font-size: 1.0em;
}
.site_nav_item
{
	color: #576B93;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.site_nav_item td a, 
.site_nav_item td a:visited,
.site_nav_item td a:hover
{
	font-size: 1.1em;
	font-weight: bolder;
	text-decoration: none;
}

/*-------------------------------------------------------*/
/* date_bar -                                            */
/*-------------------------------------------------------*/
.date_bar
{
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}

/*-------------------------------------------------------*/
/* site_footer -                                         */
/*-------------------------------------------------------*/
.site_footer_wrapper
{
}
.site_footer
{
	background: #CDBD65;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 1px 1px;
	font-size: 1.0em;
}
.site_footer_item
{
	color: #576B93;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.site_footer_item td a, 
.site_footer_item td a:visited,
.site_footer_item a:hover
{
	font-size: 1.1em;
	font-weight: bolder;
	text-decoration: none;
}

/*-------------------------------------------------------*/
/* app_nav_bar - These are links used to navigate        */
/*               intra-app (as opposed to the site).     */
/*-------------------------------------------------------*/
.app_nav_bar
{
	float:left;
	width:160px;
	margin: 15px 0 0 0;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.5em;
}
.app_nav_bar ul li a, a:visited, a:hover
{
	text-decoration: none;
	color: #576B93;
	font-size: 1.1em;
}
.app_nav_bar ul li a:selected
{
	text-decoration: none;
	color: #576B93;
	font-size: 1.1em;
	font-weight: bolder;
}
.app_nav_bar ul
{
	list-style: bullet;
	margin-top: 0px; 
	margin-left: 0px;
}
.app_nav_bar li
{
	margin-top: 0.25em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2.0em;
}
.app_nav_bar_header
{
	font-family: "Papyrus", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 1.4em;
	color:#000000;
	margin-bottom: 0px;
}

/*****************************************************************************/
/* Content:                                                                  */
/*                                                                           */
/*                                                                           */
/*                                                                           */
/*                                                                           */
/*                                                                           */
/*                                                                           */
/*                                                                           */
/*****************************************************************************/
/*-------------------------------------------------------*/
/* Single Column Content                                 */
/*                                                       */
/*                                                       */
/*-------------------------------------------------------*/
/*-----------------------------------*/
/* Wrapper                           */
/*-----------------------------------*/
.sc_wrapper
{
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
}

/*-------------------------------------------------------*/
/* Double Column Content                                 */
/*                                                       */
/*                                                       */
/*-------------------------------------------------------*/
/*-----------------------------------*/
/* wrapper - this is the overall     */
/*           wrapper for double      */
/*           column content          */
/*-----------------------------------*/
.dc_wrapper
{
	width:100%;
}

/*-----------------------------------*/
/* Header                            */
/*-----------------------------------*/
.dc_main_content_header
{
	font-family: "Papyrus", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 2.0em;
	color:#000000;
	margin-bottom: 0px;
}
/*-----------------------------------*/
/* Sub-header                        */
/*-----------------------------------*/
.dc_main_content_sub_header
{
	display: none;
}
/*-----------------------------------*/
/* Main Content                      */
/*-----------------------------------*/
.dc_main_content
{
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1.5;
	padding-left: 1em;
}
.dc_main_content a, a:vistited
{
	color: #576B93;
	text-decoration: underline;
}
/*-----------------------------------*/
/* Footer                            */
/*-----------------------------------*/
.dc_main_content_footer
{
	border-top: 1px solid #666666;
	color: #999999;
}
.dc_main_content_footer a, a:hover
{
	color: #576B93;
}
.dc_main_content_footer ul
{
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dc_main_content_footer ul li
{
	margin-top: 0.1em;
	margin-right: 1em;
	margin-bottom: 0.1em;
	margin-left: .1em;
}

/*****************************************************************************/
/* Non-column-specific Table Properties                                      */
/*                                                                           */
/*                                                                           */
/*****************************************************************************/
/*-------------------------------------------------------*/
/* table_background - This is the background color of    */
/*                    the table, which ends up being the */
/*                    lines!                             */
/*-------------------------------------------------------*/
.table_background
{
	background-color:  #576B93;
}

.table_row_base
{
	background-color: #FFFFFF;
	color: #2F4166;
	padding: 4px;
}

.table_cell_base
{
	background-color: #FFFFFF;
	color: #2F4166;
	padding: 4px;
}

.table_footer
{
	color: #576B93;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #CDBD65;
	text-indent: 4px;
}

/*****************************************************************************/
/* Non-column-specific Text Properties                                       */
/*                                                                           */
/*                                                                           */
/*****************************************************************************/
.general
{
	margin: 1px 1px;
	font-size: 1.2em;
}

.general_bold
{
	margin: 1px 1px;
	font-size: 1.2em;
	font-weight: bold;
}

.general_medium
{
	margin: 1px 1px;
	font-size: 1.1em;
}

.general_medium_bold
{
	margin: 1px 1px;
	font-size: 1.1em;
	font-weight: bold;
}

.general_small
{
	margin: 1px 1px;
	font-size: 1em;
}

.general_small_bold
{
	margin: 1px 1px;
	font-size: 1em;
	font-weight: bold;
}

.site_notice
{
    font-size: 95%;
    padding: 0 0.9em 0 0.9em;
    text-align: center;
}
.site_notice p
{
	margin: 0; padding: 0;
}
.user_message
{
    background-color: #ffce7b; /* yellow */
    border: 1px solid #ffa500; /* orange */
    color: Black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
.code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.acronym
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
.abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
.span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
.urlexpansion
{
	display: none;
}
.printfooter
{
	display: none;
}


















#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}


#menubar {
	margin: 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #720303;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }



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;
}

.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: #000000;
}

.postdetails {
	color: #000000;
}

.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: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {
	color:#FFFFFF;
}

.copyright {
	color: #576B93;
	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 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #576B93;
 
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
 
}
td.profile {
	padding: 4px;
		 
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	 
/*	background-color: #F3E8B1;*/
	background-color: #CDBD65;
}
.rtl .catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	 
/*	background-color: #F3E8B1;*/
	background-color: #CDBD65;
}

.cat
{
	color: #576B93;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
/*	background-color: #F3E8B1;*/
	background-color: #CDBD65;
	text-indent: 4px;
}

.row1 {
/*	background-color: #F2EDD5;*/
	background-color: #FFFFFF;
	color: #2F4166;
	padding: 4px;
}

.row2 {
/*	background-color: #F2EDD5;*/
	background-color: #FFFFFF;
	padding: 4px;
	color: #2F4166;
}

.row3 {
/*	background-color: #F2EDD5;*/
	background-color: #FFFFFF;
	padding: 4px;
	color: #2F4166;
}

.rowgood {
	background-color: #FFFFFF;
	padding: 4px;
	color: #2F4166;
}

.rowneutral {
	background-color: #CAC1D7;
	 
	padding: 4px;
}

.rowbad {
	background-color: #720303;
 
	padding: 4px;
}

.spacer {
	background-color: #F3F3F3;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #FFF4F4;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
	 
}

/* Links
 ------------ */
a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
/*	color: #D46400;*/
	text-decoration: none;
}

a.forumlink {
	color: #069;
	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: #5493B4;
	text-decoration: none;
}

th a,
th a:visited {
		color: #FFFFFF!important;
	text-decoration: none;
}

th a:hover {
	text-decoration: None;
}

#logodesc a,
#logodesc a:visited,
#logodesc a:hover
{
	color: #CDBD65;
	font-family: "Papyrus", Verdana, Arial, Helvetica, sans-serif;
	font-size: 65px;
	font-weight: 900;
	text-decoration: none;
}

/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	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: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	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: 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: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 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: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	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: #FAFAFA;
	color: #4B5C77;
}

.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: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	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: #A9B8C2;
	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: #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
 ------------ */
.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;
}