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

body {
	background-image: url("./images/hgbodybluedarkmetalcc.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	padding: 40px 0;
}

html, body {
	color: #888888;
	background-color: #000000;
	line-height: normal;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 13px auto;
	font-weight: bold;
	font-size: 2em;
	width: 100%;
	color: #C4C4C4;
}

h2 {
	color: #888888;
}

h3 {
	border-bottom-color: #888888;
	color: #CCCCCC;
}

hr {
	border-color: #777777;
	border-top-color: #666666;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a:hover, a:focus, a:active {
	color: #DBDCDD;
}

a { color: #DBDCDD; }
a:hover	{ text-decoration: underline; color: #E2E2E2; }

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
	color: #DBDBDB;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #CCCCCC;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: #D1D1D1;
}

/* Post body links */
.postlink {
	border-bottom-color: #485FA4;
	color: #D1D1D1;
}

.postlink:visited {
	border-bottom-color: #6A8CF1;
	color: #D1D1D1;
}

.postlink:hover {
	background-color: #D1D1D1;
	color: #000000;
}

.signature a, .signature a:hover {
	background-color: transparent;
	color: #5289D6;
}

/* Back to top of page */
.top i {
	color: #888888;
}

/* Arrow links */
.arrow-left:hover, .arrow-right:hover {
	color: #B7B7B7;
}

.ucp-title {
	background-color: #888888;
	color: #FAFAFA;
	font-size: 1.4em;
	font-style: italic;
	margin: 1%;
	padding: 4px;
	text-align: center;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.wrap {
	background-color: #151515;
	border: 7px solid #000000;
}

.headerbar {
	background: #151515;
	background-image: url("./images/bgheaderbarimageccbluefirst.jpg");
	filter: none;
	background-repeat: repeat-x;
	background-position: top center;
	color: #FAFAFA;
	border: 2px solid #7E797A;
	margin-bottom: 11px;
	min-height: 170px;
}

.navbar {
	background-color:  #151515;
	background-image: none;
	filter: none;
	border-top: 2px solid #7E797A;
	border-left: 2px solid #7E797A;
	border-right: 2px solid #7E797A;
	border-bottom: 4px solid #000000;
}

.forabg {
	background-color: #000001;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}

.forumbg {
	background-color: #000001;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}

.panel {
	background-color: #0d0d0d;
	color: #CCCCCC;
}

.post:target .content {
	color: #FAFAFA;
}

.post h3 a.first-unread,
.post:target h3 a {
	color: #898989;
}

.bg1 {
	background-color: #0d0d0d;
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #0d0d0d;
}

.bg2 {
	background-color: #0d0d0d;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #0d0d0d;
}

.bg3 {
	background-color: #0d0d0d;
}

.ucprowbg {
	background-color: #0d0d0d;
}

.fieldsbg {
	background-color: #0d0d0d;
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-top-color: #050539;
	border-bottom-color: #666666;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #EEEEEE;
}

table.table1 tbody tr {
	border-color: #666666;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #333333;
	color: #888888;
}

table.table1 td {
	color: #888888;
}

table.table1 tbody td {
	border-top-color: #151515;
}

table.table1 tbody th {
	border-bottom-color: #070707;
	color: #EEEEEE;
	background-color: #777777;
}

table.info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #CCCCCC;
}

dl.details dd {
	color: #888888;
}

.sep {
	color: #1198D9;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
	color: #B6D0ED;
}

.icon.icon-green, a:hover .icon.icon-green {
	color: #1B9A1B;
}

.icon.icon-red, a:hover .icon.icon-red {
	color: #901C1D;
}

.icon.icon-orange, a:hover .icon.icon-orange {
	color: #FF6600;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray {
	color: #536482;
}

.icon.icon-gray, a:hover .icon.icon-gray {
	color: #949596;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray {
	color: #D2D3D8;
}

.icon.icon-black, a:hover .icon.icon-black {
	color: #333333;
}

.alert_close .icon:before {
	background-color: #685D5D;
}

/* Jumpbox */
.jumpbox .dropdown li {
	border-top-color: #181818;
}

.jumpbox-cat-link {
	background-color: #000;
	border-top-color: #000;
	color: #FAFAFA;
}

.jumpbox-cat-link:hover {
	background-color: #171717;
	border-top-color: #171717;
	color: #0C53CC;
}

.jumpbox-forum-link {
	background-color: #000;
}

.jumpbox-forum-link:hover {
	background-color: #010423;
}

.jumpbox .dropdown .pointer-inner {
	border-color: #CCCCCC transparent;
}

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

.jumpbox-sub-link:hover {
	background-color: #3A3A3A;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #888888;
}

.error {
	color: #557AE5;
}

.reported {
	background-color: #151515;
	background-image: none;
	filter: none;
}

li.reported:hover {
	background-color: #151515 !important;
	background-image: none;
	filter: none;
}

.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #151515;
	border-radius: 0px;
	border: 2px inset #3E5ED7;
	color: #FAFAFA;
}

.rules h3 {font-size: 1.2em; text-transform: none;}
.rules > div a {border-bottom: 1px solid transparent; text-decoration: underline; color: inherit;}
.rules > div a:visited {text-decoration: underline; color: inherit;}
.rules > div a:hover {text-decoration: underline; color: inherit; background-color: #777777;}
.rules > div .active > a {font-size: 1.1em; text-decoration: underline; color: inherit;}
.rules > p a {font-weight: bold; border-bottom: 1px solid #0C53CC; text-decoration: none; color: inherit;}
.rules > div a.button2 {font-size: 1.0em; color: #191919;}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.rules > div a {border-bottom: 1px solid transparent; text-decoration: underline; color: inherit;}
	.rules > p a {font-weight: bold; border-bottom: 1px solid #0C53CC; text-decoration: none; color: inherit;}
}

p.post-notice {
	background-color: #0d0d0d;
	background-image: none;
	filter: none;
	border-left: 2px solid #0C53CC;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #0d0d0d;
	background-image: none;
	filter: none;
}

ul.topiclist li {
	color: #888888;
}

ul.topiclist dd {
	border-left-color: #666666;
}

.rtl ul.topiclist dd {
	border-right-color: #181818;
	border-left-color: transparent;
}

ul.topiclist li.row dt a.subforum.unread {
	border-left: 1px solid #B1D5ED;
	font-style: italic;
	padding-left: 2px;
	color: #B1D5ED;
}

li.row {
	border-top-color: transparent;
	border-bottom-color: #000000;
}

li.row strong {
	color: #888888;
}

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

li.row:hover dd {
	border-left-color: #124B92;
}

.rtl li.row:hover dd {
	border-right-color: #124B92;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #EEEEEE;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #888888;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #FAFAFA;
}

.content h2, .panel h2 {
	color: #FAFAFA;
	border-bottom-color: #CCCCCC;
}

dl.faq dt {
	color: #FAFAFA;
}

.posthilit {
	background-color: #010101;
	color: #0F4CCA;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
	border-top-color: #777777;
}

/* Post noticies */
.notice {
	border-top-color: #777777;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #333333;
	border-color: #3E6899;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #2A2A2A;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #151515;
}

/* Code block */
.codebox {
	background-color: #000001;
	border-color: #333333;
}

.codebox p {
	border-bottom-color: #333333;
}

.codebox code {
	color: #DDDDDD;
}

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #333333;
	border-color: #666666;
}

.pm-message .attachbox {
	background-color: #2A2A2A;
}

.attachbox dd {
	border-top-color: #666666;
}

.attachbox p {
	color: #888888;
}

.attachbox p.stats {
	color: #888888;
}

.attach-image img {
	border-color: #3A3A3A;
}

/* Inline image thumbnails */

dl.file dd {
	color: #888888;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #333333;
}

dl.thumbnail dd {
	color: #888888;
}

dl.thumbnail dt a:hover {
	background-color: #3A3A3A;
}

dl.thumbnail dt a:hover img {
	border-color: #777777;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #777777;
	color: #888888;
}

fieldset.polls dl.voted {
	color: #C2C2C2;
}

fieldset.polls dd div {
	color: #FAFAFA;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #666666;
	border-bottom-color: #333333;
	border-right-color: #333333;
}

.rtl .pollbar1 {
	border-left-color: #333333;
}

.pollbar2 {
	background-color: #777777;
	border-bottom-color: #151515;
	border-right-color: #151515;
}

.rtl .pollbar2 {
	border-left-color: #151515;
}

.pollbar3 {
	background-color: #888888;
	border-bottom-color: #555555;
	border-right-color: #555555;
}

.rtl .pollbar3 {
	border-left-color: #555555;
}

.pollbar4 {
	background-color: #999999;
	border-bottom-color: #666666;
	border-right-color: #666666;
}

.rtl .pollbar4 {
	border-left-color: #666666;
}

.pollbar5 {
	background-color: #AAAAAA;
	border-bottom-color: #777777;
	border-right-color: #777777;
}

.rtl .pollbar5 {
	border-left-color: #777777;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #888888;
	border-color: #777777;
}

.pm .postprofile {
	border-color: #777777;
}

.postprofile strong {
	color: #C4C4C4;
}

.postprofile dd, .postprofile dt {
	line-height: 1.8em;
}

/*
.online {
	background-image: url("./en/icon_user_online.png");
}
 */

.online {
	background-image: url("./images/icon_user_online.png");
}

dd.profile-warnings {
	color: #FED267;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

.button {
	border-color: #0C53CC;
	background-color: #010101;
	background-image: -webkit-linear-gradient(top, #010101, #444, #000);
	background-image: linear-gradient(to bottom, #010101, #444, #000);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#777',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0 1px #000 inset;
	text-shadow: none;
}

.button:hover,
.button:focus {
	border-color: #0A4FA8;
	background-color: #000000;
	background-image: -webkit-linear-gradient(top, #000, #444, #010101);
	background-image: linear-gradient(to bottom, #000, #444, #010101);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#777',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0 1px #000 inset;
	text-shadow: none;
}

.button .icon,
.button-secondary {
	color: #010423;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #4E98ED;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #0A4FA8;
}

.caret { border-color: #777777; }
.caret:hover { border-color: #4E98ED }

.contact-icons a { border-color: #DCDCDC; }
.contact-icons a:hover { background-color: #000; }

/* Pagination
---------------------------------------- */

.pagination li a {
	background-color: #07085E;
	border-color: #A0A2A6;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #C4C4C4;
}

.pagination li.ellipsis span {
	background: transparent;
	color: #C2C2C3;
}

.pagination li.active span {
	background: #002AB4;
	border-color: #B8B8B8;
	color: #C4C4C4;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	border-color: #FAFAFA;
	background-color: #000000;
	filter: none;
	text-shadow: none;
	color: #FAFAFA;
}

/* Search box
--------------------------------------------- */

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {
	border-color: #000;
}

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

.search-results li:hover,
.search-results li.active {
	background-color: #226FC9;
}

.search-box .inputbox {
	background-image: none;
	filter: none;
	border-right-width: 0;
	border-radius: 4px 0 0 4px;
	float: left;
	height: 24px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 0 10px #557AE5;
	box-sizing: border-box;
	width: 162px;
}

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/announce_read.png"); }
.global_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/announce_read_locked.png"); }
.global_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.global_unread						{ background-image: url("./images/announce_unread.png"); }
.global_unread_mine					{ background-image: url("./images/announce_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.global_unread_locked_mine			{ background-image: url("./images/announce_unread_locked_mine.png"); }

.announce_read						{ background-image: url("./images/announce_read.png"); }
.announce_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.announce_read_locked				{ background-image: url("./images/announce_read_locked.png"); }
.announce_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/announce_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/announce_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/announce_unread_locked_mine.png"); }

.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"); }
.pm_read,
.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"); }
.pm_unread,
.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"); }


/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

.panel-container h3, .panel-container hr, .cp-menu hr {
	border-color: #777777;
}

.panel-container .panel li.row {
	border-bottom-color: #181818;
	border-top-color: #333333;
}

ul.cplist {
	border-top-color: #777777;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #D2D2D2;
}

.panel-container table.table1 thead th {
	color: #898989;
	border-bottom-color: #181818;
}

.cp-main .pm-message {
	border-color: #D2D2D2;
	background-color: #FAFAFA;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	background: #000001;
	color: #FAFAFA;
}

.tabs .tab > a:hover {
	background: #DDDDDD;
	color: #000000;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
	background-color: #E9E9E9; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #B7B7B7 0%, #E9E9E9 100%);
	background-image: linear-gradient(to bottom, #B7B7B7 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B7B7B7', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
	border-color: #333333;
	box-shadow: 0 1px 1px #CCCCCC inset;
	color: #191919;
}

.tabs .activetab > a:hover {
	color: #333333;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {
	background-color: #272727;
}

.minitabs .activetab > a,
.minitabs .activetab > a:hover {
	background-color: #F9F9F9;
	color: #333333;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
	border-color: #888888;
}

.responsive-tab .responsive-tab-link:hover:before {
	border-color: #FAFAFA;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
.navigation a {
	color: #333;
	background: #CCCCCC;
	background: -webkit-linear-gradient(left, #CCCCCC 50%, #B7B7B7 100%);
	background: linear-gradient(to right, #CCCCCC 50%, #B7B7B7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#B7B7B7',GradientType=1 );
}

.rtl .navigation a {
	color: #333;
	background: #CCCCCC;
	background: -webkit-linear-gradient(left, #B7B7B7 0%, #CCCCCC 50%);
	background: linear-gradient(to right, #B7B7B7 0%, #CCCCCC 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B7B7B7', endColorstr='#CCCCCC',GradientType=1 );
}

.navigation a:hover {
	background-color: #CCCCCC;
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navigation .active-subsection a {
	color: #002AB4;
	background: #CCCCCC;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navigation .active-subsection a:hover {
	color: #000;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #ADABAB;
	}
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
	color: #888888;
}

.panel-container .panel {
	background-color: #2A2A2A;
}

.cp-main .pm {
	background-color: #000001;
}

/* Friends list */
.cp-mini {
	background-color: #151515;
}

dl.mini dt {
	color: #888888;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #898989 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #FF0000;
	border-right-color: #FF0000;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FEC510;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A6A6A6;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #B4D04F;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #F89E4E;
}

/* Avatar gallery */
.gallery label {
	background: #C4C4C4;
	border-color: #000001;
}

.gallery label:hover {
	background-color: #DDDDDD;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #000001;
	color: #FAFAFA;
}

label {
	color: #C4C4C4;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #C4C4C4;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #C4C4C4;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #161616;
}

/* Posting page styles
----------------------------------------*/

.message-box textarea {
	color: #FAFAFA;
}

.message-box textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(16, 164, 242, 0.5);
}

#message {
	background-color: #000001;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #000001;
	border-color: #666;
	color: #FAFAFA;
}

.inputbox:-moz-placeholder {
	color: #FAFAFA;
}

.inputbox::-webkit-input-placeholder {
	color: #FAFAFA;
}

.inputbox:hover {
	border-color: #666;
}

.inputbox:focus {
	border-color: #666;
	color: #FAFAFA;
}

.inputbox:focus:-moz-placeholder {
	color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
	color: transparent;
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #191919;
	background-color: #E9E9E9; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #B7B7B7 0%, #E9E9E9 100%);
	background-image: linear-gradient(to bottom, #B7B7B7 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B7B7B7', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
	filter: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #333333;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #181818;
	color: #000000;
	background-color: #E9E9E9; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #B7B7B7 0%, #E9E9E9 100%);
	background-image: linear-gradient(to bottom, #B7B7B7 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B7B7B7', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #191919;
	color: #0F4987;
}

input.disabled {
	color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #131313;
	border-color: #999999;
}

.darken {
	background-color: #000000;
}

.loading_indicator {
	background-color: #000000;
	background-image: url("./images/loading.gif");
}

.dropdown-extended ul li {
	border-top-color: #B9B9B9;
}

.dropdown-extended ul li:hover {
	background-color: #010101;
	color: #FAFAFA;
}

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #B9B9B9;
	color: #FAFAFA;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
}

.dropdown-extended .header {
	background-color: #171717;
	background-image: -webkit-linear-gradient(top, #181818 0%, #191919 100%);
	background-image: linear-gradient(to bottom, #181818 0%,#191919 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 1px transparent;
}

.dropdown .pointer {
	border-color: #B9B9B9 transparent;
}

.dropdown .pointer-inner {
	border-color: #B9B9B9 transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #DCDCDC transparent;
}

.dropdown .dropdown-contents {
	background: #3A3A3A;
	border-color: #B9B9B9;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li, .dropdown li li {
	border-color: transparent;
}

.dropdown li.separator {
	border-color: transparent;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #D31141;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #D31141;
}

/* ADDs Button, Common, Content, Icons, Logo, Responsive and more
------------------------------------------------------------------------------ */
.wrap {
	max-width: 1150px;
}

.row .pagination {
	margin-top: 4px;
	margin-bottom: 4px;
}

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

.fa-external-link-square::before {
	content: "\f0ea";
	color: #0C53CC;
}

.fa-external-link::before {
	content: "\f08e";
	color: silver;
}

.fa-question::before {
	color: #58A504;
}

.fa-angle-left::before {
	color: silver;
}

.fa-angle-right::before {
	color: silver;
}

.fa-commenting-o::before {
	content: "\f234";
	color: silver;
}

.fa-file-o::before {
	color: silver;
}

.fa-question::before {
	color: #17489C;
}

.dropdown li {
	background-color: #000001;
	color: #ADADAD;
}

dl.row-item dt {
	background-position: 6px 88%;
	background-repeat: no-repeat;
	background-size: 17px auto;
}

dl.row-item {
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: 42px auto;
}

dl.row-item dt .list-inner {
	padding-left: 60px;
}

dl.row-item dt, dl.row-item dd {
	min-height: 45px;
}

.postbody h3 img {
	vertical-align: sub;
}

.badge {
	background-color: #0C53CC;
	border-radius: 10px;
	opacity: 0.8;
	text-align: center;
	white-space: nowrap;
	font-size: 10px;
	line-height: 1;
	float: right;
	display: inline-block;
	margin-left: 3px;
	vertical-align: baseline;
	position: relative;
	top: 3px;
	padding: 4px 6px;
	color: #FAFAFA;
}

.badge.hidden {
	display: none;
}

/* Another ADDs */

.wrap, .headerbar, .navbar, .forabg, .forumbg, .panel, .post {
	border-radius: 0px;
}

.forabg, .forumbg {
	padding: 5px 3px 6px 3px;
}

.post {
	border: 1px solid #888888;
}

.dropdown .dropdown-contents {
	border-radius: 0px;
}

.button {
	color: #4E98ED;
	border: 1px solid #000;
	border-radius: 0px;
}

.icon, .button .icon {
	color: #12a3eb;
}

.submit-buttons input#agreed {
	font-weight: normal;
}

dd input[type="number"] { background: #010101; font-size: 1.2em; padding: 6px; color: #FAFAFA; }

#ch {
	background: #010101;
	font-size: 1.1em;
	padding: 4px;
	border-color: #CCCCCC;
	color: #FAFAFA;
}

/* Prevent horizontal scrollbars on thumbnails-responsive e.q. IE11 not working anymore smaller 701px so we need a workaround content-css
-------------------------------------------------------------------------------------------------------------------------------------------- */
dl.thumbnail dt a img {
	width: 100%;
	height: auto;
}

/* site-description, search and logo */

.site_logo {
	display: inline-block;
	background-image: url("./images/spacer.gif");
	width: 364px;
	height: 119px;
	background-repeat: no-repeat;
}

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

.sitelogo-adaptresponsive {
	display: inline-block;
	padding: 0;
	max-width: 99%;
}

.logo {
	padding: 18px 13px 0 12px;
}

#logositetext-smalltext-onheaderbar {
	text-align: left;
}

.c-sitename {
	font-size: 2.0em;
	font-style: italic;
	font-family: Candara, Arial, Helvetica, sans-serif;
}

.c-description {
	font-size: 1.6em;
	font-style: italic;
	font-family: Candara, Arial, Helvetica, sans-serif;
}

.site-description img {
	height: auto;
	width: 80%;
}

#footer_block_bodywrappercrayon {
	background: #151515;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: -48px;
	padding: 0px;
	width: 100%;
	text-align: center;
	box-shadow: 0 0 10px #557AE5;
}

#footer_block_bodywrappercrayon img {
	width: 90%;
	max-width: 860px;
	height: auto;
	box-shadow: 0 0 10px #557AE5;
}

/* responsive design */

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	body {
	background-image: none;
	padding: 3px 0;
	}
	.wrap {
	background-image: none;
	border-image: none;
	border-width: 1px;
	}
	.site-description p {
	display: block;
	}
	.logo {
	display: block;
	float: none;
	padding: 8px;
	}
	.site-description img {
	height: auto;
	width: 210px;
	}
	.headerbar {
	min-height: 110px;
	}
	#logositetext-smalltext-onheaderbar {
	text-align: center;
	}
	fieldset.display-actions {
	text-align: left;
	}
	fieldset.display-actions label {
	padding-right: 2px;
	margin-top: 6px;
	white-space: normal;
	}
	fieldset.display-actions label {
	padding: 12px 10px 8px 2px;
	white-space: normal;
	}
}

@media only screen and (max-width: 701px), only screen and (max-device-width: 701px) {
	.wrap {
	max-width: 1152px;
	}
}

@media only screen and (max-width: 875px), only screen and (max-device-width: 875px) {
	select, .inputbox {
	max-width: 240px;
	}
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	dl.row-item dt a {
	display: inline;
	line-height: 1.55em;
	}
}

@media (min-width: 701px) {
	.postbody {
	width: calc(100% - 210px - 1px - 16px);
	}
	.postprofile {
	width: 210px;
	}
}

/* ToDo - Supplement, edit your own works here - ADDs print help output the page (Browser-Print-Page)
------------------------------------------------------------------------------------------------------------ */
@media print {
html, body {width: 100%; height: 100%; padding: 0; margin: 0; font-family: "times new roman", times, serif; font-size: 90%; background: none; background-image: none; filter: none; border-image: none; border: none; box-shadow: none; -webkit-box-shadow: none; color: #000000;}
h1, h2, h3, h1 a, h2 a, h3 a, solo {font-family: "times new roman", times, serif; font-size: 88%; color: #000000; background: none; text-decoration: none; border: none; font-weight: normal;}
.headerbar, .logo, #jumpbox, ul.post-buttons, a.top, .postprofile {display: none;}
html, body, h1, h2, h3, h1 a, h2 a, h3 a, solo, .page-header, .wrap, #wrap, .forabg, .forumbg {font-size: 88%; text-decoration: none; background-image: none; filter: none; border-image: none; border: none; box-shadow: none; -webkit-box-shadow: none; color: #000000;}
img, .site-description img, div > .navbar, form.headerspace, fieldset.quick-login, .stat-block, .online-list, .birthday-list, .statistics, .action-bar, .bar-bottom, #footer_block_bodywrappercrayon {display: none;}
.copyright {text-align: left; margin-top: 20px; padding: 14px 0px 10px 12px; color: #000000;}
div.rules, a, a.mark, a.mark-read, a.arrow-right, a.arrow-left, .search-header, .search-box .inputbox, .panel, .post {border: none; box-shadow: none; -webkit-box-shadow: none; color: #000000;}
.button {background-color: transparent; background: none; background-image: none; filter: none; border-image: none; border: none; box-shadow: none; -webkit-box-shadow: none;}
.button, a.button1, input.button1, input.button3, a.button2, input.button2 {background-color: transparent; background-image: none; filter: none; border: none; color: #000000;}
ul.topiclist li.row dd {padding: 4px 0 9px 0; margin-bottom: 8px; border: none;}
}
