body {
    font-family: 'Sanchez', sans-serif;
    padding-bottom: 50px;
    background-color: rgb(255, 255, 250);
}

.body {
    font-size: 15px;
}

h2, .h2 {
    font-size: 28px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
}

a:hover, a:focus {
    color: #84763A;
}

a {
    color: #665B2E;
}

.entry-content ul {
    list-style: none;
}

.entry-content ul li {
    overflow: visible;
    padding-left: 0px;
    position: relative;
}
.entry-content ul li:before {
    content: "•";
    position: absolute;
    left: -20px;
    color: #ddd;
    font-weight: bold;
}

.entry-content ol li {
    margin-left: -6px;
    padding-left: 6px;
}

dd {
    margin-bottom: 6px;
}

img {
    max-width: 100%;
}

hr {
    border-color: #F3E8CF;
}

@media (min-width: 768px) {
    .container {
        max-width: 600px;
    }
}

.page-header {
    border-bottom: 6px dotted #FEEBE6;
}

.page-header h3 a {
    color: #8A1212;
}

.tag {
    color: #888;
    background-color: #F9F5E5;
    border-radius: 3px;
    font-size: 80%;
    padding: 0px 3px;
    font-family: monospace;
}

.tag:before {
    content: "#";
    color: #BCA480;
}

.tag:hover {
    color: #555;
}

.tag-todo {
    background-color: #9BFF91;
    color: #222;
}
.tag-todo:before {
    color: #359822;
}

.tagcloud {
    padding: 0;
    list-style: none;
    text-align: justify;
}

.tagcloud li {
    display: inline;
}

.tagcloud .tag-4 a {
    font-size: 100%;
    color: #888;
}

.tagcloud .tag-3 a {
    font-size: 110%;
    color: #777;
}

.tagcloud .tag-2 a {
    font-size: 120%;
    color: #666;
}

.tagcloud .tag-1 a {
    font-size: 125%;
    color: #555;
}

.tagcloud .tag-0 a {
    font-size: 130%;
    color: #444;
}

.tagcloud li a.active {
    color: #00a400;
}

.tagcloud li a.disabled {
    color: #a40000;
}


.highlight-heading {
    background-color: #FFFFC0;
    padding: 0px 6px;
    margin-left: -6px;
}

#post-list {
    list-style: none;
    padding: 0px;
}

#post-list li {
    margin: 6px 0px;
    padding: 12px;
    border: 1px solid #F5EACD;
    border-radius: 3px;
}

#post-list li .title {
    font-size: 140%;
    display: block;
}

.post-info {
    margin: 1em 0;
    font-size: 90%;
    color: #888;
}

.post-info abbr[title] {
    border-bottom-width: 0;
}

.timer {
    cursor: pointer;
}

.timer .glyphicon {
    font-size: 70%;
    color: #ccc;
    margin-right: 3px;
    margin-bottom: 1px;
    position: relative;
    top: 0px;
}

.timers {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 200px;
}

.timers > span {
    width: 100%;
    text-align: right;
    cursor: pointer;
}

.timers .progress {
    margin-bottom: 0px;
    margin-top: 6px;
}

.timers .progress .text {
    position: absolute;
    left: 6px;
    line-height: 20px;
    font-size: 12px;
    text-shadow: white 0px 0px 1px;
}

.timers .progress .progress-bar {
    transition: width 1s linear 0s;
}
