@import "nib"
@import "_variables_dark"
// @import "_util/mixin"
// @import "_util/grid"

// global-reset()

html, body, #container
  height: 100%
  color: color-primary-tex

body
  background: color-background
  -webkit-text-size-adjust: 100%
aside
  color: sidebar-text-color
  margin-top: 45px!important
  a
    color: sidebar-link-color
  li
    height: 40px
    line-height:40px
    border-radius: 2px
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  li:hover
    background: color-hover
  .tag-cloud a
    border-radius: 2px
    padding: 4px
  .tag-cloud a:hover
    background: color-hover
    
        
h1
  font-size: 2.92rem
  line-height: 110%
  margin: 1.46rem 0 1.168rem 0
h2
  font-size: 2.28rem
  line-height: 110%
  margin: 1.14rem 0 .912rem 0
h3
  font-size: 1.64rem
  line-height: 110%
  margin: .82rem 0 .656rem 0  
h4
  font-size: 1rem
  line-height: 110%
  margin: .5rem 0 .4rem 0 
nav
  background: color-navbar-background
  color: color-navbar-text
  padding-left: 16px
  padding-right: 16px
footer.page-footer
  background: color-footer-background
  color: color-footer-text
.brand-logo
  white-space: nowrap
  overflow: hidden
  text-overflow: ellipsis
  max-width 60%
div.divider
  background-color: color-hover
.pagination a, .pagination span
  display: inline-block;
  color: color-hover;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
.pagination i
  font-size: 2rem;
.pagination a
  color: color-primary-text;
@import "_extend"
// @import "_partial/header"
@import "_partial/article"
// @import "_partial/comment"
@import "_partial/archive"
// @import "_partial/footer"
@import "_partial/highlight"
// @import "_partial/mobile"

if sidebar
  @import "_partial/sidebar"