/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			ProNight
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		ModphpBB3 ( https://www.modphpbb3.com/ )
    --------------------------------------------------------------
*/

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

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

.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 23px;
}

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

.headerbar {
	background-color: #000000;
	background-image: url("./images/bg_header.gif");
	color: #FFFFFF;
}

.navbar {
	background-color: #dfdfdf;
}

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

.bg1	{ background-color: #dfdfdf; }
.bg2	{ background-color: #e5e5e5;  }
.bg3	{ background-color: #d9d9d9; }

.copyright {
	color: #ffffff;
}

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

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

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

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

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

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

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

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

/* Forum icons & Topic icons */

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

.sticky_read				{ background-image: url("./images/sticky_read.png"); }
.sticky_read_mine			{ background-image: url("./images/sticky_read_mine.png"); }
.sticky_read_locked			{ background-image: url("./images/sticky_read_locked.png"); }
.sticky_read_locked_mine	{ background-image: url("./images/sticky_read_locked_mine.png"); }
.sticky_unread				{ background-image: url("./images/sticky_unread.png"); }
.sticky_unread_mine			{ background-image: url("./images/sticky_unread_mine.png"); }
.sticky_unread_locked		{ background-image: url("./images/sticky_unread_locked.png"); }
.sticky_unread_locked_mine	{ background-image: url("./images/sticky_unread_locked_mine.png"); }

.topic_moved				{ background-image: url("./images/topic_moved.png"); }
.topic_read					{ background-image: url("./images/topic_read.png"); }
.topic_read_mine			{ background-image: url("./images/topic_read_mine.png"); }
.topic_read_hot				{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_hot_mine		{ background-image: url("./images/topic_read_hot_mine.png"); }
.topic_read_locked			{ background-image: url("./images/topic_read_locked.png"); }
.topic_read_locked_mine		{ background-image: url("./images/topic_read_locked_mine.png"); }
.topic_unread				{ background-image: url("./images/topic_unread.png"); }
.topic_unread_mine			{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_hot			{ background-image: url("./images/topic_unread_hot.png"); }
.topic_unread_hot_mine		{ background-image: url("./images/topic_unread_hot_mine.png"); }
.topic_unread_locked		{ background-image: url("./images/topic_unread_locked.png"); }
.topic_unread_locked_mine	{ background-image: url("./images/topic_unread_locked_mine.png"); }

.pm_read					{ background-image: url("./images/topic_read.png"); }
.pm_unread					{ background-image: url("./images/topic_unread.png"); }

/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	html, body {
		background-color: #000;
	}

	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	#wrap {
		width: 850px;
		padding: 5px;
		border-width: 2px;
		border-radius: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		width: auto;
	}
}
