a {
    text-decoration: none;
}
/* article listing: empty item style */

ol#post-list > li {
    list-style-type: none;
    margin-left: -2em;
}

.entry-title-footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}
/* entry: smaller title, right justified tag line
 *        padding after
 */

.entry-title {
    font-size: 1.2em;
}

.post-info {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 150px;
}

.post-info-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: small;
}

article {
    margin: 10px;
}

.page {
    margin: 10px;
}

.shariff-button.twitter {
    width: 75px;
}

.shariff-button.googleplus {
    width: 50px;
}

article {
    padding-bottom: 10px;
}

body #footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: small;
    margin-right: 1em;
    text-transform: lowercase;
}

.HolyGrail-content {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.9em;
    line-height: 1.3;
}

.HolyGrail-tweets {
    padding-top: 40px;
}

.tweets {
    margin-left: 20px;
    width: 220px;
}

.HolyGrail-nav {
    padding-top: 40px;
    margin-right: 10px;
}

nav {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: smaller;
    text-transform: lowercase;
}

nav .title {
    font-weight: bold;
}

nav .title .fa {
    margin-right: 5px;
}

nav ul {
    padding-left: 10px;
}

nav ul li i.fa {
    margin-right: 5px;
}

nav#masthead ul li {
    text-indent: -6px;
    font-weight: bold;
}

.cc-license {
    font-size: small;
    margin-top: 30px;
    margin-left: 20px;
    color: #A0A0A0;
}
.cc-license a:link {
    color: #808080;
}
.cc-license a:visited {
    color: #A0A0A0;
}
.cc-license-image {
    float: left;
    margin-right: 5px;
}


.paginator {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.syntax {
    font-size: 12px;
    margin: 0 1em;
    padding-left: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
