
/* Breadcrumbs */
.breadcrumbs a {
    color: #b8c4d7 !important;
}
.breadcrumbs a:hover {
    color: #dbe2ee !important;
}

/* Profile links */
.postprofile .profile-posts a, .postprofile .profile-contact a {
    color: #b8c4d7 !important;
}
.postprofile .profile-posts a:hover, .postprofile .profile-contact a:hover {
    color: #dbe2ee !important;
}

/* Color */
a:hover, .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 .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread {
	color: #e1b027;
}

/* Background Solid  */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3: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, .topic_type, .badge, .grid_unread {
	background: #e1b027;	
}

/* 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 {
	border-color: #e1b027;
}

/* Forum read */
.row-item .subforum.read, .row-item .subforum.read .notification_unread,
[class*="_read"] a.forumtitle, [class*="_read"] a.topictitle {
    color: #b8c4d7;
}

dl[class*="_read"] .forum-image {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: .4;
}

/* Background Gradient  */
body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#10445c+0,193239+100 */
    background: #10445c; /* Old browsers */
    background: -moz-linear-gradient(left,  #10445c 0%, #193239 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #10445c 0%,#193239 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #10445c 0%,#193239 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10445c', endColorstr='#193239',GradientType=1 ); /* IE6-9 */
}


/* The same as above, just with some opacity */
.headerbar_overlay_active, .grid_colour_overlay:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1b027+0,816311+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(left,  rgba(249,212,35,0.8) 0%, rgba(129,99,17,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(249,212,35,0.8) 0%,rgba(129,99,17,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(249,212,35,0.8) 0%,rgba(129,99,17,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce1b027', endColorstr='#cc816311',GradientType=1 ); /* IE6-9 */
}


/* Colour Hover Light */
.navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover  {
	color: #f4d74b;
}

/* Background Hover Light */
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
	background-color: #f4d74b;
}

/* Border light */
.specialbutton:hover {
	border-color: #f4d74b;
}

/* Background image */
html {
    background: url("../images/website_background_2.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
