/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			SpellForce
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		NeoX ( www.SpellForce.info )
    --------------------------------------------------------------
*/

/* colours.css changes */
html, body {
	background: url("./images/bg.jpg") repeat #F9F9F9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
    	color: #dcdcdc;
    	background-color: #F5F7FA;
}

	function getWidth(){
    	var de = document.documentElement;
    	var width = window.innerWidth || self.innerWidth || (de&&de.clientWidth) || document.body.clientWidth;
    	return width;
} 

.button {
    border-color: #1e1e1e;
    background-color: #1e1e1e;
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%,#E9E9E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#b5b5b5',GradientType=0 );
    box-shadow: 0 0 0 1px #ffffff inset;
    -webkit-box-shadow: 0 0 0 1px #ffffff inset;
    color: #1e1e1e;
}

a {
    color: #1e1e1e;
}

.button:hover,
.button:focus {
	border-color: #1e1e1e;
	background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #E9E9E9 0%,#FFFFFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2);
}

.button .icon,
.button-secondary {
	color: #1e1e1e;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #1e1e1e;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #C7C3BF;
}

.button .icon, .button-secondary {
    color: #1e1e1e;
}

a.button1, input.button1 {
    border-color: #1e1e1e;
}
a.button1, input.button1, input.button3, a.button2, input.button2 {
    color: #1e1e1e;
    background-color: #EFEFEF;
    background-image: -webkit-linear-gradient(top, #D2D2D2 0%, #EFEFEF 100%);
    background-image: linear-gradient(to bottom, #D2D2D2 0%,#EFEFEF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2D2D2', endColorstr='#EFEFEF',GradientType=0 );
}

.postlink {
    border-bottom-color: #000000;
    color: #b5b5b5;
}

.postlink:visited {
    border-bottom-color: #000000;
    color: #b5b5b5;
}

.attachbox {
    background-color: #1e1e1e;
    border-color: #dcdcdc;
}

dl.file dd {
    color: #b5b5b5;
}

.postlink {
    border-bottom-color: #000000;
    color: #b5b5b5;
}

.action-bar .button {
    margin-right: 5px;
    float: left;
    color: #1e1e1e;
}

dl.faq dt {
	color: #b5b5b5;
}

dl.details dt {
    color: #b5b5b5;
}

dl.details dd {
    color: #b5b5b5;
}

.panel-container table.table1 thead th {
    color: #b5b5b5;
    border-bottom-color: #000000;
}


.tabs .activetab > a, .tabs .activetab > a:hover {
    background-color: #1e1e1e;
    background-image: -webkit-linear-gradient(top, #E2F2FF 0%, #000000 100%);
    background-image: linear-gradient(to bottom, #1e1e1e 0%,#1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F2FF', endColorstr='#CADCEB',GradientType=0 );
    border-color: #1e1e1e;
    box-shadow: 0 1px 1px #1e1e1e inset;
    color: #b5b5b5;
}

.tabs .tab > a {
    background: #1e1e1e ;
    color: #b5b5b5;
}

.navigation .active-subsection a {
    background: #1e1e1e ;
    color: #b5b5b5;
}

.navigation a {
    color: #b5b5b5;
    background: #1e1e1e;
    background: -webkit-linear-gradient(left, #1e1e1e 50%, #000000 100%);
    background: linear-gradient(to right, #1e1e1e  50%,#1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4C4D1', endColorstr='#CADCEB',GradientType=1 );
}

/* Quote block */
blockquote {
    background-color: #1e1e1e;
    border-color: #dcdcdc;
}

blockquote blockquote {
    background-color: #303030 ;
}

blockquote blockquote blockquote {
    background-color: #1e1e1e ;
}

blockquote blockquote blockquote blockquote {
    background-color: #303030 ;
}

blockquote blockquote blockquote blockquote blockquote {
    background-color: #1e1e1e ;
}

.codebox {
    background-color: #1e1e1e ;
    border-color: #dcdcdc;
}

.codebox code {
    color: #dcdcdc;
}

.content {
	color: #dcdcdc;
}

.content h2, .panel h2 {
	color: #dcdcdc;
	border-bottom-color: #CCCCCC;
}

.postbody {
	color: #dcdcdc;
}

.post:target .content {
	color: #dcdcdc;
}

.post h3 a.first-unread,
.post:target h3 a {
	color: #dcdcdc;
}

.postprofile {
	color: #dcdcdc;
	border-color: #FFFFFF;
}

.pm .postprofile {
	border-color: #DDDDDD;
}

.postprofile strong {
	color: #dcdcdc;
}

body.simple {
	min-height: 100%;
	padding: 0 5px;
}

h1 {
	color: #b5b5b5;
	display: none;
}

h2 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
    color: #b5b5b5;
}

h3 {
    color: #b5b5b5;
}

.cp-mini {
    background-color: #1e1e1e ;
}

dl.mini dt {
    color: #000000;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
    color: #000000;
}

.cp-main .pm {
    background-color: #1e1e1e ;
}

li.header dt, li.header dd {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.pagination li.active span {
    background: #ffffff;
    border-color: #ffffff;
    color: #1e1e1e ;
}
.pagination li.active span {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
}

.arrow-left:hover, .arrow-right:hover {
    color: #b5b5b5;
}

table.table1 td {
    color: #b5b5b5;
}

table.table1 thead th {
    color: #b5b5b5;
}

.forumbg .header a, .forabg .header a, th a {
    color: #b5b5b5;
}

a {
    color: #b5b5b5;
}

a.forumtitle, a.topictitle {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.2em;
}

a {
    color: #b5b5b5;
}

a {
    color: #b5b5b5;
}

label {
    color: #dcdcdc;
}

#page-footer .nav-black {
	border-radius: 20px;
	background: #000000 url("./images/footer.jpg") repeat;
	padding-top: 0;
	padding-bottom: 0;
}

.forum-image img {
	max-width: 100%;
}

body.simple .page-body {
	margin: 20px 20px 0;
	padding: 20px;
	background: #FFFFFF;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
	color: #000000;
}


/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #dcdcdc;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #b5b5b5;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

.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: 1400px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #1e1e1e;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px rgba(157, 154, 147, 0.5),  inset 0 3px 18px rgba(100, 100, 100, .25);
	background: repeating-linear-gradient(
		135deg,
		#C5C5C5,
		#C5C5C5 30px,
		#FFFFFF 30px,
		#FFFFFF 60px
	);	
}

.search-header {
	box-shadow: 0 0 10px #5b5b5b;
}

.headerbar {
	min-height: 185px;
	background: #000000 url("./images/banner.jpg") no-repeat left top/cover;
	border-radius: 7px 7px 0 0;
	padding: 0 30px;
	margin: 0;
}

.navbar {
	background-color: #dfdfdf;
}

.panel {
	background-color: #ECF1F3;
	color: #b5b5b5;
}

.forabg, .forumbg {
	background-color: #141414;
	background-image: url("./images/forumbg.png");
}

.copyright {
    color: #ffffff;
}

.copyright a {
    color: #ffffff !important;
}

li.row {
	background-color: #ebebeb;
}

li.row {
	border-top: none;
	border-bottom-color: #FFFFFF;
	padding: 0 0 5px 8px;
	background: url("./images/grunge-row.png");
}

li.row strong {
	color: #dcdcdc;
}

li.row:hover {
}

.bg1, .bg3, .panel {background-color: #303030  !important;}
.bg2 {background-color: #1e1e1e !important;}

li.row.bg3 {
	background-color: #f3f3f3;
}

li.row.bg3:hover {
	background-color: #f7f7f7;
}

li.row.reported {
	background-color: #ECD5D8 !important;
}

li.header dt, li.header dd {
	padding: 6px 0 10px 0;
	color: #dcdcdc;	
}

li.header dl.row-item dt {
	background: url("./images/cattip.png") no-repeat 7px 8px;
}

.forumbg, .forabg {
	margin-bottom: 15px;
}

ul.topiclist li {
	color: #b5b5b5;
}

.site_logo {
	background-image: url("./images/site_logo.svg");
}

#nav-main > li > a, #nav-footer > li > span > a, #nav-footer > li > a, #page-footer .navbar {color: #FFFFFF;}

.navbar i {color: #ff992c;}

.badge {
	background-color: #ff992c;
	top: 5px;
	opacity: 1;
}


li.header dl.row-item dt .list-inner {
	padding-left: 100px;
	padding-right: 100px;
}

.copyright span {
	color: #b5b5b5;
}

.search-header {
	margin-top: 79px;
}

.action-bar {
	margin: 15px 0;
}

.posthilit {
    background-color: transparent;
    color: #000000;
}

Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { color: #b5b5b5; }
a:hover { color: #b5b5b5; }


/* 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.gif"); }
.global_read_mine					{ background-image: url("./images/icon_read_mine.gif"); }
.global_read_locked					{ background-image: url("./images/icon_read_locked.gif"); }
.global_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.gif"); }
.global_unread						{ background-image: url("./images/icon_unread.gif"); }
.global_unread_mine					{ background-image: url("./images/icon_unread_mine.gif"); }
.global_unread_locked				{ background-image: url("./images/icon_unread_locked.gif"); }
.global_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.gif"); }

.announce_read						{ background-image: url("./images/icon_read.gif"); }
.announce_read_mine					{ background-image: url("./images/icon_read_mine.gif"); }
.announce_read_locked				{ background-image: url("./images/icon_read_locked.gif"); }
.announce_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.gif"); }
.announce_unread					{ background-image: url("./images/icon_unread.gif"); }
.announce_unread_mine				{ background-image: url("./images/icon_unread_mine.gif"); }
.announce_unread_locked				{ background-image: url("./images/icon_unread_locked.gif"); }
.announce_unread_locked_mine		{ background-image: url("./images/icon_unread_locked_mine.gif"); }

.forum_link							{ background-image: url("./images/icon_read.gif"); }
.forum_read							{ background-image: url("./images/icon_read.gif"); }
.forum_read_locked					{ background-image: url("./images/icon_read_locked.gif"); }
.forum_read_subforum				{ background-image: url("./images/icon_read.gif"); }
.forum_unread						{ background-image: url("./images/icon_unread.gif"); }
.forum_unread_locked				{ background-image: url("./images/icon_unread_locked.gif"); }
.forum_unread_subforum				{ background-image: url("./images/icon_unread.gif"); }

.sticky_read						{ background-image: url("./images/icon_read.gif"); }
.sticky_read_mine					{ background-image: url("./images/icon_read_mine.gif); }
.sticky_read_locked					{ background-image: url("./images/icon_read_locked.gif"); }
.sticky_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.gif"); }
.sticky_unread						{ background-image: url("./images/icon_unread.gif"); }
.sticky_unread_mine					{ background-image: url("./images/icon_unread_mine.gif"); }
.sticky_unread_locked				{ background-image: url("./images/icon_unread_locked.gif"); }
.sticky_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.gif"); }

.topic_moved						{ background-image: url("./images/icon_read.gif"); }
.pm_read,
.topic_read							{ background-image: url("./images/icon_read.gif"); }
.topic_read_mine					{ background-image: url("./images/icon_read_mine.gif"); }
.topic_read_hot						{ background-image: url("./images/icon_read.gif"); }
.topic_read_hot_mine				{ background-image: url("./images/icon_read_mine.gif"); }
.topic_read_locked					{ background-image: url("./images/icon_read_locked.gif"); }
.topic_read_locked_mine				{ background-image: url("./images/icon_read_locked_mine.gif"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/icon_unread.gif"); }
.topic_unread_mine					{ background-image: url("./images/icon_unread_mine.gif"); }
.topic_unread_hot					{ background-image: url("./images/icon_unread.gif"); }
.topic_unread_hot_mine				{ background-image: url("./images/icon_unread_mine.gif"); }
.topic_unread_locked				{ background-image: url("./images/icon_unread_locked.gif"); }
.topic_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.gif"); }

dl.row-item {
	background-size: 27px;
}
