@import url("/sts1-layout.css");
@import url("./colours.css");


.sts-header {
    background-color: #ffffff;
    background-image: url(/images/b/background_forum.png);
}

.wrap {
    background-color: #F5F7FA;
	border: none;
	border-radius: unset;
	margin: 0 12px;
	max-width: 100%;
	padding: 0;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.wrap {
		margin: 0 6px;
	}
}

.forabg, .forumbg {
	background-color: #0076B1;
	background-image: none;
	border-radius: unset;
}

ul.forums {
    background-color: #EEF5F9;
	background-image: none;
}

.cp-mini, .dropdown .dropdown-contents, .dropdown, .navbar, .navigation li:first-child a, .navigation li:last-child a, .pagination li a, .pagination li span, .panel, .post, .search-box .inputbox, div.rules
{
	border-radius: unset;
}

.tabs .tab > a {
	border-radius: unset;
}

.tabs .activetab > a, .tabs .activetab > a:hover {
	background-image: none;
	box-shadow: none;
}

.button {
	border-radius: unset;
}
