/* Normal, standard links. */
a:link, a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	cursor: pointer;
	}
a.new_win:link, a.new_win:visited {
	text-decoration: none;
	}
a.new_win:hover {
	text-decoration: underline;
	}
table {
	empty-cells: show;
	}
body {
	background-color: #f9f9f9;
	font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
	margin: 0 auto;
	}
body#help_popup {
	padding: 1em;
	}
body, td, th, tr {
	font-family: verdana;
	color: #444;
	}
div#wrapper {
	margin: 0px auto;
	padding: 2% 0px;
	}
form {
	padding: 0;
	margin: 0;
	}
input, button, select, textarea {
	font: 95%/115% verdana, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #7f9db9;
	padding: 2px;
	}
select {
	padding: 0;
}
select option {
	padding: 1px;
}
textarea {
	font: 100%/130% verdana, Helvetica, sans-serif;
}
.button_submit, .button_reset {
	cursor: pointer;
	font-weight: normal;
	}
input:hover, textarea:hover, button:hover, select:hover {
	border: 1px solid #454545;
	}
button:hover {
	background: #c50;
	color: #fff;
	}
.button_submit:hover, .button_reset:hover {
	border: 1px solid #aaa;
	background: #c50;
	color: #fff;
	}
input:focus, textarea:focus, button:focus, select:focus {
	border: 1px solid #454545;
	}
input.input_check, input.input_radio {
	border: none;
	background: none;
}
h3.catbg input.input_check {
	margin: 9px 7px 0 7px;
}
input[disabled].input_text {
	background-color: #eee;
}
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #c4c4c4;
	padding: 1em;
	margin: 0 0 0.5em 0;
}
fieldset legend {
	font-weight: bold;
	color: #444;
}
a img {
	border: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.flow_auto {
	overflow: auto;
}
.flow_hidden {
	overflow: hidden;
}
.flow_hidden .windowbg, .flow_hidden .windowbg2 {
	margin-top: 2px;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.smalltext, tr.smalltext th {
	font-size: 0.85em;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 0.9em;
	line-height: 1em;
	font-family: verdana, sans-serif;
}
.normaltext {
	font-size: 1em;
	line-height: 1.2em;
}
.largetext {
	font-size: 1.4em;
}
.centertext {
	margin: 0 auto;
	text-align: center;
}
.righttext {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.lefttext {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
.double_height {
	line-height: 2em;
}
.padding {
	padding: 0.7em;
}
.main_section, .lower_padding {
	padding-bottom: 0.5em;
}
ul.reset, ul.reset li {
	padding: 0;
	margin: 0;
	list-style: none;
}
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote {
	font-size: 1.0em;
	font-style: italic;
	color: #666;
	line-height: 1.4em;
	background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;
	padding: 1.1em 1.9em;
	margin: 0.1em 10px 0.3em 10px;
	overflow: auto;
	border-left: 5px solid #ccc;
	}
blockquote.bbc_standard_quote {
	background-color: #f7f7f5;
	padding: 10px 20px;
	}
blockquote.bbc_alternate_quote {
	background-color: #e7eafc;
}
code.bbc_code {
	display: block;
	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
	font-size: 1.0em;
	background: #f5f9f0;
	line-height: 1.5em;
	padding: 8px 20px;
	overflow: auto;
	white-space: nowrap;
	max-height: 24em;
	margin: 0px 10px;
	border-left: 5px solid #b9d9e0;
	}
.codeheader, .quoteheader {
	color: #666;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0px 0.65em;
	padding-top: 5px;
	}
.codeoperation {
	font-weight: normal;
	}
.bbc_link:link, .bbc_link:visited {
	/*text-decoration: underline;*/
	}
.bbc_link:hover {
	/*text-decoration: underline;*/
	}
.bbc_size {
	line-height: 1.4em;
	}
.bbc_color a {
	color: inherit;
	}
.bbc_img {
	/*border: 1px solid #d5d5d5;*/
	/*box-shadow: 0px 3px 5px 0px #d5d5d5;*/
	max-width: 854px;
	max-height: 480px;
	}
.bbc_table {
	font: inherit;
	color: inherit;
	}
.bbc_table td {
	font: inherit;
	color: inherit;
	vertical-align: top;
	}
.bbc_u {
	text-decoration: underline;
	}
.bbc_list {
	text-align: left;
	}
.bbc_tt {
	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
	}
.help {
	cursor: help;
	}
.meaction {
	color: red;
	}
.highlight {
	font-weight: bold;
	color: #ff7200 !important;
	font-size: 1.1em;
	}
.highlight2 {
	background-color: #D1E1EF;
	color: #000 !important;
	}
.titlebg, .titlebg2, tr.titlebg th, tr.titlebg td, tr.titlebg2 td {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	}
.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.20em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px!important;
	}
tr.titlebg th, tr.titlebg2 th, td.titlebg, td.titlebg2, tr.catbg th, tr.catbg2 th, td.catbg, td.catbg2 {
	padding: 0;
	}
tr.titlebg th a:link, tr.titlebg th a:visited, tr.titlebg2 td a:link, tr.titlebg2 td a:visited {
	}
tr.catbg th a:link, tr.catbg th a:visited, tr.catbg2 td a:link, tr.catbg2 td a:visited {
	}
.catbg select {
	height: 1.5em;
	font-size: 0.85em;
	}
.windowbg, #preview_body {
	color: #000;
	}
.windowbg2 {
	color: #000;
	}
.windowbg3 {
	color: #000;
	}
.pagesection_top {
	display: none;
	padding: 10px 0px;
	overflow: hidden;
	}
.pagesection {
	overflow: hidden;
	}
div.pagesection div.floatright input {
	}
.pagelinks {
	}
.approvebg {
	color: #000;
	background-color: #ffeaea;
	}
.approvebg2 {
	color: #000;
	background-color: #fff2f2;
}
.approvetbg {
	color: #000;
	background-color: #e4a17c;
	}
.approvetbg2 {
	color: #000;
	background-color: #f3bd9f;
	}
.stickybg {
	 color: #a00;
	}
.stickybg2 {
	 color: #a00;
	}
.stickybg2 a {
	color: #a00;
	 font-size: 1em;
	}
.lockedbg {
	}
.lockedbg2 {
	}
.post, .personalmessage {
	line-height: 1.4em;
	padding: 0.1em 0;
	}
.signature, .attachments {
	width: 98%;
	overflow: auto;
	clear: right;
	padding: 1em 0 3px 0;
	border-top: 1px solid #aaa;
	line-height: 1.4em;
	font-size: 0.85em;
	}
.custom_fields_above_signature {
	width: 98%;
	clear: right;
	padding: 1em 0 3px 0;
	border-top: 1px solid #aaa;
	line-height: 1.4em;
	font-size: 0.85em;
	}
.error {
	color: red;
}
.alert {
	color: red;
}
.birthday {
	color: #920ac4;
	}
.event {
	color: #078907;
	}
.holiday {
	color: #000080;
	}
.warn_mute {
	color: red;
	}
.warn_moderate {
	color: #ffa500;
	}
.warn_watch, .success {
	color: green;
	}
a.moderation_link, a.moderation_link:visited {
	color: red;
	font-weight: bold;
	}
.openid_login {
	background: white url(../images/openid.gif) no-repeat;
	padding-left: 18px;
	}
.description, .description_board, .plainbox {
	padding: 0.5em 1em;
	font-size: 0.9em;
	line-height: 1.4em;
	border: 1px solid #bbb;
	background: #f5f5f0;
	margin: 0.2em 1px 1em 1px;
	}
.description_board {
	margin: 1em 1px 0 1px;
	}
.information {
	padding: 0.5em 1em;
	font-size: 0.9em;
	line-height: 1.3em;
	border: 1px solid #bbb;
	background: #f0f6f0;
	margin: 0.2em 1px 1em 1px;
	}
.information p {
	padding: 1em;

	margin: 0;
	}
p.para2 {
	padding: 1em 0 3.5em 0;
	margin: 0;
	}
#ajax_in_progress {
	background: url(../images/theme/loadingbar.png) repeat-x;
	color: #f96f00;
	text-align: center;
	font-size: 16pt;
	padding: 8px;
	width: 100%;
	height: 66px;
	line-height: 25px;
	position: fixed;
	top: 0;
	left: 0;
	}
#ajax_in_progress a {
	color: orange;
	text-decoration: underline;
	font-size: smaller;
	float: right;
	margin-right: 20px;
	}
dl.settings {
	clear: right;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 0;
	}
dl.settings dt {
	width: 40%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	}
dl.settings dt.settings_title {
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	clear: both;
	}
dl.settings dt.windowbg {
	width: 98%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0 0 5px 0;
	clear: both;
	}
dl.settings dd {
	width: 56%;
	float: right;
	overflow: auto;
	margin: 0 0 3px 0;
	padding: 0;
	}
dl.settings img {
	margin: 0 10px 0 0;
	}
dl.settings dt a img {
	position: relative;
	top: 2px;
	}
h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg {
	overflow: hidden;
	font-weight: bold;
	font-size: 130%;
	color: #444;
	}
h3.catbg a:link, h3.catbg a:visited, h4.catbg a:link, h4.catbg a:visited, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
	color: #222;
	}
h3.catbg2 a, h3.catbg2 {
	color: #000;
	}
h3.catbg a:hover, h4.catbg a:hover, .table_list tbody.header td a:hover {
	color: #cc5500;
	text-decoration: none;
	}
h3.catbg2 a:hover {
	color: #fff;
	text-decoration: none;
	}
h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a {
	color: #222;
	}
h3.titlebg a:hover, h4.titlebg a:hover {
	color: #53616f;
	text-decoration: none;
	}
h3.catbg img.icon, h4.titlebg img.icon {
	vertical-align: middle;
	margin: -2px 5px 0 0;
	}
h4.catbg a.toggle img {
	vertical-align: middle;
	margin: -2px 5px 0 5px;
	}
h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
	}
h4.titlebg, h3.titlebg {
	}
h4.titlebg img.icon {
	float: left;
	margin: 5px 8px 0 0;
	}
div.cat_bar {
	overflow: hidden;
	}
div.title_bar {
	overflow: hidden;
	margin-bottom: 1px;
	}
div.roundframe div.cat_bar {
	margin-bottom: 0;
	}
div.roundframe div.cat_bar h3.catbg {
	}
div.title_barIC {
	overflow: hidden;
	margin: 0px;
	}
div.title_barIC h4.titlebg .icon {
	margin-top: 0px;
	}
div.title_barIC h4.titlebg {
	}
#upshrinkHeaderIC p.pminfo {
	margin: 0;
	padding: 0.5em;
	}
img#upshrink_ic, img#newsupshrink {
	float: right;
	margin: 10px 5px 0 0;
	}
table.table_list a.unreadlink, table.table_list a.collapse {
	float: right;
	}
table.table_list a.collapse {
	margin: 2px 0px 0px 5px;
	}
.table_grid tr.catbg, .table_grid tr.titlebg {
	font-size: 80%;
	}
.table_grid tr.catbg th, .table_grid tr.titlebg th {
	height: 28px;
	}
tr.catbg th.first_th {
	}
tr.catbg th.last_th {
	text-align: right;
	}
tr.titlebg th.first_th {
	}
tr.titlebg th.last_th {
	}
.table_grid th.last_th input {
	margin: 0 2px;
	}
.table_grid th.lefttext {
	padding: 0;
	}
table.table_grid {
	border-collapse: collapse;
	}
table.table_grid td {
	}
.additional_row {
	padding: 0.5em 0 0.5em 0;
	}
table.table_grid thead tr.catbg th {
	white-space: nowrap;
	}
#permissions table.table_grid td {
	padding: 0.4em 0.8em;
	cursor: default;
	}
------------------------------------------------------- */
.windowbg span.topslice {
	display: block;
	padding-left: 0px;
	}
.windowbg span.topslice span {
	display: block;
	height: 0px;
	}
.windowbg span.botslice {
	display: block;
	padding-left: 0px;
	font-size: 5px;
	line-height: 5px;
	margin-bottom: 0.2em;
	}
.windowbg span.botslice span {
	display: block;
	height: 0px;
	}
.windowbg2 span.topslice {
	display: block;
	padding-left: 0px;
	}
.windowbg2 span.topslice span {
	display: block;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 5px;
	}
.windowbg2 span.botslice {
	display: block;
	padding-left: 0px;
	font-size: 5px;
	line-height: 5px;
	margin-bottom: 0.2em;
	}
.windowbg2 span.botslice span {
	display: block;
	height: 11px;
	}
.approvebg span.topslice {
	display: block;
	padding-left: 0px;
	}
.approvebg span.topslice span {
	display: block;
	height: 11px;
	}
.approvebg span.botslice {
	display: block;
	padding-left: 0px;
	margin-bottom: 0.2em;
	}
.approvebg span.botslice span {
	display: block;
	height: 5px;
	}
.postbg {
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	}
.roundframe {
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	}
.roundframe dl, .roundframe dt, .roundframe p {
	margin: 0;
	}
.roundframe p {
	}
span.upperframe {
	padding: 0;
	display: block;
	border-top: 2px solid #e5e5e5;
	}
span.upperframe span {
	padding: 0;
	margin-top: 0px;
	display: block;
	background-color: #f5f5f5;
	}
span.lowerframe {
	padding: 0;
	display: block;
	}
span.lowerframe span {
	padding: 0;
	display: block;
	border-bottom: 2px solid #e5e5e5;
	}
.content {
	padding:0;
	margin: 0;
	border: none;
	}
.content p {
	margin: 0 0 0.5em 0;
	}
.auto_suggest_div {
	border: 1px solid #000;
	position: absolute;
	visibility: hidden;
	}
.auto_suggest_item {
	background-color: #ddd;
	}
.auto_suggest_item_hover {
	background-color: #888;
	cursor: pointer;
	color: #eee;
	}
#main_menu {
	float: left;
	font-size: 100%;
	line-height: normal;
	}
#main_menu ul li {
	line-height: normal;
	}
.dropmenu, .dropmenu ul {
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
	}
.dropmenu {
	padding: 0;
	}
.dropmenu a {
	display: block;
	color: #333;
	text-decoration: none;
	}
.dropmenu a span {
	display: block;
	padding: 0;
	font-size: 0.9em;
	}
.dropmenu li a.firstlevel {
	margin-right: 10px;
	}
.dropmenu li a.firstlevel span.firstlevel {
	display: block;
	position: relative;
	white-space: pre;
	}
.dropmenu li {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	}
.dropmenu li ul {
	z-index: 90;
	display: none;
	position: absolute;
	width: 12.2em;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #f7f7f7;
	padding: 0;
	margin-left: -5px;
	font-size: 90%;
	}
.dropmenu li li {
	width: 12em;
	margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
.dropmenu li li a span {
	display: block;
	padding: 5px 10px;
	}
.dropmenu li ul ul {
	margin: -1.8em 0 0 13em;
}
.dropmenu li a.active {
	color: #444;
	font-weight: bold;
	}
.dropmenu li a.active span.firstlevel {
	}
.dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background: #c60;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-left: -5px;
	}
.dropmenu li a.firstlevel:hover span.firstlevel, .dropmenu li:hover a.firstlevel span.firstlevel {
	}
.dropmenu li li a:hover, .dropmenu li li:hover>a {
	background: #d4dbe4;
	color: #000;
	text-decoration: none;
	}
.dropmenu li:hover ul ul, .dropmenu li:hover ul ul ul {
	top: -999em;
	}
.dropmenu li li:hover ul {
	top: auto;
	}
.dropmenu li:hover ul {
	display: block;
	}
.dropmenu li li.additional_items {
	background-color: #fff;
	}
#menu_toggle {
	}
#menu_toggle span {
	position: relative;
	right: 5000px;
	}
.buttonlist ul {
	z-index: 100;
	}
.buttonlist ul li {
	}
.buttonlist ul li a {
	display: block;
	font-size: 0.85em;
	color: #000;
	cursor: pointer;
	}
.buttonlist ul li a:hover {
	color: #fff;
	text-decoration: none;
	}
.buttonlist ul li a span {
	display: block;
	}
.buttonlist ul li a:hover span {
	}
.buttonlist ul li a.active {
	color: #fff;
	font-weight: bold;
	}
.buttonlist ul li a.active span {
	color: #fff;
	}
.buttonlist ul li a.active {
	font-weight: bold;
	}
.buttonlist ul li a.active:hover {
	color: #ddf;
	}
.align_top ul li a, .align_bottom ul li a {
	margin: 0 12px 0 0;
	}
ul#navigation {
	margin: 0;
	font-size: 0.9em;
	}
ul#navigation li {
	float: none;
	font-size: 0.95em;
	display: inline;
}
#adm_submenus {
	overflow: hidden;
	}
#header {
	margin-top: 2%;
	}
#header div.frame {
	display: block;
	padding-bottom: 0px;
	}
#content_section {
	}
#content_section div.frame {
	display: block;
	}
#main_content_section {
	width: 100%;
	min-height: 200px;
	}
h1.forumtitle {
	line-height:150%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	}
#siteslogan, img#smflogo {
	margin: 0;
	padding: 0;
	float: right;
	line-height: 3em;
	}
h3, h4 {
	padding-bottom: 3px;
	}
img#upshrink {
	float: right;
	}
img#smflogo {
	display: none;
	}
#upper_section {
	position:relative;
	display:block;
	width:100%;
	}
#upper_section ul li.greeting {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
	font-family: Arial;
	margin-top: 6px;
	}
#upper_section div.news {
	display:none;
	width: 100%;
	float: right;
	text-align: right;
	}
#guest_form {
	overflow: hidden;
	padding-top:1em;
	}
#guest_form .info {
	padding: 4px 0;
	line-height: 1.3em;
	}
div#upper_section div.user {
	width: 98%;
	float: left;
	/*overflow: auto;*/
	}
div#upper_section div.user p {
	float: left;
	padding: 0;
	margin-right: 10px;
	}
div#upper_section div.user p .avatar {
	width: 85px;
	height: 85px;
	}
div#upper_section div.user ul {
	margin: 0;
	}
div#upper_section div.user ul li {
	margin-bottom: 2px;
	}
div#upper_section div.news p {
	display: inline;
}
div#upper_section div.news form {
	padding-bottom: 10px;
	}
#top_section {
	position:relative;
	display:block;
	overflow: hidden;
	}
#upper_section {
	overflow: hidden;
	}
.navigate_section {
	margin: 0px;
	}
.navigate_section ul {
	display: block;
	overflow: hidden;
	list-style: none;
	clear: both;
	width: 100%;
	}
.navigate_section ul li {
	float: left;
	padding: 0 0.5em 0 0;
	font-size: 1.1em;
	}
.navigate_section ul li a {
	white-space: pre;
	color: #999;
	}
#footer_section {
	text-align: left;
	padding-left: 0px;
	}
#footer_section span.smalltext {
	font-size: 100%;
	}
#footer_section div.frame {
	display: block;
	padding: 10px 0px 0px 0px;
	}
#footer_section ul li, #footer_section p {
	font-size: 0.8em;
	}
#footer_section ul li {
	display: inline;
	padding-right: 5px;
	}
#footer_section ul li.copyright {
	display: block;
	}
select.qaction, input.qaction {
	font-size: 0.85em;
	padding: 0;
	}
#mlist table tbody td.windowbg2 {
	text-align: center;
	}
table.table_list {
	width: 100%;
	padding: 0;
	margin: 0;
	}
table.table_list p {
	padding: 0;
	margin: 0;
	}
table.table_list td, table.table_list th {
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	}
table.table_list tbody.header td {
	padding: 0;
	}
table.table_list tbody.content td.info {
	width: 65%;
	}
table.table_list tbody.content td.info p {
	padding-right: 1%;
	}
table.table_list tbody.content td.stats {
	font-size: 100%;
	width: 10%;
	}
table.table_list tbody.content td.lastpost {
	line-height: normal;
	font-size: 90%;
	width: 25%;
	text-align: right;
	}
table.table_list tbody.content td.icon {
	display: none;
	}
.table_list tbody.content td.info a.subject {
	}
.table_list tbody.content td.info a.subject:hover {
	}
.table_list tbody.content td.children {
	color: #555;
	font-size: 85%;
	}
p.moderators {
	font-size: 0.8em;
	font-family: verdana, sans-serif;
	}
#boardindex_table .table_list thead, #boardindex_table .table_list tfoot {
	display: none;
	}
#posting_icons {
	margin-top: 15px;
	}
#posting_icons ul {
	font-size: 0.8em;
	}
#posting_icons img {
	vertical-align: middle;
}
#postbuttons_upper ul li a span {
	line-height: 19px;
	padding: 0 0 0 6px;
	}
.nextlinks {
	}
.nextlinks_bottom {
	clear: right;
	}
.mark_read {
	padding: 0;
	}
#newsfader {
	margin: 0 2px;
	}
#smfFadeScroller {
	text-align: center;
	padding: 0 2em;
	overflow: auto;
	margin: 1em 0;
	color: #575757;
	}
#upshrinkHeaderIC {
	margin-top: 4px;
	}
dl#ic_recentposts {
	line-height: 1.3em;
	overflow:hidden;
	}
dl#ic_recentposts dt {
	float: left;
	}
dl#ic_recentposts dd {
	}
#upshrinkHeaderIC p {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	}
#upshrinkHeaderIC p.last {
	margin: 0;
	padding: 0.5em;
	border-top: 2px dotted #bbb;
	}
#upshrinkHeaderIC p.inline {
	border: none;
	margin: 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
	}
#upshrinkHeaderIC p.stats {
	font-size: 1.1em;
	padding-top: 8px;
	}
form#ic_login {
	padding: 0.5em;
	height: 2em;
	}
form#ic_login ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 20%;
	text-align: center;
	}
form#ic_login ul li label {
	display: block;
	}
#index_common_stats {
	display: block;
	margin: 0 0 0.5em 0;
	text-align: right;
	font-size: 0.9em;
	position: relative;
	top: -20px;
	line-height: 1px;
	}
img.new_posts {
	padding: 0 0.1em;
	}
div.table_frame .table_list {
	border-collapse: collapse;
	margin: 2px 0;
	}
.table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats {
	border-right: 2px solid white;
	}
#messageindex {
	clear: both;
	}
#messageindex .table_grid .catbg .first_th {
	display:none;
	}
.childboards {
	margin-bottom: 0.2em;
	}
#childboards h3 {
	padding-bottom: 0;
	}
#childboards .table_list thead {
	display: none;
	}
#childboards .table_list {
	margin-bottom: 1em;
	}
.lastpost img {
	display: none;
	}
#postbuttons div.buttons {
	padding: 0.5em;
	width: 40%;
	float: right;
	}
#postbuttons div.middletext {
	width: 60%;
	}
#postbuttons span {
	display: block;
	text-align: right;
	}
#postbuttons span.lower {
	clear: right;
	}
#postbuttons .buttonlist {
	float: right;
	}
#postbuttons #pagelinks {
	padding-top: 1em;
	}
#moderationbuttons {
	overflow: hidden;
	float: right;
	padding: 10px 0px;
	}
.linked_events {
	padding: 1em 0;
	}
.edit_event {
	margin: 0 1em;
	vertical-align: middle;
	}
#poll {
	overflow: hidden;
	}
#poll .content {
	padding: 0 1em;
	}
h4#pollquestion {
	padding: 0 0 0.5em 2em;
	}
#poll_options ul.options {
	border-top: 1px solid #9999aa;
	padding: 1em 2.5em 0 2em;
	margin: 0 0 1em 0;
	}
#poll_options div.submitbutton {
	border-bottom: 1px solid #9999aa;
	clear: both;
	padding: 0 0 1em 2em;
	margin: 0 0 1em 0;
	}
#poll_options dl.options {
	border: solid #9999aa;
	border-width: 1px 0;
	padding: 1em 2.5em 1em 2em;
	margin: 0 1em 1em 0;
	line-height: 1.1em !important;
	}
#poll_options dl.options dt {
	padding: 0.3em 0;
	width: 30%;
	float: left;
	margin: 0;
	clear: left;
	}
#poll_options dl.options .voted {
	font-weight: bold;
	}
#poll_options dl.options dd {
	margin: 0 0 0 2em;
	padding: 0.1em 0 0 0;
	width: 60%;
	max-width: 450px;
	float: left;
	}
#poll_options dl.options .percentage {
	display: block;
	float: right;
	padding: 0.2em 0 0.3em 0;
	}
#poll_options p {
	margin: 0 1.5em 0.2em 1.5em;
	padding: 0 0.5em 0.5em 0.5em;
	}
div#pollmoderation {
	margin: 0;
	padding: 0;
	overflow: auto;
	}
#forumposts {
	clear: both;
	}
#forumposts .cat_bar {
	margin: 0;
	font-size: 110%
	}
#forumposts h3 span#author {
	display: none;
	}
#forumposts h3 img {
	float: left;
	margin: 4px 0.5em 0 0;
	}
#forumposts h3.catbg {
	margin-bottom: 0px;
	}
#forumposts h3.catbg img {
	display: none;
	}
p#whoisviewing {
	}
.post_wrapper {
	width: 100%;
	}
.poster {
	float: right;
	width: 100%;
	margin:0;
	padding: 0px;
	}
.postarea, .moderatorbar {
	margin: 0;
	}
.postarea div.flow_hidden {
	width: 100%;
	padding: 0px;
	}
.moderatorbar {
	clear: right;
	}
.poster h4, .poster ul {
	padding: 0;
	margin: 0px;
	}
.poster ul.reset {
	width: 100%;
	}
.poster h4 {
	}
.poster h4, .poster h4 a {
	}
.poster ul ul {
	padding-top: 0px;
	display: none;
	}
.poster ul ul li {
	display: inline;
	}
.poster .membergroup {
	display: none;
	}
.poster .postgroup {
	display: none;
	}
.poster .postcount {
	display: none;
	}
.poster li.stars, .poster li.avatar, .poster li.blurb, li.postcount, li.im_icons ul {
	margin-top: 0.5em;
	float: left;
	display:none;
	}
.poster li.avatar {
	overflow: hidden;
	float: left;
	display: none;
	}
.poster li.avatar img {
	width: 85px;
	height: auto:
	}
.poster li.warning {
	line-height: 1.2em;
	padding-top: 1em;
	}
.poster li.warning a img {
	vertical-align: bottom;
	padding: 0 0.2em;
	}
.poster .profile ul li {
	margin-top:5px;
	}
.messageicon {
	float: left;
	margin-right: 5px;
	display: none;
	}
.messageicon img {
	}
.keyinfo {
	background: none;
}
.keyinfo h5 {
	font-family: Arial;
	}
.keyinfo .smalltext {
	margin: 0px 0px 0px 0px;
	font-size: 90%;
	}
.modifybutton {
	display: none;
	clear: right;
	float: right;
	margin: 6px 10px 10px 0;
	text-align: right;
	font: bold 0.85em arial, sans-serif;
	color: #666;
	border: 1px solid #ccc;
	padding: 5px;
	background: #f5f5f5;
	}
div.quickbuttons_wrap {
	padding: 0.2em 0;
	width: 100%;
	float: left;
	}
ul.quickbuttons {
	}
ul.quickbuttons li {
	}
ul.quickbuttons li a {
	padding: 0 0 0 20px;
	display: block;
	height: 20px;
	line-height: 18px;
	float: left;
	}
ul.quickbuttons a:hover {
	color: #c50;
	}
ul.quickbuttons li.quote_button {
	background: url(../images/theme/quickbuttons.png) no-repeat 0 0;
	}
ul.quickbuttons li.remove_button {
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -30px;
	}
ul.quickbuttons li.modify_button {
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -60px;
	}
ul.quickbuttons li.approve_button {
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -90px;
	}
ul.quickbuttons li.restore_button {
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -120px;
	}
ul.quickbuttons li.split_button {
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -150px;
	}
ul.quickbuttons li.reply_button {
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -180px;
	}
ul.quickbuttons li.reply_all_button {
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -180px;
	}
ul.quickbuttons li.notify_button {
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -210px;
	}
ul.quickbuttons li.inline_mod_check {
	margin: 0 0 0 5px;
	}
.post {
	margin-top: 0em;
	clear: right;
	}
.inner {
	margin: 0;
	padding: 0 0px;
	padding-top: 10px;
	}
img.smiley {
	vertical-align: bottom;
	}
#forumposts .modified {
	float: left;
	}
#forumposts .reportlinks {
	text-align: right;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 10px;
	}
#forumposts .signature, .post .signature {
	margin: 1em 0 0 0;
	}
#forumposts span.botslice {
	clear: both;
	}
.attachments hr {
	clear: both;
	margin: 1em 0 1em 0;
	}
.attachments {
	padding: 1em 0 2em 0;
	}
.attachments div {
	padding: 0 0.5em;
	}
#quickreplybox {
	padding-bottom: 1px;
	}
#quickReplyOptions .roundframe {
	padding: 10px 10px;
	}
#quickReplyOptions form textarea {
	height: 200px;
	width: 635px;
	max-width: 99%;
	min-width: 99%;
	margin: 0.25em 0 1em 0;
	}
#display_jump_to {
	clear: both;
	padding: 5px;
	margin-top: 6px;
	text-align: right;
	}
#forumposts .post_separator {
	display: none;
	}
form#postmodify .roundframe {
	padding: 10px 10px;
	}
#post_header, .postbox {
	padding: 0.5em;
	overflow: hidden;
	}
#post_header dt, .postbox dt {
	float: left;
	padding: 0;
	width: 15%;
	margin: .5em 0 0 0;
	font-weight: bold;
	}
#post_header dd, .postbox dd {
	}
#post_header img {
	vertical-align: middle;
	}
ul.post_options {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
ul.post_options li {
	margin: 0.2em 0;
	width: 49%;
	float: left;
	}
#postAdditionalOptionsHeader {
	margin-top: 1em;
	}
#postMoreOptions {
	border-bottom: 1px solid #cacdd3;
	padding: 0.5em;
	
}
#postAttachment, #postAttachment2 {
	overflow: hidden;
	margin: .5em 0;
	padding: 0;
	border-bottom: 1px solid #cacdd3;
	padding: 0.5em;
	}
#postAttachment dd, #postAttachment2 dd {
	margin: .3em 0 .3em 1em;
	}
#postAttachment dt, #postAttachment2 dt {
	font-weight: bold;
	}
#postAttachment3 {
	margin-left: 1em;
	}
#post_confirm_strip, #shortcuts {
	padding: 1em 0 0 0;
	}
.post_verification {
	margin-top: .5em;
	}
.post_verification #verification_control {
	margin: .3em 0 .3em 1em;
	}
#bbcBox_message {
	margin: 0.75em 0.5em;
	}
#bbcBox_message div {
	margin: 0.2em 0;
	vertical-align: top;
	}
#bbcBox_message div img {
	margin: 0 1px 0 0;
	vertical-align: top;
	}
#bbcBox_message select {
	margin: 0 2px;
	}
#smileyBox_message {
	margin: 0.5em;
	}
#post_event .roundframe {
	padding: 0 12%;
	}
#post_event fieldset {
	padding: 0.5em;
	clear: both;
	}
#post_event #event_main input {
	margin: 0 0 1em 0;
	float: left;
	}
#post_event #event_main div.smalltext {
	width: 33em;
	float: right;
	}
#post_event div.event_options {
	float: right;
	}
#post_event ul.event_main, ul.event_options {
	padding: 0;
	overflow: hidden;
	}
#post_event ul.event_main li {
	list-style-type: none;
	margin: 0.2em 0;
	width: 49%;
	float: left;
	}
#post_event ul.event_options {
	margin: 0;
	padding: 0 0 .7em .7em;
	}
#post_event ul.event_options li {
	list-style-type: none;
	margin: 0;
	float: left;
	}
#post_event #event_main select, #post_event ul.event_options li select, #post_event ul.event_options li .input_check {
	margin: 0 1em 0 0;
	}
#edit_poll {
	}
#edit_poll fieldset {
	}
#edit_poll fieldset input {
	}
#edit_poll ul.poll_main li {
	}
#edit_poll ul.poll_main input {
	}
#edit_poll ul.poll_main, dl.poll_options {
	}
#edit_poll ul.poll_main li {
	}
#edit_poll dl.poll_options dt {
	}
#edit_poll dl.poll_options dd {
	}
#edit_poll dl.poll_options dd input {
	}
#readbuttons_top .pagelinks, #readbuttons .pagelinks {
	padding-bottom: 1em;
	width: 60%;
	}
#readbuttons .pagelinks {
	padding-top: 1em;
	}
#recent {
	clear: both;
	}
#move_topic dl {
	margin-bottom: 0;
	}
#move_topic dl.settings dt {
	width: 40%;
	}
#move_topic dl.settings dd {
	width: 59%;
	}
.move_topic {
	width: 710px;
	margin: auto;
	text-align: left;
	}
div.move_topic fieldset {
	padding: 0.5em;
	}
fieldset.send_topic {
	border: none;
	padding: 0.5em;
	}
dl.send_topic {
	margin-bottom: 0;
	}
dl.send_mail dt {
	width: 35%;
	}
dl.send_mail dd {
	width: 64%;
	}
#report_topic dl {
	margin-bottom: 0;
	}
#report_topic dl.settings dt {
	width: 20%;
	}
#report_topic dl.settings dd {
	width: 79%;
	}
div#selected, div#not_selected {
	width: 49%;
	}
ul.split_messages li.windowbg, ul.split_messages li.windowbg2 {
	margin: 1px;
	}
ul.split_messages li a.split_icon {
	padding: 0 0.5em;
	}
ul.split_messages div.post {
	padding: 1em 0 0 0;
	border-top: 1px solid #fff;
	}
ul.merge_topics li {
	list-style-type: none;
	}
dl.merge_topic dt {
	width: 25%;

	}
dl.merge_topic dd {
	width: 74%;
	}
fieldset.merge_options {
	clear: both;
	}
.custom_subject {
	margin: 0.5em 0;
	}
.login {
	/*margin: 0 auto;*/
	}
.login dl {
	/*overflow: auto;
	clear: right;*/
	}
.login dt, .login dd {
	/*margin: 0 0 0.4em 0;
	padding: 0.1em;*/
	}
.login dt {
	/*float: left;
	clear: both;
	text-align: right;
	font-weight: bold;*/
	}
.login dd {
	/*float: right;
	text-align: left;*/
	}
.login p {
	/*text-align: center;*/
	}
.register_error {
	border: 1px dashed red;
	padding: 5px;
	margin: 0 1ex 1ex 1ex;
	}
.register_error span {
	text-decoration: underline;
	}
dl.register_form {
	margin: 0;
	clear: right;
	}
dl.register_form dt {
	font-weight: normal;
	float: left;
	clear: both;
	width: 50%;
	margin: 0.5em 0 0 0;
	}
dl.register_form dt strong {
	font-weight: bold;
	}
dl.register_form dt span {
	display: block;
	}
dl.register_form dd {
	float: left;
	width: 49%;
	margin: 0.5em 0 0 0;
	}
#confirm_buttons {
	text-align: center;
	padding: 1em 0;
	}
.coppa_contact {
	padding: 4px;
	width: 32ex;
	background-color: #fff;
	color: #000;
	margin-left: 5ex;
	border: 1px solid #000;
	}
.valid_input {
	background-color: #f5fff0;
	}
.invalid_input {
	background-color: #fff0f0;
	}
#maintenance_mode {
	width: 75%;
	min-width: 520px;
	text-align: left;
	}
#maintenance_mode img.floatleft {
	margin-right: 1em;
	}
h3.titlebg img {
	vertical-align: middle;
	margin-right: 0.5em;
	margin-top: -1px;
	}
tr.titlebg td {
	padding-left: 0.7em;
	}
#admin_menu {
	min-height: 2em;
	padding-left: 0;
	}
#admin_content {
	clear: left;
	padding-top: 0.5em;
	}
#admin_content .custom_field {
	margin-bottom: 15px;
	}
#admin_login .centertext {
	padding: 1em;
	}
#admin_login .centertext .error {
	padding: 0 0 1em 0;
	}
.left_admmenu, .left_admmenu ul, .left_admmenu li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#left_admsection {
	width: 160px;
	float: left;
	padding-right: 10px;
	}
.adm_section h4.titlebg {
	font-size: 95%;
	margin-bottom: 5px;
	}
#main_container {
	position: relative;
	}
.left_admmenu li {
	padding: 0 0 0 0.5em;
	}
.left_admmenu {
	margin-bottom: 0.5em;
	}
#main_admsection {
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden;
	}
tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td {
	}
#credits p {
	padding: 0;
	font-style: italic;
	margin: 0;
	}
.topic_table table {
	width: 100%!important;
	}
.topic_table .icon1, .topic_table .icon2, .topic_table .stats {
	font-size: 100%;
	padding-top: 8px!important;
	}
.topic_table .stats {
	width: 14%!important;
	}
.topic_table .icon1 {
	display: none;
	}
.topic_table .icon2 {
	display: none;
	}
#topic_icons {
	margin: 1em 0 0 0;
	}
#topic_icons .description {
	margin: 0px;
	}
.topic_table table thead {
	}
.topic_table td {
	font-size: 100%;
	font-weight: bold;
	font-family: arial;
	}
.topic_table td.subject p, .topic_table td.stats {
	font-size: 90%;
	padding-top: 2px;
	margin: 0px;
	font-weight: normal;
	}
.topic_table td.subject {
	width: 66%;
	}
.topic_table td.lastpost {
	font-size: 90%;
	line-height: 1.3em;
	padding: 0;
	font-weight: normal;
	width: 20%;
	text-align: right;
	}
.topic_table td.stickybg2 {
	background-repeat: no-repeat;
	background-position: 98% 4px;
	}
.topic_table td.lockedbg2 {
	background-image: url(../images/icons/quick_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
	}
.topic_table td.locked_sticky2 {
	background-repeat: no-repeat;
	background-position: 98% 4px;
	}
.topic_table td.lastpost {
	background-image: none;
	}
#fatal_error {
	width: 80%;
	margin: auto;
	}
.errorbox {
	padding: 1em;
	border: 1px solid #cc3344;
	color: #000;
	background-color: #ffe4e9;
	margin-bottom: 1em;
	}
.errorbox h3 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	text-decoration: underline;
	}
.errorbox p {
	margin: 1em 0 0 0;
	}
.errorbox p.alert {
	padding: 0;
	margin: 0;
	float: left;
	width: 1em;
	font-size: 1.5em;
	}
#profileview .cat_bar h3.catbg img.icon {
	display: none;
	}
dl {
	overflow: auto;
	margin: 0;
	padding: 0;
	}
#basicinfo {
	width: 20%;
	float: left;
	}
#basicinfo .windowbg .content {
	padding: 0px;
	}
#detailedinfo {
	}
#basicinfo h4 {
	font-size: 135%;
	font-weight: 100;
	line-height: 105%;
	white-space: pre-wrap;
	overflow: hidden;
	}
#basicinfo h4 span.position {
	font-size: 80%;
	font-weight: 100;
	display: block;
	}
#basicinfo img.avatar {
	display: block;
	margin: 10px 0 0 0;
	width: 100px;
	height: 100px;
	}
#basicinfo ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	}
#basicinfo ul li {
	display: block;
	float: left;
	margin-right: 5px;
	height: 20px;
	}
#basicinfo span#userstatus {
	display: block;
	clear: both;
	}
#basicinfo span#userstatus img {
	vertical-align: middle;
	}
#detailedinfo div.content dl, #tracking div.content dl {
	clear: right;
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px #ccc solid;
	}
#detailedinfo div.content dt, #tracking div.content dt {
	width: 35%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
	}
#detailedinfo div.content dd, #tracking div.content dd {
	width: 65%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	}
#detailedinfo div.content dl.noborder {
	border-bottom: 0;
	}
#detailedinfo div.content dt.clear {
	width: 100%;
	}
.signature, .custom_fields_above_signature {
	border-top: 1px #ccc solid;
	}
.signature h5 {
	font-size: 0.85em;
	margin-bottom: 10px;
	}
#personal_picture {
	display: block;
	margin-bottom: 0.3em;
	}
#avatar_server_stored div {
	float: left;
	}
#avatar_upload {
	overflow: auto;
	}
#main_admsection #basicinfo, #main_admsection #detailedinfo {
	width: 100%;
	}
#main_admsection #basicinfo h4 {
	float: left;
	width: 35%;
	}
#main_admsection #basicinfo img.avatar {
	float: right;
	vertical-align: top;
}
#main_admsection #basicinfo ul {
	clear: left;
}
#main_admsection #basicinfo span#userstatus {
	clear: left;
}
#main_admsection #basicinfo p#infolinks {
	display: none;
	clear: both;
}
#main_admsection #basicinfo .botslice {
	clear: both;
}
div#profile_error, div#profile_success {
	margin: 0 0 1em 0;
	padding: 1em 2em;
	border: 1px solid;
}
div#profile_error {
	border-color: red;
	color: red;
	background: #fee;
}
div#profile_error span {
	text-decoration: underline;
}
div#profile_success {
	border-color: green;
	color: green;
	background: #efe;
}
#generalstats div.content dt {
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#generalstats div.content dd {
	width: 50%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}
#activitytime {
	margin: 6px 0;
}
.activity_stats {
	margin: 0;
	padding: 0;
	list-style: none;
}
.activity_stats li {
	margin: 0;
	padding: 0;
	width: 4.16%;
	float: left;
}
.activity_stats li span {
	display: block;
	border: solid #000;
	border-width: 1px 1px 0 0;
	text-align: center;
}
.activity_stats li.last span {
	border-right: none;
}
.activity_stats li div.bar {
	margin: 0 auto;
	width: 15px;
}
.activity_stats li div.bar div {
	background: #6294CE;
}
.activity_stats li div.bar span {
	position: absolute;
	top: -1000em;
	left: -1000em;
}
#popularposts {
}
#popularactivity {
}
#popularposts div.content dt, #popularactivity div.content dt {
	width: 65%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#popularposts div.content dd, #popularactivity div.content dd {
	width: 35%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}
.profile_pie {
	background-image: url(../images/stats_pie.png);
	float: left;
	height: 20px;
	width: 20px;
	margin: 0 1em 0 0;
	padding: 0;
	text-indent: -1000em;
}
.topic .time {
	float: right;
}
.counter {
	margin: 0 0 0 0;
	padding: 0.2em 0.5em 0.1em 0.2em;
	font-size: 2.2em;
	font-weight: bold;
	color: #3f3f3f;
	float: left;
}
.list_posts {
}
.core_posts {
	margin-bottom: 3px;
}
.topic h4 {
	margin: 3px 0;
}
.topic .post {
	margin: 0 1em;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
.topic .mod_icons {
	text-align: right;
	margin-right: 1em;
}
#tracking div.content dl {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
#creator dl {
	margin: 0;
}
#creator dt {
	width: 40%;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
#creator dd {
	float: right;
	width: 55%;
	margin: 0 0 10px 2px;
	overflow: auto;
}
.ignoreboards {
	margin: 0 2%;
	padding: 0;
	width: 45%;
}
.ignoreboards a {
	font-weight: bold;
	border-bottom: 1px solid #c4c4c4;
	padding: 0.1em 0;
}
.ignoreboards a:hover {
	text-decoration: none;
	border-bottom: 1px solid #334466;
}
.ignoreboards ul {
	margin: 0;
	padding: 0;
}
.ignoreboards li {
	list-style: none;
	float: left;
	clear: both;
}
.ignoreboards li.category {
	margin: 0.7em 0 0 0;
	width: 100%;
}
.ignoreboards li ul {
	margin: 0.2em 0 0 0;
}
.ignoreboards li.category ul li.board {
	width: 93%;
}
#theme_settings {
	overflow: auto;
}
#theme_settings li {
	list-style: none;
}
#paid_subscription {
	width: 100%;
}
#paid_subscription dl.settings {
	margin-bottom: 0;
}
#paid_subscription dl.settings dd, #paid_subscription dl.settings dt {
	margin-bottom: 4px;
}
#pick_theme {
	width: 100%;
	float: left;
}
#warn_body {
	width: 80%;
	font-size: 0.9em;
}
#statistics {
	padding: 0.5em 0;
}
#statistics div.title_bar {
	margin: 4px 0 -2px 0;
}
#statistics h3.catbg {
}
#statistics div.content {
}
#statistics div.top_row {
	min-height: 150px;
}
#stats_left, #top_posters, #top_topics_replies, #top_topics_starter {
}
#stats_right, #top_boards, #top_topics_views, #most_online {
}
dl.stats {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
dl.stats dt {
	width: 49%;
	float: left;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding: 0;
	clear: both;
	font-size: 1em;
}
dl.stats dd {
	text-align: right;
	width: 50%;
	font-size: 1em;
	float: right;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding: 0;
}
.statsbar div.bar {
	float: left;
	background: url(../images/bar_stats.png) no-repeat;
	display: block;
	margin: 0 4px;
	height: 16px;
}
.statsbar div.bar div {
	position: relative;
	right: -4px;
	padding: 0 4px 0 0;
	background: url(../images/bar_stats.png) no-repeat 100%;
	height: 16px;
}
tr.windowbg2 th.stats_month {
	width: 25%;
	padding: 0 2em;
	text-align: left;
}
tr.windowbg2 td.stats_day {
	padding: 0 3.5em;
	text-align: left;
}
#personal_messages table tbody {
}
#personal_messages h3 span#author, #personal_messages h3 span#topic_title {
	float: left;
}
#personal_messages h3 span#author {
	margin: 0 0 0 0.5em;
}
#personal_messages h3 span#topic_title {
	margin: 0 0 0 9em;
}
#personal_messages div.labels {
	padding: 0 1em 0 0;
}
#personal_messages .capacity_bar {
	background: #f0f4f7;
	display: block;
	margin: 0.5em 0 0 1em;
	height: 1em;
	border: 1px solid #adadad;
	width: 10em;
}
#personal_messages .capacity_bar span {
	border-right: 1px solid #adadad;
	display: block;
	height: 1em;
}
#personal_messages .capacity_bar span.empty {
	background: #a6d69d;
}
#personal_messages .capacity_bar span.filled {
	background: #eea800;
}
#personal_messages .capacity_bar span.full {
	background: #f10909;
}
#personal_messages .reportlinks {
	padding: 0.5em 1.3em;
}
#searchLabelsExpand li {
	padding: 0.3em 0.5em;
}
#manrules div.righttext {
	padding: 0.3em 0.1em;
}
dl.addrules dt.floatleft {
	width: 15em;
	color: #333;
	padding: 0 1.25em 0.5em 1.25em;
}
#addrule fieldset {
	clear: both;
}
.calendar_table {
	margin-bottom: 0.7em;
}
.calendar_today {
	background-color: #fff;
}
#month_grid {
	width: 200px;
	text-align: center;
	float: left;
}
#month_grid div.cat_bar {
	height: 25px;
}
#month_grid h3.catbg {
	height: 25px;
	line-height: 27px;
}
#month_grid table {
	width: 200px;
}
#main_grid table {
	width: 100%;
	padding-bottom: 4px;
}
#main_grid table h3.catbg {
	text-align: center;
	height: 29px;
	border-top: 2px solid #fff;
	border-bottom: none;
}
#main_grid table.weeklist td.windowbg {
	text-align: center;
	height: 49px;
	width: 25px;
	font-size: large;
	padding: 0 7px;
	border-bottom: 2px solid #fff;
}
#main_grid table.weeklist td.weekdays {
	height: 49px;
	width: 100%;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
}
#main_grid h3.weekly {
	text-align: center;
	padding-left: 0;
	font-size: large;
	height: 29px;
}
#main_grid h3 span.floatleft, #main_grid h3 span.floatright {
	display: block;
	font-weight: bold;
}
#main_grid table th.days {
	width: 14%;
	padding: 4px 0;
}
#main_grid table.weeklist h4.titlebg {
	margin: 0 0 0 0;
	height: 23px;
	line-height: 27px;
}
#main_grid table td.weeks {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: large;
}
#main_grid table td.days {
	vertical-align: top;
	text-align: center;
}
a.modify_event {
	color: red;
}
span.hidelink {
	font-style: italic;
}
#calendar_navigation {
	text-align: center;
}
#mlist_search {
	margin: auto;
	width: 500px;
}
#search_form {
	margin-top: 15px;
	font-size: 150%;
}
#search_form input.button_submit {
	background: #c50;
	color: #fff;
	font-weight: normal;
	padding: 2px 10px;
	font-size: 95%;
}
#searchform, #simple_search p {
	padding: 10px 0px;
	margin: 0;
}
#simple_search, #simple_search p, #advanced_search {
	margin: 0;
}
#search_error {
	font-style: italic;
	padding: 0.3em 1em;
}
#search_term_input {
	font-size: 115%;
	margin: 0 0 1em;
}
#searchform fieldset {
	text-align: left;
	padding: 0;
	border: none;
}
#advanced_search dl#search_options {
}
#advanced_search dt {
	}
#advanced_search dd {
	}
#searchform p.clear {
	clear: both;
	}
.topic_table td blockquote, .topic_table td .quoteheader {
	margin: 0.5em;
	}
.search_results_posts {
	overflow: hidden;
}
.search_results_posts .buttons {
	padding: 5px 1em 0 0;
	}
#help_container {
	margin: 4px 0 0 0;
	padding: 0 0 8px 0;
	}
#helpmain {
	padding: 0 1em;
	}
#helpmain p {
	line-height: 1.5em;
	}
#helpmain ul {
	line-height: 1.5em;
	}
#mobileNav, ul#mobileNavList {
	}
/* Styles for print media.
------------------------------------------------------- */
@media print {
#headerarea {
	display: none;
	}
.tborder {
	border: none;
	}
}
/*
########################################
########################################
########################################
########################################
########################################
#########################
###
### Custom for different screen sizes
###
#########################
########################################
########################################
########################################
########################################
########################################
*/
@media screen
and (max-width:480px) {
body {
	font-size:12px;
	height:100%;
	position:relative;
	}
a {
	color:#555;
	}
.table {
	margin:0;
	border-spacing:0;
	}
#content_section {
	font-size: 100%;
	line-height: normal;
	margin: 2% 1%;
	}
#wrapper {
	position:relative;
	display:inline-block;
	}
input[type=checkbox] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	margin:0.5em 0.45em;
}
/************************************

 UPPER SECTION

*************************************/
#header {
	margin:0;
	background:#993300;
	background:linear-gradient(to bottom, #993300 0%, #Cc6600 100%);
	background:-webkit-linear-gradient(top, #993300 0%, #Cc6600 100%);
	background:-moz-linear-gradient(top, #993300 0%, #Cc6600 100%);
	color:#fff;
	text-shadow:0 1px 3px #290303;
	}
#header div.frame {
	}
#upper_section .news {
	clear: right;
	width: 100%!important;
	}
#upper_section .news #search_form {
	width: 100%;
	clear: both;
	}
#upper_section .news #search_form .input_text {
	width: 100%;
	font-size: 175%;
	padding: 2% 1%;
	clear: both;
	float: left;
	}
#upper_section .news #search_forum .button_submit {
	}
#upper_section .user {
	}
div#upper_section div.user {
	width: 100%;
	font-size:110%;
	text-align: center;
	padding: 0% 0 0% 0;
	}
div#upper_section div.user p.avatar {
	display: none;
	margin:0 2% 0 0;
	}
div#upper_section div.user img.avatar {
	}
div.user .reset li {
	padding: 0 0;
	font-size:120%;
	font-weight:normal;
	line-height:150%;
	}
img#upshrink {
	 float: right;
	 margin-top:-30px;
}
#upper_section ul li.greeting {
	 font-size: 200%;
	 line-height: 1.25em;
	 font-family: Arial;
	 margin-top: 0%;
	overflow:hidden;
}
/*****************************************

 NAVIGATION & MENUS

******************************************/
#forumNav {
	position:relative;
	display:block;
	margin:0;
	padding: 0;
	width:100%;
	height:50px;
	background:#333;
	z-index:101;
	color: #e5e5e5;
	}
#forumNav .logo {
	}
#forumNav .logo span {
	display:block;
	font-size:200%;
	margin:-34px 0 0 55px;
	}
#forumNav .logo a,
#forumNav .logo a:hover,
#mobileNav a,
#mobileNav a:hover {
	color:#ccc;
	border:none;
	text-decoration:none;
	}
#mobileNav {
	position:relative;
	display:block;
	float:right;
	background:#555;
	padding:0.25em 0.5em 0.5em 0.5em;
	margin:-50px 1% 0 0;
	font-family:"Courier New", Courier, monospace;
	font-size:200%;
	z-index:102!important;
	}
#defaultNav,
#mobileNavList {
	display:none;
	visibility:hidden;
	}
/**********************************
	HEADER
***********************************/
h1.forumtitle {
	font-size:175%;
	text-align:center;
	padding:1% 0 1% 0;
	background-color:#930;
	margin-bottom:2%;
	}
h1.forumtitle a, li.greeting a, #menu_nav a, div.user a {
	color:#fff;
	}
#main_menu {
	font-size:135%;
	line-height:150%;
	}
img#menu_toggle {
	position:relative;
	display:block;
	text-align:right;
	}
.navigate_section {
	font-size:120%;
	line-height:175%;

	}
.navigate_section ul {
	padding:1em 0 1em 0;
	}
#menu_nav {
	position:relative;
	display:inline-block;
	padding:0 1% 2% 1%;
	margin-bottom:2%;
	}
#menu_nav ul {
	}
.dropmenu li {
	}
div#main_menu ul#menu_nav li ul > li a {
	color:#555;
	text-shadow:none;
	}
/******************************************

 ADMIN PAGES

*******************************************/
#admincenter table.table_grid {
	border-collapse: collapse;
	font-size:120%;
	}
#admincenter table.table_grid td {
	}
#admincenter table.table_grid td:nth-child(3) {
	display:none;
	}
#adm_submenus {
	position:relative;
	display:inline-block;
	margin:0 0 3% 0;
	font-size:130%;
	}
#adm_submenus ul.dropmenu li.firstlevel {
	line-height:175%;
	}
#admin_menu {
	position:relative;
	display:inline-block;
	font-size: 150%;
	margin:0 0 5% 0;
	}
#admin_menu .dropmenu li a.firstlevel span.firstlevel {
	line-height:175%;
	}
#admincenter > textarea {
	font-size:120%;
	}
h3.catbg {
	font-size: 1.3em;
	line-height: normal;
	}
p#whoisviewing {
	padding:0.5em 0;
	border-bottom:1px solid #cccccc;
	}
td.subject {
	width: 100%;
	}
.table_grid th.lefttext {
	padding-bottom: 0.5em;
	}
.stats, .lastpost, td.subject p {
	}
.stats {
	}
#stats_left, #top_posters, #top_topics_replies, #top_topics_starter {
}
#stats_right, #top_boards, #top_topics_views, #most_online {
	}
#statistics h3 {
	text-align:left;
	}
#statistics h4 img, #statistics h3 img {
	display:none;
	}
#statistics a {
	color:#666;
	}
.lastpost {
	display: none;
	}
td.subject p {
	display: none;
	}
.last_th {
	display: none;
	}
td.stats {
	}
td.info {
	width: 100%;
	font-size: 110%;
	}
td.subject:a {
	padding-top: 5em;
	}
.posts_views {
	display: none;
	}
.postarea .keyinfo {
	position:relative;
	display:block;
	width:100%;
	float:none;
	}
.postarea .keyinfo h5 {
	font-size:150%;
	margin:0.5em 0 0 0;
	padding:0;
	}
.poster h4 {
	margin:0;
	padding:0;
	font-size:140%;
	color:#555;
	}
.poster h4 a,
.poster h5 a {
	color:#555;
	}
.poster ul {
	visibility:collapse;
	display:none;
	}
.postarea:a {
	color:#666666;
	}
.post > .inner {
	font-size:120%;
	line-height:150%;
	}
div.post > div.inner .bbc_code {
	font-size:80%;
	line-height:150%;
	}
.inner {
	overflow: hidden;
	}
/*******************************************

 FORUM (topic) POST

********************************************/
#forumposts .post_wrapper .postarea .keyinfo a {
	color:#666666;
	text-decoration:none;
	}
#forumposts .post_wrapper .postarea .post a {
	color:#555555;
	text-decoration:none;
	/*border-bottom:1px dashed #ccc;*/
	}
#forumposts .post_wrapper .postarea .post a:hover {
	text-decoration:underline;
	border-bottom:none;
	}
div.quickbuttons a {
	color:#666666;
	text-decoration:none;
	background-color: #ece8e0;
	border: 1px solid #bdb9ad;
	padding:0.75em 1em 0.75em 1em;
	}
div.quickbuttons a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #bdb9ad;
	border: 1px solid #938e81;
	}
.postarea .post .inner ul.bbc_list {
	position:relative;
	display:inline-block;
	margin:0.5em 0 0.5em 0.75em;
	padding:0.5em 0 0.5em 0.75em;
	}
/*********************************************

 TOPIC INDEX PAGE/LIST

**********************************************/
#content_section #messageindex {
	font-size:130%;
	}
#content_section #messageindex a:link,
#content_section #messageindex a:visited {
	color:#222222;
	}
#content_section #main_content_section > table {
	width:100%;
	}
#messageindex > stickybg {
	background: #C60;
	}
#messageindex .table_grid td {
	position:relative;
	margin-bottom:3%;
	}
#messageindex .table_grid td.subject {
	position:relative;
	padding-bottom:3%;
	font-family:Sans-Serif;
	font-size:110%;
	font-weight:normal;
	}
#messageindex table.table_grid tbody tr td.subject a {
	position:relative;
	display:block;
	background-color:#E9E9ED;
	padding:3% 5%;
	text-align:center;
	border:1px solid #C2CDD2;
	font-weight:normal;
	}
#messageindex table.table_grid tbody tr td.subject a:hover {
	background-color:#c6c6d8;
	border:1px solid #858e92;
	text-decoration:none;
	color:#fff !important;
	}
#messageindex .table_grid tr td:nth-child(1),
#messageindex .table_grid tr td:nth-child(2),
#messageindex .table_grid tr td.stats,
#messageindex .table_grid tr td:nth-child(5) {
	display:none;
	visibility:collapse;
}
/*************************************

 MODIFY POST PAGE

**************************************/
#contentsection #postmodify {
	overflow:hidden;
	}
#contentsection #postmodify a {
	color:#555555;
	}
#postmodify #post_header dd {
	padding:0;
	margin:0;
	}
#postmodify #post_header dd input {
	width:96%;
	padding:2%;
	font-size:120%;
	}
#postmodify textarea#message {
	font-size:150%;
}
#postmodify p#post_confirm_buttons {
	position:relative;
	display:block;
	text-align:center;
}
#postmodify p#post_confirm_buttons input.button_submit {
	margin:0.5em 0.25em;
	padding:1em 1.5em;
	background-color:#ece8e0;
}
#postmodify p#post_confirm_buttons input.button_submit:hover {
	background-color:#F60;
	color:#fff;
	border:1px solid #C00;
}
#postmodify #postAdditionalOptionsHeader a {
	color:#555555;
	font-size:120%;
}
#postmodify #postMoreExpandLink a {
	color:#555555;
	font-size:120%;
}
#postmodify #preview_section #preview_body {
	font-size:110%;
	}
#postmodify #preview_section #preview_body a {
	color:#555555;
	text-decoration:none;
	border-bottom:1px dashed #cccccc;
	}
#postmodify #preview_section #preview_body a:hover {
	text-decoration:underline;
	border-bottom:none;
	}
#recent .list_posts {
	overflow:hidden;
	border-top:2px dashed #cacae6;
	padding-top:1em;
	margin-top:0.5em;
	font-size:100%;
	}
#recent .list_posts a {
	color:#555;
	text-decoration:none;
	}
/*************************************

 ADD POLL PAGE

**************************************/
#edit_poll form#postmodify a {
	color:#555;
	}
#edit_poll form#postmodify div.roundframe {
	position:relative;
	display:inline-block;
	border:none;
	padding:0.5em 0 0 0;
	width:100%;
	}
#edit_poll div.roundframe > fieldset#poll_main {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	border:none;
	}
#edit_poll fieldset#poll_main > input.input_text {
	padding:0.5em;
	margin:0 0 1em 0;
	font-size:140%;
	display:inline-block;
	width:95%;
	}
#edit_poll fieldset#poll_main > ul.poll_main {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	}
#edit_poll fieldset#poll_main ul.poll_main > li {
	position:relative;
	display:inline-block;
	padding:0;
	margin:0 0 1em 0;
	}
#edit_poll fieldset#poll_main ul.poll_main > li input[type="text"] {
	margin:0 0 1em 0;
	width:95.5%;
	padding:2%;
	font-size:140%;
	}
#edit_poll fieldset#poll_options {
	}
#edit_poll fieldset#poll_options dl.settings {
	font-size:140%;
	}
#edit_poll dl.poll_options dd input.input_text {
	 margin:0 0 0.5em 0;
	 font-size: 120%;
	 padding:0.5em;
}
#edit_poll form#postmodify input.button_submit {
	padding:0.75em 1em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	font-size:120%;
	margin-top:1em;
	}
#edit_poll form#postmodify input.button_submit:hover {
	padding:0.75em 1em;
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	}
/***************************************

 PROFILE PAGES

****************************************/
#profileview {
	}
#profileview a {
	color:#555;
	border-bottom:1px dashed #ccc;
	text-decoration:none;
	}
#profileview a:hover {
	border:none;
	text-decoration:underline;
	}
#profileview #basicinfo {
	position:relative;
	display:inline-block;
	float:none;
	width:100%;
	}
#profileview #basicinfo ul {
	position:relative;
	display:inline-block;
	width:49%;
	}
#profileview #basicinfo .username h4 {
	font-size:150%;
	font-weight:bold;
	float:left;
	}
#profileview #basicinfo #userstatus {
	position:relative;
	display:inline-block;
	font-size:150%;
	width:49%;
	}
#profileview #basicinfo img.avatar {
	float:right;
	width:40%;
	height:40%;
	}
#profileview #basicinfo p#infolinks {
	position:relative;
	display:inline-block;
	width:49%;
	font-size:150%;
	}
#profileview #basicinfo p#infolinks a {
	position:relative;
	}
#profileview #detailedinfo {
	font-family:sans-serif;
	}
#profileview #detailedinfo div.content dt {
	float:none;
	overflow:hidden;
	font-size:150%;
	width:100%;
	}
#profileview #detailedinfo div.content dd {
	float:none;
	overflow:hidden;
	font-size:175%;
	width:100%;
	margin:0 0 0.75em 0;
	}
#profileview #generalstats div.content dd {
	 width: 100%;
	 margin: 0 0 3px 0;
	 padding: 0;
	font-size:150%;
	}
#profileview #generalstats div.content dt {
	 width: 100%;
	 margin: 0 0 3px 0;
	 padding: 0;
	 font-weight: bold;
	 clear: both;
	font-size:150%;
	}
form#creator div.content dl dt {
	display:inline-block;
	width:100%;
	float:none;
	margin:0;
	font-size:150%;
	}
form#creator div.content dl dd {
	display:inline-block;
	float:none;
	margin:0 0 0.5em 0;
	width:100%;
	}
form#creator input#personal_text,
form#creator input#website_title,
form#creator input#website_url {
	display:inline-block;
	width:95%;
	font-size:150%;
	padding:0.5em;
	}
form#creator div.content dl dd > input#real_name,
form#creator div.content dl dd > input#date_registered,
form#creator div.content dl dd > input#posts,
form#creator div.content dl dd > select,
form#creator div.content dl dd > input#email_address,
form#creator div.content dl dd > input#passwrd1,
form#creator div.content dl dd > input#passwrd2,
form#creator div.content dl dd > input#secret_question,
form#creator div.content dl dd > input#secret_answer {
	display:inline-block;
	width:95%;
	font-size:150%;
	padding:0.5em;
	margin:0 0 1em 0;
}
form#creator div.content dl dd > input.input_password {
	display:inline-block;
	width:95%;
	font-size:150%;
	padding:0.5em;
	margin:0 0 1em 0 !important;
	}
form#creator #avatar_upload {
	margin-top:1em;
	}
input.button_submit {
	background-color:#f2f0ea;
	border:1px solid #dbd3c8;
	padding:4% 5%;
	text-align:center;
	color:#555555;
	font-size:120%;
	font-weight:bold;
	margin-bottom:1em;
	}
input.button_submit:hover {
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	}
form#creator div.content ul#theme_settings {
	font-size:150%;
	margin:0;
	padding:0;
	}
form#creator div.content ul#theme_settings li {
	margin:0 0 1em 0;
	}
form#creator div.content ul#theme_settings li select {
	display:block;
	padding:0.25em;
	}
div.content > form#notify_options {
	font-size:150%;
	}
div.content > form#notify_options select {
	display:block;
	padding:0.25em;
	font-size:85%;
	}
div#admin_content form div.generic_list table.table_grid tbody tr td:nth-child(2),
div#admin_content form div.generic_list table.table_grid tbody tr td:nth-child(3),
div#admin_content form div.generic_list table.table_grid thead tr th:nth-child(3),
div#admin_content form div.generic_list table.table_grid thead tr th:nth-child(4) {
	display:none;
	visibility:collapse;
	}
div#admin_content form div.generic_list table.table_grid thead tr.catbg {
	font-size:120%;
	}
div#admin_content form div.generic_list table.table_grid tbody a,
div#admin_content form div.generic_list table.table_grid thead tr.catbg a {
	color:#555;
	}
div#admin_content form div.generic_list table.table_grid tbody tr {
	margin:0 0 1em 0;
	}
div#admin_content form div.generic_list table.table_grid tbody tr td:nth-child(1) {
	font-size:140%;
	width:92%;
	}
div#admin_content form div.generic_list table.table_grid tbody tr td:nth-child(4) {
	width:5%;
	}
div#admin_content form div.generic_list table.table_grid tbody tr td:nth-child(4) input.input_check {
	float:right;
	}
div#admin_content form div.generic_list div.pagesection {
	font-size:150%;
	display:inline-block;
	}
div#admin_content form div.generic_list div.pagesection a {
	color:#555;
	}
div#personal_messages a {
	color:#555;
	}
div#personal_messages table.table_grid > thead {
	font-size:150%;
	}
div#personal_messages table.table_grid > thead tr th:nth-child(4){
	text-align:right;
	padding:0 0.25em 0 0;
	}
div#personal_messages table.table_grid > tbody {
	font-size:150%;
	}
div#personal_messages table.table_grid tbody tr {
	padding:0 0 1em 0;
	}
div#personal_messages table.table_grid > tbody tr td:nth-child(4) {
	padding:0 0.25em 0 0;
	text-align:right;
	}
div#personal_messages table.table_grid > tbody tr td:nth-child(5) >  input[type=checkbox] {
	}
div#personal_messages table.table_grid > thead tr th:nth-child(1),
div#personal_messages table.table_grid > thead tr th:nth-child(2),
div#personal_messages table.table_grid > tbody tr td:nth-child(1),
div#personal_messages table.table_grid > tbody tr td:nth-child(2) {
	display:none;
	visibility:collapse;
	}
div#personal_messages form#postmodify div .roundframe {
	border:none;
	padding:1% 1%;
	}
div#profileview div#popularposts,
div#profileview div#popularactivity {
	width:100%;
	}
div#profileview div#popularposts div.content,
div#profileview div#popularactivity div.content {
	font-size:130%;
}
div#admin_content div.topic div.content {
	display:block;
	overflow:hidden;
	font-size:120%;
	}
div#admin_content div.topic div.content a,
div#admin_content div.pagesection a,
div#admin_content div.topic .quickbuttons a {
	color:#555;
	}
div#admin_content div.pagesection {
	font-size:140%;
	}
#admin_content table.table_grid tbody tr td:nth-child(4) {
	display:none;
	visibility:collapse;
	}
#admin_content div#tracking div.content dl dt,
#admin_content div#tracking div.content dl dd {
	float:none;
	width:100%;
	font-size:120%;
	}
/****************************************

 SEND (email) TOPIC PAGE

*****************************************/
#send_topic div.content dl.settings dd,
#send_topic div.content dl.settings dt {
	position:relative;
	display:inline-block;
	width:100%;
	margin:0;
	}
#send_topic div.content dl.settings dt {
	margin-top:0.5em;
	}
#send_topic .content dl.settings dd input#y_name,
#send_topic .content dl.settings dd input#y_email,
#send_topic .content dl.settings dd input#comment,
#send_topic .content dl.settings dd input#r_name,
#send_topic .content dl.settings dd input#r_email {
	position:relative;
	display:block;
	padding:1%;
	margin:0;
	width:97.45%;
	font-size:120%;
	}
#send_topic .content fieldset#sender,
#send_topic .content fieldset#recipient {
	border:none;
	padding:0.5em 0;
	}
#send_topic .content div.righttext {
	text-align:left!important;
	}
/******************************

 FORUM INDEX PAGE (list)

*******************************/
#boardindex_table a.subject {
	font-size:130%;
}
#boardindex_table td.info > p {
	font-size: 100%;
	display:none;
	visibility:collapse;
	}
#boardindex_table .table_list .stats {
	display:none;
	visibility:collapse;
	}
#boardindex_table .table_list tbody.content td.info a.subject {
	position:relative;
	display:block;
	background-color:#f2f0ea;
	border:1px solid #dbd3c8;
	padding:4% 5%;
	text-align:center;
	color:#555555;
}
#boardindex_table .table_list tbody.content td.info a.subject:hover {
	background-color:#cbc1a3;
	border:1px solid #8a7c69;
	color:#fff;
	text-decoration:none;
}
/**************************************

 HELP PAGE
 
***************************************/
div#helpmain {
	padding:0;
	margin:0;
	font-size:120%;
	}
div#helpmain p {
	}
div#helpmain a {
	color:#555;
	border-bottom:1px dashed #ccc;
	}
div#helpmain a:hover {
	color:#555;
	border-bottom:none;
	}
div#helpmain ul {
	padding:0 0.5em;
	margin:0 0.5em;
	}
/*****************************

 SEARCH
 
******************************/
fieldset#advanced_search {
	margin:0 0 1em 0;
	font-size:120%;
	}
#advanced_search dl#search_options {
	width:100%;
	margin:0;
	}
#advanced_search span.enhanced {
	position:relative;
	display:inline-block;
	text-align:left;
	}
#searchform fieldset.flow_hidden a {
	color:#555;
	}
#advanced_search .enhanced input[type="text"] {
	position:relative;
	display:inline-block;
	width:94%;
	font-size:120%;
	padding:2%;
	margin-bottom:0.5em;
	}
#advanced_search dt {
	position:relative;
	display:block;
	padding-top: 0.5em;
	text-align: left;
	}
#advanced_search dd {
	position:relative;
	display:block;
	padding: 0.2em;
	margin: 0 0 0 0em;
	text-align:left;
	}
div.search_results_posts {
	font-size:120%;
	}
div.search_results_posts a {
	color:#555;
	}
.roundframe {
	padding:1% 1%;
	}
.description {
	display: none;
	}
/******************************************

 RECENT POSTS
 
*******************************************/
dl#ic_recentposts a {
	color:#666666;
	}
dl#ic_recentposts {
	line-height: 1.5em;
	overflow:hidden;
	font-size:120%;
	font-family:Sans-Serif;
	}
dl#ic_recentposts dt {
	position:relative;
	display:inline-block;
	margin:0 0 3% 0;
	}
dl#ic_recentposts dd {
	position:relative;
	display:none;
	margin:0 0 3% 0;
	color:#999999;
	}
/******************************************

 BUTTON STRIPS etc.

*******************************************/
ul.quickbuttons {
	margin-top: 0%;
	}
ul.quickbuttons li {
	float: left;
	display: inline;
	margin: 1em 0.5em 0.5em 0;
	font-size: 120%
	}
ul.quicklinks li a {
	}
#upshrinkHeaderIC p {
	 margin: 0 0 7% 0;
	 padding: 0;
	font-size:110%;
	line-height:150%;
}
#upshrinkHeaderIC p.inline {
	 border: none;
	 margin: 0;
	 padding: 0.5em 0em 0.5em 0em;
	}
#upshrinkHeaderIC p.last {
	 margin: 0;
	 padding: 0.5em 0;
	 border-top: 2px dotted #bbb;
	}
#upshrinkHeaderIC a {
	color:#666666;
	}
div.title_barIC {
	padding-top:5%;
	}
.pagesection .nextlinks,
.pagesection .nextlinks_bottom {
	text-align:center;
	font-size:130%;
	margin:1em 0;
	}
.pagesection .nextlinks a:link,
.pagesection .nextlinks a:link a:visited,
.pagesection .nextlinks_bottom a:link,
.pagesection .nextlinks_bottom a:link a:visited {
	color:#555555;
	background-color:#ece8e0;
	border:1px solid #bdb9ad;
	padding:0.75em 1em;
	}
.pagesection .nextlinks a:hover,
.pagesection .nextlinks_bottom a:hover {
	text-decoration:none;
	background-color:#bdb9ad;
	border:1px solid #6f6b5e;
	color:#fff;
}
.pagesection .nextlinks_bottom {
	position:relative;
	display:inline-block;
	width:100%;
	margin:2em 0;
}
div.buttonlist {
	}
div.buttonlist ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	}
div.buttonlist ul li {
	margin:0;
	padding:0;
	float:left;
	}
div.buttonlist ul li a {
	}
div.buttonlist ul li a span {
	text-transform:capitalize;
	border:none;
	font-size:120%;
	}
div.buttonlist a {
	padding:0.75em 0.75em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	margin:0.5em 0em 1em 0.5em;
	}
div.buttonlist ul li a.active,
div.buttonlist a:hover {
	background-color:#c50;
	}
div.pagesection > div.buttonlist {
	font-size:140%;
	}
.pagesection .pagelinks {
	position:relative;
	display:block;
	font-size:120%;
	color:#222222;
	float:left;
	width:100%;
	margin:2% 0;
	}
.pagesection .pagelinks ul {
	position:relative;
	display:inline-block;
	}
.pagesection .pagelinks a {
	color:#222222;
	}
.reportlinks a {
	color:#555;
	}
/**************************************

	LOGIN

***************************************/
form#frmLogin > div.tborder.login {
	}
form#frmLogin > div.tborder.login span.upperframe {
	margin:0.5em 0 0 0;
	}
form#frmLogin > div.tborder.login div.roundframe {
	padding:0.5em;
	}
form#frmLogin > div.tborder.login div.roundframe dl {
	margin:0 auto;
	overflow:visible;
	}
form#frmLogin > div.tborder.login div.roundframe p {
	text-align:center;
	padding:0.5em 0 1em 0;
	font-size:120%;
	}
form#frmLogin > div.tborder.login div.roundframe dl dt {
	float:none;
	text-align:center;
	margin:0 0 0.25em 0;
	padding:0;
	font-size:160%;
	}
form#frmLogin > div.tborder.login div.roundframe dl dd {
	float:none;
	text-align:center;
	margin:0 0 0.5em 0;
	padding:0;
	font-size:130%;
	}
form#frmLogin > div.tborder.login div.roundframe dl dd input {
	font-size:120%;
	padding:0.5em;
	}
form#frmLogin > div.tborder.login div.roundframe p input.button_submit {
	margin-bottom:0;
	}
form#frmLogin > div.tborder.login div.roundframe div {
	margin:0 0 1em 0;
	}
form#frmLogin div.tborder.login div.roundframe > div:nth-child(1) {
	position:relative;
	margin:1em 0 1em 0;
	border-top:2px solid #ccc;
	}
form#registration > div.roundframe p {
	font-size:140%;
	line-height:150%;
	white-space:normal;
	overflow:visible;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	}
form#registration > #confirm_buttons input.button_submit {
	white-space:normal;
	}
/*********************************************

 FOOTER
 
**********************************************/
#footer {
	display: none;
	}
#footer_section div.frame {
	display: block;
	padding: 2% 0% 5% 0%;
	}
#footer_section a {
	color:#666;
}
#footer_section .reset {
	display: block;
	padding-left: 10px;
	}
.forumFooter {
	position:relative;
	display:inline-block;
	border-top:2px solid #cccccc;
	color:#a5a5a5;
	padding-top:0px;
	padding-bottom:20px;
	font-size:120%;
	line-height:150%;
	background-color:#f5f5f5;
	padding-left:2%;
	padding-right:2%;
	text-align:justify;
	}
.forumFooter span {
	position:relative;
	display:block;
	padding-top:10px;
	}
.forumFooter a {
	color: #a5a5a5;
	}
.forumFooterLinks a {
	margin-right:0.75em;
	font-size: 1.1em;
	}
/**********************************

	FORUM AD BLOCK

***********************************/
.ad320 {
	position:relative;
	display:block;
	/*width:320px;*/
	margin:1em auto 1.5em auto;
	overflow:hidden;
	white-space:nowrap;
	}
.ad468,
.ad728,
.ad970,
.ad160x600 {
	display: none;
	visibility: hidden;
	}
}







@media screen
and (min-width:481px)
and (max-width:600px) {
body {
	font-size:14px;
	height:100%;
	position:relative;
	}
a {
	color:#555;
	}
#content_section {
	font-size: 100%;
	line-height: normal;
	margin: 2% 1%;
	}
/***********************************************

	SITE MENU (links to main site)

************************************************/
#forumNav {
	position:relative;
	display:block;
	margin:0;
	padding: 0;
	width:100%;
	height:50px;
	background:#333;
	z-index:101;
	color: #e5e5e5;
	}
#forumNav .logo {
	}
#forumNav .logo span {
	display:block;
	font-size:200%;
	margin:-34px 0 0 55px;
	}
#forumNav .logo a,
#forumNav .logo a:hover,
#mobileNav a,
#mobileNav a:hover {
	color:#ccc;
	border:none;
	text-decoration:none;
	}
#mobileNav {
	position:relative;
	display:block;
	float:right;
	background:#555;
	padding:0.25em 0.5em 0.5em 0.5em;
	margin:-50px 1% 0 0;
	font-family:"Courier New", Courier, monospace;
	font-size:200%;
	z-index:102!important;
	}
#defaultNav,
#mobileNavList {
	display:none;
	visibility:hidden;
	}
/*********************************

	HEADER
	
**********************************/
.logo {
	display: none;
	}
#header {
	padding:0;
	margin:0;
	}
h1.forumtitle {
	font-size: 180%;
	padding: 0 1%;
	background-color:#c60;
	}
h1.forumtitle a,
h1.forumtitle a:hover {
	color:#fff;
	text-decoration:none;
	}
img#upshrink {
	margin:-25px 1% 0 1%;
	}
#upper_section .user {
	display: block;
	padding:0 1%;
	font-size:120%;
	}
#main_menu {
	display: block;
	padding:0 1%;
	}
.dropmenu li {
	display:block;
	position:relative;
	margin:0 0.5em 0.75em 0;
	font-size:150%;
	}
.dropmenu li a.firstlevel {
	padding:0.35em 0.5em !important;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	margin:0 !important;
	}
.dropmenu li a.firstlevel:hover {
	padding:0.35em 0.5em !important;
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	margin:0 !important;
	}
.dropmenu li ul li {
	font-size:90%;
	width:13.5em !important;
	}
.dropmenu li a.firstlevel span.firstlevel {
	padding:0;
	margin:0;
	}
.dropmenu li a.active {
	padding:0.35em 0.5em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff !important;
	}
input.button_submit {
	padding:0.5em 0.75em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	font-size:140%;
	margin:0 0 0 0;
	}
input.button_submit:hover {
	padding:0.5em 0.75em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff;
	}
div.navigate_section ul {
	margin:1em 0;
	padding:0;
	width:98%;
	}
div.buttonlist {
	}
div.buttonlist ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	}
div.buttonlist ul li {
	margin:0;
	padding:0;
	float:left;
	}
div.buttonlist ul li a {
	}
div.buttonlist ul li a span {
	text-transform:capitalize;
	border:none;
	font-size:120%;
	}
div.buttonlist a {
	padding:0.75em 0.75em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	margin:0.5em 0em 1em 0.5em;
	}
div.buttonlist ul li a.active,
div.buttonlist a:hover {
	background-color:#c50;
	}
div.pagesection > div.buttonlist {
	font-size:140%;
	}
#search_form {
	padding-right: 8px;
	}
fieldset#advanced_search > div.roundframe,
form#searchform fieldset.flow_hidden > div.roundframe {
	padding:0.5em;
	}
form#searchform fieldset.flow_hidden > span.upperframe {
	margin-top:1em;
	}
form#searchform fieldset.flow_hidden > div.roundframe div.padding {
	padding:0;
	}
fieldset#advanced_search span.enhanced {
	text-align:left;
	font-size:150%;
	}
fieldset#advanced_search span.enhanced input.input_text {
	display:inline-block;
	padding:0.5em;
	margin:0.25em 0 0.25em 0;
	}
fieldset#advanced_search span.enhanced select {
	display:inline-block;
	padding:0.25em;
	margin:0.25em 0 0.25em 0;
	text-align:left;
	}
dl#search_options {
	text-align:left;
	font-size:120%;
	margin-top:1em;
	}
dl#search_options dt,
dl#search_options dd {
	text-align:left;
	}
dl#search_options dt {
	margin:0 0 0.2em 0;
	}
dl#search_options dd {
	margin:0 0 1em 0;
	}
#content_section {
	padding:0 1%;
	}
.navigate_section {
	line-height: normal;
	font-size:120%;
	}
#boardindex_table table.table_list tbody td.stats,
#boardindex_table table.table_list > tbody tr td.lastpost,
#messageindex table.table_grid > thead tr th.posts_views,
#messageindex table.table_grid > thead tr th.last_th,
#messageindex table.table_grid > tbody tr td.stats,
#messageindex table.table_grid > tbody tr td.lastpost {
	display:none;
	visibility:collapse;
	}
#boardindex_table table.table_list tbody.header,
#messageindex table.table_grid > thead tr {
	font-size:150%;
	}
#boardindex_table table.table_list > tbody tr td.info {
	font-size:130%;
	padding-bottom:1em;
	font-family:Arial, Helvetica, sans-serif;
	}
#boardindex_table table.table_list > tbody tr td.info p {
	font-size:100%;
	line-height:130%;
	}
#boardindex_table table.table_list > tbody tr td.info .subject {
	display:inline-block;
	margin-bottom:0.15em;
	font-size:130%;
	font-weight:bold;
	}
#messageindex table.table_grid > tbody tr td.subject {
	position:relative;
	display:inline-block;
	width:98.35%;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:160%;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	}
#messageindex table.table_grid > tbody tr td.subject p {
	font-size:80%;
	}
#messageindex table.table_grid > tbody tr.whos_viewing {
	display:inline-block;
	font-weight:normal !important;
	margin:0.75em 0 1em 0;
	}
.stickybg,
.stickybg2 {
	background-color:#f3eee8;
	padding:0.25em 0.25em;	
	}
.stickybg2 a,
.stickybg a {
	color:#a00;
	}
.stickybg2 div,
.stickybg div {
	background-image: url(../images/icons/quick_sticky.gif);
	background-repeat: no-repeat;
	background-position: 98% 0.75em;
	}
.locked_sticky2 div {
	background-image: url(../images/icons/quick_sticky_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 0.75em;
	}
#main_content_section > div.roundframe {
	padding:0.5em;
	}
#helpmain {
	padding:0;
	margin:0;
	font-size:120%;
	}
#helpmain ul {
	margin:0 0.75em;
	padding:0 0.75em;
	}
#forumposts {
	font-size:130%;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	line-height:150%;
	}
div.pagesection {
	margin:1em 0 0em 0;
	}
div.navigate_section ul li.last {
	padding-top:0em;
	}
div.pagelinks {
	position:relative;
	display:inline-block;
	float:right;
	padding:0.75em 0 0.75em 0;
	text-align:right;
	width:100%;
	font-size:120%;
	}
ul.quickbuttons {
	float:right;
	margin-top:0.75em;
	margin-bottom:1em;
	}
ul.quickbuttons li {
	display:inline-block;
	float:right;
	margin-right:1em;
	}
div.nextlinks {
	position:relative;
	display:inline-block;
	margin:0 0 1em 0;
	font-size:130%;
	text-align:right;
	width:100%;
	}
div.nextlinks_bottom {
	position:relative;
	display:inline-block;
	/*margin:0 0 1em 0;*/
	font-size:130%;
	text-align:right;
	width:100%;
	}
form#postmodify dl#post_header > dd {
	margin:0 0 0.5em 0;
	}
form#postmodify dl#post_header > dt {
	float:none;
	width:100%;
	}
form#postmodify dl#post_header > dd input {
	font-size:120%;
	width:98.5%;
	padding:0.5em 0.25em;
	}
form#postmodify #preview_section {
	}
div.post a {
	text-decoration:none !important;
	/*border-bottom:2px dashed #ccc;*/
	}
div.post a:hover {
	text-decoration:underline !important;
	border:none;
	}
div.post > div.inner {
	font-size:115%;
	line-height:150%;
	}
div.post > div.inner .bbc_code {
	font-size:80%;
	line-height:150%;
	}
#recent > div.core_posts {
	font-size:135%;
	line-height:140%;
	}
#posting_icons {
	display:inline-block;
	margin:0 0 1em 0;
	font-size:150%;
	}
#recent_posts_content > dl#ic_recentposts dt {
	display:inline-block;
	float:none;
	font-size:140%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0.75em;
	line-height:135%;
	}
#recent_posts_content > dl#ic_recentposts dd {
	display:none;
	visibility:collapse;
	}
.description {
	display: none;
	}
div.roundframe, span.upperframe, #display_jump_to {
	}
.table_grid th.lefttext {
	padding-bottom: 0;
	}
h3.catbg {
	line-height: normal;
	font-size: 1.1em;
	}
#profileview > #basicinfo {
	float:none;
	font-size:150%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	}
#profileview img.avatar {
	width:200px;
	height:200px;
	}
#profileview > #detailedinfo div.content dt {
	float:none;
	width:100%;
	font-size:135%;
	font-family:Arial, Helvetica, sans-serif;
	}
#profileview > #detailedinfo div.content dd {
	float:none;
	width:100%;
	margin-bottom:0.5em;
	font-size:150%;
	overflow:hidden;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	}
#personal_messages form > table.table_grid {
	font-size:130%;
	font-family:sans-serif;
	}
#personal_messages tbody > tr td:nth-child(1) {
	width:5%!important;
	}
#personal_messages thead > tr th:nth-child(2),
#personal_messages tbody > tr td:nth-child(2) {
	display:none;
	visibility:collapse;
	}
#personal_messages tbody > tr td:nth-child(3) {
	width:68% !important;
	}	
#personal_messages tbody > tr td:nth-child(4) {
	}
#personal_messages tbody > tr td:nth-child(5) {
	width:5% !important;
	}
/**************************************

	LOGIN

***************************************/
form#frmLogin > div.tborder.login {
	}
form#frmLogin > div.tborder.login span.upperframe {
	margin:0.5em 0 0 0;
	}
form#frmLogin > div.tborder.login div.roundframe {
	padding:0.5em;
	}
form#frmLogin > div.tborder.login div.roundframe dl {
	margin:0 auto;
	overflow:visible;
	}
form#frmLogin > div.tborder.login div.roundframe p {
	text-align:center;
	font-size:120%;
	padding:0.5em 0 1em 0;
	}
form#frmLogin > div.tborder.login div.roundframe p input.button_submit {
	}
form#frmLogin > div.tborder.login div.roundframe dl dt {
	float:none;
	font-size:140%;
	text-align:center;
	margin:0 0 0.25em 0;
	padding:0;
	}
form#frmLogin > div.tborder.login div.roundframe dl dd {
	float:none;
	font-size:160%;
	text-align:center;
	margin:0 0 0.5em 0;
	padding:0em;
	}
form#frmLogin > div.tborder.login div.roundframe dl dd input[type=checkbox] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	margin:0.5em 0.45em;
	}
form#frmLogin > div.tborder.login div.roundframe div {
	margin:1em 0 1em 0;
	}
form#registration > div.roundframe p {
	font-size:110%;
	line-height:150%;
	padding:0.5em;
	white-space:normal;
	overflow:visible;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	}
form#registration > #confirm_buttons input.button_submit {
	white-space:normal;
	}
/******************************

	FOOTER
	
*******************************/
#footer_section div.frame {
	display: block;
	padding: 0 2% 2% 2%;
	}
.forumFooter {
	position:relative;
	display:inline-block;
	border-top:2px solid #cccccc;
	color:#a5a5a5;
	padding-top:0px;
	padding-bottom:20px;
	font-size:120%;
	line-height:150%;
	background-color:#f5f5f5;
	padding-left:2%;
	padding-right:2%;
	text-align:justify;
	}
.forumFooter span {
	position:relative;
	display:block;
	padding-top:10px;
	}
.forumFooter a {
	color: #a5a5a5;
	}
.forumFooterLinks a {
	margin-right:0.75em;
	font-size: 1.1em;
	}
/**********************************

	FORUM AD BLOCK

***********************************/
.ad320 {
	position:relative;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	/*width:468px;*/
	margin:1em auto 1.5em auto;
	}
.ad468,
.ad728,
.ad970,
.ad160x600 {
	display: none;
	visibility: hidden;
	}
}






@media screen
and (min-width:601px)
and (max-width:854px) {
body {
	font-size:16px;
	height:100%;
	position:relative;
	}
a {
	color:#555;
	}
div#wrapper {
	position:relative;
	display:inline-block;
	padding:0% 2%;
	}
#menu_nav {
	}
/***********************************************

	SITE MENU (links to main site)

************************************************/
#forumNav {
	position:relative;
	display:block;
	margin:0;
	padding: 0;
	width:100%;
	height:50px;
	background:#333;
	z-index:101;
	color: #e5e5e5;
	}
#forumNav .logo {
	}
#forumNav .logo span {
	display:none;
	font-size:150%;
	margin:-34px 0 0 55px;
	}
#forumNav .logo a,
#forumNav .logo a:hover {
	color:#ccc;
	border:none;
	text-decoration:none;
	}
#mobileNavList a {
	color:#ccc;
	border:none;
	text-decoration:none;
	padding:0 0.25em;
	}
#mobileNavList a:hover {
	background-color:#c50;
	text-decoration:none;
	color:#fff;
	padding:0 0.25em;
	}
ul#mobileNavList {
	position:relative;
	display:inline-block;
	font-size:130%;
	margin:-34px 0 0 0;
	padding:0 1%;
	float:right;
	}
ul#mobileNavList li {
	display:block;
	float:right;
	margin:0 0 0 0em;
	}
#defaultNav,
#mobileNav {
	display:none;
	visibility:hidden;
	}
/***************************************

	GENERIC
	
****************************************/
#header {
	padding:0;
	margin:0;
	}
h1.forumtitle {
	font-size: 180%;
	padding: 0 1%;
	background-color:#c60;
	}
h1.forumtitle a,
h1.forumtitle a:hover {
	color:#fff;
	text-decoration:none;
	}
img#upshrink {
	margin:-25px 1% 0 1%;
	}
#upper_section .user {
	display: block;
	padding:0 1%;
	font-size:120%;
	}
#main_menu {
	display: block;
	padding:0 1%;
	}
.dropmenu li {
	display:block;
	position:relative;
	margin:0 0.5em 0.75em 0;
	font-size:150%;
	}
.dropmenu li a.firstlevel {
	padding:0.35em 0.5em !important;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	margin:0 !important;
	}
.dropmenu li a.firstlevel:hover {
	padding:0.35em 0.5em !important;
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	margin:0 !important;
	}
.dropmenu li ul li {
	font-size:90%;
	width:13.5em !important;
	}
.dropmenu li a.firstlevel span.firstlevel {
	padding:0;
	margin:0;
	}
.dropmenu li a.active {
	padding:0.35em 0.5em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff !important;
	}
input.button_submit {
	padding:0.5em 0.75em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	font-size:140%;
	margin:0 0 0 0;
	}
input.button_submit:hover {
	padding:0.5em 0.75em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff;
	}
div.navigate_section ul {
	margin:1em 0;
	padding:0;
	width:98%;
	}
div.buttonlist {
	}
div.buttonlist ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	}
div.buttonlist ul li {
	margin:0;
	padding:0;
	float:left;
	}
div.buttonlist ul li a {
	}
div.buttonlist ul li a span {
	text-transform:capitalize;
	border:none;
	font-size:120%;
	}
div.buttonlist a {
	padding:0.75em 0.75em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	margin:0.5em 0em 1em 0.5em;
	}
div.buttonlist ul li a.active,
div.buttonlist a:hover {
	background-color:#c50;
	}
div.pagesection > div.buttonlist {
	font-size:140%;
	}
#search_form {
	padding-right: 8px;
	}
fieldset#advanced_search > div.roundframe,
form#searchform fieldset.flow_hidden > div.roundframe {
	padding:0.5em;
	}
form#searchform fieldset.flow_hidden > span.upperframe {
	margin-top:1em;
	}
form#searchform fieldset.flow_hidden > div.roundframe div.padding {
	padding:0;
	}
fieldset#advanced_search span.enhanced {
	text-align:left;
	font-size:150%;
	}
fieldset#advanced_search span.enhanced input.input_text {
	display:inline-block;
	padding:0.5em;
	margin:0.25em 0 0.25em 0;
	}
fieldset#advanced_search span.enhanced select {
	display:inline-block;
	padding:0.25em;
	margin:0.25em 0 0.25em 0;
	text-align:left;
	}
dl#search_options {
	text-align:left;
	font-size:120%;
	margin-top:1em;
	}
dl#search_options dt,
dl#search_options dd {
	text-align:left;
	}
dl#search_options dt {
	margin:0 0 0.2em 0;
	}
dl#search_options dd {
	margin:0 0 1em 0;
	}
#content_section {
	padding:0 1%;
	}
.navigate_section {
	line-height: normal;
	font-size:120%;
	}
#boardindex_table table.table_list tbody td.stats,
#boardindex_table table.table_list > tbody tr td.lastpost,
#messageindex table.table_grid > thead tr th.posts_views,
#messageindex table.table_grid > thead tr th.last_th,
#messageindex table.table_grid > tbody tr td.stats,
#messageindex table.table_grid > tbody tr td.lastpost {
	display:none;
	visibility:collapse;
	}
#boardindex_table table.table_list tbody.header,
#messageindex table.table_grid > thead tr {
	font-size:150%;
	}
#boardindex_table table.table_list > tbody tr td.info {
	font-size:130%;
	padding-bottom:1em;
	font-family:Arial, Helvetica, sans-serif;
	}
#boardindex_table table.table_list > tbody tr td.info p {
	font-size:100%;
	line-height:130%;
	}
#boardindex_table table.table_list > tbody tr td.info .subject {
	display:inline-block;
	margin-bottom:0.15em;
	font-size:130%;
	font-weight:bold;
	}
#messageindex table.table_grid > tbody tr td.subject {
	position:relative;
	display:inline-block;
	width:98.35%;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:160%;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	}
#messageindex table.table_grid > tbody tr td.subject p {
	font-size:80%;
	}
#messageindex table.table_grid > tbody tr.whos_viewing {
	display:inline-block;
	font-weight:normal !important;
	margin:0.75em 0 1em 0;
	}
.stickybg,
.stickybg2 {
	background-color:#f3eee8;
	padding:0.25em 0.25em;	
	}
.stickybg2 a,
.stickybg a {
	color:#a00;
	}
.stickybg2 div,
.stickybg div {
	background-image: url(../images/icons/quick_sticky.gif);
	background-repeat: no-repeat;
	background-position: 98% 0.75em;
	}
.locked_sticky2 div {
	background-image: url(../images/icons/quick_sticky_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 0.75em;
	}
#main_content_section > div.roundframe {
	padding:0.5em;
	}
#helpmain {
	padding:0;
	margin:0;
	font-size:120%;
	}
#helpmain ul {
	margin:0 0.75em;
	padding:0 0.75em;
	}
#forumposts {
	font-size:130%;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	line-height:150%;
	}
div.pagesection {
	margin:1em 0 0em 0;
	}
div.navigate_section ul li.last {
	padding-top:0em;
	}
div.pagelinks {
	position:relative;
	display:inline-block;
	float:right;
	padding:0.75em 0 0.75em 0;
	text-align:right;
	width:100%;
	font-size:120%;
	}
ul.quickbuttons {
	float:right;
	margin-top:0.75em;
	margin-bottom:1em;
	}
ul.quickbuttons li {
	display:inline-block;
	float:right;
	margin-right:1em;
	}
div.nextlinks {
	position:relative;
	display:inline-block;
	margin:0 0 1em 0;
	font-size:130%;
	text-align:right;
	width:100%;
	}
div.nextlinks_bottom {
	position:relative;
	display:inline-block;
	font-size:130%;
	text-align:right;
	width:100%;
	}
form#postmodify dl#post_header > dd {
	margin:0 0 0.5em 0;
	}
form#postmodify dl#post_header > dt {
	float:none;
	width:100%;
	}
form#postmodify dl#post_header > dd input {
	font-size:120%;
	width:98.5%;
	padding:0.5em 0.25em;
	}
form#postmodify #preview_section {
	}
div.post a {
	text-decoration:none !important;
	/*border-bottom:2px dashed #ccc;*/
	}
div.post a:hover {
	text-decoration:underline !important;
	border:none;
	}
div.post > div.inner {
	font-size:115%;
	line-height:150%;
	}
div.post > div.inner .bbc_code {
	font-size:80%;
	line-height:150%;
	}
#recent > div.core_posts {
	font-size:135%;
	line-height:140%;
	}
#posting_icons {
	display:inline-block;
	margin:0 0 1em 0;

	font-size:150%;
	}
#recent_posts_content > dl#ic_recentposts dt {
	display:inline-block;
	float:none;
	font-size:140%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0.75em;
	line-height:135%;
	}
#recent_posts_content > dl#ic_recentposts dd {
	display:none;
	visibility:collapse;
	}
.description {
	display: none;
	}
div.roundframe, span.upperframe, #display_jump_to {
	}
.table_grid th.lefttext {
	padding-bottom: 0;
	}
h3.catbg {
	line-height: normal;
	font-size: 1.1em;
	}
#profileview > #basicinfo {
	float:none;
	font-size:150%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	}
#profileview img.avatar {
	width:200px;
	height:200px;
	}
#profileview > #detailedinfo div.content dt {
	float:none;
	width:100%;
	font-size:135%;
	font-family:Arial, Helvetica, sans-serif;
	}
#profileview > #detailedinfo div.content dd {
	float:none;
	width:100%;
	margin-bottom:0.5em;
	font-size:150%;
	overflow:hidden;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	}
#personal_messages form > table.table_grid {
	font-size:130%;
	font-family:sans-serif;
	}
#personal_messages tbody > tr td:nth-child(1) {
	width:5%!important;
	}
#personal_messages thead > tr th:nth-child(2),
#personal_messages tbody > tr td:nth-child(2) {
	display:none;
	visibility:collapse;
	}
#personal_messages tbody > tr td:nth-child(3) {
	width:68% !important;
	}	
#personal_messages tbody > tr td:nth-child(4) {
	}
#personal_messages tbody > tr td:nth-child(5) {
	width:5% !important;
	}
/********************************************

LOGIN

*********************************************/
form#frmLogin > div.tborder.login {
	}
form#frmLogin > div.tborder.login span.upperframe {
	margin:0.5em 0 0 0;
	}
form#frmLogin > div.tborder.login div.roundframe {
	padding:0.5em;
	}
form#frmLogin > div.tborder.login div.roundframe dl {
	margin:0 auto;
	}
form#frmLogin > div.tborder.login div.roundframe p {
	text-align:center;
	padding:0.5em 0 1em 0;
	}
form#frmLogin > div.tborder.login div.roundframe dl dt {
	float:none;
	text-align:center;
	font-size:120%;
	margin:0 0 0.25em 0;
	padding:0;
	}
form#frmLogin > div.tborder.login div.roundframe dl dd {
	float:none;
	text-align:center;
	font-size:160%;
	margin:0 0 0.5em 0;
	padding:0;
	}
form#frmLogin > div.tborder.login div.roundframe div {
	margin:0 0 1em 0;
	}
form#registration > div.roundframe p {
	font-size:110%;
	line-height:135%;
	padding:0.5em;
	}
form#registration > #confirm_buttons input.button_submit {
	white-space:normal;
	}
/**************************************

	FOOTER

***************************************/
#footer_section div.frame {
	display: block;
	padding: 10px 0px 10px 10px;
	}
.forumFooter {
	position:relative;
	display:block;
	border-top:2px solid #cccccc;
	color: #a5a5a5;
	padding-top:1%;
	padding-bottom:2%;
	font-size:120%;
	line-height:normal;
	background-color:#f5f5f5;
	padding-left:1%;
	padding-right:1%;
	height:100%;
	}
.forumFooter span {
	position:relative;
	display:block;
	padding-top:10px;
	}
.forumFooter a {
	color: #a5a5a5;
	}
.forumFooterLinks a {
	margin-right:0.75em;
	font-size: 1.1em;
	}
/**********************************

	FORUM AD BLOCK

***********************************/

.ad468 {
	position:relative;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	/*width:468px;*/
	margin:1em auto 1.5em auto;
	}
.ad160x600,
.ad970,
.ad728,
.ad320 {
	display: none;
	visibility: hidden;
	}
}










@media screen
and (min-width:855px)
and (max-width:1024px) {
body {
	font-size:14px;
	height:100%;
	position:relative;
	}
a {
	color:#555;
	}
div#wrapper {
	position:relative;
	display:inline-block;
	padding:0% 2%;

	}
#menu_nav {
	}
/***********************************************

	SITE MENU (links to main site)

************************************************/
#forumNav {
	position:relative;
	display:block;
	margin:0;
	padding: 0;
	width:100%;
	height:50px;
	background:#333;
	z-index:101;
	color: #e5e5e5;
	}
#forumNav .logo {
	}
#forumNav .logo span {
	/*position:relative;*/
	display:block;
	/*float:left;*/
	font-size:200%;
	margin:-34px 0 0 60px;
	}
#forumNav .logo a,
#forumNav .logo a:hover {
	color:#ccc;
	border:none;
	text-decoration:none;
	}
#defaultNav {
	display: inline-block;
	visibility:visible;
	margin: 0px;
	}
#defaultNav a {
	color:#ccc;
	border:none;
	text-decoration:none;
	padding:0 0.25em;
	}
#defaultNav a:hover {
	background-color:#c50;
	text-decoration:none;
	color:#fff;
	padding:0 0.25em;
	}
ul#defaultNav {
	position:relative;
	display:inline-block;
	font-size:150%;
	margin:-20px 0 0 0;
	padding:0 1%;
	float:right;
	}
ul#defaultNav li {
	display:block;
	float:right;
	margin:0 0 0 0.35em;
	}
#mobileNav,
#mobileNavList {
	position:relative;
	display:none;
	visibility:hidden;
	}
/***************************************

	GENERIC
	
****************************************/
#header {
	padding:0;
	margin:0;
	}
h1.forumtitle {
	font-size: 180%;
	padding: 0 1%;
	background-color:#c60;
	}
h1.forumtitle a,
h1.forumtitle a:hover {
	color:#fff;
	text-decoration:none;
	}
img#upshrink {
	margin:-25px 1% 0 1%;
	}
#upper_section .user {
	display: block;
	padding:0 1%;
	font-size:120%;
	}
#main_menu {
	display: block;
	padding:0 1%;
	}
.dropmenu li {
	display:block;
	position:relative;
	margin:0 0.5em 0.75em 0;
	font-size:150%;
	}
.dropmenu li a.firstlevel {
	padding:0.35em 0.5em !important;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	margin:0 !important;
	}
.dropmenu li a.firstlevel:hover {
	padding:0.35em 0.5em !important;
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	margin:0 !important;
	}
.dropmenu li ul li {
	font-size:90%;
	width:13.5em !important;
	}
.dropmenu li a.firstlevel span.firstlevel {
	padding:0;
	margin:0;
	}
.dropmenu li a.active {
	padding:0.35em 0.5em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff !important;
	}
input.button_submit {
	padding:0.5em 0.75em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	font-size:140%;
	margin:0 0 0 0;
	}
input.button_submit:hover {
	padding:0.5em 0.75em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff;
	}
div.navigate_section ul {
	margin:1em 0;
	padding:0;
	width:98%;
	}
div.buttonlist {
	}
div.buttonlist ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	}
div.buttonlist ul li {
	margin:0;
	padding:0;
	float:left;
	}
div.buttonlist ul li a {
	}
div.buttonlist ul li a span {
	text-transform:capitalize;
	border:none;
	font-size:120%;
	}
div.buttonlist a {
	padding:0.75em 0.75em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	margin:0.5em 0em 1em 0.5em;
	}
div.buttonlist ul li a.active,
div.buttonlist a:hover {
	background-color:#c50;
	}
div.pagesection > div.buttonlist {
	font-size:140%;
	}
#search_form {
	padding-right: 8px;
	}
fieldset#advanced_search > div.roundframe,
form#searchform fieldset.flow_hidden > div.roundframe {
	padding:0.5em;
	}
form#searchform fieldset.flow_hidden > span.upperframe {
	margin-top:1em;
	}
form#searchform fieldset.flow_hidden > div.roundframe div.padding {
	padding:0;
	}
fieldset#advanced_search span.enhanced {
	text-align:left;
	font-size:150%;
	}
fieldset#advanced_search span.enhanced input.input_text {
	display:inline-block;
	padding:0.5em;
	margin:0.25em 0 0.25em 0;
	}
fieldset#advanced_search span.enhanced select {
	display:inline-block;
	padding:0.25em;
	margin:0.25em 0 0.25em 0;
	text-align:left;
	}
dl#search_options {
	text-align:left;
	font-size:120%;
	margin-top:1em;
	}
dl#search_options dt,
dl#search_options dd {
	text-align:left;
	}
dl#search_options dt {
	margin:0 0 0.2em 0;
	}
dl#search_options dd {
	margin:0 0 1em 0;
	}
#content_section {
	padding:0 1%;
	}
.navigate_section {
	line-height: normal;
	font-size:120%;
	}
#boardindex_table table.table_list tbody td.stats,
#boardindex_table table.table_list > tbody tr td.lastpost,
#messageindex table.table_grid > thead tr th.posts_views,
#messageindex table.table_grid > thead tr th.last_th,
#messageindex table.table_grid > tbody tr td.stats,
#messageindex table.table_grid > tbody tr td.lastpost {
	display:none;
	visibility:collapse;
	}
#boardindex_table table.table_list tbody.header,
#messageindex table.table_grid > thead tr {
	font-size:150%;
	}
#boardindex_table table.table_list > tbody tr td.info {
	font-size:130%;
	padding-bottom:1em;
	font-family:Arial, Helvetica, sans-serif;
	}
#boardindex_table table.table_list > tbody tr td.info p {
	font-size:100%;
	line-height:130%;
	}
#boardindex_table table.table_list > tbody tr td.info .subject {
	display:inline-block;
	margin-bottom:0.15em;
	font-size:130%;
	font-weight:bold;
	}
#messageindex table.table_grid > tbody tr td.subject {
	position:relative;
	display:inline-block;
	width:98.35%;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:160%;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	}
#messageindex table.table_grid > tbody tr td.subject p {
	font-size:80%;
	}
#messageindex table.table_grid > tbody tr.whos_viewing {
	display:inline-block;
	font-weight:normal !important;
	margin:0.75em 0 1em 0;
	}
.stickybg,
.stickybg2 {
	background-color:#f3eee8;
	padding:0.25em 0.25em;	
	}
.stickybg2 a,
.stickybg a {
	color:#a00;
	}
.stickybg2 div,
.stickybg div {
	background-image: url(../images/icons/quick_sticky.gif);
	background-repeat: no-repeat;
	background-position: 98% 0.75em;
	}
.locked_sticky2 div {
	background-image: url(../images/icons/quick_sticky_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 0.75em;
	}
#main_content_section > div.roundframe {
	padding:0.5em;
	}
#helpmain {
	padding:0;
	margin:0;
	font-size:120%;
	}
#helpmain ul {
	margin:0 0.75em;
	padding:0 0.75em;
	}
#forumposts {
	font-size:130%;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	line-height:150%;
	}
div.pagesection {
	margin:1em 0 0em 0;
	}
div.navigate_section ul li.last {
	padding-top:0em;
	}
div.pagelinks {
	position:relative;
	display:inline-block;
	float:right;
	padding:0.75em 0 0.75em 0;
	text-align:right;
	width:100%;
	font-size:120%;
	}
ul.quickbuttons {
	float:right;
	margin-top:0.75em;
	margin-bottom:1em;
	}
ul.quickbuttons li {
	display:inline-block;
	float:right;
	margin-right:1em;
	}
div.nextlinks {
	position:relative;
	display:inline-block;
	margin:0 0 1em 0;
	font-size:130%;
	text-align:right;
	width:100%;
	}
div.nextlinks_bottom {
	position:relative;
	display:inline-block;
	font-size:130%;
	text-align:right;
	width:100%;
	}
form#postmodify dl#post_header > dd {
	margin:0 0 0.5em 0;
	}
form#postmodify dl#post_header > dt {
	float:none;
	width:100%;
	}
form#postmodify dl#post_header > dd input {
	font-size:120%;
	width:98.5%;
	padding:0.5em 0.25em;
	}
form#postmodify #preview_section {
	}
div.post a {
	text-decoration:none !important;
	/*border-bottom:2px dashed #ccc;*/
	}
div.post a:hover {
	text-decoration:underline !important;
	border:none;
	}
div.post > div.inner {
	font-size:115%;
	line-height:150%;
	}
div.post > div.inner .bbc_code {
	font-size:80%;
	line-height:150%;
	}
#recent > div.core_posts {
	font-size:135%;
	line-height:140%;
	}
#posting_icons {
	display:inline-block;
	margin:0 0 1em 0;
	font-size:150%;
	}
#recent_posts_content > dl#ic_recentposts dt {
	display:inline-block;
	float:none;
	font-size:140%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0.75em;
	line-height:135%;
	}
#recent_posts_content > dl#ic_recentposts dd {
	display:none;
	visibility:collapse;
	}
.description {
	display: none;
	}
div.roundframe, span.upperframe, #display_jump_to {
	}
.table_grid th.lefttext {
	padding-bottom: 0;
	}
h3.catbg {
	line-height: normal;
	font-size: 1.1em;
	}
#profileview > #basicinfo {
	float:none;
	font-size:150%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	}
#profileview img.avatar {
	width:200px;
	height:200px;
	}
#profileview > #detailedinfo div.content dt {
	float:none;
	width:100%;
	font-size:135%;
	font-family:Arial, Helvetica, sans-serif;
	}
#profileview > #detailedinfo div.content dd {
	float:none;
	width:100%;
	margin-bottom:0.5em;
	font-size:150%;
	overflow:hidden;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	}
#personal_messages form > table.table_grid {
	font-size:130%;
	font-family:sans-serif;
	}
#personal_messages tbody > tr td:nth-child(1) {
	width:5%!important;
	}
#personal_messages thead > tr th:nth-child(2),
#personal_messages tbody > tr td:nth-child(2) {
	display:none;
	visibility:collapse;
	}
#personal_messages tbody > tr td:nth-child(3) {
	width:68% !important;
	}	
#personal_messages tbody > tr td:nth-child(4) {
	}
#personal_messages tbody > tr td:nth-child(5) {
	width:5% !important;
	}
/*********************************************

	LOGIN

**********************************************/
form#frmLogin > div.tborder.login {
	}
form#frmLogin > div.tborder.login span.upperframe {
	margin:0.5em 0 0 0;
	}
form#frmLogin > div.tborder.login div.roundframe {
	padding:0.5em;
	}
form#frmLogin > div.tborder.login div.roundframe dl {
	margin:0 auto;
	}
form#frmLogin > div.tborder.login div.roundframe p {
	text-align:center;
	padding:0.5em 0 1em 0;
	}
form#frmLogin > div.tborder.login div.roundframe dl dt {
	float:none;
	text-align:center;
	margin:0;
	padding:0;
	}
form#frmLogin > div.tborder.login div.roundframe dl dd {
	float:none;
	text-align:center;
	margin:0 0 0.5em 0;
	padding:0;
	}
form#frmLogin > div.tborder.login div.roundframe div {
	margin:0 0 1em 0;
	}
form#registration > div.roundframe p {
	font-size:140%;
	line-height:150%;
	}
form#registration > #confirm_buttons input.button_submit {
	white-space:normal;
	}
/*********************************************

	FOOTER

**********************************************/
#footer_section div.frame {
	display: block;
	padding: 10px 0px 10px 10px;
	}
.forumFooter {
	position:relative;
	display:block;
	border-top:2px solid #cccccc;
	color: #a5a5a5;
	padding-top:1%;
	padding-bottom:2%;
	font-size:120%;
	line-height:normal;
	background-color:#f5f5f5;
	padding-left:1%;
	padding-right:1%;
	height:100%;
	}
.forumFooter span {
	position:relative;
	display:block;
	padding-top:10px;
	}
.forumFooter a {
	color: #a5a5a5;
	}
.forumFooterLinks a {
	margin-right:0.75em;
	font-size: 1.1em;
	}
/**********************************

	FORUM AD BLOCK

***********************************/

.ad728 {
	position:relative;
	display: block;
	overflow:hidden;
	white-space:nowrap;
	/*width:728px;*/
	margin:1em auto 1.5em auto;
	}
.ad320,
.ad468,
.ad970,
.ad160x600 {
	display: none;
	visibility: hidden;
	}
}

@media screen
and (min-width:1025px) {
body {
	font-size:16px;
	height:100%;
	position:relative;
	font-family:Sans-Serif;
	}
div#wrapper {
	position:relative;
	display:inline-block;
	padding:0% 2%;
	}
/*************************************

	UPPER SECTION

**************************************/
#header {
	padding:0;
	/*margin:0;*/
	/*needed to display site menu*/
	margin:0 0 0 0;
	}
#header #top_section {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	background-color:#C60;
	}
#header #top_section img#upshrink {
	position:relative;
	display:inline-block;
	margin:-25px 1% 0 0;
	}
#header #top_section h1.forumtitle {
	font-size: 200%;
	margin:0 0 0 1%;
	}
#header #top_section h1.forumtitle a,
#header #top_section h1.forumtitle a:hover {
	text-decoration:none;
	color:#fff;
	}
#header #upper_section div.user {
	display: block;
	padding-left:1%;
	}
#header #upper_section div.user a {
	color:#555;
	}
#header #upper_section div.user p .avatar {
	width: 100px;
	height: 100px;
	}
#header #main_menu {
	padding:0 1%;
	}
ul#menu_nav {
	position:relative;
	display:inline-block;
	margin:1em 0 1em 0;
	}
ul#menu_nav a.firstlevel {
	padding:0.35em 0.5em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	font-size:110%;
	margin:0.5em 0.5em 0em 0;
	}
ul#menu_nav a.firstlevel:hover {
	padding:0.35em 0.5em;
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	}
ul#menu_nav li .active {
	padding:0.35em 0.5em;
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	}
ul#menu_nav li ul li a span {
	font-size:110%;
	}
/***********************************************

	SITE MENU (links to main site)

************************************************/
#forumNav {
	position:relative;
	display:block;
	margin:0;
	padding: 0;
	width:100%;
	height:50px;
	background:#333;
	z-index:101;
	color: #e5e5e5;
	}
#forumNav .logo {
	}
#forumNav .logo span {
	/*position:relative;*/
	display:block;
	/*float:left;*/
	font-size:200%;
	margin:-34px 0 0 60px;
	}
#forumNav .logo a,
#forumNav .logo a:hover {
	color:#ccc;
	border:none;
	text-decoration:none;
	}
#defaultNav {
	display: inline-block;
	visibility:visible;
	margin: 0px;
	}
#defaultNav a {
	color:#ccc;
	border:none;
	text-decoration:none;
	padding:0 0.25em;
	}
#defaultNav a:hover {
	background-color:#c50;
	text-decoration:none;
	color:#fff;
	padding:0 0.25em;
	}
ul#defaultNav {
	position:relative;
	display:inline-block;
	font-size:130%;
	margin:-20px 0 0 0;
	padding:0 1%;
	float:right;
	}
ul#defaultNav li {
	display:block;
	float:right;
	margin:0 0 0 0.35em;
	}
#mobileNav,
#mobileNavList {
	position:relative;
	display:none;
	visibility:hidden;
	}
/***************************************

	GENERIC
	
****************************************/
#content_section {
	padding:0 1%;
	font-size:110%;
	}
#content_section a {
	color:#555;
	}
div.navigate_section ul {
	margin:1em 0;
	padding:0;
	font-size:85%;
	}
input.button_submit {
	padding:0.5em 0.75em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	font-size:90%;
	margin:0 0 0 0;
	}
input.button_submit:hover {
	padding:0.5em 0.75em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff;
	}
ul.quickbuttons {
	position:relative;
	display:inline-block;
	width:100%;
	margin:1em 0 0.5em 0;
	}
ul.quickbuttons li {
	position:relative;
	display:block;
	float:right;
	margin-left:1.5em;
	}
input#notify_submit {
	padding:0.5em 0.75em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	margin:0.75em 0em 0em 0;
	}
input#notify_submit:hover {
	padding:0.5em 0.75em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff;
	}
div.pagesection {
	padding:0.5em 0;
	}
div.pagesection div.nextlinks {
	position:relative;
	display:block;
	text-align:right;
	margin:0 0 1em 0;
	}
div.pagesection div.nextlinks_bottom {
	position:relative;
	display:block;
	text-align:right;
	margin:0 0 1em 0;
	clear:right;
	}
div.pagesection div.pagelinks {
	padding:1em 0 0 0;
	}
div.buttonlist a {
	padding:0.5em 0.75em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	font-size:85%;
	margin:0.5em 0em 1em 0.5em;
	}
div.buttonlist a:hover {
	padding:0.5em 0.75em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff !important;
	}
div.buttonlist ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	}
div.buttonlist ul li {
	margin:0;
	padding:0;
	float:left;
	}
div.buttonlist ul li a span {
	text-transform:capitalize;
	border:none;
	}
div.buttonlist ul li a.active {
	background-color:#c50;
	}
/*****************************************

	ADMIN MENU

******************************************/
#admin_menu ul li a.firstlevel {
	padding:0.35em 0.5em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	font-size:110%;
	margin:0.5em 0.5em 0em 0;
	}
#admin_menu ul li a.firstlevel:hover {
	padding:0.35em 0.5em;
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	}
#admin_menu ul li .active {
	padding:0.35em 0.5em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff;
	}
#admin_menu ul li ul li a span {
	font-size:110%;
	}
#admin_content #adm_submenus ul li a.firstlevel {
	padding:0.35em 0.5em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	font-size:110%;
	margin:0.5em 0.5em 0em 0;
	}
#admin_content #adm_submenus ul li a.firstlevel:hover {
	padding:0.35em 0.5em;
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	}
#admin_content #adm_submenus ul li .active {
	padding:0.35em 0.5em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff;
	}
#admin_content #adm_submenus ul li ul li a span {
	font-size:110%;
	}
#admin_content div.topic div.core_posts div.content div.list_posts code.bbc_code,
#main_admsection div.topic div.core_posts div.content div.list_posts code.bbc_code {
	font-size:85%;
	line-height:150%;
	}
#main_admsection #adm_submenus ul li a.firstlevel {
	padding:0.35em 0.5em;
	background-color:#E9E9ED;
	border:1px solid #C2CDD2;
	font-size:110%;
	margin:0.5em 0.5em 0em 0;
	}
#main_admsection #adm_submenus ul li a.firstlevel:hover {
	padding:0.35em 0.5em;
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	}
#main_admsection #adm_submenus ul li .active {
	padding:0.35em 0.5em;
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff;
	}
#main_admsection #adm_submenus ul li ul li a span {
	font-size:110%;
	}
#main_admsection form#creator div.padding {
	padding:0;
	margin:0;
	}
#left_admsection {
	width:200px;
	padding-right:1em;
	}
#left_admsection div.adm_section ul.left_admmenu {
	padding:0;
	margin:0 0 1em 0;
	}
#left_admsection div.adm_section ul.left_admmenu li {
	margin:0;
	padding:0;
	}
#left_admsection div.adm_section ul.left_admmenu li a {
	position:relative;
	display:block;
	margin:0 0 0.25em 0;
	background-color:#e9e9ed;
	border:1px solid #C2CDD2;
	padding:0.15em 0.25em;
	}
#left_admsection div.adm_section ul.left_admmenu li a:hover {
	background-color:#c50 !important;
	border:1px solid #930 !important;
	color:#fff !important;
	text-decoration:none;
	}
#left_admsection div.adm_section ul.left_admmenu li strong a {
	background-color:#c50;
	border:1px solid #930;
	color:#fff;
	}
#left_admsection div.adm_section h4 {
	font-size:100%;
	}
#main_admsection div.generic_list table.table_grid tbody td,
#admin_content div.generic_list table.table_grid tbody td {
	padding:0.25 0 0.35em 0;
	font-family:Sans-Serif;
	white-space:nowrap;
	overflow:hidden;
	}
/********************************************

	BOARD INDEX PAGE

*********************************************/
#boardindex_table table.table_list td.info a.subject {
	font-size:115%;
	}
#boardindex_table table.table_list td.info p {
	font-size:90%;
	}
#boardindex_table table.table_list tbody.content td.stats {
	font-size:90%;
	text-align:center;
	}
#boardindex_table table.table_list tbody.content td.lastpost {
	font-size:80%;
	width:35%;
	overflow: hidden;
	white-space: nowrap;
	}
/**********************************************

	MESSAGE INDEX PAGE

***********************************************/
#messageindex table.table_grid thead {
	font-size:110%;	
	}
#messageindex table.table_grid thead tr {
	}
#messageindex table.table_grid thead tr th.post_views {
	text-align:center;
	}
#messageindex table.table_grid tbody tr.whos_viewing {
	display:inline-block;
	font-size:85%;
	margin:0.5em 0 1em 0;
	}
#messageindex table.table_grid tbody td.subject {
	width:60%;
	font-size:105%;
	}
#messageindex table.table_grid tbody td.stats {
	width:10%;
	font-size:87%;
	text-align:center;
	}
#messageindex table.table_grid tbody td.lastpost {
	font-size:87%;
	width:30%;
	}
#messageindex table.table_grid tbody td.stickybg2,
#messageindex table.table_grid tbody td.stickybg {
	background-color:#f3eee8;
	padding:0 0.25em;
	}
#messageindex table.table_grid tbody td.stickybg2 a,
#messageindex table.table_grid tbody td.stickybg a {
	color:#a00;
	}
#messageindex table.table_grid tbody td.stickybg2 div,
#messageindex table.table_grid tbody td.stickybg div {
	background-image: url(../images/icons/quick_sticky.gif);
	background-repeat: no-repeat;
	background-position: 98% 0.75em;
	}
#messageindex table.table_grid tbody td.locked_sticky2 div {
	background-image: url(../images/icons/quick_sticky_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 0.75em;
	}
#helpmain {
	padding:0;
	margin:0;
	font-size:100%;
	}
#helpmain ul {
	margin:0 0.75em;
	padding:0 0.75em;
	}
/**********************************************

	INFORMATION CENTRE SECTION

***********************************************/
#main_content_section span.upperframe {
	margin:5% 0 0 0;
	}
#main_content_section div.roundframe {
	padding:0;
	margin:0em 0 0 0;
	}
#main_content_section div.roundframe div.innerframe {
	padding:1%;
	}
#main_content_section div.roundframe div.innerframe div.title_barIC {
	font-size:80%;
	margin:1em 0 0 0;
	padding:0;
	}
#recent_posts_content dl#ic_recentposts {
	font-family:Arial, Helvetica, sans-serif;
	}
#recent_posts_content dl#ic_recentposts dt {
	display: inline-block;
	position: relative;
	float: left;
	margin-bottom: 0.75em;
	width: 73%;
	overflow: hidden;
	white-space: nowrap;
	}
#recent_posts_content dl#ic_recentposts dd {
	display: inline-block;
	position: relative;
	float: right;
	margin: 0 0 0.75em 0;
	width: 27%;
	text-align: right;
	overflow:hidden;
	white-space:nowrap;
	font-size:95%;
	}
#upshrinkHeaderIC p {
	 margin: 0 0 0.5em 0;
	 padding: 0em;
	}
#upshrinkHeaderIC p.stats {
	padding:0;
	margin:0;
	}
#upshrinkHeaderIC p.inline {
	padding:0 0 0 0;
	margin:0;
	}
#upshrinkHeaderIC p.last {
	padding:0.75em 0 0.5em 0;
	margin:1em 0 0 0;
	}
.description {
	display: none;
	}
/**************************************

	FORUM POSTS

***************************************/
div.post div.inner a {
	text-decoration:none;
	border:0;
	background: #e9e9e9;
	line-height:normal;
	color: #000 !important;
	}
div.post div.inner a:hover {
	text-decoration:none;
	border:0;
	background-color:#c50;
	color:#fff !important;
	}
div.post div.inner .bbc_code {
	font-size:80%;
	line-height:150%;
	white-space:normal;
	}
.table_grid th.lefttext {
	padding-bottom: 0;
	}
h3.catbg {
	line-height: normal;
	font-size: 1.1em;
	}
.navigate_section {
	line-height: normal;
	}
#quickreplybox #quickReplyOptions span.upperframe {
	margin:0.5em 0 0 0;
	}
#quickreplybox #quickReplyOptions div.roundframe {
	padding:0.5em;
	}
/**************************************

	SEARCH PAGE

***************************************/
#search_form {
	padding-right: 8px;
	}
fieldset#advanced_search > div.roundframe,
form#searchform fieldset.flow_hidden > div.roundframe {
	padding:0.5em;
	}
form#searchform fieldset.flow_hidden > span.upperframe {
	margin-top:1em;
	}
form#searchform fieldset.flow_hidden > div.roundframe div.padding {
	padding:0;
	}
fieldset#advanced_search span.enhanced {
	text-align:left;
	font-size:100%;
	}
fieldset#advanced_search span.enhanced input.input_text {
	display:inline-block;
	padding:0.5em;
	margin:0.25em 0 0.25em 0;
	}
fieldset#advanced_search span.enhanced select {
	display:inline-block;
	padding:0.25em;
	margin:0.25em 0 0.25em 0;
	text-align:left;
	}
dl#search_options {
	text-align:left;
	font-size:100%;
	margin-top:1em;
	}
dl#search_options dt,
dl#search_options dd {
	text-align:left;
	}
dl#search_options dt {
	margin:0 0 0.2em 0;
	}
dl#search_options dd {
	margin:0 0 1em 0;
	}
/**************************************

	EDIT PAGE POST

***************************************/
form#postmodify div > div.roundframe {
	padding:0.5em;
	}
form#postmodify dl#post_header {
	padding:0 0 0.5em 0;
	}
form#postmodify dl#post_header dd,
form#postmodify dl#post_header dt {
	position:relative;
	display:block;
	float:none;
	}
form#postmodify dl#post_header dd {
	margin:0 0 0.5em 0;
	}
form#postmodify dl#post_header dt {
	margin:0;
	}
form#postmodify p#post_confirm_buttons {
	margin-right:0.5em;
	}
form#postmodify #postAdditionalOptionsHeader {
	padding-left:0;
	}
form#postmodify p#shortcuts {
	padding-left:0;
	}
form#postmodify #message input[type=textarea] {
	}
form#postmodify .editor input[type=textarea] {
	}
form#postmodify #preview_section #preview_body {
	line-height:150%;
	}
form#postmodify #preview_section #preview_body .bbc_code {
	font-size:80%;
	line-height:150%;
	}
form#postmodify #preview_section #preview_body a.bbc_link {
	text-decoration:none;
	border-bottom:2px dashed #ccc;
	}
form#postmodify #preview_section #preview_body a.bbc_link:hover {
	text-decoration:underline;
	border-bottom:none;
	}
/**************************************

	PERSONAL MESSAGES PAGE

***************************************/
#personal_messages form#postmodify span.upperframe {
	margin:0.5em 0 0 0;
	}
#personal_messages form.flow_hidden table.table_grid thead{
	font-size:120%;
	}
#personal_messages form.flow_hidden table.table_grid tbody {
	font-size:100%;
	font-family:Sans-Serif;	
	}
#personal_messages form.flow_hidden table.table_grid tbody td {
	padding:0 0 0.5em 0;
	}
div.postarea ul.quickbuttons li {
	position:relative;
	display:inline-block;
	float:right;
	margin:0 0 0 1em;
	}
#personal_messages form#searchform fieldset#advanced_search span.upperframe {
	margin:0.5em 0 0 0;
	}
#personal_messages form#searchform fieldset#advanced_search div.roundframe {
	padding:1em;
	}
#personal_messages form#searchform fieldset#advanced_search span.enhanced {
	position:relative;
	display:block;
	text-align:left;
	}
#personal_messages form#searchform fieldset#advanced_search dl#search_options {
	padding:1em 0 0 0;
	text-align:left;
	}
#personal_messages form#searchform fieldset#advanced_search dl#search_options dd {
	margin:0 0 0.75em 0;
	}
#personal_messages form div.padding {
	padding:0;
	margin:0;
	}
/**************************************

	LOGIN

***************************************/
form#frmLogin > div.tborder.login {
	}
form#frmLogin > div.tborder.login span.upperframe {
	margin:0.5em 0 0 0;
	}
form#frmLogin > div.tborder.login div.roundframe {
	padding:0.5em;
	}
form#frmLogin > div.tborder.login div.roundframe dl {
	margin:0 auto;
	}
form#frmLogin > div.tborder.login div.roundframe p {
	text-align:center;
	padding:0.5em 0 1em 0;
	}
form#frmLogin > div.tborder.login div.roundframe dl dt {
	float:none;
	text-align:center;
	margin:0;
	padding:0;
	}
form#frmLogin > div.tborder.login div.roundframe dl dd {
	float:none;
	text-align:center;
	margin:0 0 0.5em 0;
	padding:0;
	}
form#frmLogin > div.tborder.login div.roundframe div {
	margin:0 0 1em 0;
	}
form#registration > div.roundframe p {
	font-size:140%;
	line-height:150%;
	}
form#registration > #confirm_buttons input.button_submit {
	white-space:normal;
	}
/**************************************

	FOOTER

***************************************/
#footer_section div.frame {
	display: block;
	padding: 10px 0px 10px 10px;
	}
#footer_section div.frame a {
	color:#555;
	}
div.forumFooter {
	position:relative;
	display:block;
	border-top:2px solid #cccccc;
	color: #a5a5a5;
	padding-top:0;
	padding-bottom:2%;
	font-size:120%;
	line-height:normal;
	background-color:#f5f5f5;
	padding-left:1%;
	padding-right:1%;
	height:90%;
	}
div.forumFooter a {
	color: #a5a5a5;
	border-bottom:2px dashed #ddd;
	text-decoration:none;
	}
div.forumFooter a:hover {
	border:none;
	text-decoration:underline;
	}
div.forumFooter span {
	position:relative;
	display:block;
	padding-top:10px;
	}
.forumFooterLinks a {
	margin-right:0.5em;
	font-size: 1em;
	}
/**********************************

	FORUM AD BLOCK

***********************************/
.ad970 {
	position:relative;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	/*width:970px;*/
	margin:2em auto 2em auto;
	}
.ad320,
.ad468,
.ad728 {
	display:none;
	visibility:hidden;
	}
.ad160x600 {
	position:relative;
	overflow:hidden;
	width:160px;
	height:630px;
	white-space:nowrap;
	}
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
#	Universal styles
#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/*youtube responsive embed*/
#ytembed, .ytembed {
	position: relative;
	text-align: center;
	width: 100%;
	padding-bottom: 56.25%;
	padding-top: 25px;
	padding-left:0%;
	padding-right:0%;
	height: 0;
	}
#ytembed iframe, .ytembed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}