/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			SE:Gamer
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		PlanetStyles ( https://www.planetstyles.net/ )
    --------------------------------------------------------------
*/

@font-face {
    font-family: 'cat_hohenzollernregular';
    src: url('fonts/cat_hohenzollern.eot');
    src: url('fonts/cat_hohenzollern.eot?#iefix') format('embedded-opentype'),
         url('fonts/cat_hohenzollern.woff2') format('woff2'),
         url('fonts/cat_hohenzollern.woff') format('woff'),
         url('fonts/cat_hohenzollern.ttf') format('truetype'),
         url('fonts/cat_hohenzollern.svg#cat_hohenzollernregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'jena_gotischregular';
    src: url('fonts/fonts/jenagotisch.eot');
    src: url('fonts/fonts/jenagotisch.eot?#iefix') format('embedded-opentype'),
         url('fonts/jenagotisch.woff2') format('woff2'),
         url('fonts/jenagotisch.woff') format('woff'),
         url('fonts/jenagotisch.ttf') format('truetype'),
         url('fonts/jenagotisch.svg#jena_gotischregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* colours.css changes */
html, body {
	background: url("./images/bg.jpg") repeat #F9F9F9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

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

h1 {
	font-family: "cat_hohenzollernregular", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 3em;
	margin: 0;
}

h1 span {
	color: #ff992c;
}

h2 {
	font-family: "cat_hohenzollernregular", Arial, Helvetica, sans-serif;
	margin-top: 0;
}


li.header dt, li.header dd {
	font-family: "cat_hohenzollernregular", Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.5em;
        text-transform: none;
}

a.forumtitle, a.topictitle {
	font-family: "cat_hohenzollernregular", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.6em;
        color: #305D83;
}

.content, .postbody h3 {
	font-family: Arial, Helvetica, sans-serif;
}

.postbody h3 {
	font-size: 1.2em;
}

.postbody .content {
	font-size: 1.2em;
}

ul#nav-breadcrumbs {
	margin: 15px 0;
}

.wrap {
	max-width: 1124px;
	margin: 0 auto;
        border: none;
	padding: 0;	
}

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

.headerbar {
	min-height: 346px;
	background: #a09480 url("./images/banner.jpg") no-repeat left top;
	border-radius: 7px 7px 0 0;
	padding: 0 30px;
	margin: 0;
}

.navbar {
	background-color: #dfdfdf;
}

.forabg, .forumbg {
	background-color: #a09480;
	background-image: url("./images/bg2.jpg");
}

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

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

li.row {
	border-top: none;
	border-bottom-color: #a09480;
	padding: 0 0 5px 8px;
	background: url("./images/bg.jpg");
}

li.row:hover {
}

.bg1, .bg3, .panel {background-color: #d1cabe !important;}
.bg2 {background-color: #d1cabe !important;}

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

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

li.row.reported {
	background-color: #ECD5D8 !important;
}

li.header dt, li.header dd {
	padding: 6px 0 10px 0;	
}

.forumbg, .forabg {
	margin-bottom: 15px;
}

.site_logo {
	background-image: url("./images/site_logo.svg");
}

a {color: color: #305D83;}
a:hover {color: #706245}

#nav-main > li > a, #nav-footer > li > span > a, #nav-footer > li > a, #page-footer .navbar {color: #305d83;}

.navbar i {color: #76684E;}

.badge {
	background-color: #76684E;
	top: 5px;
	opacity: 1;
}

.copyright span {
	color: #76684E;
}

.search-header {
	margin-top: 79px;
}

li.header dl.row-item dt .list-inner {
	padding-left: 20px;
	padding-right: 30px;
}

.action-bar {
	margin: 15px 0;
}




/* 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 only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	body {
		padding: 0;
	}
	
	.headerbar {
		margin-left:-5px !important;
		margin-right:-5px !important;
	}
}

/* Icons */

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/icon_read.png"); }
.global_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.global_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.png"); }
.global_unread						{ background-image: url("./images/icon_unread.png"); }
.global_unread_mine					{ background-image: url("./images/icon_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.global_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.png"); }

.announce_read						{ background-image: url("./images/icon_read.png"); }
.announce_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.announce_read_locked				{ background-image: url("./images/icon_read_locked.png"); }
.announce_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/icon_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/icon_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/icon_unread_locked_mine.png"); }

.forum_link							{ background-image: url("./images/icon_read.png"); }
.forum_read							{ background-image: url("./images/icon_read.png"); }
.forum_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.forum_read_subforum				{ background-image: url("./images/icon_read.png"); }
.forum_unread						{ background-image: url("./images/icon_unread.png"); }
.forum_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.forum_unread_subforum				{ background-image: url("./images/icon_unread.png"); }

.sticky_read						{ background-image: url("./images/icon_read.png"); }
.sticky_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.sticky_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.sticky_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/icon_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/icon_unread_mine.png"); }
.sticky_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.sticky_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/icon_read.png"); }
.pm_read,
.topic_read							{ background-image: url("./images/icon_read.png"); }
.topic_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/icon_read.png"); }
.topic_read_hot_mine				{ background-image: url("./images/icon_read_mine.png"); }
.topic_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.topic_read_locked_mine				{ background-image: url("./images/icon_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/icon_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/icon_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/icon_unread.png"); }
.topic_unread_hot_mine				{ background-image: url("./images/icon_unread_mine.png"); }
.topic_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.topic_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.png"); }

dl.row-item {
}
