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

/* Personnal File Adds */
@import url("fonts/stylesheet.css");
@import url("../theme/nivo-slider/nivo-slider.css");
@import url("../theme/nivo-slider/themes/default/default.css");

/* Personnal Style Adds */
#pviewonline {
	background:url('./images/whosonline.png') no-repeat;
	padding-left:82px;
	min-height:70px;
}

/* common.css */
.logo{
	padding:0;
	height:70px;
	margin-top: 6px;
}
#site-description h1 {
	font-family:'triremeregular', sans-serif;
	color:#bebebe;
	font-size:3em;
}
@media screen and (max-width: 1000px) {
	#site-description h1 {
		font-size: 2em;
	}
}
@media (max-width: 700px) {
	.site-description {
		padding-bottom: 10px;
	}
}
a {color:#000;}

.dropdown {
	z-index:10;
}

/* buttons.css */
.button {
	font-family:verdana, sans-serif;
}

/* forms.css */
.search-header{
	margin-top:22px;
}

/* colours.css changes */
html, body {
	color: #000000;
	background-color: #DDDDDD;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #28313F;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #707070;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}
.button .icon, .button-secondary {
	color:#444;
}
.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #d53f62;
}
.button:hover, .button:focus {
    border-color: #D53F62;
    background-color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #E9E9E9 0%,#FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#FFFFFF',GradientType=0 );
    text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2);
}
body.simple {
	min-height: 100%;
	padding: 0 5px;
}
.bg1 {
	background-color: #e1e1e1e1;
}
.bg2 {
	background-color: #f1f1f1f1;
}
.wrap {
	border: 2px solid #FFF;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25);
	margin: 0 auto;
	max-width: 1152px;
	padding: 13px 13px;
}

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

.headerbar {
	background-color: #818181;
	background: url("./images/header_bg.png") repeat-x scroll 50% -50px rgba(0, 0, 0, 0);
	color: #FFFFFF;
	padding:5px 5px 0 0;
	margin-bottom:6px;
}

.navbar {
	background-color: #dddddd;
}

.forabg, .forumbg {
	background-color: #555555;
	background-image: url("./images/bg_list.png");
}

.copyright a {
	color: #000000 !important;
}

li.row {
	background-color: #eaeaea;
}

li.row:hover {
	background-color: #ededed;
}

li.row.bg3 {
	background-color: #f2f2f2;
}

li.row.bg3:hover {
	background-color: #f6f6f6;
}

.site_logo {
	background-image: url("./images/site_logo.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	width:100px; height:70px;
}

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