/* ************************************* */
/* Common styles for the theme           */
/* ************************************* */

.logo {
  width: 100%;
  background: url(images/logo.png) center top no-repeat;
	background-position: top center;
	padding: 267px 5px 0 0;
}

#random_news {  
}

#linksright {
    float: right;
	margin: -13px 0 0 0;
}

#guest_form{
    font-size: 11px;
}

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

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

/* set a fontsize that will look the same in all browsers. */
body 
{
	font: 95%/90% Verdana, Helvetica, sans-serif;
	background: #000000;
	background:url(images/mainbg.png) #000000 no-repeat;
	background-position: top center;
  background-attachment: fixed;
	margin: 0;
	padding: 12px 0 4px 0;
}

/* use dark grey for the text, leaving black for headers etc */
body, td, th , tr
{
	color: #d6cb72;
}

/* lets give all forms zero padding/margins */
form
{
	padding: 0px;
	margin: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* 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: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

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

/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7
{
	color: #d6cb72;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* No image should have a border when linked. */
a img
{
	border: 0;
}

/* No lines around buttons in Firefox! */
a
{
	outline: none;
}

/* Reset all lists. */
ul, ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

/* We can define lists to be lists tho! */
ul.normallist
{
	padding-left:	2em;
}

ul.normallist li
{
	list-style: disc;
}

/* NOTE: REMOVE THIS??!?!?!! */
/* But do use them in the posts area! */
.post ul
{
	padding-left:	2em;
}
.post ul li
{
	list-style: disc;
}
.post ul li li
{
	list-style: circle;
}

/* ************************************* */
/* Some handy custom classes             */
/* ************************************* */

.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 0.8em;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 0.85em;
}
.normaltext
{
	font-size: 1em;
}
.largetext
{
	font-size: 1.4em;
}

/* This style will make sure all headers use the same padding throughout. */
.headerpadding
{
	padding: 0.5em;
}
/* smaller padding used in paragraphs, sections etc */
.smallpadding
{
	padding: 0.2em;
}
/* larger padding used in paragraphs, sections etc */
.largepadding
{
	padding: 0.7em;
}

/* A small space to the next section. */
.marginbottom
{
	margin-bottom: 1em;
}
/* On the top too. */
.margintop
{
	margin-top: 1em;
}
/* remove bold/italic styles */
span.plainstyle
{
	font-weight: normal;
	font-style: normal;
}
/* float a list horisontally */
ul.horizlist
{
	width: 100%;
}
ul.horizlist li
{
	float: left;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: top;
}
/* make a inline-list */
ul.nolist li
{
	display: inline;
}
/* Helping style to clear floated items. */
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac. \*/
* html .clearfix 
{
	height: 1%;
}
.clearfix 
{
	display: block;
}
/* End hide from IE-mac. */

/* ************************************* */
/* Some specific SMF elements            */
/* ************************************* */

/* A quote, perhaps from another post. */
blockquote
{
	color: #000000;
	background-color: #c0c0c0;
	border: 2px 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: #dddddd;
	display: block;
	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%;
	overflow: auto;
	white-space: nowrap;
	/* 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;
	width: 100%;
}

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

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

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

/* ************************************* */
/* Real common classes                   */
/* ************************************* */

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #c5ba59;
	background-color: #121b20;
}
.windowbg2
{
	color: #c5ba59;
	background-color: #1b252d;
}
.windowbg3
{
	color: #c5ba59;
	background-color: #574021;
}
.windowbg4
{
	color: #c5ba59;
	background-color: #131e22;
}
.windowbg5
{
	color: #c5ba59;
	background-color: #1b252d;
}
.windowbg6
{
	color: #c5ba59;
	background-color: #1b252d;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	}

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

/* the today container in calendar */
.calendar_today
{
	background-color: #808080;
}

/* 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, #credits h3
{
	color: #d6cb72;
	font-style: normal;
	background: url(images/titlebg.jpg) #121b20 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}

.titlebg3, tr.titlebg3 th, tr.titlebg3 td
{
	color: #d6cb72;
	font-style: normal;
	background: url(images/titlebg.jpg) #121b20 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}

.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #d6cb72;
	font-style: normal;
}

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

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers. */
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/titlebg.jpg) #000000 repeat-x;
	color:  #d6cb72;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/titlebg.jpg) #000000 repeat-x;
	color:  #d6cb72;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #000000;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color:  #d6cb72;
	text-decoration: none;
	font-weight: bold;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color:  #d6cb72;;
	text-decoration: none;
	font-weight: bold;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #ff0000;
}

.catbgnew {
	height: 29px;
	line-height: 26px;
	 color: #d6cb72;
	font-size: 16px;
	font-weight: bold;
	background: url('images/titlebg.png') repeat-x 0 0; padding-left:5px; padding-right:0; padding-top:0; padding-bottom:0;		text-align: center;
}
.catbgl {
	background: url('images/catbgl.png') no-repeat 0 0;
	padding-left: 86px;
	position: relative
}
.catbgr {
	background: url('images/catbgr.png') no-repeat 100% 0;
	padding-right: 86px;
	position: relative
}

.catbg4 {
	background: #131e22;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
}

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


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* add a visual divider between subject and post */ 
.post
{
	margin-top: 0.7em;
	padding-top: 0.7em;
	border-top: solid 1px #888;
}

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

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

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

.event
{
	color: #08fc1f;
}

.holiday
{
	color: #D6CB72;
}

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

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}

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

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

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

#ajax_in_progress a
{
	color: white;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}

/* ************************************* */
/* Buttons and menus                     */
/* ************************************* */

.buttonlist, .buttonlist_bottom
{
}
.buttonlist ul li, .buttonlist_bottom ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}
.buttonlist ul li a, .buttonlist_bottom ul li a
{
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
}
.buttonlist ul li a:hover, .buttonlist_bottom ul li a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
.buttonlist ul li a span, .buttonlist_bottom ul li a span
{
	padding: 0.1em 0.5em 0.5em 0.5em;
}
.buttonlist ul li a.active, .buttonlist_bottom ul li a.active
{
	padding-right: 8px;
}
.buttonlist ul li a.active span em, .buttonlist_bottom ul li a.active span em
{
	padding: 0.1em 0.5em 0.5em 0.5em;
	font-style: normal;
}
.buttonlist ul li a.active span, .buttonlist_bottom ul li a.active span
{
	padding: 0 0 0 8px;
}
.buttonlist ul li a span.last, .buttonlist_bottom ul li a span.last
{
	padding: 0.1em 1em 0.5em 0.5em;
}

/* For links that are basically submit buttons. */
.buttonlist_submit
{
	background: transparent;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}

.buttonlist_submit:hover
{
	color: #e0e0ff;
}


/* ..for the "bottom" menu */
.buttonlist_bottom ul li a span
{
	padding: 0.5em 0.5em 0.1em 0.5em;
}
.buttonlist_bottom ul li a span.last
{
	padding: 0.5em 1.5em 0.1em 0.5em;
}
/* the old type of menu, with images */
.oldbuttonlist
{
	text-align: right;
	padding: 0.5em;
}

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

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

/* Footer Text */
#footerarea
{
color: #d6cb72;
}

/* Footer Links */
#footerarea a
{
color: #d6cb72;
}

/* Footer Disclaimer */
#disclaimer
{
color: #d6cb72;

}


/* each section in infocenter has this class */
.infocenter_section
{	border: solid #000000 1px;
	padding: 1px;
	clear: both;
}
.infocenter_section p.section
{
	display: block;
	margin: 0;
	width: 6%;
	text-align: center;
	float: left;	
	padding: 0 0 0 0;
}
.infocenter_section div.sectionbody
{
	margin-left: 6%;
	padding: 0.3em;
	border-left: solid #000000 1px;
	min-height: 45px;
}

/* Main menu */ 
.staticmenu {
height:34px;
background: #1b252d url(images/blue/menubody.png) ;
position:relative;
font-family:tahoma, sans-serif; 
font-size:9px;
font-weight:bold;
text-transform: uppercase;
z-index:500;
border:1px solid #000000;
}

.staticmenu .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.staticmenu li {
float:left;
}
.staticmenu li.lbutton {
border-right:1px solid #000000;
margin-top:0px;
}
.staticmenu li.rbutton {
float:right;
border-left:1px solid #000000;
color:black;
margin-top:3px;
}

.staticmenu .select a {
display:block; 
height:34px; 
float:left; 
padding:0 8px 0 8px; 
text-decoration:none;
line-height:31px; 
white-space:nowrap; 
color: #d6cb72;
}

.staticmenu .select a b {
display:block;
padding:-2px 30px 0 15px;
}

.staticmenu .select a:hover, 
.staticmenu .select li:hover a {
background: #1b252d url(images/blue/menuhover.png);
padding:0px 8px 0 8px;
color:black;
margin-top: 0px;
}

.staticmenu .select li.rbutton a:hover, 
.staticmenu .select li.rbutton:hover a {
background: #1b252d url(images/blue/menuhover.png);
color:black; 
padding-top:3px;
margin-top:-3px;
}

.staticmenu .select a:hover b, 
.staticmenu .select li:hover a b {
display:block; 
padding:0 30px 0 15px; 
}

.staticmenu .sub {
margin:0; 
padding:0;
list-style:none;
display:none;
}
.staticmenu ul ul {display:none;}

/* IE6 only */
.staticmenu table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.staticmenu .select :hover .sub {
height:22px;
display:block; 
position:absolute;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
width:100%;
top:34px; 
left:0; 

text-align:center;
background: #1b252d url(images/blue/menusub.png);
}

.staticmenu .select :hover .sub li a 
{display:block; height:22px; line-height:20px;float:left; background:transparent; padding:0 16px; margin:0; white-space:nowrap; color: #d6cb72; font-size:10px;}

.staticmenu .select :hover .sub li.subline a {color:#c00;}

.staticmenu .select :hover .sub li a:hover,
.staticmenu .select :hover .sub li:hover
{color:#000000; line-height:20px; position:relative;}

#static{
left: 0px;
top: -325px;
width: 100%;
z-index: 1000;
}

* html #static{ /*IE6 only rule, applied on top of the default above*/
position: absolute;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+50+"px" : body.scrollTop+50+"px");
}
#current {

height:34px;
background: #1b252d url(images/blue/menuactive.png);
padding-top:0px;
margin-top: 0px;
}
#current:hover{
background: #1b252d url(images/blue/menuhover.png);
}
