/* phpBB3 Style Sheet (the default phpBB 3.3.4 style prosilver)
    --------------------------------------------------------------
	Style name:			Simple-3D
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Tastenplayer ( https://www.phpbb-skins-by.koliofotis.ch/ )
    --------------------------------------------------------------
*/

/*
--------------------------------------------------------------
Modifications for common.css
-------------------------------------------------------------- */

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: normal;
	margin: 0;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

html, body {
	background: -moz-linear-gradient(top, rgba(206,206,206,0.97) 0%, rgba(168,168,168,0.98) 24%, rgba(178,178,178,0.99) 58%, rgba(142,142,142,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,0.97)), color-stop(24%,rgba(168,168,168,0.98)), color-stop(58%,rgba(178,178,178,0.99)), color-stop(100%,rgba(142,142,142,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(206,206,206,0.97) 0%,rgba(168,168,168,0.98) 24%,rgba(178,178,178,0.99) 58%,rgba(142,142,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(206,206,206,0.97) 0%,rgba(168,168,168,0.98) 24%,rgba(178,178,178,0.99) 58%,rgba(142,142,142,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(206,206,206,0.97) 0%,rgba(168,168,168,0.98) 24%,rgba(178,178,178,0.99) 58%,rgba(142,142,142,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(206,206,206,0.97) 0%,rgba(168,168,168,0.98) 24%,rgba(178,178,178,0.99) 58%,rgba(142,142,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cecece', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */
	color: #3D3D3D;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1 {
	/* Forum name */
	background-color: #E0E0E0 !important;
	background: none repeat scroll 0 0;
	color: #777;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.7em;
	font-weight: bolder;
	text-align: center;
	display: table; /* keep the background color wrapped tight */
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 10px #222222;
	-moz-box-shadow: 0 0 10px #222222;
	box-shadow: 0 0 10px #222222;
	margin: 18px auto 30px auto; /* keep the table centered */
	padding: 5px 10px;
}

h2 {
	/* Forum header titles */
	color: #444;
	font-family: "Verdana",Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0.5em 1em;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	color: #444;
	font-family: "Verdana", Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 6px;
	margin-left: 3px;
	padding-bottom: 2px;
	font-size: 1em;
	margin-top: 10px;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Verdana", Trebuchet MS, Helvetica, Arial, Sans-serif;
	font-size: 1.05em;
	margin-left: 12px;
}

h5 {
	color: #3D3D3D;
	font-family: "Verdana",Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 13px;
	margin-left: 12px;
	margin-top: -19px;
	text-align: center;
}

hr {
	border-color: #777;
	border-top-color: #888888;
}

p {
	color: #222;
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.4em;
	margin-left: 3px;
}

u {
	text-decoration: none;
}

/* column[1-2] styles are containers for two column layouts */
.column1 {
	float: left;
	clear: left;
	width: 49%;
	margin: 2px 0;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
	margin: 2px 0;
}

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

/*
--------------------------------------------------------------
Modifications for links.css
-------------------------------------------------------------- */

a { color: #444; }
a:hover { 
	color: #777;
	text-decoration: none;
}

.simple-nav-top a:link {
	color: #666;
	font-weight: bold;
	font-size: 13px;
}

.simple-nav-top a:visited		{ color: #666;}
.simple-nav-top a:hover			{ color: #999;}
.simple-nav-top a:active		{ color: #666;}

.navbar a:link {
	color: #666;
	font-weight: bold;
	font-size: 13px;
}

.navbar a:visited		{ color: #666;}
.navbar a:hover			{ color: #999;}
.navbar a:active		{ color: #666;}

.breadcrumbs .crumb a:link {
	color: #666;
	font-weight: bold;
	font-size: 13px;
}

.breadcrumbs .crumb a:visited		{ color: #666;}
.breadcrumbs .crumb a:hover			{ color: #999;}
.breadcrumbs .crumb a:active		{ color: #666;}

.copyright a:link		{ color: #222;}
.copyright a:visited	{ color: #222;}
.copyright a:hover		{ color: #8B0000;}
.copyright a:active		{ color: #222;}

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
	color: #666;
	text-decoration: none;
	margin-left: 3px;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #BF0000;
	text-decoration: none;
}

li.rightside {
	color: #444;
}

a.mark-read.rightside {
	border-color: #B9B9B9;
	background-color: #ECEDEE;
	-webkit-box-shadow: 0 0 0 1px #F7F7F7 inset;
	-moz-box-shadow: 0 0 0 1px #F7F7F7 inset;
	box-shadow: 0 0 0 1px #F7F7F7 inset;
	color: #333;
	border-radius: 0;
	-webkit-box-shadow: 5px 5px 5px #777;
	-moz-box-shadow: 5px 5px 5px #777;
	box-shadow: 5px 5px 5px #777;
	 padding: 5px 10px;
	margin-right: 5px;
}

.lastpost span a.lastsubject {
	background-image: url("./images/iconfolder16x16.png");
	padding-left: 22px;
	word-wrap: break-word;
	word-break: keep-all;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

/* Links for forum/topic lists */
a.forumtitle {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

a.forumtitle:hover {
	text-decoration: none;
}

a.topictitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

a.topictitle:hover {
	text-decoration: none;
}

.row-item .topictitle:hover,
.row-item .subforum:hover,
.row-item .username:hover,
.row-item .username-coloured:hover {
	text-decoration: none;
}

/* Back to top of page */
.top i {
	color: #8B0000 !important;
}

.top i {
	margin-right: 3px;
	margin-left: -1px;
	font-size: 16px;
	vertical-align: middle;
}

/* Arrow links  */
.arrow-left:hover, .arrow-right:hover {
	color: #8B0000;
}

.search-results li:hover,
.search-results li.active {
	background-color: #C4C4C4;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.simple_wrap {
	background-color: #E0E0E0;
	border: 1px solid #666;
	border-radius: 0;
	margin: -13px auto 30px;
	max-width: 1320px;
	padding: 15px 8px 12px;
	-webkit-box-shadow: 0 0 15px #111111;
	-moz-box-shadow: 0 0 15px #111111;
	box-shadow: 0 0 15px #111111;
}

.simple_wrap:hover {
	background: -moz-linear-gradient(top, rgba(206,206,206,0.97) 0%, rgba(168,168,168,0.98) 24%, rgba(178,178,178,0.99) 58%, rgba(142,142,142,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,0.97)), color-stop(24%,rgba(168,168,168,0.98)), color-stop(58%,rgba(178,178,178,0.99)), color-stop(100%,rgba(142,142,142,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(206,206,206,0.97) 0%,rgba(168,168,168,0.98) 24%,rgba(178,178,178,0.99) 58%,rgba(142,142,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(206,206,206,0.97) 0%,rgba(168,168,168,0.98) 24%,rgba(178,178,178,0.99) 58%,rgba(142,142,142,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(206,206,206,0.97) 0%,rgba(168,168,168,0.98) 24%,rgba(178,178,178,0.99) 58%,rgba(142,142,142,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(206,206,206,0.97) 0%,rgba(168,168,168,0.98) 24%,rgba(178,178,178,0.99) 58%,rgba(142,142,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cecece', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */
}

.simple-header_back {
	background-color: #E0E0E0;
	border: 2px solid #666;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	padding: 0 10px 0;
	margin: -4px 3px;
}

.headerbar {
	background-color: #E0E0E0;
	background-image: none;
	filter: none;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;/* background-size: cover; */
	color: #666;
	text-align: center;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 10px 5px #666, 33px -15px #bf0000, -33px 15px #8B0000;
	-moz-box-shadow: 0 0 10px 5px #666, 33px -15px #bf0000, -33px 15px #8B0000;
	box-shadow: 0 0 10px 5px #666, 33px -15px #bf0000, -33px 15px #8B0000;
	padding: 0;
	margin: 16px 3px;
}

.forumbg {
	background-color: #E0E0E0;
	background-image: none;
	filter: none;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	clear: both;
	margin: 17px 3px 16px 3px;
	padding: 5px 3px 3px;
}

.forabg {
	background-color: #E0E0E0;
	background-image: none;
	filter: none;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	clear: both;
	margin: 17px 3px 16px 3px;
	padding: 5px 3px 3px;
}

.simple-nav-top {
	background-color: #E0E0E0;
	background-image: none;
	filter: none;
	border: 1px solid #959595;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	margin: 8px 3px 0 3px;
	padding: 5px 10px 6px 10px;
}

.navbar ul.linklist {
	padding: 0;
	list-style-type: none;
}

.navbar {
	background-color: #E0E0E0;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	margin: 8px 3px;
	padding: 2px 10px 5px;
}

#page-footer .navbar {
	border-radius: 0;
	margin: 10px 3px 10px 3px;
	padding: 5px 10px;
}

.panel {
	color: #000;
	background-color: #DFDFDF;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	background-repeat: no-repeat;
	background-position: 100% 0;
	position: relative;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.member-search.panel {
	color: #000;
	background-color: #DFDFDF;
	border-color: #666;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
}

#mcp .panel {
	margin-top: 15px;
}

.post:target .content {
	color: #000000;
}

.post h3 a.first-unread,
.post:target h3 a {
	color: #000000;
}

.bg1 {
	background-color: #DBDBDB;
	border-color: #666;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #DBDBDB;
}

.bg2 {
	background-color: #DBDBDB;
	border-color: #666;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #DBDBDB;
}

.bg3 {
	background-color: #E0E0E0;
	border-color: #666;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

/* Page Description and logo*/
.simple-headerbar-image {
	border-radius: 0;
	position: relative;
	width: 100%;
}

.headerbar p {
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

/*
.site_logo {
background-image: url("");
	background-repeat: no-repeat;
}
 */

.sitelogo-responsive {
	display: inline-block;
	padding: 30px 0 5px;
	max-width: 100%;
}

.logo {
	float: left;
	padding: 30px 13px 0 10px;
}

.logo:hover {
	text-decoration: none;
}

.site_logo {
	background-repeat: no-repeat;
	display: inline-block;
	width: 460px;
	height: 100px;
}

.tpownblock {
	background: transparent;
	padding: 5px;
	margin: 12px 0 8px 0;
}

.tpownsitedescription {
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #555;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin:  0 5px 0 0;
}

ul.navlinks {
	border-top: 0;
}

.navbar .linklist > li.responsive-search { display: none; }

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #444;
	font-weight: bold;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	padding: 0 0 4px 3px;
}

table.table1 tbody tr {
	border-color: #BFBFBF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #DFDFDF;
	color: #444;
}

table.table1 td {
	color: #444;
}

table.table1 tbody td {
	border-top-color: #BFBFBF;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #000;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

#memberlist tbody tr.bg2 {
	color: #B5B5B5;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
}

dl.details dd {
	color: #333;
}

.sep {
	color: #181818;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
	color: #0D4F8B;
	font-weight: bold;
}

.icon.icon-lightblue, a:hover .icon.icon-lightblue {
	color: #4981CE;
	font-weight: bold;
}

.icon.icon-green, a:hover .icon.icon-green {
	color: #1b9A1B;
}

.icon.icon-darkgreen, a:hover .icon.icon-darkgreen {
	color: #006400;
}

.icon.icon-red, a:hover .icon.icon-red {
	color: #BF0000;
}

.icon.icon-darkred, a:hover .icon.icon-darkred {
	color: #8B0000;
}

.icon.icon-lightred, a:hover .icon.icon-lightred {
	color: #FF0F0F;
}

.icon.icon-orange, a:hover .icon.icon-orange {
	color: #FF9E3E;
}

.icon.icon-darkorange, a:hover .icon.icon-darkorange {
	color: #FF7F50;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray {
	color: #2E4D76;
}

.icon.icon-gray, a:hover .icon.icon-gray {
	color: #777777;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray {
	color: #999999;
}

.icon.icon-black, a:hover .icon.icon-black {
	color: #222222;
}

.icon.icon-lightblack, a:hover .icon.icon-lightblack {
	color: #666;
}

.icon.icon-yellow, a:hover .icon.icon-yellow {
	color: #977837;
}

.alert_close .icon:before {
	background-color: #FFFFFF;
	padding: 3px 5px 3px 3px;
}

.icon.icon-normalblue, a:hover .icon.icon-normalblue {
	color: #0D4F8B;
}

.icon.icon-lightblue, a:hover .icon.icon-leightlblue {
	color: #4981CE;
}

.icon.icon-xl {
	font-size: 18px;
}

/* font icon */
.fa-gears::before, .fa-cogs::before {
	color: #DF0000;
	font-weight:bold;
}

.fa-legal::before, .fa-gavel::before {
	color: #FF0F0F;
	font-weight:bold;
}

.fa-chevron-circle-up::before {
	color: #222;
}

.fa-exclamation::before {
	color: #D11414;
}

.fa-external-link-square::before {
	font-size: 13px;
}

.fa-info::before {
	color: #D11414;
}

.fa-level-down.fa-rotate-270 {
	color: #555;
}

.fa-chevron-left, i.icon.fa-chevron-right {
	color: #555;
}

.icon.fa-file-image-o {
	font-size: 18px;
}

.icon.fa-reply {
	font-size: 13px;
	color: #555;
}

.icon.fa-share {
	color: #8B0000;
}

.icon.fa-book {
	font-size: 17px;
}

.icon.fa-globe {
	font-size: 17px;
}

.fa-home::before {
	content: "\f015";
	font-size: 19px;
	color: #BF0000;
}

.fa-home.fa-fw {
	width: 1.5em;
	vertical-align: middle;
}

.icon.icon-lg {
	font-size: 16px;
}

.icon.icon-sp {
	font-size: 12px;
}

.simple-nav-top i.icon.fa-fw, .navbar i.icon.fa-fw:hover {
	font-size: 16px;
}

.navbar i.icon.fa-fw, .navbar i.icon.fa-fw:hover {
	font-size: 16px;
	vertical-align: middle;
	line-height: normal;
	padding-bottom: 3px;
}

/* Jumpbox */
.jumpbox .dropdown-contents {
	padding: 0 !important;
	text-decoration: none;
}

.jumpbox .dropdown li {
	border-top-color: #CCCCCC;
}

.jumpbox-cat-link {
	background-color: #D6D6D6;
	border-top-color: #F1F1F1;
	color: #000;
}

.jumpbox-cat-link:hover { 
	background-color: #D6D6D6;
	border-top-color: #D6D6D6;
	color: #777;
}

.jumpbox-forum-link {
	background-color: #ECEDEE;
	color: #222;
}

.jumpbox-forum-link:hover {
	background-color: #CCC;
}

.jumpbox .dropdown .pointer-inner {
	border-color: #222 transparent;
}

.jumpbox-sub-link {
	background-color:  #ECEDEE;
	color: #222;
}

.jumpbox-sub-link:hover {
	background-color: #D6D6D6;
}

/* Miscellaneous styles
---------------------------------------- */
.error {
	color: #BC2A4D;
}

.bg1.reported, .bg2.reported {
	border: 2px solid #000;
}

li.reported:hover {
	background-color: #FAFAFA !important;
}

.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #EEEEEE;
	color: #BF0000;
	font-size: 1.1em;
	font-weight:bold;
	line-height: 1.6em;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	padding: 5px 10px 8px;
	margin: 15px 3px 10px;
}

p.post-notice {
	background-color: #A3A3A3;
	background-image: none;
	border-left: 4px solid #BF0000;
	position: relative;
	padding: 5px;
	padding-left: 26px;
	min-height: 14px;
	margin-bottom: 1em;
}

/*
--------------------------------------------------------------
Modifications for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #E0E0E0;
	background-image: none;
	filter: none;
}

ul.topiclist li {
	color: #333;
	list-style-type: none;
	box-shadow: none;
}

ul.topiclist dd {
	border-left-color: transparent;
}

.rtl ul.topiclist dd {
	border-right-color: #181818;
	border-left-color: transparent;
}

li.row {
	border-top-color: #999;
	border-bottom-color: transparent;
}

li.row strong {
	color: #333;
}

li.row:hover {
	background-color: #D2D2D2;
}

li.row:hover dd {
	border-left-color: #CCCCCC;
}

.rtl li.row:hover dd {
	border-right-color: #CCCCCC;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #666;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	border-left-width: 0;
}

li.header dl.row-item dt .list-inner {
	padding-left: 8px;
	padding-right: 50px;
}

/* Forum list column styles */
dl.row-item {
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
	background-size: 27px;
}

dl.row-item dt {
	background-repeat: no-repeat;
	background-position: 36px 3%;		/* Position of topic icon */
	background-size: 18px;
}

dl.row-item dt .list-inner {
	padding-left: 60px;					/* Space for folder icon */
}

dl.row-item dt, dl.row-item dd {
	min-height: 44px;
}

dd.posts, dd.topics, dd.views {
	line-height: 3.2em;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #000;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.6em;
	text-decoration: none;
}

/* Post body links */
.postlink {
	background: transparent;
	color: #8B0000;
	border-bottom-color: #8B0000;
}

.postlink:hover {
	background: transparent;
	color: #777;
	text-decoration: none;
}

.postlink:visited {
	background: transparent;
	color: #8B0000;
	border-bottom-color: #8B0000;
}

.signature a, .signature a:hover {
	background: transparent;
	border: none;
	text-decoration: none;
}

/* Profile links */
.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: none;
}

/* Buttons used in the editor */
.post-buttons .button, .format-buttons .button {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 4px;
}

ul.post-buttons label {
	margin-left: 4px
}

/* Profile searchresults */
.search .postprofile a:hover {
	text-decoration: none;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #000;
}

.content h2, .panel h2 {
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #999999;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.1em;
	padding-bottom: 0.5em;
}

.content p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

dl.faq dt {
	color: #000;
}

.content dl.faq {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

.posthilit {
	background-color: #FFF;
	color: #BF0000;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
	border-top-color: #999;
}

/* Post noticies */
.notice {
	border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #DADADA;
	border-color: #CCC;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #B5B5B5;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #F2F2F2;
}

/* Code block */
.codebox {
	background-color: #E0E0E0;
	border: 1px solid #3D3D3D;
	font-size: 1em;
	margin: 1em 0 1.2em 0;
	word-wrap: normal;
}

.codebox p {
	font-size: 0.8em !important;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0;
	padding: 3px;
}

.codebox code {
	color: #2E8B57;
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	padding: 5px 3px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;
	line-height: 1.3em;
}

blockquote .codebox {
	margin-left: 0;
}

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #E0E0E0;
	border-color: #444;
}

.pm-message .attachbox {
	background-color: #E0E0E0;
}

.attachbox dd {
	border-top-color: #999;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border: 10px solid #F9F9F9;
	border-radius: 3px;
/*	cursor: move; */
	cursor: default;
}

.attach-image img:hover {
	border-color: #666;
}

/* Inline image thumbnails */

dl.file dd {
	color: #777;
}

dl.thumbnail img {
	border-color: #999;
	background-color: #E0E0E0;
}

dl.thumbnail dd {
	color: #777;
}

dl.thumbnail dt a:hover {
	background-color: #F9F9F9;
}

dl.thumbnail dt a:hover img {
	border-color: #8B0000;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #CCCCCC;
	color: #444;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #999;
	border-bottom-color: #999;
	border-right-color: #999;
}

.rtl .pollbar1 {
	border-left-color: #999;
}

.pollbar2 {
	background-color: #666;
	border-bottom-color: #666;
	border-right-color: #666;
}

.rtl .pollbar2 {
	border-left-color: #666;
}

.pollbar3 {
	background-color: #333;
	border-bottom-color: #333;
	border-right-color: #333;
}

.rtl .pollbar3 {
	border-left-color: #333;
}

.pollbar4 {
	background-color: #000;
	border-bottom-color: #000;
	border-right-color: #000;
}

.rtl .pollbar4 {
	border-left-color: #000;
}

.pollbar5 {
	background-color: #BF0000;
	border-bottom-color: #BF0000;
	border-right-color: #BF0000;
}

.rtl .pollbar5 {
	border-left-color: #BF0000;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	background-color: transparent;
	color: #333;
	text-align: left;
	border: 1px solid #666;
	border-radius:0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	min-height: 85px;
	width: 22%;
	float: right;
	display: inline;
	padding: 8px 0 12px 0;
	margin: 8px 2px 20px 0;
}

.postprofile .avatar img {
	border: 3px ridge #F4F4F4;
	border-radius: 4px;
}

.profile-avatar img {
	border: 3px ridge #F4F4F4;
	border-radius: 4px;
}

.no-avatar .avatar-container {
	background: no-repeat;
	background-image: url("./images/no_avatar.gif");
	display: block;
	height: 100px;
	margin-top: 3px;
	margin-bottom: 6px;
	width: auto;
}

.pm .postprofile {
	border-color: #DDDDDD;
}

.postprofile strong {
	color: #000;
}

dd.profile-warnings {
	color: #BC2A4D;
}

.postprofile dd, .postprofile dt {
	line-height: 1.3em;
	margin-left: 8px;
}

.online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.online {
	background-image: url("./icon_user_online.png");
}

.cp-main .pm.online {
	background-image: url("./icon_user_online-pm.png");
}

.offline {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.offline {
	background-image: url(".icon_user_offline.png");
}

.cp-main .pm.offline {
	background-image: url("./icon_user_offline-pm.png");
}

.post {
	margin: 17px 3px 16px 3px;
	padding: 5px 10px 3px 10px;
	border-radius:0;
	background-repeat: no-repeat;
	background-position: 100% 0;
	position: relative;
}

.panel.bg1.offline {
	min-height: 140px;
}

.panel.bg1.online {
	min-height: 140px;
}

/*
--------------------------------------------------------------
Modifications for buttons.css
-------------------------------------------------------------- */
.button {
	background-color: #ECEDEE;
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
	text-align: center;
	color: #444;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	border-color: #B9B9B9;
	border-radius: 0;
	-webkit-box-shadow: 5px 5px 5px #777, 0 0 0 1px #F7F7F7 inset;
	-moz-box-shadow: 5px 5px 5px #777, 0 0 0 1px #F7F7F7 inset;
	box-shadow: 5px 5px 5px #777, 0 0 0 1px #F7F7F7 inset;
	white-space: nowrap;
	cursor: pointer;
}

.button:hover,
.button:focus {
	background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #E9E9E9 0%,#FFFFFF 100%);
	background-image: linear-gradient(to bottom, #E9E9E9 0%,#FFFFFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2);
	border-color: #8B0000;
	-webkit-box-shadow: 5px 5px 5px #777, 0 0 0 1px #F7F7F7 inset;
	-moz-box-shadow: 5px 5px 5px #777, 0 0 0 1px #F7F7F7 inset;
	box-shadow: 5px 5px 5px #777, 0 0 0 1px #F7F7F7 inset;
}

.button .icon,
.button-secondary {
	color: #444;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #8B0000;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #CCC;
}

.caret	{ border-color: #A8A8A8; }
.caret:hover { border-color: #8B0000; }

.contact-icons a		{ border-color: #DCDCDC; }
.contact-icons a:hover	{ background-color: #F2F6F9; }

.icon, .button .icon {
	color: #8B0000;
}

/* Action-Bar
---------------------------------------- */
.action-bar {
	font-size: 11px;
	margin: 6px 0;
}

/* Pagination
---------------------------------------- */
.pagination li a {
	background: #ECEDEE;
	filter: none;
	border-color: #B4BAC0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #777;
}

.pagination li.ellipsis span {
	background: transparent;
	color: #000000;
	border: none;
	font-weight: bold;
	padding: 0;
}

.pagination li.active span {
	background: #444;
	border-color: #333;
	color: #E0E0E0;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #333;
	border-color: #222;
	filter: none;
	color: #999;
	text-shadow: none;
}

/* Search box
--------------------------------------------- */
.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {
	background-color: #D6D5D3;
	border: 1px solid #CCCCCC;
	border-right-width: 0;
	border-radius: 2px 0 0 2px;
	-webkit-box-shadow: 5px 5px 5px #777;
	-moz-box-shadow: 5px 5px 5px #777;
	box-shadow: 5px 5px 5px #777;
	float: left;
	height: 24px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
}

input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
}

/* Search box (header)
--------------------------------------------- */
.search-header {
	border-radius: 4px;
	display: block;
	float: right;
	margin-top: 4px;
	margin-right: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.search-box.search-header .inputbox,
.search-box.search-header .inputbox:hover,
.search-box.search-header .inputbox:focus {
	background-color: #D6D5D3;
	border: 1px solid #CCCCCC;
	border-right-width: 0;
	border-radius: 2px 0 0 2px;
	-webkit-box-shadow: 5px 5px 5px #777;
	-moz-box-shadow: 5px 5px 5px #777;
	box-shadow: 5px 5px 5px #777;
	background-image: none;
	float: left;
	height: 24px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
}

.search-header .button-search, .search-header .button-search-end {
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 2.9px 5px;
}

.button-search, .button-search-end {
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 3px 5px;
}

/* Icon images
---------------------------------------- */

.contact-icon						{ background-image: url("./images/icons_contact.png"); }

/* Profile & navigation icons */
.pm-icon							{ background-position: 0 0; }
.email-icon							{ background-position: -21px 0; }
.jabber-icon						{ background-position: -80px 0; }
.phpbb_icq-icon						{ background-position: -61px 0 ; }
.phpbb_wlm-icon						{ background-position: -182px 0; }
.phpbb_aol-icon						{ background-position: -244px 0; }
.phpbb_website-icon					{ background-position: -40px 0; }
.phpbb_youtube-icon					{ background-position: -98px 0; }
.phpbb_facebook-icon				{ background-position: -119px 0; }
.phpbb_skype-icon					{ background-position: -161px 0; }
.phpbb_twitter-icon					{ background-position: -203px 0; }
.phpbb_yahoo-icon					{ background-position: -224px 0; }

/*
--------------------------------------------------------------
Modifications for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

.panel-container h3, .panel-container hr {
	border-color: #B9B9B9;
}

.cp-menu hr {
	border: 0;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #000000;
}

.panel-container .panel li.row {
	border-bottom-color: #DDDDDD;
	border-top-color: #DDDDDD;
}

ul.cplist {
	border-top-color: #DDDDDD;
}

.panel-container table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}

.cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

.panel p {
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	border-color: #666;
	background-color: #ECEDEE;
	border-color: #CCCCCC;
	border-radius: 0;
	-webkit-box-shadow: 5px 5px 5px #666;
	-moz-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;
	margin: 1px 8px 0 0;
}

.tabs .tab > a:hover {
	background: #E4E4E4;
	color: #8B0000;
}

.tabs .activetab > a {
	background-color: #D6D5D3;
	border-color: #959595;
	-webkit-box-shadow: 0 1px 1px #F2F9FF inset;
	-moz-box-shadow: 0 1px 1px #F2F9FF inset;
	box-shadow: 0 1px 1px #F2F9FF inset;
	color: #222;
	margin: 1px 6px 9px 0;
}

.tabs .activetab > a:hover {
	background-color: #D6D5D3;
	border-color: #959595;
	-webkit-box-shadow: 0 1px 1px #F2F9FF inset;
	-moz-box-shadow: 0 1px 1px #F2F9FF inset;
	box-shadow: 0 1px 1px #F2F9FF inset;
	color: #777;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {
	background-color: #ECEDEE;
	border-color: #666;
	border-radius: 0;
	-webkit-box-shadow: 5px 5px 5px #666;
	-moz-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;
	margin: 1px 6px 0 0;
}

.minitabs .activetab > a:hover {
	background-color: #D6D5D3;
	border-color: #959595;
	-webkit-box-shadow: 0 1px 1px #F2F9FF inset;
	-moz-box-shadow: 0 1px 1px #F2F9FF inset;
	box-shadow: 0 1px 1px #F2F9FF inset;
	color: #777;
}

.minitabs .activetab > a {
	background-color: #D6D5D3;
	border-color: #959595;
	-webkit-box-shadow: 0 1px 1px #F2F9FF inset;
	-moz-box-shadow: 0 1px 1px #F2F9FF inset;
	box-shadow: 0 1px 1px #F2F9FF inset;
	color: #222;
	margin: 1px 6px 9px 0;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
	border-color: #666;
}

.responsive-tab .responsive-tab-link:hover:before {
	border-color: #8B0000;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
.navigation a {
	color: #333;
	background-color: #ECEDEE;
	border-color: #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	padding: 8px 9px;
	margin: -5px 8px 12px 0;
}

.rtl .navigation a {
	color: #333;
	background-color: #ECEDEE;
	border-color: #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	padding: 8px 9px;
	margin: -5px 8px 12px 0;
}

.navigation a:hover {
	background: #E4E4E4;
	color: #8B0000;
}

.navigation .active-subsection a {
	background-color: #D6D5D3;
	border: 1px solid #959595;
	-webkit-box-shadow: 0 1px 1px #F2F9FF inset;
	-moz-box-shadow: 0 1px 1px #F2F9FF inset;
	box-shadow: 0 1px 1px #F2F9FF inset;
	color: #222;
}

.navigation .active-subsection a:hover {
	color: #8B0000;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px){
	.navigation a, .rtl .navigation a {
		background: #C7C7C7;
		margin: 5px auto 0;
	}
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
	color: #333333;
}

.panel-container .panel {
	background-color: #E0E0E0;
}

.cp-main .pm {
	background-color: #D6D6D6;
	border: 1px solid #666;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
}

.cp-main h2 {
	border-bottom: none;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Friends list */
.cp-mini {
	background-color: #E0E0E0;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	margin: 22px 8px 0 3px;
	padding: 5px 0 5px 10px;
}

dl.mini dt {
	color: #333;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #D11414;
	border-right-color: #D11414;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6124;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #000;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #4472AE;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #006600;
}

/* Avatar gallery */
.gallery label {
	background-color: #ECEDEE;
	border-color: #666666;
	-webkit-box-shadow: 0 0 5px #222222;
	-moz-box-shadow: 0 0 5px #222222;
	box-shadow: 0 0 5px #222222;
}

.gallery label:hover {
	background-color: #D6D5D3;
	border-color: #959595;
	-webkit-box-shadow: 0 1px 1px #F2F9FF inset;
	-moz-box-shadow: 0 1px 1px #F2F9FF inset;
	box-shadow: 0 1px 1px #F2F9FF inset;
}

/*
--------------------------------------------------------------
Modifications for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	background-color: #E0E0E0;
	color: #666;
	font-weight: bold;
	border-color: #777;
}

label {
	color: #333333;
	font-weight: bold;
}

option.disabled-option {
	color: graytext;
}

fieldset {
	border-width: 0;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
	margin-left:12px;
}

fieldset, .auto-resized {
	border-width: 0;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login {
	margin-top: 5px;
	margin-left: 2px;
	padding-bottom: 6px;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	background-color: #DEDDDC;
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 1px;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
	margin-left: 6px;
}

fieldset.quick-login a {
	margin-top: 8px;
}

fieldset.quick-login a.button2, input.button2, input.button3 {
	margin-bottom: 2px;
}

#headerspace li.header {
	margin-left: 6px;
}

/* Posting page styles
----------------------------------------*/

.message-box textarea {
	color: #3D3D3D;
}

.message-box textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(139, 0, 0, 0.5);
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #DBDBDB;
	border-color: #777;
	color: #222;
}

.inputbox, .auto-resized {
	background-color: #E0E0E0;
	border: 1px solid #777;
	color: #000;
}

.inputbox:-moz-placeholder, .auto-resized:-moz-placeholder{
	color: #3D3D3D;
}

.inputbox::-webkit-input-placeholder, .auto-resized:-webkit-input-placeholder {
	color: #333333;
}

.inputbox:hover, .auto-resized:hover {
	border-color: #CCC;
}

.inputbox:focus, .auto-resized:focus {
	border-color: #8B0000;
	color: #000;
}

.inputbox:focus:-moz-placeholder {
	color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
	color: transparent;
}

input#ch {
	background-color: #E0E0E0;
	color: #666;
	font-weight: bold;
	border: 1px solid #777;
	padding: 2px 0 1px 4px;
}

fieldset dd {
	color: #333;
	font-weight: bold;
}

input[type='radio']:checked {
	-webkit-filter: grayscale(100%);
}

input[type='checkbox']:checked {
	-webkit-filter: grayscale(100%);
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	border-color: #B9B9B9;
	background-color: #ECEDEE;
	color: #444;
	border-radius: 0;
	-webkit-box-shadow: 5px 5px 5px #777, 0 0 0 1px #F7F7F7 inset;
	-moz-box-shadow: 5px 5px 5px #777, 0 0 0 1px #F7F7F7 inset;
	box-shadow: 5px 5px 5px #777, 0 0 0 1px #F7F7F7 inset;
}

a.button1, input.button1 {
	border-color: #666;
}

input.button3 {
	background-image: none;
}

input.button1, input.button2 {
	font-size: 1em;
	font-weight: bold;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #B9B9B9;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #444;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #666;
	color: #8B0000;
	background-color: #D2D2D2; /* Old browsers */ /* FF3.6+ */
	background: -moz-linear-gradient(top, #efefef 0%, #d2d2d2 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#d2d2d2)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #efefef 0%,#d2d2d2 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #efefef 0%,#d2d2d2 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #efefef 0%,#d2d2d2 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #efefef 0%,#d2d2d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #666;
	color: #8B0000;
}

input.disabled {
	color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #E0E0E0;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
}

.darken {
	background-color: #000000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 45;
}

.loading_indicator {
	background-color: #000000;
	background-image: url("./images/loading.gif");
}

/* Dropdown menu
----------------------------------------*/
.dropdown .dropdown-contents {
	z-index: 2;
	overflow: hidden;
	overflow-y: auto;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 5px;
	position: relative;
	max-height: 300px;
	margin-left: -2px;
}

.dropdown-extended .header {
	padding: 0 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase;
	line-height: 3em;
	border-bottom: 1px solid;
	border-radius: 0;
}

.dropdown-extended .header .header_settings a {
	display: inline-block;
	padding: 0 4px;
}

.dropdown-extended ul li {
	color: #2B2E3C;
	border-top-color: #B9B9B9;
}

.dropdown-extended ul li:hover {
	background-color: #D6D6D6;
	color: #000000;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
}

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #F1F1F1 !important;
	background-color: #D6D6D6;
	color: #000;
}

.dropdown .pointer {
	border-color: #222 transparent;
}

.dropdown .pointer-inner {
	border-color: #222 transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #222 transparent;
}

.dropdown .dropdown-contents {
	background-color: #D6D6D6;
	border-color: #666;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
}

.dropdown-up .dropdown-contents {
	background-color: #E0E0E0;
	border-color: #B9B9B9;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
}

.dropdown li, .dropdown li li {
	border-color: #F9F9F9;
}

.dropdown li.separator {
	border-color: #F9F9F9;
}

.dropdown li.bg2 {
	background: #ECEDEE;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: transparent;
	color: #BF0000 !important;
	border: 0;
	box-shadow: none;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #4C5D77;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #D31141;
}

.notification_list p.notification-reference, .notification_list p.notification-location, .notification_list li a p.notification-reason {
	color: #777;
}

p.notification-title {
	color: #777 !important;
}

p.notifications_title:hover {
	color: #395F93;
}

.badge {
	background-color: #BF0000;
	color: #ffffff;
	border-radius: 4px;
	opacity: 0.8;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1;
	float: right;
	display: inline-block;
	margin-left: 4px;
	vertical-align: baseline;
	position: relative;
	top: 4px;
	padding: 2px 11px 4px 10px;
}

.badge.hidden {
	display: none;
}

/* stat-block
---------------------------------------- */
.stat-block {
	background-color: transparent;
	border-bottom: 1px solid #999;
	border-radius: 2px;
	padding: 10px 5px;
	margin: -4px 0 -4px 0;
}

.statistics-container {
	background-color: #E0E0E0;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	margin: 17px 3px 16px 3px;
	padding: 5px 10px 3px 10px;
}

.stat-block a:hover {
	color: #8B0000;
}

.stat-block h3 {
	line-height: 1.3em;
	font-size: 1.2em;
	border-bottom-color: transparent;
	text-decoration: none;
	margin-bottom: 0.3em;
	margin-top: -1px;
	margin-left: -4px;
}

.stat-block h3 a {
	text-decoration: underline !important;
	margin-left: -1px;
}

.stat-block h3 a:hover {
	color: #8B0000;
	text-decoration: none;
}

.statistics-container p {
	line-height: 1.4em;
	margin-bottom: -1px;
	margin-left: -4px;
}

.stat-block p {
	line-height: 1.4em;
	margin-left: -4px;
}

/* footer - copyright
---------------------------------------- */
.copyright {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0;
}

.copyright a:link {
	font-weight: bold;
	font-size: 12px;
}

.copyright_simple {
	font-weight: bold;
	padding: 0 0 10px 10px;
	float: right;
	margin-top: 25px;
}

.copyright_simple p {
	text-align: right;
}

a.footer-link {
	color: #8B0000;
	font-weight: normal;
	font-size: 10px;
}

a.footer-link:hover {
	color: #444;
	text-decoration: none;
}

a.footer-link:visited		{ color: #8B0000;}
a.footer-link:active		{ color: #8B0000;}

p.legende a {
	color: #222;
	font-size: 13px;
	font-weight: 800;
	line-height: 2;
}

p.legende a:hover {
	color: #395F93;
}

.content-footer {
	background-color: #E0E0E0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
	clear: both;
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	margin: 0 3px;
	padding: 0 10px 0 10px;
}

.content-footer p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 4px;
}

.content-footer h3 {
	color: #666;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	margin-top: 6px;
}

p.simple {
	color: #E0E0E0;
	font-weight: bold;
	font-size: 12px;
	margin-top: 14px;
}

.simpleownblock_left {
	float: left;
	clear: left;
	width: 49%;
	padding-bottom: 2px;
}

.simpleownblock_right {
	float: right;
	clear: right;
	width: 49%;
	margin-top: -20px;
}

.footer-row_left {
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
	text-align: left;
}

.footer-row_right {
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
	text-align: right;
}

.footer-row_right a {
	color: #222;
}

.footer-center {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 4px;
}

.footer-center p.footer-row {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 4px;
}

.footer-center a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 4px;
}

p.admin-row {
	margin-top: 12px;
	margin-bottom: -5px;
	text-align: center;
}

p.admin-row a.footer-link {
	color: #8B0000;
	font-weight: bold;
	font-size: 12px;
}

/*
--------------------------------------------------------------
Social_media_buttons.css
-------------------------------------------------------------- */

div.socialbuttons {
	text-align: right;
	margin-top: 12px;
}

a.btn.btn {
	font-weight: bold;
	font-size: 1em;
	color: #395F93;
	margin-left: 6px;
}

a.btn.btn:hover {
	color: #444;
}

i.fa.fa-youtube {
	font-size: 17px;
	color: #BF0000;
} 

i.fa.fa-facebook-official {
	font-size: 18px;
}

i.fa.fa-twitter {
	font-size: 18px;
	color: #2DAAE1;
}

i.fa.fa-github {
	font-size: 18px;
	color: #222;
}

i.fa.fa-feed {
	font-size: 18px;
	color: #FF8000;
	margin-left: 6px;
}

i.fa.fa-coffee {
	font-size: 18px;
	color: #395F93;
}

/*
--------------------------------------------------------------
Cookie window
-------------------------------------------------------------- */

.cc-color-override--1687565279.cc-window {
	font-family: Arial, sans-serif;
	font-weight: 800;
	font-size: 14px;
	background-color: #EEEEEE !important;
	color: #BF0000 !important;
	border: 1px solid #666;
	border-radius: 0;
	-webkit-box-shadow: 0 0 15px #222222;
	-moz-box-shadow: 0 0 15px #222222;
	box-shadow: 0 0 15px #222222;
}

.cc-color-override--1687565279 .cc-btn {
	font-family: Arial, sans-serif;
	font-weight: 800;
	font-size: 14px;
	border: 1px solid #999 !important;
	border-radius: 0 !important;
	color: #BF0000 !important;
	background-color: #D6D5D3 !important;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: -5px;
	-webkit-box-shadow: 5px 5px 5px #777;
	-moz-box-shadow: 5px 5px 5px #777;
	box-shadow: 5px 5px 5px #777;
	max-width: 140px;
}

.cc-color-override--1687565279 .cc-btn:hover {
	color: #8B0000;
}

.cc-color-override--1687565279 .cc-link, .cc-color-override--1687565279 .cc-link:active, .cc-color-override--1687565279 .cc-link:visited {
	color: rgb(68, 68, 68) !important;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800 !important;
}

.cc-window.cc-banner {
	flex-direction: row;
	padding: 2em 1.8em 1.8em !important;
	width: 100%;
}

/* Responsive Design
---------------------------------------- */

@media (max-width: 320px) {
	select, .inputbox {
		max-width: 240px;
	}
}

/* Responsive *CP navigation
----------------------------------------*/
@media only screen and (max-width: 901px), only screen and (max-device-width: 901px)
{
	.nojs .tabs a span, .nojs .minitabs a span {
		max-width: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		letter-spacing: -.5px;
	}

	.cp-menu, .navigation, .cp-main {
		float: none;
		width: auto;
		margin: 0;
	}

	.navigation {
		padding: 0;
		margin: 0 auto;
		max-width: 320px;
	}

	.navigation a {
		background-image: none;
	}

	.navigation li:first-child a {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.navigation li:last-child a {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
}

/* Notifications list
----------------------------------------*/
@media (max-width: 350px) {
	.dropdown-extended .dropdown-contents {
		width: auto;
	}
}

@media (max-width: 380px) {
	.wrap {
		background-color: #3E3E3E;
		border-image: none !important;
		border: 0;
		border-width: 0 !important;
		margin: 30px auto 1px;
		max-width: auto;
		padding: 3px !important;
		border-radius: 10px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none !important;
	}
}

@media (max-width: 430px) {
	.action-bar .search-box .inputbox {
		width: 120px;
	}

	.section-viewtopic .search-box .inputbox {
		width: 57px;
	}

	.action-bar .search-box .inputbox ::-moz-placeholder {
		content: "Search...";
	}

	.action-bar .search-box .inputbox :-ms-input-placeholder {
		content: "Search...";
	}

	.action-bar .search-box .inputbox ::-webkit-input-placeholder {
		content: "Search...";
	}
}

@media (max-width: 500px) {
	.simple_wrap {
	width: auto;
	}

	dd label {
		white-space: normal;
	}

	select, .inputbox {
		max-width: 260px;
	}

	.captcha-panel dd.captcha {
		margin-left: 0;
	}

	.captcha-panel dd.captcha-image img {
		width: 100%;
	}

	dl.details dt, dl.details dd {
		width: auto;
		float: none;
		text-align: left;
	}

	dl.details dd {
		margin-left: 20px;
	}

	p.responsive-center {
		float: none;
		text-align: center;
		margin-bottom: 5px;
	}

	.action-bar > div {
		margin-bottom: 5px;
 	}

	.action-bar > .pagination {
		float: none;
		clear: both;
		padding-bottom: 1px;
		text-align: center;
	}

	.action-bar > .pagination li.page-jump {
		margin: 0 2px;
	}

	p.jumpbox-return {
		display: none;
	}

	.display-options > label:nth-child(1) {
		display: block;
		margin-bottom: 5px;
	}

	.attach-controls {
		margin-top: 5px;
		width: 100%;
	}

	.quick-links .dropdown-trigger span {
		display: none;
	}
}

@media (max-width: 550px) {
	ul.topiclist.forums dt {
		margin-right: 0;
	}

	ul.topiclist.forums dt .list-inner {
		margin-right: 0;
	}

	ul.topiclist.forums dd.lastpost {
		display: none;
	}

	.quick-links .dropdown-trigger span {
		display: none;
	}
}

@media (max-width: 667px) {
	h1 {
		color: #666;
		font-size: 15px;
		margin-top: 6px;
		background: #CCC;
		border-top: 2px solid #CCC;
		border-bottom: 2px solid #CCC;
	}
}

@media (min-width: 551px) {
	h5 {
		display: none;
	}
}

@media (min-width: 668px) and (max-width: 1380px) {
	.simple_wrap {
		margin: -13px auto -8px;
	}

	h1 {
		margin: 10px auto 30px auto;
	}
}

@media (max-width: 700px) {
	.responsive-hide { display: none !important; }
	.responsive-show { display: block !important; }
	.responsive-show-inline { display: inline !important; }
	.responsive-show-inline-block { display: inline-block !important; }

	/* Content wrappers
	----------------------------------------*/
	html {
		height: auto;
	}

	body {
		padding: 0;
	}

	.wrap {
		border: none;
		border-radius: 0;
		margin: 0;
		min-width: 290px;
		padding: 0 5px;
	}

	/* Common block wrappers
	----------------------------------------*/
	.headerbar, #page-footer.navbar, .forabg, .forumbg, .post, .panel {
		border-radius: 0;
		margin-left: -5px;
		margin-right: -5px;
	}

	.cp-main .forabg, .cp-main .forumbg, .cp-main .post, .cp-main .panel {
		border-radius: 1px;
	}

	/* Logo block
	----------------------------------------*/
	.site-description {
		float: none;
		width: auto;
		text-align: center;
	}

	.logo {
		/* change display value to inline-block to show logo */
		display: none;
		float: none;
		padding: 10px;
	}

	.site-description h1, .site-description p {
		text-align: inherit;
		float: none;
		margin: 5px;
		line-height: 1.2em;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.site-description p, .search-header {
		display: none;
	}

	/* Navigation
	----------------------------------------*/
	.headerbar + #page-footer.navbar  {
		margin-top: 5px;
	}

	/* Search
	----------------------------------------*/
	.responsive-search { display: block !important; }

	/* .topiclist lists
	----------------------------------------*/
	li.header dt {
		text-align: center;
		text-transform: none;
		line-height: 1em;
		font-size: 1.2em;
		padding-bottom: 4px;
	}

	ul.topiclist li.header dt, ul.topiclist li.header dt .list-inner {
		margin-right: 0 !important;
		padding-right: 0;
	}

	ul.topiclist li.header dd {
		display: none !important;
	}

	ul.topiclist dt, ul.topiclist dt .list-inner,
	ul.topiclist.missing-column dt, ul.topiclist.missing-column dt .list-inner,
	ul.topiclist.two-long-columns dt, ul.topiclist.two-long-columns dt .list-inner,
	ul.topiclist.two-columns dt, ul.topiclist.two-columns dt .list-inner {
		margin-right: 0;
	}

	ul.topiclist dt .list-inner.with-mark {
		padding-right: 34px;
	}

	ul.topiclist dt .list-inner {
		min-height: 28px;
	}

	ul.topiclist li.header dt .list-inner {
		min-height: 0;
	}

	ul.topiclist dd {
		display: none;
	}
	ul.topiclist dd.mark {
		display: block;
	}

	/* Forums and topics lists
	----------------------------------------*/
	ul.topiclist.forums dt {
		margin-right: -250px;
	}

	ul.topiclist dd.mark {
		display: block;
		position: absolute;
		right: 5px;
		top: 0;
		margin: 0;
		width: auto;
		min-width: 0;
		text-align: left;
	}

	ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
		position: relative;
		left: 0;
		width: auto;
		display: inline;
		font-weight: normal;
	}

	li.row .responsive-show strong {
		font-weight: bold;
		color: inherit;
	}

	ul.topiclist li.row dt a.subforum {
		vertical-align: bottom;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100px;
	}

	/* Pagination
	----------------------------------------*/
	.pagination > ul {
		margin: 5px 0 0;
	}

	.row .pagination .ellipsis + li {
		display: none !important;
	}

	/* Responsive tables
	----------------------------------------*/
	table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
		display: block;
	}

	table.responsive thead, table.responsive th {
		display: none;
	}

	table.responsive.show-header thead, table.responsive.show-header th:first-child {
		display: block;
		width: auto !important;
		text-align: left !important;
	}

	table.responsive.show-header th:first-child span.rank-img {
		display: none;
	}

	table.responsive tr {
		margin: 2px 0;
	}

	table.responsive td {
		width: auto !important;
		text-align: left !important;
		padding: 4px;
	}

	table.responsive td.empty {
		display: none !important;
	}

	table.responsive td > dfn {
		display: inline-block !important;
	}

	table.responsive td > dfn:after {
		content: ':';
		padding-right: 5px;
	}

	table.responsive span.rank-img {
		float: none;
		padding-right: 5px;
	}

	table.responsive.memberlist td:first-child input[type="checkbox"] {
		float: right;
	}

	/* Forms
	----------------------------------------*/
	fieldset dt, fieldset.fields1 dt, fieldset.fields2 dt {
		width: auto;
		float: none;
	}

	fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
		margin-left: 0;
	}

	textarea, dd textarea, .message-box textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	dl.pmlist dt {
		width: auto !important;
		margin-bottom: 5px;
	}

	dl.pmlist dd {
		display: inline-block;
		margin-left: 0 !important;
	}

	dl.pmlist dd:first-of-type {
		padding-left: 20px;
	}

	.smiley-box, .message-box {
		float: none;
		width: auto;
	}

	.smiley-box {
		margin-top: 5px;
	}

	.bbcode-status {
		display: none;
	}

	.colour-palette, .colour-palette tbody, .colour-palette tr {
		display: block;
	}

	.colour-palette td {
		display: inline-block;
		margin-right: 2px;
	}

	.horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) {
		display: none;
	}

	fieldset.quick-login label {
		display: block;
		margin-bottom: 5px;
		white-space: normal;
	}

	fieldset.quick-login label > span {
		display: inline-block;
		min-width: 100px;
	}

	fieldset.quick-login input.inputbox {
		width: 85%;
		max-width: 300px;
		margin-left: 20px;
	}

	fieldset.quick-login label[for="autologin"] {
		display: inline-block;
		text-align: right;
		min-width: 50%;
	}

	/* User profile
	----------------------------------------*/
	.column1, .column2, .left-box.profile-details {
		float: none;
		width: auto;
		clear: both;
	}

	/* Polls
	----------------------------------------*/
	fieldset.polls dt {
		width: 90%;
	}

	fieldset.polls dd.resultbar {
		padding-left: 20px;
	}

	fieldset.polls dd.poll_option_percent {
		width: 20%;
	}

	fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
		margin-top: 5px;
	}

	/* Post
	----------------------------------------*/
	.postbody {
		position: inherit;
	}

	.postprofile, .postbody, .search .postbody {
		display: block;
		width: auto;
		float: none;
		padding: 0;
		min-height: 0;
	}

	.post .postprofile {
		width: auto;
		border-width: 0 0 1px 0;
		padding-bottom: 5px;
		margin: 3px 0 5px;
		min-height: 55px;
		overflow: hidden;
		vertical-align: middle;
	}

	.postprofile dd {
		display: none;
	}

	.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
		display: block;
		margin: 0 0 0 10px !important;
	}

	.postprofile .has-avatar .avatar-container {
		margin: 0;
		overflow: hidden;
	}

	.postprofile .avatar-container:after {
		clear: none;
	}

	.postprofile .avatar {
		margin-right: 5px;
	}

	.postprofile .avatar img {
		width: auto !important;
		height: auto !important;
		max-height: 32px;
		vertical-align: text-top;
		margin-top: 5px;
	}

	.has-profile .postbody h3 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.has-profile .post-buttons {
		right: 68px;
		top: 15px;
	}

	/* Misc stuff
	----------------------------------------*/
	h2 {
		margin-top: .5em;
	}

	p {
		margin-bottom: .5em;
		overflow: hidden;
	}

	p.rightside {
		margin-bottom: 0;
	}

	fieldset.display-options label {
		display: block;
		clear: both;
		margin-bottom: 5px;
	}

	dl.mini dd.pm-legend {
		float: left;
		min-width: 200px;
	}

	.topicreview {
		margin: 0 -5px;
		padding: 0 5px;
	}

	fieldset.display-actions {
		white-space: normal;
	}

	.phpbb_alert {
		width: auto;
		margin: 0 5px;
	}

	.attach-comment dfn {
		width: 100%;
	}
}

@media (min-width: 701px) and (max-width: 901px) {
	.postbody { width: 69%; }
	.postprofile { width: 29%; }
	}
}

@media (min-width: 320px) and (max-width: 699px) {
	.postbody { width: auto; }
}

@media (min-width: 701px) and (max-width: 950px) {
	ul.topiclist dt {
		margin-right: -410px;
	}

	ul.topiclist dt .list-inner {
		margin-right: 410px;
	}

	dd.posts, dd.topics, dd.views {
		width: 80px;
	}
}

@media (min-width: 751px) and (max-width: 901px) {
	.online {
		background-size: 15%;
		padding: 5px;
	}

	.offline {
		background-size: 15%;
		padding: 5px;
	}
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
	.search-box.search-header {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 900px) {
	.simple {
		width: auto;
	}
}

@media (min-width: 501px) and (max-width: 768px) {
	.simple_wrap {
		width: auto;
	}
}

@media (min-width: 701px) and (max-width: 750px) {
	.online {
		background-size: 11%;
		padding: 5px;
	}

	.offline {
		background-size: 11%;
		padding: 5px;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.no-avatar .avatar-container {
		display: block;
		width: auto;
		max-height: 32px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-image: url("./images/no_avatar.png");
		background-size: auto 100%;
		margin: 6px 0;
	}
}

/* simpleownblock, tpownblock & tpownsitedescription
-------------------------------------------------------*/
@media (max-width: 1024px) {
	.simpleownblock_left {
		padding-bottom: 5px;
	}
}

@media (max-width: 800px) {
	.tpownblock_left {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.simpleownblock_left, .simpleownblock_right {
		float: none;
		width: auto;
	}
}

@media (max-width: 700px) {
	.simpleownblock_right {
		margin-top: 0;
	}
}

@media (max-width: 700px) {
	.tpownsitedescription {
		font-size: 1.1em;
	}
}

@media (max-width: 667px) {
	.tpownsitedescription {
		margin-bottom: 1px;
	}

	.simpleownblock_left {
		margin-bottom: -12px;
	}
}

/* simple-nav top & bottom
-------------------------*/
@media (max-width: 700px) {
	.simple-nav-top {
		margin-top: -10px;
		margin-left: -5px;
		margin-right: -5px;
		border-radius: 0;
	}
}

@media (max-width: 700px) {
	.navbar, #page-footer .navbar {
		height: auto;
		margin-left: -5px;
		margin-right: -5px;
		border-radius: 0;
	}

	.content-footer {
		margin-left: -5px;
		margin-right: -5px;
	}

	.statistics-container {
	margin: 17px -5px 16px -5px;
}

.footer-center {
		font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
		text-align: left;
		line-height: 1.4em;
		margin-top: 5px;
		margin-bottom: 4px;
		margin-left: 15px;
	}

.content-footer p {
		margin-left: 5px;
	}
}

@media (max-width: 667px) {
	.simple_wrap {
		margin: -22px auto -3px;
	}
}

@media (max-width: 800px) {
	.simple-nav-top {
		margin-top: -6px;
	}
}

@media (max-width: 800px) {
	.copyright_simple {
		padding: 10px;
		float: right;
		margin-bottom: 0;
	}
}

@media (max-width: 800px) {
	.simple-header_back {
		background-color: #B5B5B5;
		border: 1px solid #666;
		border-radius: 2px;
		-webkit-box-shadow: 0 0 15px #222222;
		-moz-box-shadow: 0 0 15px #222222;
		box-shadow: 0 0 15px #222222;
		padding: 12px 5px 0;
		margin: -5px 0;
	}
}

@media (max-width: 375px) {
	.simple-header_back {
		background-color: #B5B5B5;
		border: 1px solid #666;
		border-radius: 2px;
		-webkit-box-shadow: 0 0 15px #222222;
		-moz-box-shadow: 0 0 15px #222222;
		box-shadow: 0 0 15px #222222;
		padding: 0;
		margin: 0;
	}
}

@media (min-width: 501px) and (max-width: 700px) {
	.online {
		background-size: 15%;
		padding: 5px;
		background-position: 99.4% 0;
	}

	.offline {
		background-size: 15%;
		padding: 5px;
		background-position: 99.4% 0;
	}
}

@media (min-width: 365px) and (max-width: 500px) {
	.online {
		background-size: 22%;
		padding: 5px;
		background-position: 99.4% 0;
	}

	.offline {
		background-size: 22%;
		padding: 5px;
		background-position: 99.4% 0;
	}
}


@media (min-width: 320px) and (max-width: 360px) {
	.online {
		background-size: 28%;
		padding: 5px;
		background-position: 99.4% 0;
	}

	.offline {
		background-size: 28%;
		padding: 5px;
		background-position: 99.4% 0;
	}
}

@media only screen and (min-width: 768px), only screen and (max-width: 850px) {
	.cp-main .pm.offline {
		background-size: 13%;
		padding: 5px;
	}

	.cp-main .pm.online {
		background-size: 13%;
		padding: 5px;
	}
}

@media (min-width: 702px) and (max-width: 767px) {
	.cp-main .pm.offline {
		background-size: 12%;
		padding: 5px;
	}

	.cp-main .pm.online {
		background-size: 12%;
		padding: 5px;
	}
}

@media (min-width: 701px) and (max-width: 701px) {
	.cp-main .pm.offline {
		background-size: 10% !important;
		padding: 5px;
	}

	.cp-main .pm.online {
		background-size: 10%;
		padding: 5px;
	}
}

@media (min-width: 581px) and (max-width: 700px) {
	.cp-main .pm.offline {
		background-size: 13%;
		padding: 5px;
	}

	.cp-main .pm.online {
		background-size: 13%;
		padding: 5px;
	}
}

@media (min-width: 461px) and (max-width: 580px) {
	.cp-main .pm.offline {
		background-size: 15%;
		padding: 5px;
	}

	.cp-main .pm.online {
		background-size: 15%;
		padding: 5px;
	}
}

@media (min-width: 320px) and (max-width: 460px) {
	.cp-main .pm.offline {
		background-size: 22%;
		padding: 5px;
	}

	.cp-main .pm.online {
		background-size: 22%;
		padding: 5px;
	}
}