/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

body {
    background:#242424;
}

body,
button,
input,
input:focus,
select,
textarea {
    color: white;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: white;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus { 
    color: white;
}

.icon-image {
    background-image:url('../images/diamond-white.png');
}

.icon-image:hover { 
    background-image:url('../images/diamond-white-hover.png');
}

.navbar-default {
    background-color: rgba(23,23,23,0.65);
}

.navbar-default .navbar-nav>li>a,
.dropdown-menu>li>a {
    color: #E7E7E7;
}

.dropdown-menu {
    background-color:rgba(23,23,23,0.65);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color:#242424;
}

.latest-post-main {
    -webkit-box-shadow: 0 0 4px white;
    box-shadow: 0 0 4px white;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    background: #242424;
    color: #E7E7E7;
}

.entry-title,
a:visited, 
a {
    color: #fff;
}

.widget a,
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    color: #fff;
}

.scrolltotop {
    background-color: rgba(255,255,255,0.65);
    color:black;
}

.scrolltotop:hover {
    color:white;
    -webkit-box-shadow: 0 0 1em white;
    -moz-box-shadow: 0 0 1em white;
    box-shadow: 0 0 1em white;
}

a.page-numbers,
span.page-numbers {
     color: #E7E7E7;
}

.site-footer a {
    color: #fff;
}