/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Main blocks
---------------------------------------- */

/* Site description and logo */
#site-description {
	float: left;
	width: 65%;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: transparent none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 5px;
	border-radius: 7px;
}

.rowbg {
	margin: 5px 5px 2px 5px;
}

/* Horizontal lists
----------------------------------------*/


ul.linklist li.responsive-menu {
	position: relative;
	margin: 0 5px;
}

ul.linklist li.responsive-menu a.responsive-menu-link {
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
	position: relative;
	width: 16px;
	line-height: 20px;
	text-decoration: none;
}

ul.linklist li.responsive-menu a.responsive-menu-link:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	height: .125em;
	width: 14px;
	border-bottom: 0.125em solid transparent;
	border-top: 0.375em double transparent;
}

.hasjs ul.linklist.fullwidth {
	max-width: none;
}

li.responsive-menu.dropdown-phpbb31-right .dropdown-phpbb31 {
	left: -9px;
}

li.responsive-menu.dropdown-phpbb31-left .dropdown-phpbb31 {
	right: -6px;
}

ul.linklist .dropdown-phpbb31 {
	top: 22px;
}

ul.linklist .dropdown-phpbb31-up .dropdown-phpbb31 {
	bottom: 18px;
	top: auto;
}

/* Bulletin icons for list items
----------------------------------------*/
ul.linklist.bulletin > li:before {
	display: inline-block;
	content: "\2022";
	font-size: inherit;
	line-height: inherit;
	padding-right: 4px;
}

ul.linklist.bulletin > li:first-child:before,
ul.linklist.bulletin > li.rightside:last-child:before {
	content: none;
}

ul.linklist.bulletin > li.no-bulletin:before {
	content: none;
}

.responsive-menu:before {
	display: none !important;
}

/* Profile in overall_header.html */
.header-profile {
	display: inline-block;
	vertical-align: top;
}

.header-avatar:hover {
	text-decoration: none;
}

.header-avatar img {
	margin-bottom: 2px;
	max-height: 20px;
	vertical-align: middle;
	width: auto;
}

.header-avatar span:after {
	content: '\25BC';
	display: inline-block;
	font-size: 9px;
	float: right;
	padding-left: 2px;
	opacity: 0.7;
}

/* Dropdown menu
----------------------------------------*/
.dropdown-phpbb31-container {
	position: relative;
}

.dropdown-phpbb31-container-right {
	float: right;
}

.dropdown-phpbb31-container-left {
	float: left;
}

.nojs .dropdown-phpbb31-container:hover .dropdown-phpbb31 {
	display: block !important;
}

.dropdown-phpbb31 {
	position: absolute;
	left: 0;
	top: 1.2em;
	z-index: 2;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 9px 0 0;
	margin-right: -500px;
}

.dropdown-phpbb31.live-search {
	top: auto;
}

.dropdown-phpbb31-container.topic-tools {
	float: left;
}

.dropdown-phpbb31-up .dropdown-phpbb31 {
	top: auto;
	bottom: 1.2em;
	padding: 0 0 9px;
}

.dropdown-phpbb31-left .dropdown-phpbb31, .nojs .rightside .dropdown-phpbb31 {
	left: auto;
	right: 0;
	margin-left: -500px;
	margin-right: 0;
}

.dropdown-phpbb31-button-control .dropdown-phpbb31 {
	top: 24px;
}

.dropdown-phpbb31-button-control.dropdown-phpbb31-up .dropdown-phpbb31 {
	top: auto;
	bottom: 24px;
}

.dropdown-phpbb31 .pointer, .dropdown-phpbb31 .pointer-inner {
	position: absolute;
	width: 0;
	height: 0;
	border-top-width: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px dashed transparent;
	border-right: 10px dashed transparent;
	-webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
	display: block;
}

.dropdown-phpbb31-up .pointer, .dropdown-phpbb31-up .pointer-inner {
	border-bottom-width: 0;
	border-top: 10px solid transparent;
}

.dropdown-phpbb31 .pointer {
	right: auto;
	left: 10px;
	top: 0;
	z-index: 3;
}

.dropdown-phpbb31-up .pointer {
	bottom: 0;
	top: auto;
}

.dropdown-phpbb31-left .dropdown-phpbb31 .pointer, .nojs .rightside .dropdown-phpbb31 .pointer {
	left: auto;
	right: 10px;
}

.dropdown-phpbb31 .pointer-inner {
	top: auto;
	bottom: -11px;
	left: -10px;
}

.dropdown-phpbb31-up .pointer-inner {
	bottom: auto;
	top: -11px;
}

.dropdown-phpbb31 .dropdown-phpbb31-contents {
	z-index: 2;
	overflow: hidden;
	overflow-y: auto;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	min-width: 40px;
	max-height: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dropdown-phpbb31 li {
	border-top: 1px dotted transparent;
	float: none !important;
	line-height: normal !important;
	font-size: 1em !important;
	list-style: none;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
	text-align: left;
}

.dropdown-phpbb31-contents > li {
	padding-right: 15px;
}

.dropdown-phpbb31-nonscroll > li {
	padding-right: 0;
}

.dropdown-phpbb31 li:first-child, .dropdown-phpbb31 li.separator + li, .dropdown-phpbb31 li li {
	border-top: 0;
}

.dropdown-phpbb31 li li:first-child {
	margin-top: 4px;
}

.dropdown-phpbb31 li li:last-child {
	padding-bottom: 0;
}

.dropdown-phpbb31 li li {
	border-top: 1px dotted transparent;
	padding-left: 18px;
}

.wrap .dropdown-phpbb31 li, .dropdown-phpbb31.wrap li, .dropdown-phpbb31-extended li {
	white-space: normal;
}

.dropdown-phpbb31 li.separator {
	border-top: 1px solid transparent;
	margin: 4px 0;
	padding: 0;
}

.dropdown-phpbb31 li.separator:first-child, .dropdown-phpbb31 li.separator:last-child {
	display: none !important;
}

/* Responsive breadcrumbs
----------------------------------------*/
.breadcrumbs .crumb {
	float: left;
	font-weight: bold;
	word-wrap: normal;
}

.breadcrumbs .crumb:before {
	content: '\2039';
	font-weight: bold;
	padding: 0 0.5em;
}

.breadcrumbs .crumb:first-child:before {
	content: none;
}

.breadcrumbs .crumb a {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: bottom;
	overflow: hidden;
}

.breadcrumbs.wrapped .crumb a { letter-spacing: -.3px; }
.breadcrumbs.wrapped .crumb.wrapped-medium a { letter-spacing: -.4px; }
.breadcrumbs.wrapped .crumb.wrapped-tiny a { letter-spacing: -.5px; }

.breadcrumbs .crumb.wrapped-max a { max-width: 120px; }
.breadcrumbs .crumb.wrapped-wide a { max-width: 100px; }
.breadcrumbs .crumb.wrapped-medium a { max-width: 80px; }
.breadcrumbs .crumb.wrapped-small a { max-width: 60px; }
.breadcrumbs .crumb.wrapped-tiny a { max-width: 40px; }

/* Table styles
----------------------------------------*/
table.table1 {
	width: 100%;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center; width: 7%; }
table.table1 .joined	{ text-align: left; width: 15%; }
table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0;
}

.forumbg-table > .inner {
	margin: 0 -1px;
}

#color_palette_placeholder table {
	border-collapse: separate;
	border-spacing: 1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
	max-width: 100%;
}

.left-box.profile-details {
	width: 80%;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
	max-width: 100%;
}

.clearfix, fieldset dl, ul.topiclist dl, dl.polls {
	overflow: hidden;
}

/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.action-bar {
}

.forabg + .action-bar {
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	display: none;
	left: 0;
	padding: 0 25px 20px 25px;
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 50;
	width: 620px;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 30px 0 rgba(0,0,0,0.35);
	box-shadow: 0 5px 30px 0 rgba(0,0,0,0.35);
}

@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
{
	.phpbb_alert {
		top: 25px;
	}
}

.phpbb_alert .alert_close {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-decoration: none !important;
	border-radius: 50%;
	background-color: #FFF;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.6);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.6);
	bottom: -16px;
	right: 20px;
}
.phpbb_alert .alert_close .icon {
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 1.2em;
}

.phpbb_alert .alert_title { font-weight: 300 }

.phpbb_alert p {
	margin: 8px 0;
	padding-bottom: 8px;
}

.phpbb_alert label {
	display: block;
	margin: 8px 0;
	padding-bottom: 8px;
}

.phpbb_alert div.alert_text > p,
.phpbb_alert div.alert_text > label,
.phpbb_alert div.alert_text > select,
.phpbb_alert div.alert_text > textarea,
.phpbb_alert div.alert_text > input {
	font-size: 1.1em;
}

#darkenwrapper {
	display: none;
	position: relative;
	z-index: 44;
}

#darken {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 45;
}

#loading_indicator {
	background: center center no-repeat;
	border-radius: 5px;
	display: none;
	opacity: 0.8;
	margin-top: -50px;
	margin-left: -50px;
	height: 50px;
	width: 50px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 51;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}


div.rules ul, div.rules ol {
	margin-left: 20px;
}

form > p.post-notice strong {
	line-height: 20px;
}

.stat-block { clear: both; }

/* Inner box-model clearing */
.inner:after,
ul.linklist:after,
.action-bar:after,
.notification_text:after,
.tabs-container:after,
#tabs > ul:after,
#minitabs > ul:after,
.postprofile .avatar-container:after {
	clear: both;
	content: '';
	display: block;
}

.smilies {
	vertical-align: text-bottom;
}

.icon-notification {
	position: relative;
}

.member-search {
	float: left;
	margin: 0;
	padding: 6px 10px;
}

.member-search strong {
	font-size: 0.95em;
}

.dropdown-phpbb31-extended {
	display: none;
	z-index: 1;
}

.dropdown-phpbb31-extended ul {
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	clear: both;
}

.dropdown-phpbb31-extended ul li {
	padding: 0;
	margin: 0 !important;
	float: none;
	border-top: 1px solid;
	list-style-type: none;
	font-size: 0.95em;
	clear: both;
	position: relative;
}

.dropdown-phpbb31-extended ul li:first-child {
	border-top: none;
}

.dropdown-phpbb31-extended ul li.no_notifications {
	padding: 10px;
}

.dropdown-phpbb31-extended .dropdown-phpbb31-contents {
	max-height: none;
	padding: 0;
	position: absolute;
	width: 340px;
}

.nojs .dropdown-phpbb31-extended .dropdown-phpbb31-contents {
	position: relative;
}

.dropdown-phpbb31-extended .header {
	padding: 0 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 1px white;
	text-transform: uppercase;
	line-height: 30px;
	border-bottom: 1px solid;
	border-radius: 5px 5px 0 0;
}

.dropdown-phpbb31-extended .header .header_settings {
	float: right;
	font-weight: normal;
	text-transform: none;
}

.dropdown-phpbb31-extended .footer {
	text-align: center;
	font-size: 1.1em;
}

.dropdown-phpbb31-extended ul li a, .dropdown-phpbb31-extended ul li.no-url {
	padding: 8px;
}

.dropdown-phpbb31-extended .footer > a {
	padding: 5px 0;
}

.dropdown-phpbb31-extended ul li a, .notification_list dt > a, .dropdown-phpbb31-extended .footer > a {
	display: block;
	text-decoration: none;
}

/* Navbar specific list items
----------------------------------------*/

#quick-links {
	margin: 0 7px 0 0;
}

#quick-links a.responsive-menu-link {
	display: block;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	width: auto;
}

#quick-links a.responsive-menu-link:before {
	font-size: 16px;
	line-height: 16.5px;
}

.compact #quick-links a.responsive-menu-link {
	font-size: 0;
}

.compact .icon-notification > a > span, .compact .icon-pm > a > span {
	display: none;
}

.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
	padding-left: 2px;
}

.dropdown-phpbb31-page-jump .dropdown-phpbb31 {
	top: 20px;
}

.dropdown-phpbb31-page-jump.dropdown-phpbb31-up .dropdown-phpbb31 {
	bottom: 20px;
}

.dropdown-phpbb31-page-jump input.tiny {
	width: 50px;
}

.dropdown-phpbb31 .clone.hidden + li.separator {
	display: none;
}

.dropdown-phpbb31 .clone.hidden + li {
	border-top: none;
}

/* 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000  */

/* General Markup Styles
---------------------------------------- */
* {
  /* Reset browsers default margin, padding and font sizes */
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
  height: 101%;
}
h1 {
  margin-right: 200px;
  color: #FFFFFF;
  margin-top: 15px;
  font-weight: bold;
  font-size: 2em;
}
h2.solo { margin-bottom: 1em; }

h3 {
  font-weight: bold;
  padding-bottom: 2px;
  font-size: 1.05em;
  margin-top: 20px;
}

h4 { font-size: 1.3em; }
p {
  line-height: 1.3em;
  margin-bottom: 1.5em;
}
img { border-width: 0; }
hr.dashed {
  border-top: 1px dashed #CCCCCC;
  margin: 10px 0;
}
hr.divider { display: none; }
p.right { text-align: right; }
/* Main blocks */

#page-body { clear: both; }
#page-footer { clear: both; }
/* Search box */

#search-box { white-space: nowrap; /* For Opera */ }
#search-box #keywords {
  width: 95px;
  background-color: #FFF;
}

#search-box input.button1 { padding: 1px 5px; }
#search-box li {
  text-align: right;
  margin-top: 4px;
}
#search-box img {
  vertical-align: middle;
  margin-right: 3px;
}
/* Site description and logo */

#site-description {
  float: left;
  width: 70%;
}
#site-description h1 { margin-right: 0; }
/* Round cornered boxes and backgrounds */

.headerbar {
  background: #ebebeb none repeat-x 0 0;
  color: #FFFFFF;
  margin-bottom: 4px;
  padding: 0 5px;
}
.navbar {
  background-color: #ebebeb;
  padding: 0 10px;
}
.forabg, .forumbg { clear: both; }

.post:target .content { color: #000000; }
.rowbg { margin: 5px 5px 2px 5px; }
.ucprowbg { background-color: #e2e2e2; }
.fieldsbg { background-color: #eaeaea; }
/* Horizontal lists */

ul.linklist {
  display: block;
  margin: 0;
}
ul.linklist li {
  display: block;
  list-style-type: none;
  float: left;
  width: auto;
  margin-right: 5px;
  line-height: 2.2em;
}
ul.linklist li.rightside, p.rightside {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  text-align: right;
}

ul.leftside {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  text-align: left;
}

/* Table styles */

#ucp-main table.table1 { padding: 2px; }
table.table1 thead th span { padding-left: 7px; }

table.table1 tbody th {
  padding: 5px;
  border-bottom: 1px solid #000000;
  text-align: left;
  color: #333333;
  background-color: #FFFFFF;
}
/* Specific column styles */

table.table1 .name { text-align: left; }
table.table1 .posts {
  text-align: center !important;
  width: 7%;
}
table.table1 .joined {
  text-align: left;
  width: 15%;
}
table.table1 .mark {
  text-align: center;
  width: 7%;
}
table.table1 .info {
  text-align: left;
  width: 30%;
}
table.table1 .info div {
  width: 100%;
  white-space: normal;
  overflow: hidden;
}
table.table1 .autocol {
  line-height: 2em;
  white-space: nowrap;
}
table.table1 thead .autocol { padding-left: 1em; }
table.table1 span.rank-img {
  float: right;
  width: auto;
}
table.info td { padding: 3px; }
table.info tbody th {
  padding: 3px;
  text-align: right;
  vertical-align: top;
  color: #000000;
  font-weight: normal;
}
.forumbg table.table1 { margin: 0; }
.forumbg-table > .inner { margin: 0 -1px; }
.forumbg-table > .inner > span.corners-top { margin: 0 -4px -1px -4px; }
.forumbg-table > .inner > span.corners-bottom { margin: -1px -4px 0 -4px; }

/* Misc layout styles */
.column1 {
  float: left;
  clear: left;
  width: 49%;
}
.column2 {
  float: right;
  clear: right;
  width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
  float: left;
  width: auto;
  text-align: left;
}
.right-box {
  float: right;
  width: auto;
  text-align: right;
}
dl.details dt {
  float: left;
  clear: left;
  width: 30%;
  text-align: right;
  color: #000000;
  display: block;
}
dl.details dd {
  margin-left: 0;
  padding-left: 5px;
  margin-bottom: 5px;
  float: left;
  width: 65%;
}

/* Pagination */
.pagination span.page-sep { display: none; }
li.pagination { margin-top: 0; }
.pagination strong, .pagination b { font-weight: normal; }


/* Miscellaneous styles */
#forum-permissions {
  float: right;
  width: auto;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 10px;
  text-align: right;
}
.titlespace { margin-bottom: 15px; }
.headerspace { margin-top: 20px; }
.error { font-weight: bold; }
div.rules ul, div.rules ol { margin-left: 20px; }
p.rules img {
  vertical-align: middle;
  padding-top: 5px;
}
p.rules a {
  vertical-align: middle;
  clear: both;
}
#top {
  position: absolute;
  top: -20px;
}
.clear {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  background: transparent;
}