/*  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: #93a995;
	background-image: url("./images/bg9.gif");
}

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

.wrap {
	background-color: #979782;
	border-radius: 15px;
	margin: 0 auto;
	max-width: 1152px;
	padding: 13px 23px;
}

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

.headerbar {
	background: linear-gradient(-45deg, #ff9900, #ee7752, #ff704d, #e73c7e, #bf40bf, #9966ff, #4d79ff, #23a6d5, #33cccc, #23d5ab, #3bce6c, #d3e47c, #ffcc00, #ff9933, #ff6600, #ff9900);
	background-size: 400% 400%;
	animation: gradient 15s ease-in-out infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.navbar {
	background-color: #b6b6af;
	background-image: url("./images/modern_bg8.jpg");
}

.forabg, .forumbg {
	background-color: #9a2828;
}

.copyright a {
	color: #ffff00 !important;
	font-weight: bold;
	text-shadow: 2px 2px darkred;
}

li.row {
	background-color: #c8c8bc;
	border-bottom-color: #e26f22;
}

li.row:hover {
	background-color: #ff7b00;
	background-image: url("./images/modern_bg5.jpg");
}

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

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

.bg1 {
    background-color: #beb7a7;
}
.bg2 {
    background-color: #d5cec3;
}	
.bg3 {
    background-color: #bfb5a6;	
}
.panel {
    background-color: #d8d0c0;
    color: #342d2e;
}	
.panel-container .panel {
    background-color: #c2b294;
}	
h3 {
    border-bottom-color: #5c5c5c;
    color: #330000;
}
.site_logo {
	background-image: url("./images/site_logo.svg");
}

/* 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: 850px;
		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;
	}
}
