/* Color */
a,.navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header, .button:focus .icon, .button:hover .icon, .button-secondary:focus, .button-secondary:hover, .notification_unread, .top_bar li a:hover, .top_bar li.active a, .forum_id, .forumlist_grid .grid_colour_overlay:hover, .topic_type, .Typewriter__cursor {
	color: #ff5722;
}

/* Background Solid  */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .grid_unread, a.navbar_top_search:hover, body.content_block_header_stripe li.header:before, .no_avatar, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, a.button1, input.button1, input.button3, a.button2, input.button2, .forabg ul.topiclist li.row:before, .forumlist_bar_value, ::-webkit-scrollbar-thumb {
	background-color: #ff5722;
}

/* Borders Dark */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span, .top_bar li a:hover, .top_bar li.active a, a.navbar_top_search {
	border-color: #ff5722;
}

/* Gradient */
a.header-avatar, a.special-header-item, .forumlist_bar_value {
	background: rgb(255,152,0);
	background: -moz-linear-gradient(180deg, rgba(255,152,0,1) 0%, rgba(255,87,34,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,152,0,1) 0%, rgba(255,87,34,1) 100%);
	background: linear-gradient(180deg, rgba(255,152,0,1) 0%, rgba(255,87,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9800",endColorstr="#ff5722",GradientType=1);
}

/* Gradient (hover) */
a.header-avatar:hover, a.special-header-item:hover {
	background: rgb(255,152,0);
	background: -moz-linear-gradient(180deg, rgba(255,152,0,1) 49%, rgba(255,87,34,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,152,0,1) 49%, rgba(255,87,34,1) 100%);
	background: linear-gradient(180deg, rgba(255,152,0,1) 49%, rgba(255,87,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9800",endColorstr="#ff5722",GradientType=1);
}


/* Gradient (for  unread icons) */
.global_unread:before, .global_unread_mine:before, .global_unread_locked:before, .global_unread_locked_mine:before, .announce_unread:before, .announce_unread_mine:before, .announce_unread_locked:before, .announce_unread_locked_mine:before, .forum_unread:before, .forum_unread_locked:before, .forum_unread_subforum:before, .sticky_unread:before, .sticky_unread_mine:before, .sticky_unread_locked:before, .sticky_unread_locked_mine:before, .pm_unread:before, .topic_unread:before, .topic_unread_mine:before, .topic_unread_hot:before, .topic_unread_hot_mine:before, .topic_unread_locked:before, .topic_unread_locked_mine:before {
	background: rgb(255,152,0);
	background: -moz-linear-gradient(180deg, rgba(255,152,0,1) 0%, rgba(255,87,34,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,152,0,1) 0%, rgba(255,87,34,1) 100%);
	background: linear-gradient(180deg, rgba(255,152,0,1) 0%, rgba(255,87,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9800",endColorstr="#ff5722",GradientType=1);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	opacity: 1;
}

.corner_wrapper {
    background: linear-gradient(to right, #ff5722 1px, transparent 1px) 0 0, linear-gradient(to right, #ff5722 1px, transparent 1px) 0 100%, linear-gradient(to left, #ff5722 1px, transparent 1px) 100% 0, linear-gradient(to left, #ff5722 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, #ff5722 1px, transparent 1px) 0 0, linear-gradient(to bottom, #ff5722 1px, transparent 1px) 100% 0, linear-gradient(to top, #ff5722 1px, transparent 1px) 0 100%, linear-gradient(to top, #ff5722 1px, transparent 1px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    position: relative;
    padding: 5px;
	display: block;
	margin-bottom: 30px;
}

/* Box-Shadow Dark */
.forumlist_grid .grid_colour_overlay:hover {box-shadow: inset 0px 0px 0px 4px #FE9900;}

/* Colour Hover Light */
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, a:hover {
	color: #ffb23e !important;
}

/* Background Hover Light */
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	background-color: #ffb23e;
}

/* Border light */
.specialbutton:hover {
	border-color: #ffb23e;
}
