/* Content */


h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}


blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

ol, ul {
    list-style: none;
}

a {
    color: #059;
}


.navbar-header .navbar-text a {
    color: #222;
    text-decoration: none;
}
.navbar-header .navbar-text a:hover {
    color: #059;
}

/* navigation */

.navbar-default ul {
margin-bottom: .75em;
}

.navbar-default .collapse:not(.in)  li {
    float: left;
    margin-left: 0.3em;
    font-size: 1.1em;
}

.navbar-default .collapse:not(.in) li a {
    background: #eee;
    display: block;
    color: #999;
    padding: .4em 1em 0.6em;
    text-decoration: none;
    -moz-border-radius-bottomleft: 0.2em;
    -webkit-border-bottom-left-radius:  0.2em;
    border-bottom-left-radius: 0.2em ;
    -moz-border-radius-bottomright:  0.2em;
    -webkit-border-bottom-right-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
}

.navbar-default .collapse:not(.in) li a:hover {
    background: #f2f2f2;
    color: #059;
}

/*  pagination */

.date-header {
 
    text-align: right;
    border-right: 1px solid #eee;
    color: #999;
}


/* entry, page */

.asset .asset-header {
    font-size: 2em;
    line-height: 1.3;
    margin: 0 0 1.5em 0;
    font-weight: bold;
}
.asset .asset-header a {
    text-decoration: none;
    color: #333;
}
.asset .asset-header a:hover {
    color: #059;
}
.asset .asset-content {
    line-height: 1.5em;
    font-family: georgia;
}

.asset .asset-footer {
    color: #999;
    clear: left;
}
.asset .asset-footer a {
    color: #999;
}
.asset .asset-footer a:hover {
    color: #059;
}

/* Search */

.search-results-container.no-search-result, 
.search-results-container.no-search { 
}

/* archives */

.archive ul {
    margin-bottom: 1.5em;
}


/* footer */

#footer {
    background: #eee;
    -moz-border-radius-bottomleft: 0.2em;
    -webkit-border-bottom-left-radius:  0.2em;
    border-bottom-left-radius: 0.2em ;
    -moz-border-radius-bottomright:  0.2em;
    -webkit-border-bottom-right-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
}


#footer ul li{
    display: inline-block;
    margin-right: 1em;
}

#footer a {
    color: #999;
}


