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

@import url("colours.css");
/* common.css changes */						
html, body {
	background-color: #FFFFFF;
}

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

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 3em;
}

p {
	line-height: 1.3em;
	font-size: 1.3em;
	margin-bottom: 1.5em;
}	
.wrap {
	border: 2px solid #d92029;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #ac7474, inset 0 3px 18px rgba(100, 100, 100, .25);
	margin: 0 auto;
	max-width: 1440px;
	padding: 13px 23px;
}

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

.headerbar {
	background-color: #171717;
	background-image: -webkit-linear-gradient(top, #171717 0%, #171717 1%, #171717 20%, #171717 75%, #171717 100%);
	background-image: linear-gradient(to bottom, #171717 0%, #171717 1%, #171717 20%, #171717 75%, #171717 100%);
	background-repeat: repeat-x;
}

.navbar {
	background-color: #f5f5f6;
}

.forabg, .forumbg {
	background-color: #f1dd1a;
	background-image: -moz-linear-gradient(top, #db1b26 0%, #db1b26 4%, #db1b26 10%, #e25821 29%, #f1dd1a 38%, #f1dd1a 100%);
	background-image: linear-gradient(to bottom, #db1b26 0%, #db1b26 4%, #db1b26 10%, #e25821 29%, #f1dd1a 38%,#f1dd1a 100%);
	background-repeat: repeat-x;
}

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

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

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

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

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

.site_logo {
	background-image: url("./images/domi_logo.gif");
	padding-left: 302px;
	padding-top: 100px;
	display: inline-block;
	width: 0px;
	height: 0px;
}

.jumpbox-cat-link {
	background-color: #f1dd1a;
	background-image: -moz-linear-gradient(top, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #f1dd1a 38%, #f1dd1a 100%);
	background-image: linear-gradient(to bottom, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #f1dd1a 38%,#f1dd1a 100%);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.jumpbox-sub-link {
	background-color: #E8ECEE;
}

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