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

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=3a7fafb1");
@import url("utilities.css?hash=1034bac8");
@import url("common.css?hash=70bd1301");
@import url("links.css?hash=da040ebb");
@import url("content.css?hash=2ca4ae91");
@import url("buttons.css?hash=15c14833");
@import url("cp.css?hash=5cc9ac0c");
@import url("forms.css?hash=18ee8211");
@import url("icons.css?hash=dbc0f3b9");
@import url("colours.css?hash=3b03ccfa");
@import url("responsive.css?hash=a1546011");


html, body {
	background-color: #fff;
}
/*colors.css #83*/
.wrap {
	border: none;
}
/*common.css #140*/
.wrap {
    max-width: 950px;
}
#site-description {
    display: none;
}
.headerbar {
    background: url('images/Forum-header-image.jpg');
    min-height: 155px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.search-header {
    margin-top: 15px;
}
@media (max-width: 481px) {
	.headerbar {
		min-height: 80px;
	}
  
}