/* * Copyright 2008-2009 by:     CreativeDragonDesigns (http://creativedragondesigns.com) * */
/* Normal, standard links. */
a:link 
{ 
	text-decoration: none; 
	color: #fafaf8; 
}

a:visited 
{ 
	text-decoration: none; 
	color: #fafaf8; 
}

a:hover, a:active { color: #f0f0e9; text-decoration: none; }
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}


/* The main body of the entire forum. */
body
{
	margin: 0;
	padding: 0;
	color: #fafaf8;
	background-color: #0e1c3a;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:78%;
	font-family:Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif;
	background-repeat: repeat-x;
	background-position: top;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #ae0b18;
	font-family:Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif;
	background: url(images/textbg.gif);
	border: 1px solid #AE0B18;
}

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

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: tahoma, sans-serif;
}

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

/* A quote, perhaps from another post. */
blockquote
{
	color: #000000;
	background-color: #f5f5f5;
	display: block;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
code
{
	color: #000000;
	background-color: #f5f5f5;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	display: block;

	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

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

/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

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

/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2
{
	background-color: #B3F4B0;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	background-color: #1b356d;
}
.windowbg2
{
	background-color: #0e1c3a;
}
/* Color for background of posts requiring approval */
.approvebg
{
	color: #000000;
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	color: #000000;
	background-color: #E4A17C;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	E5DCB9
	font-style: normal;
	background: #43475c url(images/titlebg-m.gif) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	color: #E5DCB9;
	font-style: normal;
	font-size: 12px;	
}
.titlebg a:hover {
	text-decoration: underline;
}

.titlebg2 td {
	color: #E5DCB9;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #E5DCB9;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover 
{
	color: #E5DCB9;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3
{
	height: 22px;
	background-color: #1b356d;
	background-image: url(images/catbg-m.gif);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	height: 22px;
	background-color: #1b356d;
	background-image: url(images/catbg-m.gif);
}

.catbg, .catbg2, .catbg3
{
	font-weight: bold;
	color: #E5DCB9;
}
.catbgnew {
	height: 29px;
	line-height: 29px;
	color: #b7b9b3;
	font-weight: bold;
	background: url('images/catbg-m.gif') repeat-x 0 0; padding-left:5px; padding-right:0; padding-top:0; padding-bottom:0
}

.catbgnew-l {
	background: url('images/catbg-l.gif') no-repeat 0 0;
	padding-left: 8px;
	position: relative
}
.catbgnew-r {
	background: url('images/catbg-r.gif') no-repeat 100% 0;
	padding-right: 8px;
	position: relative
}
.catbgnew a:link
{
	color: #b7b9b3;
	text-decoration: none;
}
.catbgnew a:visited
{
	color: #b7b9b3;
	text-decoration: none;
}
.catbgnew a:hover
{
	text-decoration: underline;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #0e1c3a;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #1b356d;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #1b356d;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: tahoma, sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
.smalltext2
{
	font-weight:bold; 
	font-size: small;
	font-family: tahoma;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #FFFFFF;
}

.event
{
	color: #FFFFFF;
}

.holiday
{
	color: #FFFFFF;
}

/* Colours for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}
/* styling the admin section */
ol.search_results
{
	margin-top: 0;
	padding-top: 0;
}
ol.search_results li
{
	padding-top: 5px;
}

.button_strip_submit
{
	background: transparent;
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}

.button_strip_submit:hover
{
	color: #e0e0ff;
}

.openid_login
{
	background: white url(images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* new features settings screen */
.features
{
	clear: both;
	border-bottom: solid 1px #e0e0e0;
}
.features_image
{
	float: left;
	margin: 1em 2em 0.5em 1em;
}
.features_switch
{
	margin: 0.2em 1em 1em 1em;
	float: right;
}
.features h4
{
	padding: 2em 0 0.5em 0.5em;
	margin: 0;
	font-size: 1.1em;
}
.features p
{
	padding: 0 1em 1em 1em;
	margin: 0;
}

a.moderation_link, a.moderation_link:visited
{
	color: red;
	font-weight: bold;
}

/* These are for the auto suggest floating div type thing. */
.auto_suggest_div
{
	border: 1px solid black;
	position: absolute;
}

/* An auto suggest item */
.auto_suggest_item
{
	background-color: #DDDDDD;
}

/* hovered auto suggest item */
.auto_suggest_item_hover
{
	background-color: #888888;
	cursor: pointer;
	color: #EEEEEE;
}
/* Menu */
#menu {
  	text-align: center;
}

#footer {
	background-color: #0e1c3a;
	background-image: url(images/custom/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

#foot-r {
    height: 130px;
    background: url(images/custom/footer-r.gif) 100% 100% no-repeat;
}

#foot-l {
    background: url(images/custom/footer-l.gif) 0 100% no-repeat;
}

#footerarea {
    text-align: center;
    padding: 10px;
    color: #111;
}

#footerarea a:link, #footerarea a:visited {
	color: #CCCCCC;
}

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

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #fafaf8;
	background-color: #0e1c3a;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ac0c14;
	border-bottom-color: #ac0c14;
	border-left-color: #ac0c14;
}
#content-wrapper
{
	width: 830px;
	float: left;
	padding: 0px 0px 20px 20px;
}
#wrapper2 {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 11px;
	padding-bottom: 11px;
}
#header
{
	float: left;
	width: 100%;
	clear: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ac0c14;
	border-right-color: #ac0c14;
	border-left-color: #ac0c14;
	background-color: #0e1c3a;
}
#navigation
{
	
	clear: both;
	float: left;
	width: 100%;
	background-image: url('images/header.gif');
	height: 400px;
	cursor: pointer;
	
}
/* Header */

#header h1 
{ 
	padding-left: 30px; 
}

/* Wrapper */

#wrapper a:link { 
	font-weight: bold; 
	text-decoration: none; 
}

#wrapper a:visited { 
	font-weight: bold; 
	text-decoration: none; 
}

#wrapper a:hover, #wrapper a:active { 
	text-decoration: none; 
}


.userarea {
	font-size: 11px;
	width: 97%;
	text-align: right;
	color: #fafaf8;
	padding-top: 125px;
	font-weight: bold;
	
}
.userarea a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fafaf8;
}
.userarea a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #fafaf8;
}
#userareaavatar {
	height:100px;
	width: 100px;
	float: right;
	font-size: 10pt;
	color: #2a2a2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 0;
	vertical-align: middle;
}
.loginbutton {
	background: url(images/custom/login_button.gif) no-repeat;
	width: 52px;
	height: 26px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-top: 2px;
} 
/* template menu */
.menu1 {
	margin:0;
	list-style:none;
	height:35px;
	background:#1d1d1d url(./images/custom/button1.gif);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.menu1 li {float:left;}
.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
}
.menu1 li a b {
	float:left;
	display:block;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 4px;
}
.menu1 li.selected a {color:#fff; background:url(./images/custom/button3.gif);}
.menu1 li.selected a b {background:url(./images/custom/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(./images/custom/button2.gif);}
.menu1 li a:hover b {background:url(./images/custom/button2.gif) no-repeat right top;}
.menu1 li.selected a:hover {color:#fff; background:#000 url(./images/custom/button3.gif); cursor:default;}
.menu1 li.selected a:hover b {background:url(./images/custom/button3.gif) no-repeat right top;}
.loginbutton {
	background: url(images/custom/login_button.gif) no-repeat;
	width: 75px;
	height: 26px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-top: 2px;
} 
#toolbar {
	background-image: url(url(images/menubg.gif)
%20repeat);
	background-color: #0e1c3a;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	margin: 0;
	padding: 0;
	height: 35px;	
}
.extramenu {
		font-size:118%; 
}
.profil {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 3px 0px 3px 3px;
	background-color: #1b356d;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #172F60;
	border-right-color: #172F60;
	border-bottom-color: #172F60;
	border-left-color: #172F60;
} 
/* * Copyright 2008-2009 by:     CreativeDragonDesigns (http://creativedragondesigns.com) * */
