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

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

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

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: normal;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    -webkit-print-color-adjust: exact;
}

.headerbar {
    margin-bottom: 15px;
    padding: 0 50px;
    border-radius: 0;
}

.wrap {
    max-width: 90%;
    border: 0px solid transparent;
    border-radius: 0;
    margin: 0 auto;
    min-width: 625px;
    padding: 0;
}

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

.headerbar {
	background-color: #7C8891;
	background-image: -webkit-linear-gradient(top, #6E777F 0%, #505C65 1%, #56626B 20%, #737F88 75%, #7C8891 100%);
	background-image: linear-gradient(to bottom, #6E777F 0%, #505C65 1%, #56626B 20%, #737F88 75%, #7C8891 100%);
	background-repeat: repeat-x;
}

.navbar {
	background-color: #DCDEE2;
}

.forabg, .forumbg {
	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;
}

.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/logo.png");
}

.site_logo {
    background-repeat: no-repeat;
    display: inline-block;
    width: 280px;
    height: 80px;
}

.sprinthost {
  position: absolute;
  top: 10px;
  left: 350px;
}

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

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

@media (max-width: 700px) {
	.logo {
	    display: block;
	    float: none;
	    padding: 10px;
	}
	.wrap {
	    max-width: 100%;
	    min-width: 100%;
  }
  .sprinthost {
    text-align: center;
  }
  .headerbar {
    padding: 0;
  }

}

@media (max-width: 820px) {
  .sprinthost {
    position: static;
  }
  .search-header {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
