/* Normal, standard links. */
a
{
	color: #058;
	text-decoration: none;
	border-bottom: dotted 2px transparent;
}
a:hover
{
	text-decoration: none;
	border-bottom: dotted 2px #666;
}


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

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #444;
	font-size: 100.01%;
	font-family: arial, helvetica, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background: #dcdcdc;
	margin: 0;
	padding: 0 5% 0 5%;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, fieldset
{
	font-family: arial, helvetica, sans-serif;
	padding: 3px;
	border-width: 2px;
	background: #f2f3f0;
}
input, button
{
	border-width: 2px;
	padding: 1px;
	font-size: 90%;
	background: #f2f3f0;
}
input:focus, input:active, input:hover
{
	border: solid 2px orange;
	background: #e5e3e0;
}
textarea
{
	border-width: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	background: #f2f3f0;
}

/* 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
{
	border-width: 2px;
	font-size: 90%;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	background: #f2f3f0;
}

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

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
/* A quote, perhaps from another post. */
.quote
{
	color: #333;
	background: #f8f8f8;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.4em;
	border-left: solid 8px #e88;
	font-style: italic;
	margin: 0 1em 0 1em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #222;
	background: #f8f8f8;
	padding: 10px;
	font-size: 0.9em;
	border-left: solid 8px #8e8;
	white-space: nowrap;
	overflow: auto;
	min-height: 3em;
	font-family: "Courier New", monospace;
	font-size: 0.8em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	display: block;
	padding: 2px 10px 2px 10px;
	background: #f0f0f8;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
}
.codeheader
{
	padding-left: 26px;
	border-left: solid 8px #080;
}
.quoteheader
{
	border-left: solid 8px #800;
	padding-left: 26px;
	margin: 1em 1em 0 1em;
}

/* 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
{
}
.windowbg2
{
}
.windowbg3
{
	background: #f8f8ff;
}
/* the today container in calendar */
.calendar_today
{
	background: #eef;
}

/* 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
{
	background: #eed;
	color: #000;
	font-weight: bold;
}
.titlebg a:link, .titlebg a:visited
{
}

.titlebg a:hover
{
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
}

.titlebg2 a:hover
{
}

/* 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: #;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 95%;
	font-weight: bold;
}
.catbg2 , tr.catbg2 td
{
	background: #fb6;
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #530;
	text-decoration: none;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
}

/* This is used on tables that should just have a border around them. */
.tborder
{
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* 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: 97%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
	padding: 10px;
	background: #f0f0f0;
}

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


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .mirrortab_first
{
	display: none;
}
.maintab_last, .mirrortab_last
{
	display: none;
}
.maintab_active_first, .mirrortab_active_first
{
	display: none;
}
.maintab_active_last, .mirrortab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back a, .mirrortab_back a
{
	padding: 5px;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-family: tahoma, sans-serif;
	margin-right: 1px;
	border-bottom: solid 2px #fff;
	background: #eee;
}
.maintab_active_back a, .mirrortab_active_back a
{
	padding: 5px;
	background: #ddf;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	margin-right: 1px;
	border-bottom: solid 2px #fff;
}
.maintab_back a:hover, .maintab_back a.chosen:hover,.maintab_back a.chosen,.mirrortab_back a:hover, .mirrortab_back a.chosen:hover,.mirrortab_back a.chosen
{
	border: none;
	background: #777;
	color: white;
	border-bottom: solid 2px #fff;
}
.maintab_active_back a:hover, .maintab_active_back a.chosen:hover,.maintab_active_back a.chosen,.mirrortab_active_back a:hover, .mirrortab_active_back a.chosen:hover,.mirrortab_active_back a.chosen
{
	border: none;
	background: #777;
	color: white;
	background: #ddd;
	border-bottom: solid 2px #fff;
}

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

#mainframe
{
}

#menubox
{
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}
#menubox li
{
	display: inline;
}
#menubox li a
{
	text-decoration: none;
}
#menubox li a:hover
{
	text-decoration: none;
	border-bottom: dotted 2px #f80;
}
#menubox li.chosen a
{
	font-weight: bold;
}
#linktree
{
	padding-left: 2em;
}
#linktree a.last
{
	font-weight: bold;
}
#usersection
{
	margin-top: 1em;
}
#copywrite
{
	clear: both;
}
#copywrite , #copywrite left
{
}
#sideframe
{
	background: white;
}


html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#dcdcdc; /*color background - only works in IE */
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */ 
	}


body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background: #dcdcdc;
	}

#sideframe {
	overflow:auto; /* add scroll bars as necessary */
	position:absolute; /* position absolutely */
	z-index:3; /* If required to cover any other divs */
	top: 1px; /* a value to miss the header */
	bottom: 1px; /* a value to miss the footer */
	left: 300px; /* a value to miss any navigation div */
	right: 0; /* this will put the scroll bar at the right of the page */
	background: #fff; /* set the background color */
	}


#maincontent, #sidecontent
{
	padding: 20px;
}
#sidecontent
{
	padding-left: 70px;
	width: 200px;
	background: #dcdcdc;
}

#bloclogo
{
	position: absolute;
	bottom: 10px;
	margin-left: 40px;
}
#bloclogo:hover
{
	border-bottom: solid 2px transparent;
}
h1 a:hover
{
}
.hrcolor
{
	display: none;
}