/* ************************************* */
/* Common styles for the theme           */
/* ************************************* */

/* Normal, standard links. */
a:link {
	color: #DAA520;
	text-decoration: none;
}
a:visited {
	color: #DAA520;
	text-decoration: none;
}
a:hover {
	color: #fffffd;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* set a fontsize that will look the same in all browsers. */
body {
	font: 9pt Verdana, Helvetica, sans-serif;
	margin: 0;
	background-color: #000004;
	background-image: url(../images/theme-images/body-bg.png);
	background-repeat: repeat-x;
}
/* use dark grey for the text, leaving black for headers etc */
body, td, th, tr {
	color: #c8c8c8;
	line-height: 150%;
}
#bodyarea {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DAA520;
	border-right-color: #DAA520;
	border-bottom-color: #DAA520;
	border-left-color: #DAA520;
}
/* this is the main container surrounding everything, use this to set forum width, font-size  etc. */
#mainframe {
	width: 93%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DAA520;
	border-right-color: #DAA520;
	border-bottom-color: #DAA520;
	border-left-color: #DAA520;
}

.headbanner {
	background-color: transparent;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	left: 1px;
	top: 70px;
	width: 100%;
	border-top-width: 10px;
	border-right-width: 15px;
	border-bottom-width: 10px;
	border-left-width: 15px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #DAA520;
	border-right-color: #DAA520;
	border-bottom-color: #DAA520;
	border-left-color: #DAA520;
}



#footer {
	height: 25px;
	background: transparent url(../images/theme-images/footer-bg.png) 0 0 repeat-x;
}
#foot-r {
	height: 25px;
	padding-right: 20px;
	background: transparent url(../images/theme-images/footer-r.png) 100% 0 no-repeat;
}
#foot-l {
	height: 25px;
	padding-left: 20px;
	background: transparent url(../images/theme-images/footer-l.png) 0 0 no-repeat;	margin-top: 10px;
}
.logo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	font-size: 36px;
	line-height: normal;
	top: 0px;
	position: absolute;
}
#userarea {
	width: 100%;
	float: left;
	font-size: 7pt;
	color: #c8c8c8;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding-bottom: 0;
	padding-left: 0;
}
#userareaavatarleft {
	float: left;
	font-size: 10pt;
	color: #2a2a2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-bottom: 0px;
	left: 0px;
	margin-top: auto;
	margin-bottom: auto;
/*	z-index: 200;
*/	position: absolute;
}
#userareaavatarright {
	float: right;
	font-size: 10pt;
	color: #2a2a2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
	right: 0px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
}
#userarea a:link, #userarea a:visited {
color: #DAA520;
	text-decoration: none;
}
#userarea a:hover {
	color: #fffff6;
	text-decoration: none;
}
/* the greeting section. Note that h1 and h2 are reseved for logo/greeting!  */
#greeting_section {
	padding: 0.7em 0.4em 0.7em 0.4em;
	clear: both;
}
/* user section with all relevant links */
#user_section {
	padding: 1px;
	margin: 1px 0 0 0;
	font-size: 9pt;
}
#user_section ul, #user_section form {
	padding: 0.5em 0.7em 0.5em 0.7em;
}
/* the greeting */
#greeting_section em {
	font-style: normal;
	font-weight: bold;
}
#greeting_section li#name {
	padding-left: 0.5em;
}
/* the avatar, located to the left */
#user_section #myavatar {
	padding: 0.7em;
	border-right: solid 1px #DAA520;
	margin: 0 0.5em 0 0;
	float: left;
}
/* the news and search areas */
#news_section {
	clear: both;
	font-size: 9pt;
	padding: 0.5em 1em 0.5em 1em;
}
#random_news h3 {
	color: #c8c8c9;
	margin-right: 1em;
	font-size: 9pt;
	display: inline;
}
#random_news p {
	margin: 0;
	padding: 0;
	display: inline;
}
/*Drop menu codes*/
.menu-wrapper {
	width: 100%;
	height: 30px;
	background-image: url(../images/theme-images/mirrortab_back.png);
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAA520;
}
.main-menu {
	font-size: 7.5pt;
	list-style: none;
	background: none;
	color: #DAA520;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 10px;
}
.main-menu a:link {
	color: #000007;
	cursor: pointer;
}
.main-menu a:visited {
	color: #000007;
}
.main-menu ul {
	height: 30px;
	float: left;
	padding: 0;
	list-style: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	left: 50%;
}
.main-menu ul li a.current {
	color: #fffff9;
}
.main-menu ul li a.current:hover {
	color: #fffff9;
}
.main-menu li {
	float: left;
	position: relative;
	z-index: 1;
	background: none;
	right:50%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.main-menu li:hover {
	z-index:2;
	color: #fffff9;
}
.main-menu li a {
	display: block;
	line-height: 24px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	width: 15px;
	height: 30px;
	line-height: 26px;
	display: block;
	float: left;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../images/theme-images/topmenu-l1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0px;
}
a .menu-right {
	width: auto;
	height: 30px;
	line-height: 26px;
	display: block;
	float: left;
	margin-right: 0px;
	background: transparent url(../images/theme-images/topmenu-r1.png) 100% 0 no-repeat;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
}
.main-menu li a:hover .menu-left, .main-menu li:hover a .menu-left {
	background: transparent url(../images/theme-images/topmenu-active-l.png) 0 0 no-repeat;
}
.main-menu ul li a.current .menu-left {
	background: transparent url(../images/theme-images/topmenu-active-l.png) 0 0 no-repeat;
}
.main-menu li a:hover .menu-right, .main-menu li:hover a .menu-right {
	background: transparent url(../images/theme-images/topmenu-active-r.png) 100% 0 no-repeat;
	cursor: pointer;
}
.main-menu ul li a.current .menu-right {
	background: transparent url(../images/theme-images/topmenu-active-r.png) 100% 0 no-repeat;
}
.main-menu li a:hover, .main-menu li.hover a, .main-menu li:hover a {
	color: #fffff9;
	text-decoration: none;
}
.main-menu li:hover .sub, .main-menu li.hover .sub {
	display: block;
}
.main-menu li .sub {
	display: none;
	position: absolute;
	top: 40px;	left: 0px;
	height: 21px;
	width: 175px;
	padding-top: 15px;
	background: transparent url(../images/theme-images/submenu_top.png) no-repeat;
}
.main-menu li ul {
	width: 175px;
	height: auto;
	margin: 0 0 0 0;
	padding: 4px 0 12px 15px;
	list-style: none;
	font-size: 7pt;
	background: transparent url(../images/theme-images/submenu_bg.png) 0 100% no-repeat;
}
.main-menu li:hover li, .main-menu li.current li {
	width: 100%;
	padding: 0;
	background: none;
}
.main-menu li:hover li a, .main-menu li.current li a {
	color: #DAA520;	text-decoration: none;	background: none;	margin: 0 0 0 0;
	padding: 2px 0px 2px 5px;
	line-height: 15px;
	width: 140px;
	font-size: 8pt;
}
.main-menu li:hover li a:hover, .main-menu li.current li a:hover {
	color: #fffff6;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 5px;
	background: transparent url(../images/theme-images/submenu_bg.png) no-repeat;
}
/*IE*/
.main-menu li li a:hover {
	color: #DAA520;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 2px 7px 2px 7px;
	background: transparent url(../images/theme-images/submenu_bg.png) no-repeat;
}
/* the linktree */
ul#linktree {
	clear: both;
	list-style: none;
	padding: 10px;
	color: #DAA520;
}
ul#linktree li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 9pt;
}
ul#linktree li a {
	color: #DAA520;
}
ul#linktree li a:hover {
	color: #fffff6;
}
ul#linktree li span {
	font-weight: bold;
	font-size: 8pt;
}
/* 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: #c8c8c8;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #282828;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #DAA520;
	border-right-color: #DAA520;
	border-bottom-color: #DAA520;
	border-left-color: #DAA520;
}
input, button {
	font-size: 9pt;
	color: #c8c8c8;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #282828;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #DAA520;
	border-right-color: #DAA520;
	border-bottom-color: #DAA520;
	border-left-color: #DAA520;
}
textarea {
	font-size: 10pt;
	color: #c8c8c8;
	font-family: Verdana, Helvetica, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
	border: none;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 9pt;
	font-weight: normal;
	color: #c8c8c8;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #282828;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #DAA520;
	border-right-color: #DAA520;
	border-bottom-color: #DAA520;
	border-left-color: #DAA520;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #DAA520;
	background-color: #DAA520;
}
/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7 {
	color: #c8c8c8;
	font-size: 11pt;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
h4 {
	text-align: center;
	color: #c8c8c8;
}
/* 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;
}
/* ************************************* */
/* Some handy custom classes             */
/* ************************************* */
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: 8pt;
	line-height: 11pt;
	font-family: Verdana, Helvetica, sans-serif;
}
.middletext {
	font-size: 8.5pt;
	line-height: 10pt;
}
.normaltext {
	font-size: 9.5pt;
	line-height: 10pt;
}
.largetext {
	font-size: 14pt;
	line-height: 2em;
}
/* This style will make sure all headers use the same padding throughout. */
.headerpadding {
	padding-top: 5px;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 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 horizontally */
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: #c8c8c8;
	background-color: #383838;
border: 1px solid #DAA520;	margin: 1px;	padding: 5px;
	font-size: 8pt;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* A code block - maybe even PHP ;). */
code {
	color: #c8c8c8;
	background-color: #383838;
display: block;
	font-family: "courier new", "times new roman", monospace;
	font-size: 9pt;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #DAA520;	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	overflow: auto;
	white-space: normal;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #666777;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;
	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;
	max-width: 600px;
}
.bbc_list {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}
.bbc_list li {
	list-style: disc;
}
.bbc_list li li {
	list-style: circle;
}
.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: #c8c8c8;
	background-color: #383833;
	background-image: url(../images/theme-images/windowsbg-01.png);
	background-repeat: repeat;
	background-position: center;
}
.windowbg2 {
	color: #c8c8c8;
	background-color: #383833;
	background-image: url(../images/theme-images/windowsbg-02.png);
	background-repeat: repeat;
	background-position: center;
}
.windowbg3 {
	color: #c8c8c8;
	background-color: #383833;
	background-image: url(../images/theme-images/windowsbg-01.png);
	background-repeat: repeat;
	background-position: center;
}
/* 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: #999998;
	color: #282828;
}
/* 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: #c8c8c8;
	font-style: normal;
	background: url(../images/theme-images/titlebg.png) #383833 repeat;
	border-bottom: solid 1px #DAA520;
	border-top: solid 1px #DAA520;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #DAA520;
	font-style: normal;
}
.titlebg a:hover {
	color: #fffff6;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #DAA520;
	font-style: normal;
}
.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 {
	color: #c8c8c8;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #dfdfde;
	background-image: url(../images/theme-images/catbg-small.png);
	background-repeat: repeat-x;
}
.catbg2, tr.catbg2 td {
	color: #c8c8c8;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #383833;
	background-image: url(../images/theme-images/catbg2.png);
	background-repeat: repeat-x;
}
.cathead-center, tr.cathead-center td {
	background-repeat: repeat-x;
	color: #c8c8c8;
	font-size: 11pt;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 8px;
	font-weight: bold;
	background-color: #383833;
	background-image: url(../images/theme-images/cathead-fill.png);
	height: 30px;
	vertical-align: middle;

}
.cathead-fill, tr.cathead-fill td {
	background-repeat: repeat;
	background-position: center;
	color: #c8c8c8;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 9px;
	padding-bottom: 8px;
	background-color: #383833;
	background-image: url(../images/theme-images/cathead-fill.png);
}
.catbg, .catbg2, .catbg3 {
	border-bottom: solid 1px #DAA520;
	background-color: #383833;
}
.catbg, .catbg2 {
	font-weight: bold;
	background-color: #383833;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 9pt;
	color: #DAA520;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited .cathead-fill a:link .cathead-fill :visited .cathead-center a:link .cathead-center :visited {
	color: #DAA520;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover .cathead-fill a:hover .cathead-center a:hover {
	color: #fffff6;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background-color: #DAA520;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 1px;
	border: 1px solid #DAA520;
	background-color: transparent ;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	overflow: auto;
	line-height: 1.3em;
	width: 100%;
}
.postarea .post {
	clear: right;
	float: left;
}
/* add a visual divider between subject and post */
.post .inner {
	padding-top: 0.7em;
	border-top: solid 1px #DAA520;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	clear: right;
	padding: 1em 0 3px 0;
	border-top: solid 1px #DAA520;
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error {
	color: red;
}
/* Messages that somehow need to attract the attention. */
.alert {
	color: red;
}
/* Calendar colours for birthdays, events and holidays */
.birthday {
	color: #920AC4;
}
.event {
	color: #078907;
}
.holiday {
	color: #0000ff;
}
/* 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/theme-images/openid.png) no-repeat;
	padding-left: 18px;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #32CD32;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 0.4em;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#ajax_in_progress a {
	color: #ffffff;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}
/* ************************************* */
/* Buttons and menus                     */
/* ************************************* */

.buttonlist ul, .buttonlist_bottom ul {
	background: url(../images/theme-images/maintab_first.png) no-repeat bottom left;
	padding-left: 10px;
}
.buttonlist ul li, .buttonlist_bottom ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
.buttonlist ul li a, .buttonlist ul li a:visited, .buttonlist_bottom ul li a, .buttonlist_bottom ul li a:visited {
	float: left;
	display: block;
	color: #DAA520;
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
}
.buttonlist ul li a:hover, .buttonlist_bottom ul li a:hover {
	color: #fffff6;
	text-decoration: none;
}
.buttonlist ul li a span, .buttonlist_bottom ul li a span {
	background: url(../images/theme-images/maintab_back.png) repeat-x bottom left;
	display: block;
	padding: 0.1em 0.5em 0.5em 0.5em;
}
.buttonlist ul li a.active, .buttonlist_bottom ul li a.active {
	background: url(../images/theme-images/maintab_active_last.png) no-repeat bottom right;
	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;
	display: block;
	font-style: normal;
	background: url(../images/theme-images/maintab_active_back.png) repeat-x bottom right;
}
.buttonlist ul li a.active span, .buttonlist_bottom ul li a.active span {
	background: url(../images/theme-images/maintab_active_first.png) no-repeat bottom left;
	padding: 0 0 0 8px;
}
.buttonlist ul li a span.last, .buttonlist_bottom ul li a span.last {
	background: url(../images/theme-images/maintab_last.png) no-repeat bottom right;
	padding: 0.1em 1.5em 0.5em 0.5em;
}
/* For links that are basically submit buttons. */
.buttonlist_submit {
	background: transparent;
	color: white;
	vertical-align: top;
	text-decoration: none;
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif;
	border: 0;
}
.buttonlist_submit:hover {
	color: #fffffe;
}
/* ..for the "bottom" menu */
.buttonlist_bottom ul {
	background: url(../images/theme-images/mirrortab_first.png) no-repeat top left;
}
.buttonlist_bottom ul li a span {
	padding: 0.5em 0.5em 0.1em 0.5em;
	background: url(../images/theme-images/mirrortab_back.png) repeat-x top left;
}
.buttonlist_bottom ul li a.active {
	background: url(../images/theme-images/mirrortab_active_last.png) no-repeat top right;
}
.buttonlist_bottom ul li a.active span em {
	background: url(../images/theme-images/mirrortab_active_back.png) repeat-x top right;
}
.buttonlist_bottom ul li a.active span {
	background: url(../images/theme-images/mirrortab_active_first.png) no-repeat top left;
}
.buttonlist_bottom ul li a span.last {
	padding: 0.5em 1.5em 0.1em 0.5em;
	background: url(../images/theme-images/mirrortab_last.png) no-repeat top right;
}
/* the old type of menu, with images */
.oldbuttonlist {
	text-align: right;
	padding: 0.5em;
}
/* ************************************* */
/* The below is deprecated.              */
/* ************************************* */
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last {
	color: #c8c8c8;
	vertical-align: top;
}
.maintab_back, .maintab_active_back {
	color: #c8c8c8;
	text-decoration: none;
	font-size:  9pt;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: Verdana, Helvetica, sans-serif;
}
.maintab_first {
	background: url(../images/theme-images/maintab_first_prev.png) left bottom no-repeat;
	width: 10px;
}
.maintab_back {
	background: url(../images/theme-images/maintab_back.png) left bottom repeat-x;
}
.maintab_last {
	background: #000000 url(../images/theme-images/maintab_last_prev.png) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first {
	background: url(../images/theme-images/maintab_active_first.png) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back {
	background: url(../images/theme-images/maintab_active_back.png) left bottom repeat-x;
}
.maintab_active_last {
	background: url(../images/theme-images/maintab_active_last.png) left bottom no-repeat;
	width: 8px;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited {
	color: #c8c8c8;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover {
	color: #fffff6;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #999998;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back {
	color: white;
	text-decoration: none;
	font-size: 9pt;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: Verdana, Helvetica, sans-serif;
}
.mirrortab_first {
	background: url(../images/theme-images/mirrortab_first_prev.png) no-repeat;
	width: 10px;
}
.mirrortab_back {
	background: url(../images/theme-images/mirrortab_back.png) repeat-x;
}
.mirrortab_last {
	background: url(../images/theme-images/mirrortab_last_prev.png) no-repeat;
	width: 6px;
}
.mirrortab_active_first {
	background: url(../images/theme-images/mirrortab_active_first.png) no-repeat;
	width: 6px;
}
.mirrortab_active_back {
	background: url(../images/theme-images/mirrortab_active_back.png) repeat-x;
}
.mirrortab_active_last {
	background: url(../images/theme-images/mirrortab_active_last.png) no-repeat;
	width: 8px;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #DAA520;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #fffff6;
	text-decoration: none;
}
/* These are for the auto suggest floating div type thing. */
.auto_suggest_div {
	border: 1px solid #DAA520;
	position: absolute;
	font-size: 8pt;
}
/* An auto suggest item */
.auto_suggest_item {
	background-color: #999999;
	padding: 2px;
}
/* hovered auto suggest item */
.auto_suggest_item_hover {
	background: url(../images/theme-images/autosuggest_back.png) repeat-x;
	background-color: #2a2a2b;
	padding: 2px;
	cursor: pointer;
	color: #000000;
}
/* the footer area */
#footerarea {
	text-align: center;
	background-color: transparent;
}
#footerarea ul {
	margin: 0 auto 0 auto;
}
#footerarea ul li {
	text-align: center;
	display: inline;
	border-right: solid 1px #DAA520;
	margin: 0;
	padding: 0 4px 0 2px;
}
/* Note: It is against the license to remove, alter or otherwise hide the copyright output from SMF so please do not alter the two sections below. */
#footerarea ul li.copywrite {
	display: block;
	line-height: 0;
	font-size: small;
/*	padding: 1em;
*/}
#footerarea ul li.copywrite, #footerarea ul li.last {
	border-right: none;
}
/* page created in.. */
#footerarea p {
	clear: both;
	text-align: left;
	padding-left: 0.5em;
}
#show_loadtime {
	color: #DAA520;
	display: block;
	text-align: center;
}
/* the upshrink buttons */
#advsearch {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 8px;
}
#upshrink {
	margin: 0 1ex;
}
#adm_container {
	float: left;
	margin-left: 10px;
	padding: 0 5px 0 5px;
	background: url(../images/theme-images/admintab_left.png) no-repeat;
}
ul.admin_menu, ul.admin_menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.admin_menu {
	background: url(../images/theme-images/admintab_right.png) top right no-repeat;
}
ul.admin_menu a {
	text-decoration: none;
}
/* First layer of menu items */
ul.admin_menu li {
	position: relative;
	float: left;
	background: url(../images/theme-images/admintab_back.png) top right repeat-x;
	padding-right: 4px;
}
ul.admin_menu li.last {
	background: url(../images/theme-images/admintab_right.png) top right repeat-x;
}
ul.admin_menu li.chosen {
	background: url(../images/theme-images/admintab_active_left.png) no-repeat;
	padding: 0 0 0 6px;
}
ul.admin_menu li h4 {
	margin: 0;
	padding: 7px 5px 3px 5px;
	cursor: pointer;
	font-weight: normal;
	font-size: 8pt;
	color: #DAA520;
}
ul.admin_menu li.last.chosen h4 {
	background: url(images/admintab_active_last.png) top right no-repeat;
	padding-right: 17px;
}
ul.admin_menu li.chosen h4 {
	background: url(../images/theme-images/admintab_active_right.png) top right no-repeat;
	padding-right: 10px;
}
/* Second layer of menu items */
ul.admin_menu li ul {
	z-index: 90;
	display: none;
	position: absolute;
	top: 100%;
	/* IE6 needs a fixed width to prevent the menu from going haywire */
	width: 19em;
	border: solid 1px #DAA520;
	border-left: solid 2px #DAA520;
	background: #F8F8FB;
}
ul.admin_menu li.chosen ul {
	margin: 0 0 0 -6px;
}
ul.admin_menu li ul li {
	background: none;
	width: 19em;
	padding: 0;
}
ul.admin_menu li ul li a {
	display: block;
	padding: 0.5em 2em 0.5em 0.5em;
	font-size: 9pt;
	text-decoration: none;
	background: none;
	color: #000 !important;
}
ul.admin_menu li ul li a.subsection {
	background: url(../images/theme-images/subsection.png) no-repeat 98% 50%;
}
ul.admin_menu li ul li a.chosen {
	font-weight: bold;
}
ul.admin_menu li ul li a:hover {
	background-color: #999998;
	text-decoration: none;
}
ul.admin_menu li:hover ul, ul.admin_menu li.over ul {
	display: block;
}
/* Third layer of menu items */
ul.admin_menu li ul li ul, ul.admin_menu li ul li.over ul {
	display: none;
	position: absolute;
	left: -999em;
	top: 0;
	border: solid 1px #DAA520;
	border-left: solid 2px #DAA520;
	background: #FFF;
}
ul.admin_menu li ul li:hover ul, ul.admin_menu li ul li.over ul {
	display: block;
	left: 18em;
	margin: 0 0 0 1em;
}
/* the menu dropdown toggle image */
div#menu_toggle {
	float: right;
	margin: 0 10px 0 0;
	background: url(../images/theme-images/mirrortab_first.png) top left no-repeat;
	padding: 0 0 0 7px;
}
div#menu_toggle a {
	display: block;
	background: #E5E5E8 url(../images/theme-images/mirrortab_last.png) top right no-repeat;
	padding: 8px 12px 3px 6px;
}

.colour_menu {
	height: 1px;
	width:130px;
	position:relative;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	z-index:500;
}
.colour_menu .select {
	margin:0px;
	padding:0px;
	list-style:none;
	white-space:nowrap;
}
.colour_menu li {
	float:left;
}
.colour_menu li.lrt {
	float:right;
}
.colour_menu .select a {
	display:block;
	height: 1px;
	float:left;
	padding:0px 10px 0px 0px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
}
.colour_menu .select li.lrt a {
}
.colour_menu .select a b {
	display:block;
	padding:0px 0px 0px 0px;
}
.colour_menu .select li.line a b {
}
.colour_menu .select a:hover, .colour_menu .select li:hover a {
	padding:0px 0px 0px 0px;
	cursor:pointer;
}
.colour_menu .select li.lrt a:hover, .colour_menu .select li.lrt:hover a {
}
.colour_menu .select a:hover b, .colour_menu .select li:hover a b {
	display:block;
	padding:0px 10px 0px 10px;
	cursor:pointer;
}
.colour_menu .select li.line a:hover b, .colour_menu .select li.line:hover a b {
}
.colour_menu .select li.lrt a:hover b, .colour_menu .select li.lrt:hover a b {
}
.colour_menu .select li.lrt a:hover b.arrow, .colour_menu .select li.lrt:hover a b.arrow {
}
.colour_menu .sub {
	display:none;
}
.colour_menu ul ul {
	display:none;
}
/* IE6 only */
.colour_menu table {
	border-collapse:collapse;
	margin:-1px;
	font-size:1em;
	width:0;
	height:0;
}
.colour_menu .sub {
 margin:0px;
 padding:0px;
 list-style:none;
}
.colour_menu .sub li {
	background:transparent;
}
.colour_menu .select :hover .sub {
	height:25px;
	display:block;
	position:absolute;
	float:left;
	width:130px;
	top:25px;
	left:0px;
	text-align:center;
}
.colour_menu .select :hover .rt li {
	float:right;
}
.colour_menu .select :hover .sub li a {
	display:block;
	height:25px;
	line-height:25px;
	float:left;
	padding:0px;
	margin:0px;
	white-space:nowrap;
	font-size:10px;
}
.colour_menu .select :hover .sub li.subline a {
}
.colour_menu .select :hover .sub li a:hover, .colour_menu .select :hover .sub li:hover {
	line-height:25px;
	position:relative;
}
.colour_wrapper {
	position: absolute;
	top: 0px;
}

.top-menu{
	height:36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAA520;
}
.top-menu-bg{
	background:url(../images/theme-images/menu_bg.png) repeat-x;
	height:36px;
}
.top-menu-bg ul{
	list-style:none;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 50px;
}
.top-menu-bg li{
	float:left;
	list-style:none;
}
.top-menu-bg li a{
	float:left;
	display:block;
	color:#DAA520;
	text-decoration:none;
	padding:0px 0px 0px 15px;
	height:36px;
	line-height:35px;
	text-align:center;
	cursor:pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.top-menu-bg li a span{
	float:left;
	display:block;
	padding:0px 19px 0px 5px;
}
.top-menu-bg li.current a{
	color:#a9a9a9;
	background:url(../images/theme-images/menu_hover_l.png) no-repeat left 0px;
}
.top-menu-bg li.current a span{
	color:#a9a9a9;
	background:url(../images/theme-images/menu_hover_r.png) no-repeat right 0px;
}
.top-menu-bg li a:hover{
	color:#fffffd;
	background:url(../images/theme-images/menu_hover_l.png) no-repeat left 0px;
}
.top-menu-bg li a:hover span{
	color:#fffffd;
	background:url(../images/theme-images/menu_hover_r.png) no-repeat right 0px;
}

.menu-wrapper {
	width: 100%;
	height: 36px;
	overflow: hidden;
	text-align: center;
}

#detailedinfo {
	width: 81%;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DAA520;
}
#detailedinfo div.content dl {
	clear: both;
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px #DAA520 solid;
}
#whoisviewing {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAA520;
	text-align: center;
}
.infocenter_section div.sectionbody {
	margin-left: 6%;
	padding: 0.3em;
	border-left: solid #DAA520 1px;
	min-height: 40px;
}
#poll_options ul.options {
	border-top: 1px solid #DAA520;
	padding: 1em 2.5em 0 2em;
	margin: 0 0 1em 0;
}
#poll_options div.submitbutton.border {
	border-bottom: 1px solid #DAA520;
	margin: 0 0 1em 0;
}
#poll_options dl.options {
	border: solid #DAA520;
	border-width: 1px 0;
	padding: 1em 2.5em 0 2em;
	margin: 0 0 1em 0;
}
.poster {
	width: 15%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DAA520;
	line-height: normal;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DAA520;
}
#quickReplyOptions div {
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DAA520;
}


/* This is the end of the CSS file can be used for global edits Shortie */

/*APPLICATION CSS*/
.application {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}
h1{
	text-align: center;
}
h3{
	text-align: left;
}

/* Table Plus BBCodes */
.bbc_table	{ border-spacing: 2px; background: #000004 url(../images/theme-images/windowsbg-02.png) repeat-x }
.bbc_table td	{ padding: 5px; background: #383833 url(../images/theme-images/windowsbg-01.png) repeat-x 0 -17px }
