body {
	background-color: black; 
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 74%;
	padding: 0 35em;
	/* font-size: 100.01%; / * this body font-size fixes an IE bug and maintains x-browser uniformity */ 
	text-align: center; /* centering hack for IE5.x/Win */
	/*background: black url(/images/sun.png) left top no-repeat;*/
}
* {
	margin: 0;
	padding: 0;
}
th {
	color: #ffcc66;
	font-weight: bold;
	text-align: center;
	font-family: verdana, arial, sans-serif;
}
select {
	color: black; 
	font-family: verdana, arial, sans-serif;
	background-color: #CCFFCC;
	font-size: 1em;
}
input {
	color: #FF9933;
	font-family: verdana, arial, sans-serif;
	background-color: black;
	font-size: 1em;
	border-color: #84997F;
	margin: .3em .1em;
}
input[type=submit] {
	color: black;
	background-color: Gray;
}
textarea {
	color: #FFCC66;
	font-family: verdana, arial, sans-serif;
	background-color: black;
}
a:link {
	color: white; 
	font-family: verdana, arial, sans-serif;
 	text-decoration: none;
}
a:visited {
	color: white; 
	font-family: verdana, arial, sans-serif;
 	text-decoration: none;
}
a:hover {
	color: #E59900;
	font-family: verdana, arial, sans-serif;
 	text-decoration: underline;
}
a img,
a:link img,
a:visited img {
	text-decoration: none;
	border: 0;
}

p {
	padding-bottom: 1em;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding: .4em 0 .6em 0;
	color: White;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: .2em 0 .6em 0;
	color: White;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: .2em 0 .6em 0;
	color: White;
}
h4 {
	font-size: 1.1em;
	padding: .2em 0 .6em 0;
	color: White;
}

ul {
	padding-bottom: 1em;
}

/**************************** classes *************************/

.box {
	border: #183039 1px solid;
	margin: .8em;
}
.contentcell { 
	padding: 0.5em; /*4px;*/
	/*background: #071B00 url(/images/contenttile.png) left top repeat;*/
	/*border: 1px solid blue;*/
}
.contentwin { 
	border-bottom: #3a5350 1px solid; 
	border-left: #183039 1px solid; 
	border-right: #3a5350 1px solid; 
	border-top: #E59900 2px solid;
	margin-bottom: 1.5em;
	background: #071B00 url(/images/contenttile.png) left top repeat;
}
.pathway { 
	color: white; 
	font-style: italic; 
	width: 100%;
}
span.pathway {
		padding-left: 20px;
}
.menuitem { 
	color: #b5efff; 
	font-size: 1em; 
	font-style: italic; 
	font-weight: bold; 
	font-family: "Trebuchet MS, Verdana, Helvetica, Arial, Sans-serif"; 
}
.wintitle { 
	color: white; 
	font-size: 1em; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: normal; 
	background: transparent url(/images/wintitle.png) repeat-x;
	/*background-color: #071B00;*/
	text-align: center; 
	height: 1.5em; /*20px; */
	width: auto;
	margin: 0;
	padding: .2em 0 0 0;
}

.clearer {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	/*visibility: hidden;*/
	font-size: 1px;
	line-height: 0;
}

.cards {
	margin: 0;
	width: 60px;
	height: 80px;
}

.important {
	padding: .2em .2em .5em .5em;
	border: solid 1px #FF9933;
	background-color: #072700;
	margin-bottom: 1em;
}

.tabrows td,
.contentpane .tabrows td,
.contentpaneopen .tabrows td {
	border-bottom: 1px solid #996633;
	padding: 1em .2em;
}

.tabrows_caption {
	text-align: center;
	letter-spacing: .3em;
}
.example {
	padding-left: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	color: #C4C4C4;
	border-left: 1px solid #996633;
}
.review {
	background-color: black;
	border: 1px solid #996633;
	font-weight: bold;
	margin: 1em 0 1em 1em;
}
.revlinkbox {
	margin: 1em;
	padding: 1em;
}
.revlink {
}
.revlink a,
.revlink a:link,
.revlink a:visited,
.revlink a:hover {
	/*color: white; / #EBE6C7;/
	font-weight: bold;*/
	text-decoration: none;
	border: 0;
}

/* prevents oversize images from breaking layout in browsers that support max-width */
img {
	/*max-width: 100%;*/
} 

div#glossary {
	/*margin-left: 1em;*/
}
div#glossary li {
	list-style-position: inside;
}
div#glossary ul.index {
	margin-left: 1em;
	clear: left;
}
div#glossary ul.index li {
	font-weight: bold;
}
div#glossary dl.glossary dt {
	font-weight: bold;
}
div#glossary dl.glossary dd {
	margin: .5em 0 1em 2em;
	color: #EBE6C7;
}

/********************* template ids **********************/

	/* IE hack for min-width */
	/*width: expression((document.body.clientWidth < 780) ? "60em" : "auto");*/
#sizer {
	width: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	margin: 0 auto; /* standard centering method */
	text-align: left; /* resets centering hack to default */
}
#expander {
	margin: 0 -35em; /* neg side margin values should be < or = to side body padding */
	min-width: 70em; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative;
}
#content {
	width: 100%;
	position: relative;
}

/** Header **/
#c5header {
	margin-bottom: .5em;
}
#c5banner {
	text-align: left;
	overflow: hidden;
	/*margin-bottom: 8px;*/
	background: url(/images/headerline.gif) left 70px repeat-x;
	position: relative;
}
#c5logo {
	border: 0;
	background-color: black;
	margin: 5px 0 0 5px;
}
#c5title {
	position: absolute;
	top: 21px;
	left: 135px;
	background-color: black;
}
#c5subtitle {
	position: absolute;
	top: 60px;
	left: 350px;
	background-color: black;
}
/*
#subtitle {
	text-align: left;
	background-color: black;
	padding-left: 30px;
	color: white;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Verdana, Helvetica, Arial, Sans-serif";
}*/
#c5date {
	text-align: right;
	background-color: black;
	padding-right: .8em;
}
#c5menubar {
	background-color: #072700;
	padding: 2px;
	border-top: #E59900 2px solid;
}
#c5menu {
	margin-left: 10px;
	width: 300px;
}

/** Path **/
#path {
	padding-left: 0.5em;
}

/** Main **/
#c5main {
	margin-top: .5em;
	padding: 12px 12px 0 12px;
	background-color: #072700;
	height: auto;
	vertical-align: top;
	background: url(../images/C5bg.jpg);
	position: relative;
}
* html #c5main {
	z-index: -1;
}
/* CSS clearing *
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
} */

#layoutsizer {
  margin-left: 0em;    /*** Critical left col width value ***/
  margin-right: 13.5em;    /*** Critical right col width value ***/
}

/** Maincol **/
#maincol {
  float: left; /*right;*/
  width: 100%;
	/*margin-left: 8em;
	margin-right: 12em;*/
}
/* IE Hack.... */
* html #maincol .wintitle {
	margin: 0 -3px;
} 
/* Great IE5.5 hack.... *
* html #maincol {
	margin-left: 12em;
	margin-right: 16em;
	voice-family: "\"}\""; 
   voice-family:inherit;
	margin-left: 8em;
	margin-right: 12em;
} */

#AQ {
	float: left;
	position: relative;
	width: 94px;
	height: 111px;
	background: transparent url(/images/AQs_small.png) top left no-repeat;
	margin-left: -10px;
	margin-top: -10px;
}
* html #AQ {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/AQs_small.png', sizingMethod='image');
}

#mainbody-wrap {
	margin-left: 80px;
	position: relative;
}
#mainbody {
	position: relative;
	/*border: 1px solid blue;*/
} 
/* IE Hack.... */
* html #mainbody {
	margin: 0 -3px;
} 
* html #mainbody table td {
	/*border: 1px solid silver;*/
}

#infocol {
	float: right;
	position: relative; 	/* Needed for IE/win */
	width: 11.6em; 			/*** Critical right col width value ***/
	margin-right: -13.2em; /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
	/*margin-left: .9em;   *** Critical right divider dimension value ***/
	/*overflow: hidden;*/
}
/* IE Hack.... \*/
* html #infocol {
	overflow: hidden;
	margin-left: 1.5em;
	word-wrap: break-word;
}
/* */
* html #infocol input {
	display: block;
}
#userc5mod {
	font-size: .9em;
}
#resc5mod {
	font-size: .9em;
}
#resc5modcontent,
#resc5modcontent .contentcell,
#resc5modcontent .contentcell .moduletable {
	padding: 0;
}
#infoc5mod {
	font-size: .9em;
}
#linksc5mod {
	font-size: .9em;
}
#searchc5mod {
	font-size: .9em;
}

/** Footer **/
#c5footer {
	clear: both;
	margin-top: 10px;
	text-align: center;
	background-color: #072700;
	background: url(../images/plainbg.jpg);
}
* html #c5footer {
	z-index: -1;
}

/******** Holly Hacks ********/

/* IEwin Holly Hack \*/
* html #sizer,
* html #content,
* html #c5header,
* html #path,
* html #c5main,
* html #layoutsizer,
* html #maincol,
* html #infocol,
* html #userc5mod,
* html #resc5mod,
* html #infoc5mod,
* html #linksc5mod,
* html #searchc5mod,
* html #c5footer {
	height: 1%;
}
/* End of Holly Hack */
/* * html #mainbody-wrap, * html #mainbody, * html #mainbody table td, */

/******************** Content Styling *********************/

table.moduletable {
	margin: 0px 0px 1px 2px;
	width: 100%;
}

table.moduletable th {
	font-weight: bold; 
	text-align: left;
	white-space: nowrap;
}

table.moduletable td {
	font-weight: normal;
	padding: 1px;
}

.contentheading,
#c5edito .contentheading {
	font-size: 1.1em;
	font-weight: bold; 
	text-align: left;
	white-space: nowrap;
	/*padding-top: .8em*/
	padding: 0 0 0 1em;
	border-bottom: 1px solid #996633;
	color: white;
	background: url(/images/arrow.png) left center no-repeat;
}

.createdate,
.contentpaneopen td.createdate {
	font-size: 0.8em;
	font-weight: normal; 
	white-space: nowrap;
	padding: 0 0 0 2em;
	color: #a3a3a3;
}

.contentpaneopen {
	text-align: left;
	color: #EBE6C7; /*#F0E8C0; /*#F0C98E; /*#FFF3D5;*/
}
.contentpaneopen td {
	padding: 0 1em;
}

.blog .contentpaneopen td p {
	padding-top: 1em;
}

.contentpaneopen img,
.contentpane img {
	margin: .5em;
}
.contentpaneopen img.cards,
.contentpane img.cards {
	margin: 0;
}
.contentpane {
	color: #EBE6C7;
}
.contentpane td {
	/*padding: 0 1em;*/
}
.contentpaneopen li,
.contentpane li {
	margin-bottom: .5em;
	list-style: square; 
	list-style-position: inside;
	padding-left: .5em;
}
.contentpaneopen li div,
.contentpane li div {
	display: inline;
}
table.blog {
	width: 100%;
}
.blog td {
	margin: 2px;
}
.blog tr {
	margin: 1px;
}
.blog .contentpaneopen {
	word-spacing: 0.1em;
}
* html #mainbody .contentpane {
	height: 1%;
	float: left;
}

.article_seperator {
	background: url(/images/bullets.png) center center no-repeat;
	height: 14px;
	width: 80px;
	margin-top: .2em;
	margin-bottom: .2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
* html .article_seperator {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bullets.png', sizingMethod='scale');
}

.readon {
	font-style: italic;
	color: white;
}

div.back_button {
	padding: .3em 0;
}
.back_button a {
  	/*background: url(/images/backarrow.png) 2px .4em no-repeat;*/
   /*padding-left: 12px;*/
	/*padding: .2em .1em .3em .3em;
	border: 1px solid #3A5350;
	background-color: #305031;*/
	color: Silver;
}
.pagenav_prev {
	padding: .2em .6em .3em .6em;
	border: 1px solid #3A5350;
	background-color: #305031;
}
.pagenav_next {
	padding: .2em .6em .3em .6em;
	border: 1px solid #3A5350;
	background-color: #305031;
}
.pagenav_prev a:hover,
.pagenav_next a:hover,
.back_button a:hover,
.back_button a:hover {
	text-decoration: none;
}
.pagenavbar {
	text-align: center;
}
.pagenavcounter {
	text-align: center;
	color: White;
	padding-bottom: .3em;
}
.pagenav {
	color: Gray;
}
.mosimage_caption {
	font-size: .9em;
	color: gray;	
}

.mosimage {
	margin: .7em 0;
}

.componentheading {
	font-size: 1.1em;
	padding: 0 1em;
	font-weight: bold; 
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #996633;
	color: white;
	/*border: 1px solid red;*/
	background: url(/images/arrow.png) left center no-repeat;
	margin-bottom: 1em;
}

a.sitemapmain:link {
	color: #FFF3D5;
	background: url(/images/square2.gif) left center no-repeat;
	padding-left: .8em;
}
a.sitemapmain:visited {
	color: #FFF3D5;
	background: url(/images/square2.gif) left center no-repeat;
	padding-left: .8em;
}
a.sitemapmain:hover {
	color: #E59900;
	background: url(/images/square2.gif) left center no-repeat;
	padding-left: .8em;
}

.sitemapsub {
}

.moduletable_usermenu a:link {
	color: #FFF3D5;
	/*background: url(/images/square2.gif) left center no-repeat;*/
	padding-left: .6em;
}
.moduletable_usermenu a:visited {
	color: #FFF3D5;
	padding-left: .6em;
}
.moduletable_usermenu a:hover {
	color: #FFF3D5;
	padding-left: .6em;
}
/******* Navigation *********
.moduletable_navig {
	margin: 0;
	padding-bottom: .4em;
}
.moduletable_navig td {
	padding: 0;
}
.moduletable_navig td a {
	padding-left: 1em; .3em;
}
#active_menu {
	font-weight: bold;
	border-bottom: 1px solid black;
}
.mainlevel {
}
.moduletable_navig td td {
	border-bottom: 1px solid #996633;
	line-height: 1.5em;
	font-size: 1em;
}
.moduletable_navig td td a:link {
	color: #FFE1A0;
}
.moduletable_navig td td a:visited {
	color: #FFE1A0;
}
.moduletable_navig td td a:hover {
	text-decoration: none;
	color: #E59900;
}
*******************************/

ul.trunk a {
	font-weight: bold;
}
ul.level_0 a {
	font-size: 1.1em;
}
ul.level_1 a {
	font-size: 1em;	
	font-weight: normal;
	text-decoration: underline;
	line-height: 160%;
}
ul.level_2 a {
	line-height: 100%;
	text-decoration: none;
}

.toolbar {
	background-color: Silver;
}

.moduletable_whosonline li {
	margin-left: 1.5em;
}

/* graph */
.grph {
	color: #071b00;
	vertical-align: top;
}

td.sectiontableheader {
	color: #ffcc66;
	font-weight: bold;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	padding-bottom: 1em;
}
.sectiontableentry1 td {
	padding-bottom: .4em;
}
.sectiontableentry1 hr,
.sectiontableentry2 hr {
	color: #444444;
	background-color: #444444;
	border: 0;
	height: 1px;
}
.bmbmk {
	font-size: 1.2em;
	font-weight: bold;
	color: White;
	margin-right: .7em;
}

/**** Quick Thumbs ****/

.moduletableqthumb {
	margin: 0 1em;
	padding: 0;
}
.moduletableqthumb td a {
	display: block;
}
.moduletableqthumb td a img {
	margin: 0;
	padding: 0;
	/*border: 1px solid black;*/
}
.moduletableqthumb td {
	width: 140px;
}
#qthumb {
	margin: 0 1em 1em 1em;
	/*border: 1px solid #202020;
	background: url(/images/qthumb_bg.png) left center repeat-x;
	background-color: Black;*/
}
#qthumb > table {
	border: 1px solid #202020;
	background: url(/images/qthumb_bg.png) left center repeat-x;
	background-color: Black;
}
* html #qthumb table {
	border: 1px solid #202020;
	background: url(/images/qthumb_bg.png) left center repeat-x;
	background-color: Black;
	width: 90%;
}
* html #qthumb table table {
	border: none;
	background: transparent;
}

/******* Footer Banners *****/
#c5footer .moduletable td a {
	display: block;
	/*border: 1px solid silver;*/
}
#c5footer .moduletable td a img {
	margin: 0;
	padding: 0;
}
#c5footer .moduletable td {
	width: 800px;
}

/************* Edito ****************/
div#c5edito {
	/*border: 1px solid gray;*/
	margin: 1em 1em 1em 0;
	/*background: black url(/images/lvegas2.jpg) left top no-repeat;*/
}
div#c5edito div.moduletable {
	border-bottom-color: #444444;
	border-top-color: #444444;
	border-style: solid;
	border-width: 1px 0 1px 0;
	padding: .5em;
}
#c5edito .contentpaneopen td p {
	padding-top: 1em;
}
#c5edito .contentpaneopen {
	word-spacing: 0.1em;
}
#c5edito .article_seperator {
	display: none;
}



/************************* SMF CSS ****************************/

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	/*color: #000000;
	text-decoration: none;*/
}
a.nav:hover {
	/*font-weight: bold;
	color: #cc3333;
	text-decoration: underline;*/
}

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

/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background-color: #C3B8D0;
	border: 1px 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: #cccccc;
	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%;
	/* 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: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* 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 {
 background-color: #001000; /*#071B00;*/
 color: #999999; /*#999999;*/
 border-width: 0;
 border-style: solid;
 border-color: #071B00;
}
/* Standard horizontal rule.. ([hr], etc.) */
.windowbg hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #3A5350;
	background-color: #3A5350;
} 
.windowbg2 {
	color: #999999;
	background-color: #001205;
}
.windowbg2 td {
	background-image: url(/images/postbg.png); /* left center no-repeat;*/
}
.windowbg a, .windowbg2 a {
	text-decoration: none;
}

.windowbg2 .windowbg {
	background-color: black;
}
/*.windowbg2 .windowbg + td a {*/
.windowbg2 a,
#headerarea .windowbg2 .middletext a {
  background: url(/images/arrow.png) left center no-repeat;
  padding-left: 12px;
  text-decoration: none;
}
/* IE test */
* html .windowbg2 a,
* html #headerarea .windowbg2 .middletext a {
  background: none;
  padding-left: 0;
  text-decoration: none;
}
.windowbg2 .middletext a,
#quickModForm .windowbg2 a {
  background-image: none;
  padding-left: 4px;
  text-decoration: none;
}

/* 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, .titlebg a:link, .titlebg a:visited {
	font-style: normal;
	background-color: #336633;
	color: white;
   font-weight: bold;
}
.titlebg a:hover {
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg {
	/*background-image: url(images/catbg.jpg);*/
	color: white; /*#071B00;*/
	font-weight: bold;
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2 {
	/*background-image: url(images/catbg2.jpg);*/
	color: white;
	font-weight: bold;
	/*border: red solid 1px;*/
}

.catbg, .catbg2 {
	background-color: #0A3300;
	border-bottom: 1px solid #E59900;
	vertical-align: top;	
}
.catbg a, .catbg2 a {
	font-weight: bold;
}
.catbg img, .catbg2 img {
	vertical-align: middle;
}

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

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: 0.9em;
	font-family: tahoma, sans-serif;
}
.normaltext {
	font-size: 1em;
}
.largetext {
	font-size: 1.2em;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea {
	/*background-color: #071b00;*/
	/*border-bottom: 1px solid gray;*/
	/*padding: 0px 2px 0px 2px;*/
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea {
	/*background-color: #071b00;*/
	padding: 1ex 8px 2ex 8px;
	overflow: auto;
}
#bodyarea td {
	padding: 5px;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea {
	color: black;
	/*background-color: #071b00;*/
	border-top: 1px solid gray;
	color: #999999;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles {
 background-color: #0a3300;
 border-style: solid;
 border-width: 1px;
 border-color: #84997f #072400 #072400 #84997f ;
 font: 1em sans-serif;
 margin: 0;
}
.headerbodies {
	background-color: #071B00;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	border-color: #E59900 #072400 #072400 #84997f; /*border-collapse: collapse;*/
	font: 1em sans-serif; /*background-repeat: repeat-x;
 background-position: bottom;*/
	width: auto;
	height: 1%;
	overflow: auto;
	margin: 0;
}
.headerbodies a {
  background: url(/images/arrow.png) left center no-repeat;
  padding-left: 12px;
  text-decoration: none;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: auto;
	overflow: auto;
	line-height: 1.3em;
	/*color: white;*/
	/*border-right: 1px solid #3A5350;*/
	border-bottom: 1px solid #996633;
	border-top: 1px solid #263A1E;
	border-left: 1px solid #002020;
	padding: 8px;
	color: #EBE6C7; /*#FFCC66;*/
	background-color: #071B00;
	margin-top: 1em;
}
.post a {
 color: #FF9933;
 font-weight: bold;
}
.post a {
	text-decoration: none;
}
.post a:hover {
	text-decoration: underline;
}

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

