/*  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/ )
    --------------------------------------------------------------
*/

@import url("test_MG.css");

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

body {
	font-size: 10px;
}

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

/* .sticky_read_locked {
	background-color: #ece9d9;
}
.sticky_read {
	background-color: #ece9d9;
} */


.wrap {
	border: 2px solid #FFF;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25);
	margin: 0 auto;
	max-width: 2400px;
	width: 95%;
	padding: 13px 23px;
	background-color: #ece9d9;
	border-color: #E6E9ED;
}

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

.headerbar {
	background-color: #2d2615;
	background-image: -webkit-linear-gradient(top, #3b311d 0%, #362a0e 1%, #30260c 20%, #30260c 75%, #2d2615 100%);
	background-image: linear-gradient(to bottom, #3b311d 0%, #362a0e 1%, #30260c 20%, #30260c 75%, #2d2615 100%);
	background-repeat: repeat-x;
	padding: 1px;
}

.navbar {
	background-color: #b2a992;
	background: -webkit-linear-gradient(top, #ece9d9 0%,#dad4c2 15%,#b2a992 100%);
	background: linear-gradient(to bottom, #ece9d9 0%,#dad4c2 15%,#b2a992 100%);
	background-repeat: repeat-x;
}

.forabg, .forumbg {

	background: #2c1705;
	background: -webkit-linear-gradient(top, #2c1705 3%,#7c4a00 83%,#35290d 100%);
	background: linear-gradient(to bottom, #2c1705 3%,#7c4a00 83%,#35290d 100%);
	background-repeat: repeat-x;
}

.panel {
	background-color: #ebe9e6;
	color: #28313F;
}

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


.iof-copyright {
	font-size: 10px;
	text-align: justify;
	padding: 10px;
}


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

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

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

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

.logo {
	float: left;
	width: auto;
	padding: 0px 3px 0 0px;
}

.site-description {
	float: left;
	Width: 80%;
}

.site_logo {
	background-image: url("./images/site_logo.png");
         width: 714px;
	height: 160px;
}


.bg1 {
	background-color: #dad4c2;
}

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

.bg2 {
	background-color: #e5dfcb;
}

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

.bg3 {
	background-color: #e8e2d1;
}

.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: #dad4c2;
}

a { color: #333333; }
a:hover { color: #D31141; }

.postlink:hover {
	background-color: #f3eee8;
	color: #0D4473;
}

.postlink {
	border-bottom-color: #990200;
	color: #990200;
}

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

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

	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;
	}
}
