body {
    font-size: 14px;
}

table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-left: 1px solid #ccc;
}

table thead th {
    padding: 10px;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 2px solid #fff;
    color: rgba(255,255,255, 0.84);
    background: #f0a260;
}
table tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
}
table td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #eee;
}
strong {
    color: #444;
    background: linear-gradient(transparent 55%,#ffffbb 55%);
    padding: 0 2px;
}

header h1 a {
    font-size: 24px;
    color: #505050;
}

p a {
    color: #2a80b9;
}

p a:hover {
    color: #2a80b9;
}

p a.footnote-ref {
    margin-left: 3px;
    margin-right: 3px;
}

article {
    padding: 20px 20px 0;
}

article h1,h2,h3,h4 {
    background-color: #fff;
    font-weight: normal;
    color: #FF9933;
    padding: 0 0 10px;
    line-height: 150%;
}

article h1 {
    font-size: 32px;
}

article h2 {
    font-size: 24px;
}

article h3 {
    font-size: 18px;
}

article h4 {
    font-size: 16px;
}

div.entry-content h1 {
    font-size: 24px;
}
div.entry-content h2 {
    font-size: 20px;
}
div.entry-content h3 {
    font-size: 18px;
}
div.entry-content h4 {
    font-size: 16px;
}

div.entry-content h1,h2 {
    font-weight: bold;
    background-color: #f5f5f5;
    border-left: 4px solid #d36015;
    padding: 6px 12px;
}

div.entry-content h3,h4 {
    font-weight: bold;
    background-color: #ffffff;
    border-left: 2px solid #2660a1;
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 12px;
}

div.entry-content h1,h2,h3,h4 {
    margin: 32px 0 16px;
}

div.entry-content p {
    margin-left : 16px;
}
div.entry-content .highlight {
    margin-left : 16px;
}

article div.summary {
    text-align: left;
}

header h1 a {
    background-color: #fff;
    font-size: 28px;
    color: #FF3333;
    font-weight: bold;
}

hr {
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #a0a0a0, #c8c8c8, #ffffff);
    background-image: -moz-linear-gradient(left, #a0a0a0, #c8c8c8, #ffffff);
    background-image: -ms-linear-gradient(left, #a0a0a0, #c8c8c8, #ffffff);
    background-image: -o-linear-gradient(left, #a0a0a0, #c8c8c8, #ffffff);
}

h1#archives {
    background-color: #f5f5f5;
    font-weight: normal;
    color: #505050;
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 150%;
}

div#archives time {
    color: #505050;
}
div#archives a {
    color: #505050;
}
div#archives a:hover {
    color: #505050;
}



.list-group-item h3 {
    margin: 4px 0 24px;
    background-color: #ffffff;
}

.list-group-item h4 {
    margin: 4px 0 24px;
    font-size: 16px;
}

.container {
    background-color: #fff;
}

.navbar-default {
    background-color: rgba(255,255,255,0.8);
}
.navbar-default .container {
    background-color: rgba(0,0,0,0);
}

.article-thumbnail {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    border-radius: 6px;
}

div#sidebar section.well{
    padding: 16px 0px;
}
