/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
#tm-header {
    background: #ffffff;
}
#tm-header .tm-search{
    margin-top: 4px;
}
.uk-navbar{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#424242+0,393939+27,282828+59,131313+96,0d0d0d+98,111111+100 */
    background: rgb(66,66,66); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(66,66,66,1) 0%, rgba(57,57,57,1) 27%, rgba(40,40,40,1) 59%, rgba(19,19,19,1) 96%, rgba(13,13,13,1) 98%, rgba(17,17,17,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(66,66,66,1) 0%,rgba(57,57,57,1) 27%,rgba(40,40,40,1) 59%,rgba(19,19,19,1) 96%,rgba(13,13,13,1) 98%,rgba(17,17,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(66,66,66,1) 0%,rgba(57,57,57,1) 27%,rgba(40,40,40,1) 59%,rgba(19,19,19,1) 96%,rgba(13,13,13,1) 98%,rgba(17,17,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#111111',GradientType=0 ); /* IE6-9 */

}
.site-title {
    color: #ccc;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 33px;
    line-height: 1;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.site-meta {
    background: #444;
    color: #999;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 8px 0 0;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
}

.uk-contrast a:not([class]), .uk-contrast .uk-link {
    color: #CCCCCC;
}

.uk-contrast a:hover:not([class]), .uk-contrast .uk-link:hover {
    color: #ffffff;
}

.uk-search:before {
    z-index: 1;
}
.uk-navbar-nav > li > a{
    text-transform: capitalize;
}

.uk-article + .uk-article{
    margin-top: 15px;
    padding-top: 15px;
}
.tm-footer-centered{
    padding:15px 0;
    background: #E0E0E0;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #FFFFFF;
}
.uk-nav-side > li > a {
    color: #FFFFFF;
}
div.japopover:nth-child(13) {
    background-color: red;
}