/* Normal, standard links. */
a:link, a:visited
{
        color: #FFB903;
        text-decoration: none;
}
a:hover
{
        color: #cc3333;
        text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
        font-size:9px;
        color: #FFB903;
        text-decoration: none;
}
a.nav:hover
{
        font-size:9px;
        font-size:9px;
        font-weight: bold;
        color: #cc3333;
        text-decoration: none;
}

/* Tables should show empty cells. */
table
{
        empty-cells: show;
}

/* Tabular by AzaToth */

/* Main tabular layout, must be same for all */
table.tabular1,
table.tabular2,
table.tabular3,
table.tabular4,
table.tabular5,
table.tabular6,
table.tabular7,
table.tabular8,
table.tabular9
{
	margin: 1em;
	width: 50%; /* Half screen ok? */
	max-width: 1024px;
	min-width: 600px;
	border-collapse: collapse;
	empty-cells: show;
}

/* Standard border */
table.tabular1 tr,
table.tabular2 tr,
table.tabular3 tr,
table.tabular4 tr,
table.tabular5 tr,
table.tabular1 colgroup col,
table.tabular2 colgroup col,
table.tabular3 colgroup col,
table.tabular4 colgroup col,
table.tabular5 colgroup col
{
	border: 1px solid black;
}

/* Standard padding */
table.tabular1 td,
table.tabular1 th,
table.tabular2 td,
table.tabular2 th,
table.tabular3 td,
table.tabular3 th,
table.tabular4 td,
table.tabular4 th,
table.tabular5 td,
table.tabular5 th,
table.tabular6 td,
table.tabular6 th, 
table.tabular7 td,
table.tabular7 th, 
table.tabular8 td,
table.tabular8 th,
table.tabular9 td,
table.tabular9 th
{
	padding: 0.2em;
}
	
/* Standard header */
table.tabular1 th,
table.tabular2 th,
table.tabular3 th,
table.tabular4 th,
table.tabular5 th
{
	text-align: left;
	background: #6b8eae;
	color: white;
}

/* Standard caption */
.tabular1 caption,
.tabular2 caption,
.tabular3 caption,
.tabular4 caption,
.tabular5 caption,
.tabular6 caption,
.tabular7 caption,
.tabular8 caption,
.tabular9 caption
{
	caption-side: bottom; 
	font-size: 0.7em;
}


/* Tabular stype 1 */
table.tabular1 colgroup col.tabular_col0 {background: #efefef;}
table.tabular1 colgroup col.tabular_col1 {background: #dedede;}

/* Tabular stype 2 */
table.tabular2 tr.tabular_row0 {background: #efefef;}
table.tabular2 tr.tabular_row1 {background: #dedede;}

/* Tabular stype 3 */
table.tabular3 td {background: #efefef;}
table.tabular3 tr td:first-child {background: #dedede;}

/* Tabular stype 4 */
table.tabular4 tr.tabular_row0 {background: #efefef;}
table.tabular4 tr.tabular_row1 {background: #dedede;}
table.tabular4 tr.tabular_row0 td:first-child {background: #cdcdcd;}
table.tabular4 tr.tabular_row1 td:first-child {background: #bcbcbc;}

/* Tabular stype 5 */
table.tabular5 colgroup col.tabular_col0 {background: #efefef;}
table.tabular5 colgroup col.tabular_col1 {background: #efefef;}


/* Tabular stype 6 */
table.tabular6 th {text-align: left;}
table.tabular6 colgroup col {border-left: 1px solid black;}
table.tabular6 colgroup col:first-child {border-left: 0px;}
table.tabular6 tr {border-top: 1px solid black;}
table.tabular6 tr:first-child {border-top: 0px;}

/* Tabular stype 7 */
table.tabular7 th {text-align: left;}
table.tabular7 colgroup col {border: 1px solid black;}
table.tabular7 tr {border: 1px solid black;}

/* Tabular stype 8 */
table.tabular8 th {text-align: left;}
table.tabular8 colgroup col:first-child {border-right: 1px solid black;}
table.tabular8 tr:first-child {border-bottom: 1px solid black;}

/* Tabular stype 9 */
table.tabular9 th {text-align: left;}

img
{
	border: 0;
}

h1 { color: #FFBA00; font-size:10pt; border-bottom: 1px solid #46525E; }
h2 { color: #B8B4A2; font-size:9pt;  }

/* By default (td, body..) use Tahoma in black. */
body, td
{
        color: white;
        font-size: 11px;
        font-family: verdana, Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
        background-color: #262220;
        margin: 0px;
        padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
        font-size: 8pt;
        color: white;
        font-family: verdana, Tahoma, arial, helvetica, serif;
        border: 1px solid white;
        background : #101920;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

.file
{
        font-size: 8pt;
        color: white;
        font-family: verdana, Tahoma, arial, helvetica, serif;
        border: 1px solid white;
        background : #101920;

}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
        font-size: 8pt;
        font-weight: normal;
		color: white;
        border: 1px solid white;
        background : #101920;
        font-family: verdana, Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
        height: 1px;
        border: 0;
        color: #666666;
        background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote, .spoiler
{
        color: #FFFFFF;
        background-color: #101920;
        border: 1px solid #FFFFFF;
        font-size: 7pt;
        margin: 1px;
        padding: 1px;
/*        font-size: x-small; */
}

/* A code block - maybe even PHP ;). */
.code
{
        color: #000000;
        background-color: #cccccc;
        border: 1px solid #000000;
        padding: 1px;
        font-family: "courier new", helvetica, "times new roman", serif;
/*        font-size: x-small; */
        width: 99%;
        margin: 1px auto 1px auto;
        white-space: nowrap;
        overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader, .spoilerheader
{
        color: #000000;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
      /*  font-size: x-small; */
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
        cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
        color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
        background-color: yellow;
        font-weight: bold;
        color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
        color: #dddddd;
        background-color: #30383D;
}
.windowbg2
{
        color: #dddddd;
        background-color: #2D3338;
}
.windowbg3
{
        color: #dddddd;
        background-color: #282E32;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, .titlebg2, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
        color: white;
        font-style: normal;
        background-color: #4C5253;
}

.titlebg a:hover
{
        color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
        background: url(http://hiddenrealms.net/forum/Themes/default/images/catbg.jpg) repeat-x;
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
        background: url(http://hiddenrealms.net/forum/Themes/default/images/catbg2.jpg) repeat-x;
}
.catbg3
{
        background: url(http://hiddenrealms.net/forum/Themes/default/images/catbg2.jpg) repeat-x;

}

.catbg, .catbg2, .catbg3
{
        font-weight: bold;
        background-color: black;
        color: #D2D2C0;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
        background-color: #343F45;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
        border: 1px solid #535758;
        background: #404647;
        padding: 2px;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
        /*font-size: small;               */
        font-size:9px;
        font-family: verdana, Tahoma, arial, helvetica, serif;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smallboard
{
        /*font-size: small;               */
        font-size:9px;
        color : #C1B39E;
        font-family: verdana, Tahoma, arial, helvetica, serif;
}

.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
        background-color: #404647;
        border-bottom: 1px solid #392A21;
        background-image: url(images/background.gif);
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
        background-color: #343A3B;
        background-image: url(images/bg.jpg);
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
        color: #B4B4A4;
        background-color: #404647;
        border-top: 1px solid #392A21;
        background-image: url(images/background.gif);
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
        background-color: black;
        background-image: url(images/box.gif);
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headerfooter
{
        background-image: url(images/boxdown.gif);
}

.headerbodies
{
        background-color: #383635;

}
.boxbg {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
	color: #B4B4A4;
	background-color: #404647;
	/*border: 1px solid #392A21;*/
	background-image: url(http://hiddenrealms.net/forum/Themes/default/images/background.gif);

}
.boxbg2 {
	color: #B4B4A4;
	background-image: url(http://hiddenrealms.net/forum/Themes/default/images/box_bg.gif);
	background-color: #404647;
	border: 1px solid #392A21;
	font-size: 95%;
	border-collapse: collapse;
	padding: 0 .8em .3em .5em;
}
/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2
{
	color: #bbb;
    font-family: verdana, Tahoma, arial, helvetica, serif;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
#bodyContent h2 {
	font-size: 160%;
    font-family: verdana, Tahoma, arial, helvetica, serif;
}
#content {
	margin: 2.8em 0 0 12.2em;
	padding: 0 1em 1.5em 1em;
	background: #343A3B;
    border-bottom: 1px solid #392A21;
	color: #dddddd;
	border: 1px solid #aaa;
	border-right: none;
	line-height: 1.5em;
	position: relative;
	z-index: 2;
}
#globalWrapper {
	font-size: 127%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.firstHeading {
	color: #efefef;
	font-size: 180%;
	margin-bottom: .8em;
}
.subfont {
	display: inline;
	border: none;
	padding: 1px;
	font-size: 98%;
	font-weight: bold;
	margin-bottom: .6em;
	color: #fff;
}
.cattitle {
	color: #dcdcdc;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: .1em;
}

div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	/*border-color: none;*/
	background: #30383D;
	width: auto;
}
div.thumb div {
	border: 1px solid #aaa;
	padding: 3px !important;
	font-size: 94%;
	/*text-align: left;*/
	background: #30383D;
	overflow: hidden;
}
div.thumb div a img {
	border: none;
}
div.thumb div div.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	background: #30383D;
	padding: .3em 0 .1em 0;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	background: #30383D;
	border-width: .5em 0 .8em 1.4em;
	border-color: #343A3B;
}
div.tleft {
	float: left;
	margin-right: .5em;
	background: #30383D;
	border-width: .5em 0 .8em 1.4em;
	border-color: #343A3B;
}
#column-content {
	width: 100%;
	float: right;
	margin: 0 0 .6em -12.2em;
	padding: 0;
}
/*
** content styles
*/

#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
    color: #dddddd;
    background-color: #2D3338;
	padding: 5px;
	font-size: 95%;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
    background-image: url(images/catbg.jpg);
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}


/* Profile Styles */
.charTop {
	background: url(/images/entar/parchment_top.jpg);
	color: #000000;
	font-size: 160%;
	font-weight: bold;
}
.charMid {
	background: url(/images/entar/parchment_mid.jpg);
	color: #000000;
	padding: .3em 0 .1em 0;
	font-size: 120%;
}
.charBottom {
	background: url(/images/entar/parchment_bottom.jpg);
	color: #000000;
	font-size: 110%;
}
/* Character CSS Shit */
#CharLoginContent {
	margin: 2.8em 0 0 12.2em;
	padding: 1em 1em 1.5em 0em;
	background: #343A3B;
    border-bottom: 1px solid #392A21;
	color: #dddddd;
	border: 1px solid #aaa;
	/*border-right: none;*/
	line-height: 1.5em;
	position: relative;
	z-index: 2;
}
.ContentWindow {

	color: #dddddd;
	background-color: #2D3338;
    border: 1px solid #535758;
	padding: 1em 1em 1.5em 1em;

}
#CharContent {
	padding: 0 1em 1.5em 1em;
	background: #343A3B;
	border-bottom: 1px solid #392A21;
	color: #fdfdfd;
	border: 1px solid #aaa;
	border-right: none;
	line-height: 1.5em;
	/*position: relative;*/
	z-index: 2;
}
#SaveContent {
	margin: 0 3em 1em 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em 1.5em;
	background-color: #2D3338;
}


/* SMF Drop Down Menu CSS */

/* the new admin menu */
#adm_container
{
	display: table;
	margin-left: 0px;
	margin-top: 3px;
	padding: 0 5px 0 5px;
	background: none;
}

ul.admin_menu, ul.admin_menu li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.admin_menu
{
	display: table-cell;
	background: none;
	width: 80em;
}

/* ie6 special styles :P */
* html #adm_container, * html ul.admin_menu
{
	height: 1%;
	width: auto;
}
/* end */

ul.admin_menu li
{
	position: relative;
	float: left;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
}
#adm_container ul.admin_menu li h4
{
	margin: 0;
	padding: 7px 5px 3px 5px;
	cursor: default;
	font-weight: normal;
	font-size: x-small;
	color: white;
}
#adm_container ul.admin_menu li.chosen
{
	background: none;
	padding-left: 6px;
}

#adm_container ul.admin_menu li.chosen h4
{
	background: none;
	padding-right: 10px;
}
ul.admin_menu li ul li
{
	background: url(http://hiddenrealms.net/forum/Themes/default/images/background.gif) repeat-x;
	border: 1px solid #000;
	height: 2em;
	width: 16em;
	float: none;
	margin: 0;
	padding: 2px;
}
ul.admin_menu li ul
{
	margin: 0 0 0 3px;
	z-index: 90;
	display: none;
	position: absolute;
	top: 100%;
	border: 1px solid #000;
	background: url(http://hiddenrealms.net/forum/Themes/default/images/background.gif) repeat-x;
}
ul.admin_menu li ul ul
{
	margin: 0 0 0 8px;
}
ul.admin_menu li ul li ul, ul.admin_menu li ul li.over ul
{
	display: none;
	position: absolute;
	left: -999em;
	top: 0;
	border: 1px solid #000;
	background: url(http://hiddenrealms.net/forum/Themes/default/images/background.gif) repeat-x;
}
ul.admin_menu li ul li a
{
	display: block;
	padding: 0.5em;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: Trebuchet, Helvetica, sans-serif;	
	color: #cccc99;
	text-decoration: none;
	background: none;
}
ul.admin_menu li ul li a.chosen
{
	font-weight: bold;
}
ul.admin_menu li ul li a:hover, #admin_menu ul li ul li:hover
{
	color: #cc3333;
}
ul.admin_menu li > ul
{
	top: auto;
	left: auto;
}
ul.admin_menu li:hover ul, ul.admin_menu li.over ul
{
	display: block;
}
ul.admin_menu li ul li:hover ul, ul.admin_menu li ul li.over ul
{
	display: block;
	left: 15.5em;
}

ul.admin_menu a:hover
{
	text-decoration: none;
}

/* the menu dropdown toggle image */
#menu_toggle
{
	float: right;
	margin-right: 10px;
}
#menu_toggle span
{
	position: relative;
	right: 5000px;
}


