/* Base */
h1 {
  font-size: 39px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

.page-header-no-border {
    border-bottom: none;
    margin-bottom: 24px;
}


/* Archive */
dd.article {
    padding-bottom: 5px;
}

.highlight pre {
    color: #93A1A1;
    background-color: #073642;
}


/* Article */
.article {
    padding-bottom: 15px;
}

.article p {
    text-align: justify;
}

.well-metadata {
    border-radius: 3px 3px 3px 3px;
    padding: 5px 9px;
}
.well-metadatax {
    border-radius: 3px 3px 3px 3px;
    padding: 0px 5px;
}


/* Sidebar */
li.tag-size1 { font-size: large; }
li.tag-size2 { font-size: medium; }
li.tag-size3 { font-size: small; }
li.tag-size4 { font-size: x-small; }

.social a:before {
    margin-right: 6px;
    vertical-align: middle;
}
.social a:before {
    content: url('../img/icons/none.png');
}
.social a[href*='all.atom.xml']:before {
    content: url('../img/icons/feed.png');
}
.social a[href*='bitbucket.org']:before {
    content: url('../img/icons/bitbucket.png');
}
.social a[href*='github.com']:before {
    content: url('../img/icons/github.png');
}
.social a[href*='gitorious.org']:before {
    content: url('../img/icons/gitorious.png');
}
.social a[href*='linkedin.com']:before {
    content: url('../img/icons/linkedin.png');
}
.social a[href*='stackoverflow.com']:before {
    content: url('../img/icons/stackoverflow.png');
}
.social a[href*='twitter.com']:before {
    content: url('../img/icons/twitter.png');
}
