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

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");

/* === RedZone NC Dark Theme === */

html, body {
    background: #0f0f0f;
    color: #e0e0e0;
}

#wrap, .wrap {
    background: #151515;
}

a {
    color: #ff3b3b;
}

a:hover {
    color: #ff6b6b;
}

.headerbar {
    background: linear-gradient(90deg, #0a0a0a, #1a1a1a);
    border-bottom: 2px solid #b30000;
}

.navbar, .forabg, .forumbg {
    background: #121212;
    border-color: #2a2a2a;
}

.forumtitle, .topictitle {
    color: #ff3b3b;
}

.button, .button1, .button2 {
    background: #b30000;
    border-color: #ff3b3b;
    color: #fff;
}

.button:hover {
    background: #ff3b3b;
}

.pagination li a, .pagination li span {
    background: #1a1a1a;
    color: #fff;
}

.pagination li.active span {
    background: #b30000;
}
