/* Header block with images */
body .headerbar {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	width: 100%;
	height: 129px;
	padding: 0;
	border-radius: 8px;
	position: relative;
}
body .headerbar h1 {
	display: none;
}
body .search-header {
    margin: 0px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/* Section header images */
body .headerbar {
	background-image: url("/assets/images/headers/header_misc.jpg");
}
/*body.home .phpbb-header {
	background-image: url("/assets/images/headers/header_olympus.jpg");
}*/
.logo {
    padding: 20px 13px 0 20px;
}

.navbar {
    background-color: #EBEDEB;
}


.forabg, .forumbg {
	background-color: #888888;
	background-image: -webkit-linear-gradient(top, #AAAAAA 0%, #888888 2px, #777777 92px, #565656 100%));
	background-image: linear-gradient(to bottom, #787878 0%, #787878 2px, #6A6A6A 92px, #565656 100%);
	background-repeat: repeat-x;
}
li.row {
	background-color: #e8ecee;
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 2px, #EFEFEF 100%));
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 2px, #EFEFEF 100%);
	background-repeat: repeat-x;
}
li.row {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #00608F;
}
.bg1 {
    background-color: #EBF2EB;
}
.bg2 {
    background-color: #F2F2EB;
}




@media (max-width: 700px) {
	body .headerbar {
		width: unset;
		height: 129px;
		padding: 0;
		border-radius: 0;
	}
	.logo {
	    display: inline-block;
	    padding: 20px 13px 0 20px;
	}
}
