/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver Special Edition - Pixel Tennis Mod
	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/ )
    --------------------------------------------------------------
*/

/* colours.css changes */
html, body {
	background-color: #fff;
	padding: 0;
}

h2, h3, .postbody h3 {
	font-family: Arial, Helvetica, sans-serif;
}

body.simple {
	min-height: 100%;
	padding: 0 5px;
}

#px-header {
	display: table;
	height: 186px;
	background-image: url(images/background_square.gif);
	background-repeat: repeat;
}

.px-header-side {
	display: table-cell;
	padding-top: 24px;
	width: 50%;
	background-image: url(images/header_background.png);
	background-repeat: repeat-x;
	transition: background-image 1s;
}

#px-header-center {
	display: table-cell;
	min-width: 342px;
	background-image: url(images/header_center.png);
	background-repeat: no-repeat;
	transition: background-image 1s;
}

@media (max-width: 960px) {
	.px-header-side {
		background-image: url(images/header_background_mobile.png);
	}
	
	#px-header-center {
		background-image: url(images/header_center_mobile.png);
	}
}

.px-block-title {
	padding-left: 6px;
}

.px-block-body {
	width: 100%;
}

.px-block-body .post {
	border-radius: 0;
	margin-bottom: 0;
	background-image: linear-gradient(to bottom, #FFFFFF 0%,#F0F0F0 100%);
	background-size: 100% 60px;
}

.px-right {
	text-align: right;
}

#px-wrap {
	min-width: 600px;
}

#px-wrap-content {
	background-image: url(images/content_background.png);
	background-repeat: repeat-x;
}

#px-wrap-content-inner {
	max-width: 960px;
	padding: 8px 12px 0 12px;
	margin: auto;
}

.search-header {
	box-shadow: none;
	border: 1px solid #DDD;
	margin-top: 10px;
}

.px-menu li {
	list-style: none;
	display: inline;
}

.px-menu a {
	border-radius: 5px;
	color: #fff;
	font-size: 1.4em;
	padding: 6px 14px;
	text-transform: uppercase;
	transition: 0.3s;
}

.px-menu ul li a:focus {
	text-decoration: none;
}

.px-menu ul li a:hover {
	color: #004068;
	text-decoration: none;
}
.px-menu li:hover > a{
	background: #fff;
	color: #fff;
}

.action-bar {
	margin: 10px 0;
}

.action-bar.compact {
	float: right;
}

.forabg, .forumbg {
	background-color: #005b94;
	background-image: url(images/forumbg.png);
	margin-bottom: 10px;
}

.bg1 {
	background-color: #F8F8F8;
}

.bg2, .panel {
	background-color: #F0F0F0;
}

.content {
	color: #000000;
}

.panel {
	margin-bottom: 12px;
}

.navbar {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.topic-title, .forum-title {
    margin: 10px 0 10px 0;
}

.topic-poster {
    padding-bottom: 5px;
}

ul.navlinks {
    border-top-color: transparent;
}

ul.forums {
	background-color: #F3F3F3;
	background-image: linear-gradient(to bottom, #F3F3F3 0%,#FFFFFF 100%);
}

ul.topiclist li.row dl {
    margin: 5px 0;
}

ul.topiclist dd {
    border-left-color: transparent;
}

table.table1 tbody tr {
    border: 0px;
}

#site-online-schedule {
	text-align: right;
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 26px;
	width: 320px;
	line-height: 0.7;
}

#site-online-schedule p {
	line-height: 1.5;
}

li.header dt, li.header dd {
	padding: 5px 0 5px 0;
	line-height: 1em;
	font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

li.header dl.row-item dt .list-inner {
	padding-left: 6px;
	padding-right: 0;
}

li.row {
	background-image: linear-gradient(to bottom, #FFFFFF 0%,#F3F3F3 100%);
	background-color: #FFFFFF;
	border-bottom-color: #cad2d9;
}

li.row:hover {
	background-color: #FFFFFF;
	background-image: none;
}

/*li.row.bg3 {
	background-color: #F0F4F6;
}

li.row.bg3:hover {
	background-color: #F4F8FA;
}*/

.logo {
	position: absolute;
	padding: 0;

	top: 0px;
	margin-top: 16px;
	margin-left: 101px;

	background-image: url("./images/logo.png");
	background-repeat: no-repeat;
	width: 140px;
	height: 125px;
}

.logo:hover {
	opacity: .8;
	transition: 0.3s;
}

.post {
	margin-bottom: 10px;
	padding: 8px 14px;
}

.post iframe {
	max-width: 100% !important;
}

.post img {
	max-width: 100% !important;
	height: auto !important;
}

.attach-image img {
	border-color: transparent;
}

.tabs .tab > a {
	background: #F3F3F3;
	color: #333333;
}
.tabs .tab > a:hover {
	background: #F3F3F3;
}

li.tab.activetab > a {
	background-color: #F3F3F3;
}

.tabs .activetab > a, .tabs .activetab > a:hover {
	border-color: #F3F3F3;
}

.navigation a {
	background: transparent;
}

.navigation a:hover {
	background: #e3e3e3;
}