/****

	This is what you change to control the width of the entire forum.

****/

#widthControl

{

 width: 1000px; /** Change to 100% for full fluid **/

 text-align: left;

}



/****

	These are the main navigation links at the top of the page, like HOME, HELP, etc..

****/

td.mainnav

{

	line-height: 26px;

	height: 26px;

	vertical-align: top;

	text-align: center;

	color: #ffffff;

}

td.mainnav a, td.mainnav_active a

{

	line-height: 26px;

	height: 26px;

	vertical-align: middle;

	color: #ffffff;

	font-weight: normal;

	text-decoration: none;

	text-transform: capitalize;

	font-size: 11px;

}

td.mainnav a:link, td.mainnav a:visited, td.mainnav a:active

{

	color: #ffffff;

}

td.mainnav a:hover

{

	color: #cc3333;

	text-decoration: none;

}

td.mainnav_active a:link, td.mainnav_active a:visited, td.mainnav_active a:active

{

	color: #ffffff;

}

td.mainnav_active a:hover

{

	color: #cc3333;

	text-decoration: none;

}



/****

	This is the styles for the dropdown menus.

****/

.drop-down

{

	position: absolute;

	border: 1px solid #000000;

	background-color: #A0A0AA;

	padding: 1px;

}

.drop-down .catbg { padding-left: 5px; }



.drop-down td a:link, .drop-down td a:visited, .drop-down td a:active

{

	text-decoration: none;

	border: 0;

	display: block;

	background-color: #E2E4EC;

	border-top: 1px solid #ffffff;

	text-align: left;

	padding-left: 5px;

	line-height: 20px;

	height: 20px;

	vertical-align: middle;

	color: #000000;

	font-weight: normal;

	font-size: 10px;

}



.drop-down td a:hover

{

	color: #000000;

	text-decoration: none;

	border: 0;

	background-color: #ffffff;

	border-top: 1px solid #ffffff;

}



/****

	This is for the topic tools link on the display template.

****/

a.topic-tools:link, a.topic-tools:visited, a.topic-tools:active

{

	font-weight: bold;

	font-size: 11px;

	padding: 5px 5px 5px 5px; /* top right bottom left */

	text-decoration: none;

}

a.topic-tools:hover

{

	text-decoration: none;

}



/* Normal, standard links. */

a:link, a:visited, a:active

{

	color: #000000;

	text-decoration: none;

}



a:hover

{

	color: #cc3333;

	text-decoration: underline;

}



/* Links inside of posts. */

.post a:link, .post a:visited, .post a:active

{

	color: #cc3333;

	text-decoration: underline;

}

.post a:hover

{

	text-decoration: none;

}



/* These are the links in Pages [ 1 ], 2, 3, ... */

a.navPages:link, a.navPages:visited, a.navPages:active

{

	color: #000000;

	text-decoration: underline;

}

a.navPages:hover

{

	color: #cc3333;

	text-decoration: none;

}



/* This is the news fader text color */

#smfFadeScroller

{

 color: #e3e3e3;

}



/* Navigation links - for the link tree. */

.nav-tree

{

	font-size: smaller;

	padding:5px;

	margin: 5px 0 5px 0;

}



a.nav-tree:link, a.nav-tree:visited, a.nav-tree:active

{

	color: #000000;

	text-decoration: none;

	border: 0;

	padding: 0 4px 0 4px;

	font-size: 11px;

}

a.nav-tree:hover

{

	color: #cc3333;

	text-decoration: underline;

}



/* This is for the poll option's fieldset. */

.pollOptions

{

	border: 1px solid #2e404c;

	padding: 8px;

}



.pollOptions legend

{

	color: #000000;

}



/* This is the copyright links at the bottom of the page */

.copyright-links, .copyright-links a:link, .copyright-links a:visited, .copyright-links a:active

{

	color: #000000;

	text-decoration: none;

}

.copyright-links a:hover

{

	color: #cc3333;

	text-decoration: underline;

}



/* This is the topic author's name on the message index */

.topic-author, .topic-author a, .topic-author a:link, .topic-author a:visited, .topic-author a:active, span.topic-author a, span.topic-author a:link, span.topic-author a:visited, span.topic-author a:active

{

	font-size: 11px;

	color: #000000;

	text-decoration: none;

	font-weight: normal;

}



.topic-author a:hover

{

	color: #000000;

	text-decoration: none;

	font-weight: normal;

}



/* By default (td, body..) use verdana in black. */

body, td, th , tr

{

	font-family: Verdana, Tahoma, Sans-serif, serif;

	font-size: small;

	color: #494949;

}



/* The main body of the entire forum. */

body

{

	background-color: #000000;

	background-image: url("images/background.gif");

	background-position:  400px 0px ;

	background-repeat:repeat-x;

	margin: 0px;

	padding: 15px 0 4px 0;

}



/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button

{

	font-family: verdana, sans-serif;

}

input, button

{

	font-size: 90%;

}



textarea

{

	font-size: 100%;

	font-family: verdana, sans-serif;

	background-color: #ffffff;

	border: 1px solid #a0a0aa;

	color: #494949;

}



/* 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;

	font-family: verdana, sans-serif;

}



/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor

{

	height: 1px;

	border: 0;

	color: #A0A0AA;

	background-color: #A0A0AA;

	margin-left: 0px;

}



/* A quote, perhaps from another post. */

.quote, .code

{

	border-top: 1px solid #A0A0AA;

	border-right: 1px solid #A0A0AA;

	border-bottom: 1px solid #A0A0AA;

	border-left: 1px solid #A0A0AA;

	color: #494949;

	padding: 8px;

	margin: 0 15px 8px 15px;

	background-color: #E2E4EC;

}

.quote

{

	font-size: x-small;

	line-height: 1.4em;

}

/* A code block - maybe even PHP ;). */

.code

{

	font-family: Arial, "courier new", "times new roman", monospace;

	line-height: 1.3em; /* Don't wrap its contents, and show scrollbars. */

	white-space: nowrap;

	overflow: auto; /* Stop after about 24 lines, and just show a scrollbar. */

	max-height: 24em;

}

/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader

{

	color: #494949;

	text-decoration: none;

	font-weight: normal;

	font-size: 11px;

	line-height: 25px;

	height: 25px;

	padding: 1px;

	margin-left: 15px;

	vertical-align: middle;

}



/* Highlighted text - such as search results. */

.highlight

{

	background-color: #bcd9e2;

	font-weight: bold;

	color: black;

}



/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg, .windowbg2, .windowbg3

{

	color: #494949;

	border-width: 0;

	border-style: solid;

}

.windowbg /* Light */

{

	background-color: #ffffff;

	border-color: #2e404c;

}

.windowbg2 /* Dark */, .windowbg3 /* Null for now.. */

{

	background-color: #e2e4ec;

	border-color: #283945;

}



/****

	This is the username of the poster.

****/

a.postername:link, a.postername:visited, a.postername:active

{

	display: block;

	padding: 3px 5px 3px 5px;

	background: #E2E4EC url("images/posterinfo_down.gif") center right no-repeat;

	border: 1px solid #A0A0AA;

	text-align: left;

	text-decoration: none;

}

a.postername:hover

{

	background-color: #ffffff;

	border: 1px solid #A0A0AA;

	text-decoration: none;

}



/* This is for the post author information on each post. */

ul.postauthorinfo

{

	margin: 0;

	padding: 0;

	list-style-type: none;

}

ul.postauthorinfo li

{

	font-size: x-small;

	text-align: left;

	margin: 0;

	padding: 0;

	list-style-type: none;

}



/* This is the poll bar on topics with polls. Works if you have the mod installed. */

/*.poll-bar

{

	width: 106px;

	white-space: nowrap;

	text-align: left;

	background: url("images/pollbg.gif") center left no-repeat;

}

*/



/* the today container in calendar */

.calendar_today

{

	background-color: #E2E4EC;

	color: #000000;

	font-weight: bold;

}



/* 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, .titlebg2 td

{

	color: #ffffff;

	font-style: normal;

	background-color: #6d707a;

	background-image: url("images/titlebg.gif");

	background-position: top left;

	background-repeat: repeat-x;

	border-bottom: solid 1px #2e2e2e;

	border-top: solid 1px #6d707a;

	font-weight: bold;

	font-size: 11px;

	padding-left: 10px;

	padding-right: 10px;

}

td.titlebg td { color: #ffffff; }

.titlebg, .titlebg a:link, .titlebg a:visited

{

	font-weight: bold;

	color: #ffffff;

	font-style: normal;

}



.titlebg a:hover

{

	color: #cc3333;

}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited, td.titlebg table tr td a:hover

{

	color: #ffffff;

	font-style: normal;

	text-decoration: underline;

}



.titlebg2 a:hover

{

	text-decoration: underline;

	color: #cc3333;

}



/* 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, td.catbg , tr.catbg td , .catbg3 , tr.catbg3 td, .menulist li#dropdownTitle

{

	background-image: url(images/catbg.gif);

	background-color: #ffffff;

	background-position: bottom left;

	background-repeat: repeat-x;

	color: #000000;

	padding-left: 10px;

	padding-right: 10px;

	vertical-align: middle;

}

.catbg2 , tr.catbg2 td, td.catbg2

{

	background-image: url(images/catbg.gif);

	background-color: #182731;

	background-position: bottom left;

	background-repeat: repeat-x;

	color: #000000;

	padding-left: 10px;

	padding-right: 10px;

	vertical-align: middle;

}

.catbg, .catbg2

{

	font-weight: bold;

}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited

{

	font-size: 95%;

	color: #000000;

	text-decoration: none;

}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited

{

	color: #000000;

	text-decoration: none;

}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover

{

	color: #cc3333;

}



/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor

{

	background-color: #a0a0aa;

	padding: 0px;

}



/* This is used on tables that should just have a border around them. */

.tborder

{

	padding: 0px;

	border: 1px solid #000000;

	background-color: #a0a0aa;

}



/* The AJAX notifier */

#ajax_in_progress

{

	background: #132029;

	color: white;

	text-align: center;

	font-weight: bold;

	font-size: 18pt;

	padding: 3px;

	width: 100%;

	position: fixed;

	bottom: 0;

	left: 0;

}



/****

	These are the small things that should have no need to be changed.

****/

.error { color: red; }/* Sometimes there will be an error when you post */

.help { cursor: help; }/* Generally, those [?] icons.  This makes your cursor a help icon. */

.meaction { color: red; }/* /me uses this a lot. (emote, try typing /me in a post.) */

.editor { width: 96%; }/* The main post box - this makes it as wide as possible. */

/* 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; }

a img { border: 0; }/* No image should have a border when linked */

table { empty-cells: show; }/* Tables should show empty cells. */

/* 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;

}

