/****
	These are the main navigation links at the top of the page, like HOME, HELP, etc..
****/
/** This controls the width for the entire forum! **/
.widthControl
{
	width: 900px;
	text-align: left;
}
.mainnav
{
	height: 19px;
}
.mainnav, .mainnav li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mainnav li
{
	float: left;
}
.mainnav li a:link, .mainnav li a:visited, .mainnav li a:active
{
	display: block;
	line-height: 19px;
	height: 19px;
	vertical-align: middle;
	color: #a1a1a1;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 5px 0 5px;
	margin: 0;
	background: url("images/menu_linkbg.gif") 0 0 repeat-x;
	float: left;
}
.mainnav li a:hover
{
	color: #ffffff;
	text-decoration: none;
	background: url("images/menu_linkbg.gif") 0 -19px repeat-x;
}

/** The divider between all the main navigation links. **/
.mainnavDivider
{
	background: url("images/mainnavDivider.gif") top center no-repeat;
	padding: 0;
	width: 2px;
	height: 19px;
}

/****
	This is the styles for the dropdown menus.
****/
/** old styles **/
.drop-down
{
	position: absolute;
	border: 1px solid #000000;
	background-color: #000000;
	padding: 0px;
}

a.subNav-link:link, a.subNav-link:visited, a.subNav-link:active
{
	text-decoration: none;
	border: 0;
	display: block;
	background-color: #1e1e1e;
	text-align: left;
	padding-left: 5px;
	line-height: 20px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
}

a.subNav-link:hover
{
	color: #B6BFAB;
	text-decoration: none;
	border: 0;
	background-color: #303030;
}

/****
	This is for the topic tools link on the display template.
****/
a.topic-tools:link, a.topic-tools:visited, a.topic-tools:active
{
	color: #ffffff;
	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: #b6bfab;
	text-decoration: none;
}

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

/* These are the links in Pages [ 1 ], 2, 3, ... */
a.navPages:link, a.navPages:visited, a.navPages:active
{
	color: #b6bfab;
	text-decoration: underline;
}
a.navPages:hover
{
	color: #ffffff;
	text-decoration: none;
}

/* This is the news fader text color */
#smfFadeScroller
{
 color: #ffffff;
}

/* Navigation links - for the link tree. */
.nav-tree
{
	font-size: smaller;
	padding:5px;
	background: #191917 url("images/titlebg.gif") top left repeat-x;
}

a.nav-tree:link, a.nav-tree:visited, a.nav-tree:active
{
	color: #e2ba00;
	text-decoration: none;
	border: 0;
	padding: 0 4px 0 4px;
	font-size: 11px;
}
a.nav-tree:hover
{
	color: #e2ba00;
	text-decoration: underline;
}

/* This is for the poll option's fieldset. */
.pollOptions
{
	border: 1px solid #282828;
	padding: 8px;
}

.pollOptions legend
{
	color: #ffffff;
}

/* 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: #b6bfab;
	text-decoration: none;
}
.copyright-links a:hover
{
	color: #ffffff;
	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: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.topic-author a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

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

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	font-family: Verdana, Tahoma, Sans-serif, serif;
	font-size: small;
	color: #ffffff;
}

/* The main body of the entire forum. */
body
{
	background: #000000 url("images/body_background.gif") top left repeat-x;
	margin: 0px;
	padding: 0 0 20px 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: #1d1d1d;
	border: 1px solid #000000;
	color: #ffffff;
}

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

/* The search input field in the header.*/
.search-input
{
	background-color: #181818;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	padding: 3px 4px 3px 4px;
	width: 199px;
	margin-left: 20px;
}

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

/* This is the blank html box for ads or whatever. */
#blank-box
{
	/* Add styles here */
	text-align: center;
	margin: 4px 0 4px 0; /* top right bottom left; hide of no content */
}

/* A quote, perhaps from another post. */
.quote, .code
{
	border-top: 1px solid #000000;
	border-right: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	border-left: 1px solid #000000;
	color: #e3e3e3;
	padding: 8px;
	margin: 0 15px 8px 15px;
	background-color: #1a1a1a;
}
.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: #ffffff;
	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: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .windowbg2, .windowbg3, .windowbgpinned, .windowbg2pinned
{
	color: #ffffff;
	border-width: 1px 0 0 1px;
	border-style: solid;
}
.windowbg /* Light */
{
	background-color: #303030;
	border-color: #494949;
}
.windowbg2 /* Dark */, .windowbg3 /* Null for now.. */
{
	background-color: #1e1e1e;
	border-color: #3f3f3f;
}

/****
	This is the username of the poster.
****/
a.postername:link, a.postername:visited, a.postername:active
{
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 5px;
}
a.postername:hover
{
	color: #ffffff;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #1e1e1e;
	color: #ffffff;
	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: #191917;
	background-image: url("images/titlebg.gif");
	background-position: top left;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #b6bfab;
	font-style: normal;
}

.titlebg a:hover
{
	color: #ffffff;
}
/* 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: #b6bfab;
}

/* 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: #000000 url(images/catbg.gif) top left repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.catbg2 , tr.catbg2 td, td.catbg2
{
	background: #000000 url(images/catbg.gif) top left repeat-x;
	color: #ffffff;
	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: #ffffff;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #b6bfab;
}

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

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border: 1px solid #000000;
	background-color: #000000;
}

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

/* The AJAX notifier */
#ajax_in_progress
{
	background: #2f2f2f;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 80%;
	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 */

/****
	These are the TinyPortal specific styles.
****/
/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #2f2f2f;
	border-bottom: solid 1px #000000;
	padding: 4px;
}

.sitemap_header{
	background: #262626;
	border-bottom: solid 1px #000000;
	padding: 4px;
	display: block;
	font-weight: bold;
 }

.sitemap_header_active{
	background: #2f2f2f;
	border-bottom: solid 1px #000000;
	padding: 4px;
	display: block;
	font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	background: #2f2f2f;
	border-bottom: solid 1px #000000;
	padding: 4px;
	display: block;
	text-decoration: none;
}

/* TP other styles */
ul#articlelist
{
	margin: 0;
	padding: 0.5ex 0;
	list-style: none;
}
ul#catlist
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #515151;
}

ul#articlelist li
{
	margin: 0;
	display: block;
	padding: 0 0 0 3ex;
	background: url(images/divider.gif) no-repeat 5px 3px;
}
ul#catlist li
{
	display: block;
	padding: 0 0 0 3ex;
	margin: 0;
}

/* TP rss feed styles */
.rss_title { font-weight: bold; }
.rss_body { margin-bottom: 1ex; }
.rss_image { margin: 4px 0 4px 0; }

/***
	These are the parts for the theme's template parts.
****/
/** The background for the header **/
.header
{
	background: url("images/tpl_topbg.gif") top left repeat-x;
}
.tpl-topleft
{
	background: url("images/tpl_topleft.jpg") top left no-repeat;
}
.tpl-topright
{
	background: url("images/tpl_topright.jpg") top right no-repeat;
}
.tpl-ventleft
{
	background: url("images/tpl_ventleft.jpg") bottom left no-repeat;
}
.tpl-ventright
{
	background: url("images/tpl_ventright.jpg") bottom right no-repeat; height: 78px;
}
.tpl-topcenter
{
	background: url("images/tpl_topcenter.jpg") top center no-repeat;
}
.menubg
{
	background: #000000 url("images/menu_bg.gif") top left repeat-x;
}
.menubg-right
{
	background: url("images/menu_right.jpg") top right no-repeat;
}
.tpl-menubottombg
{
	background: url("images/tpl_menubottom_bg.gif") top left repeat-x;
}
.tpl-menubottom
{
	background: url("images/tpl_menubottom.jpg") top center no-repeat;
	height: 33px;
}
.forumbody
{
	background: #1e1e1e;
	padding: 0 8px 5px 8px;
}
.tpl-footer
{
	background: url("images/tpl_bottombg.gif") top left repeat-x;
}
.tpl-bottomleft
{
	background: url("images/tpl_bottomleft.jpg") top left no-repeat;
}
.tpl-bottomright
{
	background: url("images/tpl_bottomright.jpg") top right no-repeat;
}