/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Imagine
	Based on style:		prosilver (the default phpBB 3.2.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Jamie Druce
    --------------------------------------------------------------
*/

.site_logo {
	background-image: url("./images/site_logo.png");
	background-size: 184px 88px; 
}

.site_logo{
	width:184px;
	height:88px;
}

.logo{
	padding-top:0;
	padding-left:0;
}

#wrap {
	max-width: 100%;
	width: 90%;
	box-sizing: border-box;
}

.navbar, 
.bg1,
ul.forums,
.panel,
.tabs .activetab > a, .tabs .activetab > a:hover{
	background: #F5F7FA;
}

.tabs .activetab > a, .tabs .activetab > a:hover{
	border-bottom-color: #F5F7FA;
}

.bg2 {
	background: #dcdfe4;
}

.row.bg2 {
	background: #FAFAFA;
}

.headerbar{
	background:transparent;
}

.forumbg {
	background: #1b74c5;
}

.search-header{
	box-shadow: none;
	border: 1px solid #cccccc;
}

.forabg,
.pagination li.active span {
	background: #1b74c5;
}

.panel-container .panel,
.navigation .active-subsection a{
	background: #FFF;
}

.online{
	background-repeat: no-repeat;
  background-position: top right;
}

.site-description h1{
	margin-top: 52px;
}

.site-description p {
	color:#222;
	margin-bottom:0;
}

@media (max-width: 700px) {
	#wrap {
		width:100%;
	}
	.site-description h1{
		margin-top: 5px;
		color:#222;
	}
}
