/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			monarchsglen
	Based on style:		prosilver (the default phpBB 3.2.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Monarchy Game (http://www.monarchygame.com)
    --------------------------------------------------------------
*/

/* colours.css changes */
html, body {
	background-color: #ACA8A1;
}

.wrap {
	background-color: #eeeeee;
}

.search-header {
	box-shadow: 0 0 10px #505C65;
}

.headerbar .inner {
	position:absolute;
	margin-left:auto;
	margin-right: auto;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.75)
}

.headerbar {
	position:relative;
	background-color: #7C8891;
	background-image: url("./images/bg-monarchsglen.jpg");
	height:210px;
	background-position: top;
}

.navbar {
	background-color: #DCDEE2;
}

.forabg, .forumbg {
	background-color: #505C65;
	background-image: url("./images/bg_list.gif");
}

a {
	color:#222222;
}

h3, .postlink {
	color:#222222;
	border-bottom-color:#222222;
}

.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/monarchy-logo.png");
}

@media (max-width: 700px) {
	.headerbar {
		height:100px;
		background-position: top;
		background-size: cover;
	}
}

.adslot { 
	margin:auto;
	width: 320px;
	height: 100px;
}

@media (min-width:500px) { 
	.adslot {
		width: 468px;
		height: 60px;
	}
}

@media (min-width:800px) { 
	.adslot {
		width: 728px;
		height: 90px;
	}
}

@media (min-width:1040px) {
	.adslot {
		width: 970px;
		height: 90px;
	}
}