/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver Special Edition
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* colours.css changes */
html, body {
	background-color: #ACA8A1;
}

body.simple {
	min-height: 100%;
	padding: 0 5px;
}

.wrap {
    max-width: 1800px;
    width: auto;
    margin: 0 auto;
    padding: 13px 23px;
    border: 2px solid #666666;
    border-radius: 15px;
    box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25);
}

.search-header {
	box-shadow: 0 0 10px #505C65;
}

.headerbar {
	background-color: #7C8891;
	background-image: -webkit-linear-gradient(top, #6E777F 0%, #505C65 1%, #56626B 20%, #737F88 75%, #7C8891 100%);
	background-image: linear-gradient(to bottom, #6E777F 0%, #505C65 1%, #56626B 20%, #737F88 75%, #7C8891 100%);
	background-repeat: repeat-x;
}

.navbar {
	background-color: #DCDEE2;
}

.forabg, .forumbg {
	background-color: #505C65;
	background-image: -moz-linear-gradient(top, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%, #505C65 100%);
	background-image: linear-gradient(to bottom, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%,#505C65 100%);
	background-repeat: repeat-x;
}

.copyright a {
	color: #000000 !important;
}

li.row {
	background-color: #E8ECEE;
}

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

li.row.bg3 {
	background-color: #F0F4F6;
}

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

.site_logo {
    background-image: url("./images/site_logo.gif");
    width: 620px;
    height: 121px;
    background-size: 620px 121px;
    background-repeat: no-repeat;
    background-position: center;
}

.jumpbox-cat-link {
	background-color: #505C65;
	background-image: -moz-linear-gradient(top, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%, #505C65 100%);
	background-image: linear-gradient(to bottom, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%,#505C65 100%);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

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

/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	html, body {
		background-color: #FFF;
	}

	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	#wrap {
		width: auto;
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		width: auto;
	}
}

/* =========================================================
   Burnout.lv grey colour overrides for prosilver 3.3.x
   ========================================================= */

/* General text and links */
html,
body {
    color: #444444;
}

a {
    color: #3f3f3f;
}

a:hover {
    color: #111111;
}

h2,
h3,
.content h2,
.panel h2 {
    color: #333333;
}

/* Main wrapper */
.wrap {
    background-color: #FFFFFF;
    border-color: #666666;
}

/* Header / forum section backgrounds */
.headerbar,
.forumbg {
    background-color: #505C65;
    background-image: linear-gradient(
        to bottom,
        #6E777F 0%,
        #505C65 2px,
        #56626B 20%,
        #737F88 75%,
        #7C8891 100%
    );
    background-repeat: repeat-x;
}

.forabg {
    background-color: #505C65;
    background-image: linear-gradient(
        to bottom,
        #7C8891 0%,
        #7C8790 4%,
        #76828B 10%,
        #5B666F 29%,
        #505C65 38%,
        #505C65 100%
    );
    background-repeat: repeat-x;
}

/* White links on dark forum headers */
.forumbg .header a,
.forabg .header a,
th a {
    color: #FFFFFF;
}

.forumbg .header a:hover,
.forabg .header a:hover,
th a:hover {
    color: #DDDDDD;
}

/* Navbar and panels */
.navbar {
    background-color: #DCDEE2;
}

.panel {
    background-color: #EEEEEE;
    color: #333333;
}

/* Forum rows */
.bg1 {
    background-color: #ECECEC;
}

.bg2 {
    background-color: #E4E4E4;
}

.bg3 {
    background-color: #D8D8D8;
}

li.row {
    background-color: #ECECEC;
    border-top-color: #FFFFFF;
    border-bottom-color: #B8B8B8;
}

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

li.row.bg3 {
    background-color: #F0F0F0;
}

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

/* Forum list background */
ul.forums {
    background-color: #F2F2F2;
    background-image: linear-gradient(
        to bottom,
        #DCDCDC 0%,
        #F2F2F2 100%
    );
}

/* Topic list text */
ul.topiclist li {
    color: #555555;
}

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

/* Post content */
.postbody,
.content {
    color: #333333;
}

.postprofile {
    color: #666666;
}

.postprofile strong {
    color: #222222;
}

/* Post links */
.postlink {
    border-bottom-color: #555555;
    color: #444444;
}

.postlink:visited {
    border-bottom-color: #666666;
    color: #555555;
}

.postlink:hover {
    background-color: #EEEEEE;
    color: #111111;
}

/* Separators */
.sep {
    color: #555555;
}

/* Icons */
.icon.icon-blue,
a:hover .icon.icon-blue {
    color: #444444;
}

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

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

.arrow-left:hover,
.arrow-right:hover {
    color: #333333;
}

/* Tables */
table.table1 tbody td {
    color: #444444;
}

table.table1 tbody tr:hover,
table.table1 tbody tr.hover {
    background-color: #EEEEEE;
    color: #000000;
}

/* Jumpbox */
.jumpbox-cat-link {
    background-color: #505C65;
    border-top-color: #505C65;
    color: #FFFFFF;
}

.jumpbox-cat-link:hover {
    background-color: #666666;
    border-top-color: #666666;
    color: #FFFFFF;
}

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

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

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

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

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

/* Buttons */
.button {
    border-color: #BDBDBD;
    background-color: #E9E9E9;
    background-image: linear-gradient(
        to bottom,
        #FFFFFF 0%,
        #E9E9E9 100%
    );
    color: #444444;
}

.button:hover,
.button:focus {
    border-color: #666666;
    background-color: #FFFFFF;
    background-image: linear-gradient(
        to bottom,
        #E9E9E9 0%,
        #FFFFFF 100%
    );
}

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

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

/* Pagination */
.pagination li a {
    background: #ECECEC;
    border-color: #B4B4B4;
    color: #555555;
}

.pagination li.active span {
    background: #555555;
    border-color: #555555;
    color: #FFFFFF;
}

.pagination li a:hover,
.pagination li a:hover .icon,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
    background: #666666;
    border-color: #666666;
    color: #FFFFFF;
}

/* Search */
.search-header {
    box-shadow: 0 0 10px #505C65;
}

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

/* UCP / MCP tabs */
.tabs .tab > a {
    background: #D6D6D6;
    color: #555555;
}

.tabs .tab > a:hover {
    background: #EEEEEE;
    color: #222222;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
    background-color: #DCDCDC;
    background-image: linear-gradient(
        to bottom,
        #F5F5F5 0%,
        #DCDCDC 100%
    );
    border-color: #CCCCCC;
    color: #222222;
}

.minitabs .tab > a {
    background-color: #E4E4E4;
}

.minitabs .activetab > a,
.minitabs .activetab > a:hover {
    background-color: #F9F9F9;
    color: #333333;
}

/* UCP navigation */
.navigation a {
    color: #333333;
    background: linear-gradient(
        to right,
        #C8C8C8 50%,
        #DADADA 100%
    );
}

.navigation a:hover {
    background: #BBBBBB;
    color: #111111;
}

.navigation .active-subsection a {
    background: #F9F9F9;
    color: #222222;
}

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

/* Forms */
label {
    color: #444444;
}

.inputbox {
    background-color: #FFFFFF;
    border-color: #B4B4B4;
    color: #333333;
}

.inputbox:hover,
.inputbox:focus {
    border-color: #666666;
}

/* Dropdowns */
.dropdown-extended ul li:hover {
    background-color: #EEEEEE;
    color: #000000;
}

.dropdown-extended .header {
    background-color: #F1F1F1;
    background-image: linear-gradient(
        to bottom,
        #F7F7F7 0%,
        #DCDCDC 100%
    );
}

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

#site-description h1 {
    display: none !important;
}