


/* Colors */

a { color: #13276b; }
.accent { background-color: #13276b; }
.user-bar { border-bottom-color: #13276b; }
header .content-title .subtitle { border-top-color: #13276b; }


a, .thread:before, button, .button, input[type=button], input[type=submit] { 
    color: #1b3697; 
}
a:hover, button:hover, .button:hover, input[type=button]:hover, input[type=submit]:hover { 
    color: #2346c2; 
}

.unread .avatar-icon { border: 2px solid #1b3697; }



    #search_form_input_homepage { color: #13276b; }
    #search_form_input_homepage::-webkit-input-placeholder { color: #13276b; }
    #search_form_input_homepage:-moz-placeholder { color: #13276b; }
    #search_form_input_homepage::-moz-placeholder { color: #13276b; }
    #search_form_input_homepage:-ms-input-placeholder { color: #13276b; }



    header .menu-bar .logo { background-color: #183189; }
    header .menu-bar .logo:hover { background-color: #1b3696; }
    header .menu-bar { border-bottom-color:#0e1c4d; }
    .post .action.button { border-bottom-color:#0e1c4d; }

    header #unfold-btn-fx { background-color: #0f1f56; }
    header #unfold-btn-fx:hover { background-color: #0c1945; }

    .thread:nth-of-type(even) { background-color:#ecedf2; }
    .forum .post:nth-of-type(even) { background-color:#ecedf2; }
    .blog .post:nth-of-type(even) { background-color:#ecedf2; }
    .thread.more { background-color:transparent; }


/* Assets */

header .menu-bar .hmdev-logo {
    background-image:url("/static/logo_nounder.svg");
}
header .menu-bar .hmdev-logo .underscore {
    background-image:url("/static/logo_underscore.svg");
}

header .menu-bar .hmdev-logo.project {
    background-image:url("/static/logo_net.svg");
}

.links .thing#projects {
    background-image:url("/static/light/project_thing.svg");
}

.links .thing#discussion {
    background-image:url("/static/light/discuss_thing.svg");
}

.links .thing#blogs {
    background-image:url("/static/light/blog_thing.svg");
}


.half.light {
    background-image:url("/static/light/accent_top_a.svg");
}

.half.dark {
    background-image:url("/static/dark/accent_top_a.svg");
}


