html, body
{
	margin: 0;
	color: black;
	background-color: #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;
}
a
{
	color: #004d99;
	text-decoration: none;
}
a:hover
{
	color: #0066cc;
	text-decoration: underline;
}

#header
{
	background: black url('images/logofill.png') repeat-x;
}
#logo
{
	width: 650px;
	height: 120px;
	margin: 0px;
	background: transparent url('images/logo.png') no-repeat;
	text-indent: -6000px;
}
#content
{
	padding: 10px 30px;
	z-index: 1;
	background: url('images/background_top.png') repeat-x;
}
.footer
{
	clear: both;
	font-size: smaller;
	text-align: center;
}

/* ********************************* */
/* GENERAL NAVIGATION LINKS          */
/* ********************************* */
#header div
{
	position: absolute;
	padding: 0;
	margin-top: -120px;
	width: 100%;
	text-align: right;
}
#header div ul
{
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	height: 19px;
}
#header div li
{
	display: inline;
	white-space: nowrap;
}
#header div li a:visited, #header div li a:link
{
	padding: 0 10px 0 10px;
	color: white;
	text-decoration: none;
	font-family: arial, Helvetica, sans-serif;
}
#header div li a.active:link, #header div li a.active:visited
{
	font-weight: bold;
}
#header div li a:hover, #header div li a.active:hover
{
	text-decoration: none;
	color: #F1592A;
}
/* ********************************* */
/* FORUM NAVIGATION LINKS            */
/* ********************************* */
/* Main Navigation Links */
#forumlinks
{
	display: block;
	margin: 0;
	padding: 0;
	height: 24px;
	list-style-type: none;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background: #4E4E4E;
}
#forumlinks li
{
	display: inline;
	position: relative;
	z-index: 3;
	float: left;
	padding: 0 10px;
	white-space: nowrap;
}
#forumlinks li a
{
	display: block;
	/*min-width: 50px;
	text-align: center;*/
	line-height: 24px;
	color: white;
	font-size: 0.9em;
}
/* Submenu Links */
#forumlinks li ul
{
	display: inline;
	display: inline-block;
	position: absolute;
	margin: 0 0 0 -5px;
	padding: /*5px 5px*/ 0;
	height: auto;
	list-style: none;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	background: #A9A9A9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}
#forumlinks li ul li
{
	display: block;
	margin: 0 0 /*5px*/;
	padding: 0;
	height: 26px;
}
#forumlinks li ul li a
{
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	width: 140px;
	line-height: 16px;
	font-size: small;
	color: black;
	font-variant: small-caps;
}
#forumlinks > li > ul > li:last-of-type > a
{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}
#forumlinks li ul li a:hover
{
	color: black !important;
	background: #CCCCCC;
}
#forumlinks li ul
{
	top: auto;
	left: auto;
}
/* Sub-Submenu Links */
#forumlinks li ul li ul
{
	display: inline;
	position: absolute;
	margin: 0;
	padding: 0;
	height: auto;
	list-style: none;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	background: #808080;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}
#forumlinks > li > ul > li > ul > li:first-of-type > a
{
	border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
}
#forumlinks > li > ul > li > ul > li:last-of-type > a
{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}
#forumlinks > li > ul > li > ul > .notch
{
	position: absolute;
	top: 7px;
	left: -7px;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #808080;
	border-bottom: 7px solid transparent;
	border-left: 0;
}
#forumlinks > li > ul > li > ul > .notch.border
{
	border-right: 7px solid black;
	left: -9px;
}
#forumlinks li ul li ul
{
	top: -2px;
	left: 160px;
}

/* Navtrail */
#navtrail
{
	margin: 15px 0 20px 0;
}
#navtrail ul
{
	display: block;
	margin: 0;
	padding: 0;
	height: 2.1em;
	list-style: none;
}
#navtrail ul li
{
	display: inline;
	position: relative;
	float: left;
	padding: 0 15px 0 10px;
	line-height: 2.0em;
	white-space: nowrap;
	background: #E5E5E5 url('images/crumb.png') no-repeat right center;
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
}
#navtrail ul li:first-child
{
	border-left: 1px solid #A6A6A6;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
}
#navtrail ul li:last-child
{
	background: #E5E5E5;
	border-right: 1px solid #A6A6A6;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}
#navtrail ul li a
{
	font-size: small;
	font-weight: bold;
	color: #666666;
}
#navtrail a:hover
{
	color: #0066cc;
	text-decoration: none;
}
/*#navtrail
{
	margin: 15px 0 20px 0;
	padding-left: 5px;
}
#navtrail ul
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navtrail ul li
{
	display: inline;
	position: relative;
	height: 28px;
	padding: 5px;
	font-variant: small-caps;
	white-space: nowrap;
	background: #E5E5E5;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#navtrail ul li:first-child
{
	padding-left: 10px;
	border-left: 1px solid black;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
}
#navtrail ul li:last-child
{
	padding-right: 10px;
	border-right: 1px solid black;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}
#navtrail ul li:nth-child(n+2)
{
	margin-left: 28px;
}
#navtrail ul li:nth-child(n+2):before
{
	display: inline-block;
	margin: -5px 5px 0 -33px;
	padding: 0;
    content: "&gt;";
    line-height: 30px;
    text-indent: -6000px;
    width: 28px;
    height: 30px;
	background: url('images/navarrow.png') no-repeat;
}
#navtrail a
{
	color: black;
}
#navtrail a:hover
{
	color: #0066cc;
	text-decoration: none;
}*/
/* ********************************* *\
|* FORM STYLING                      *|
\* ********************************* */
dl
{
	clear:both;
}
dt
{
	float:left;
	text-align:right;
	width:90px;
	line-height:25px;
	margin:0 10px 10px 0;
}
dd
{
	float: left;
	width: 525px;
	line-height: 25px;
	margin: 0 0 10px 0;
}
label
{
	font-size: small;
	font-weight:bold;
	color: #454545;
}
input
{
	width: 434px;
	padding: 5px 8px;
	border: 1px solid #808080;
}
select
{
	padding: 5px 8px;
	border: 1px solid #808080;
}
dd img
{
	vertical-align: middle;
}
#bbcBox_message div
{
	margin-bottom: 5px;
}
#bbcBox_message img
{
	vertical-align: middle;
}
#bbcBox_message select
{
	padding: 2px 2px;
}
/* ********************************* *\
|* SECTION STYLING                   *|
\* ********************************* */
.section
{
	position: relative;
	margin-right: -5px;
	margin-bottom: 30px;
	height: 100%;
	clear: both;
}
.section.hideoverflow
{
	overflow: hidden;
}
.sheader
{
	position: relative;
	z-index: 2;
	margin: 0 5px 0 0;
	*margin: 0;
	padding: 7px 10px;
	height: 1em;
	font-size: large;
	line-height: 1em;
	font-weight: normal;
	border: 2px solid black;
	background: #6699CC;
	background-image: -moz-linear-gradient(center top, #73ACE5, #5986B3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#73ACE5), to(#5986B3));
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	box-shadow: 3px 3px 5px #4D4D4D;
		-moz-box-shadow: 3px 3px 5px #4D4D4D;
		-webkit-box-shadow: 3px 3px 5px #4D4D4D;
}
.sheader h2
{
	margin: 0;
	font-size: large;
	line-height: 1em;
	font-weight: normal;
}
.sheader p, .sheader div
{
	margin: 0;
	float: right;
	font-size: small;
	line-height: inherit;
}
.sheader a
{
	color: black;
}
.sheader a:hover
{
	color: black;
}
.econtent /* Style for Expandable Content Box */
{
	display: block;
	top: 0;
	left: auto;
	right: auto;
	margin: 0 20px 0 15px;
	padding: 15px;
	border-right: 2px solid black;
	border-left: 2px solid black;
	background: #E5E5E5;
}
.gcontent /* Style for Unexpandable Content Box*/
{
	display: block;
	margin: 0 20px 0 15px;
	padding: 15px;
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	background: #E5E5E5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}
.contract, .expand /* Style for Expand/Contract Footers */
{
	display: block;
	margin: 0 20px 0 15px;
	padding: 12px 0 10px;
	height: 12px;
	clear: both;
	text-align: center;
	text-indent: -6000px;
	border-top: 0;
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	background: #E5E5E5 url('images/icons/expconticons.png') no-repeat center 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}
.expand
{
	background: #E5E5E5 url('images/icons/expconticons.png') no-repeat center -54px;
}
.contract:hover
{
	padding: 10px 0;
	border-top: 2px solid black;
	background: #D9D9D9 url('images/icons/expconticons.png') no-repeat center -24px;
}
.expand:hover
{
	padding: 12px 0 10px;
	background: #D9D9D9 url('images/icons/expconticons.png') no-repeat center -86px;
}
.section > div:after
{
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    content: ".";
}
/* ********************************* *\
|* FORUM STYLING                     *|
\* ********************************* */
/* Forum Listing */
.forum
{
	display: block;
	padding-bottom: 15px;
	width: 50%;
	float: left;
}
.forum-read, .forum-unread
{
	margin-top: -2.5em;
	margin-bottom: -1em;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -6000px;
	background: transparent url('images/forumicons/generic-off.png');
}
.forum-unread
{
	background: transparent url('images/forumicons/generic-on.png');
}
.forum-title
{
	display: block;
	margin: 0 0 0 100px;
	font-size: medium;
	font-weight: bold;
}
.forum-title a
{
	color: black;
}
.forum-title a:hover
{
	color: black;
}
.forum-description
{
	margin: 0 0 0 100px;
	font-size: small;
}
.forum-subforums
{
	display: block;
	margin: 5px 0 0 100px;
	padding: 5px 10px;
	height: 100%;
	font-size: small;
	border: 1px solid #737373;
	background: #BFBFBF;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
.forum-subforums p
{
	margin: 0;
	font-weight: bold;
}
.forum-subforums div
{
	display: none;
}
.forum-subforums:after
{
	display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    content: ".";
}
.forum-lastpost
{
	display: block;
	margin: 5px 0 0 100px;
	padding: 5px 10px;
	font-size: small;
	border: 1px solid gray;
	background: #CCCCCC;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
.forum-lastpost span /* "Last Post: " title */
{
	display: inline;
	font-weight: bold;
}
/* Subforum Listing */
.subforum
{
	margin: 0;
	padding: 10px 10px 0 15px;
	float: left;
	font-size: small;
	font-weight: normal;
	background: transparent url('images/icons/subforumonoff.png') no-repeat left -24px;
}
.subforum.on
{
	font-weight: bold;
	background-position: left 8px;
}







/* Activity Monitor */
#activitymonitor div h3
{
	margin: 0;
	padding-bottom: 3px;
	font-size: medium;
}
#activitymonitor div h3 a
{
	color: black;
}
#activitymonitor div div
{
	font-size: small;
	margin-bottom: 15px;
}
#activitymonitor div div a
{
	color: black;
}





#threadlist, #postlist, #taglist, #onlinelist
{
	margin-bottom: 0;
	padding-bottom: 10px;
}
/* ********************************* *\
|* PAGE LIST AND BUTTON LIST STYLING *|
\* ********************************* */
/* Listing of Page Numbers */
.pagelist
{
	display: inline-block;
	float: left;
	font-size: small;
	padding: 5px 0px 5px;
	margin-left: 15px;
	font-weight: bold;
}
.pagelist.bottom
{
	margin-bottom: 30px;
}
.pagelist.top
{
	margin-bottom: 10px;
}
.pagelist p
{
	display: inline;
	margin: 0;
	font-weight: normal;
}
.pagelist p .plactive a
{
	color: black;
}
.pagelist p .plactive
{
	font-weight: bold;
}
.pagelist p .plactive:before
{
	font-weight: normal;
	content: "[";
}
.pagelist p .plactive:after
{
	content: "]";
	font-weight: normal;
}
/* Listing of Buttons */
.buttonlist
{
	display: block;
	margin: 0 15px 10px 0;
	float: right;
	list-style-type: none;
}
.buttonlist li
{
	display: inline;
}
.buttonlist li a
{
	display: inline-block;
	padding: 5px 10px;
	font-size: small;
	color: black;
	font-variant: small-caps;
	white-space: nowrap;
	border: 2px solid black;
	background: #6699CC;
	background-image: -moz-linear-gradient(center top, #73ACE5, #5986B3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#73ACE5), to(#5986B3));
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	box-shadow: 3px 3px 5px #4D4D4D;
		-moz-box-shadow: 3px 3px 5px #4D4D4D;
		-webkit-box-shadow: 3px 3px 5px #4D4D4D;
}
.buttonlist li a:hover
{
	color: black;
	background: #73ACE5;
	background-image: -moz-linear-gradient(center top, #80BFFF, #6699CC);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#80BFFF), to(#6699CC));
}
/* ********************************* *\
|* THREAD STYLING                    *|
\* ********************************* */
#threadlist
{
	margin-bottom: 10px;
}
#threadlist .gcontent
{
	padding: 5px 15px;
	*padding: 15px;
}
#threadlist .gcontent table
{
	width: 100%;
	border-spacing: 0 10px;
	*border-collapse: collapse;
}
/* Table Headers */
#threadlist .gcontent table thead tr th
{
	text-align: left;
	font-variant: small-caps;
	border-bottom: 1px solid black;
}
.thposticon
{
	text-indent: -6000px;
}
#threadlist .gcontent table thead tr th a
{
	color: black;
}
#threadlist .gcontent table thead tr th a.desc
{
	background: transparent url('images/icons/expconticons.png') no-repeat right -62px;
	margin: 0;
	height: 16px;
	padding-right: 18px;
}
#threadlist .gcontent table thead tr th a.asc
{
	background: transparent url('images/icons/expconticons.png') no-repeat right 2px;
	margin: 0;
	height: 16px;
	padding-right: 18px;
}
/* Table Cells */
.thread-posticon
{
	width: 60px;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #808080;
	border-right: 0;
	background: #CCCCCC;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
	*width: 70px;
}
.thread-topic
{
	padding: 5px 0;
	border: 1px solid #808080;
	border-left: 0;
	border-right: 0;
	background: #CCCCCC;
}
.thread-info
{
	width: 115px;
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #808080;
	border-left: 0;
	border-right: 0;
	background: #CCCCCC;
}
.thread-lastpost
{
	width: 20%;
	padding: 5px 10px 5px 0;
	border: 1px solid #808080;
	border-left: 0;
	background: #CCCCCC;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}
/* Post Icons and "NEW" marker (or lack thereof) */
.thread-read, .thread-unread
{
	display: inline-block;
	width: 57px;
	height: 43px;
	margin: 0 0 0 -20px;
	line-height: 43px;
	text-indent: -6000px;
	*zoom: 1;
	*display: inline;
	*margin: 0 0 0 -10px;
	*text-indent: 0;
}
.thread-read span, .thread-unread span
{
	*display: block;
	*width: 57px;
	*overflow: hidden;
	*visibility: hidden;
	*white-space: nowrap;
}
.thread-unread
{
	background: transparent url('images/icons/newicon.png') -8px 0;
}
.thread-posticon img
{
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}
/* Thread Title */
.thread-topictitle
{
	display: inline;
	margin: 0;
	font-size: medium;
	font-weight: normal;
}
.thread-topictitle a
{
	color: black;
}
.thread-topictitle a:hover
{
	color: black;
}
/* Page Numbers */
.thread-topicpgs
{
	margin-left: 15px;
}
.thread-topicpgs span
{
	font-size: small;
}
/* Thread Starter */
.thread-topicauthor
{
	margin: 5px 0 0;
	font-size: small;
	white-space: nowrap;
}
/* Thread's Last Post */
.thread-lptime
{
	margin: 0;
	font-size: small;
	white-space: nowrap;
}
.thread-lpuser
{
	margin: 5px 0 0;
	font-size: small;
	white-space: nowrap;
}
/* Informational Icons */
.thread-info p
{
	display: inline-block;
	margin: 0;
	width: 23px;
	height: 23px;
	zoom: 1;
	*display: inline;
}
.tlock
{
	background: url('images/icons/threadicons.png') no-repeat;
}
.tpoll
{
	background: url('images/icons/threadicons.png') no-repeat -23px 0px;
}
.thot
{
	background: url('images/icons/threadicons.png') no-repeat -46px 0px;
}
.tburning
{
	background: url('images/icons/threadicons.png') no-repeat -69px 0px;
}
.tmine
{
	background: url('images/icons/threadicons.png') no-repeat -92px 0px;
}
.tsticky
{
	background: url('images/icons/threadicons.png') no-repeat -115px 0px;
}
.noicon
{
	background-image: url('images/icons/threadicons_off.png') !important;
}
/* ********************************* *\
|* POST STYLING                      *|
\* ********************************* */
.post
{
	display: block;
	margin: 0 0 10px;
	padding: 10px;
	height: 100%;
	min-height: 100px;
	border: 2px solid black;
	background: #E5E5E5;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
/* AUTHOR BLOCK */
.authblock
{
	display: inline-block;
	padding: 15px;
	width: 200px;
	float: left;
	text-align: center;
}
.authblock h4
{
	margin: 0;
}
.authblock h4 a
{
	color: black;
}
.authblock p
{
	margin: 0;
	font-size: small;
}
.authblock p.rank
{
	font-size: medium;
}
.authblock p.postcount, .authblock p.joindate
{
	margin: 5px 0px;
	padding: 5px 10px;
	border: 1px solid gray;
	text-align: left !important;
	font-size: x-small;
	background: #CCCCCC;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
.authblock p.postcount span, .authblock p.joindate span
{
	font-weight: bold;
}
/* POST BLOCK */
.postblock
{
	display: block;
	margin-left: 230px;
	padding: 10px;
}
.postblock p /* Signature */
{
	margin: 0 15px 15px 27px;
	max-height: 200px;
	overflow: auto;
}
.balloon
{
	position: relative;
			margin: 0 0 15px 12px;
			padding: 15px;
			border: 1px solid #808080;
			background: #CCCCCC;
			border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
}
.balloon > .notch
{
	position: absolute;
	top: 15px;
	left: -11px;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-right: 11px solid #CCCCCC;
	border-bottom: 11px solid transparent;
	border-left: 0;
}
.balloon > .notch.border
{
	border-right: 11px solid #808080;
	left: -12px;
}
.infoblock
{
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}
.infoblock:after
{
	display: block;
    height: 0;
    visibility: hidden;
    clear: right;
    content: ".";
}
.infoblock div.post-title
{
	position: relative;
	width: 50%;
	float: left;
}
.infoblock div.post-title img /* Post Icon */
{
	margin: 0 5px 0 0;
	padding: 3px;
	float: left;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	line-height: 1em;
	background: none;
}
.infoblock > div.post-title > img:hover
{
	padding: 2px;
	border: 1px solid #808080;
	background: #999999;
}
.infoblock div.post-title h3 /* Post Title */
{
	margin: 0;
	padding: 0;
	font-size: medium;
}
.infoblock div.post-title h3 a
{
	color: black;
}
.infoblock div.post-title p /* Reply # and Post Date/Time */
{
	margin: 0;
	font-size: small;
}
.infoblock ul, .postblock ul /* Post Options List */
{
	display: block;
	margin: 0;
	padding: 0.8em 10px 1em 0;
	text-align: right;
	list-style: none;
}
.infoblock ul li, .postblock ul li /* Post Option */
{
	display: inline;
	position: relative;
	margin: 0 0 0 15px;
	padding: 0;
	_width: 1px;
	float: right;
	white-space: nowrap;
}
	.quote_button
	{
		background: url('images/icons/basicicons.png') no-repeat 0 -360px;
	}
	.addmq_button
	{
		background: url('images/icons/basicicons.png') no-repeat 0 -400px;
	}
	.remmq_button
	{
		background: url('images/icons/basicicons.png') no-repeat 0 -440px;
	}
	.modify_button
	{
		background: url('images/icons/basicicons.png') no-repeat 0 -480px;
	}
	.remove_button
	{
		background: url('images/icons/basicicons.png') no-repeat 0 -520px;
	}
	.split_button
	{
		background: url('images/icons/basicicons.png') no-repeat 0 -560px;
	}
	.report_button
	{
		background: url('images/icons/basicicons.png') no-repeat 0 -760px;
	}
	.ip_button
	{
		background: url('images/icons/basicicons.png') no-repeat 0 -800px;
	}
.infoblock ul li a, .postblock ul li a /* Post Option Link */
{
	display: block;
	padding-left: 22px;
	height: 20px;
	font-size: small;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: black;
}
.infoblock ul li a:hover, .postblock ul li a:hover /* Post Option Link */
{
	color: black;
}
.message
{
	margin-top: 15px;
}
.post-edit
{
	display: block;
	margin: 15px 10px 0;
}
.post-edit p
{
	position: relative;
	margin: 0;
	padding: 5px 10px;
	float: left;
	font-size: small;
	border: 1px solid #808080;
	background: #E5E5E5;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
.post-edit a.quick-edit
{
	position: relative;
	height: 20px;
	width: 20px;
	float: right;
	background: url('images/icons/basicicons.png') no-repeat 0 -480px;
}
/* Quote */
blockquote
{
	margin: 0 15px;
	padding: 30px;
	background: #E5E5E5;
	border: 1px solid #808080;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
.quoteheader .topslice_quote
{
	margin: 0 25px 5px 80px;
	font-size: small;
}
.quoteheader .topslice_quote a
{
	color: black;
}
.quoteheader .topslice_quote a:hover
{
	color: black;
}
.quoteheader:after
{
	margin: -50px 10px 0 20px;
	height: 70px;
	float: left;
	overflow: hidden;
	font-size: 170px;
	content: "\201C";
}
.quotefooter:before
{
	margin: -55px 20px 0 10px;
	height: 70px;
	float: right;
	overflow: hidden;
	font-size: 170px;
	content: "\201D";
}
.quote > span.quotelink
{
	display: block;
	margin: -28px 0 0;
	float: left;
	font-size: small;
}
/* Tag List */
#taglist > h2
{
	background: #ACACAC;
	background-image: -moz-linear-gradient(center top, #BFBFBF, #999999);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFBFBF), to(#999999));
}
/* Thread Moderation */
#tmod
{
	padding-left: 25px;
	font-variant: small-caps;
	background: url('images/icons/basicicons.png') no-repeat left 0px;
}
#tmod div
{
	margin: 0;
	padding: 0 18px 0 0;
	float: none;
	background: url('images/icons/basicicons.png') no-repeat right -320px;
}
#tmod div ul
{
	display: none;
	position: absolute;
	z-index: 90;
	margin-top: 7px;
	padding: 5px 5px 0;
	height: auto;
	list-style: none;
	border-top: 2px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	background: #808080;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}
#tmod > div > ul > li
{
	display: block;
	margin: 0 0 5px;
	padding: 0;
	height: 26px;
}
#tmod > div > ul > li > a
{
	display: block;
	margin: 0;
	padding: 5px 10px 5px 30px;
	min-width: 135px;
	height: 16px;
	font-size: small;
	color: black;
	font-variant: small-caps;
	background: #BFBFBF url('images/icons/basicicons.png') no-repeat;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
	#mod_move > a
	{
		background-position: 5px -37px;
	}
	#mod_recycle > a
	{
		background-position: 5px -77px;
	}
	#mod_delete > a
	{
		background-position: 5px -117px;
	}
	#mod_lock > a
	{
		background-position: 5px -157px;
	}
	#mod_unlock > a
	{
		background-position: 5px -197px;
	}
	#mod_pin > a, #mod_unpin > a
	{
		background-position: 5px -237px;
	}
	#mod_merge > a
	{
		background-position: 5px -277px;
	}
#tmod > div > ul > li > a:hover
{
	color: black !important;
	background-color: #EFA07A;
}
#tmod > div > ul
{
	top: auto;
	right: 10px;
}
#tmod > div:hover > ul
{
	display: block;
}
/* Quick Reply */
.quickreply > div
{
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}
.quickreply > div > p
{
	margin-top: 0;
	font-size: small;
}
/* ********************************* *\
|* CLEAR STYLING                     *|
\* ********************************* */

.clear
{
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.clear-right
{
	clear: right;
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
hr
{
	clear: both;
	margin: 15px 0;
}
/* ********************************* *\
|* MODIFICATION STYLING              *|
\* ********************************* */
/* Usergroup Color/Style Formatting */
.usergroup_owner
{
	font-style: italic;
	font-weight: bold;
	color: #bf183b !important;
}
.usergroup_admin
{
	font-style: italic;
	font-weight: bold;
	color: #ba5c00 !important;
}
.usergroup_themer
{
	color: #d53095 !important;
}
.usergroup_councillor
{
	font-weight: bold;
	color: #08811f !important;
}
.usergroup_advisor
{
	color: #666666 !important;
}
.usergroup_mod
{
	font-weight: bold;
	color: #24609b !important;
}
.usergroup_developer
{
	font-style: italic;
	color: #8632b2 !important;
}
.usergroup_assistant
{
	font-style: italic;
	color: #108b90 !important;
}

#leftbar 
{
	float: left;
	width: 200px;
	margin: 0;
	padding: 1em;
	font-size: small;
}

#leftbar a
{
	color: #000000;
	text-decoration: underline;
}

#frontcontent
{
	margin-left: 190px;
	padding: 1em;
}

#smalltext
{
	font-size: xx-small;
}

#container 
{ 

	width: 100%; 
	line-height: 150%; margin: 0; 
} 

.news_item
{
	max-height: 200px;
	overflow: scroll;
}

.cover_story
{
	min-height: 650px;
	
}
