body {
    margin: 0;
    padding: 0;
    font: normal normal 12px Georgia, Utopia, "Palatino Linotype", Palatino, serif;
    color: #666;
    background: #fff;
}

a {
    color: #2288bb;
    text-decoration: none;
}

a:hover {
    color: #33aaff;
    text-decoration: underline;
}

.page-shell {
    width: 1180px;
    margin: 0 auto;
    padding: 0 0 30px;
}

.site-header {
    padding: 18px 40px 20px;
}

.site-title {
    margin: 0;
    font: normal normal 80px "Dancing Script", "Segoe Script", cursive;
    line-height: 1;
}

.site-title a {
    color: #000;
}

.site-description {
    margin: 8px 0 0;
    font-size: 18px;
    color: #000;
}

.page-list-shell {
    padding: 0 40px 18px;
}

.page-list-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}

.page-list-widget li {
    border-right: 1px solid #ddd;
}

.page-list-widget li:last-child {
    border-right: none;
}

.page-list-widget a {
    display: inline-block;
    padding: 10px 12px;
    color: #000;
}

.page-list-widget a:hover {
    background: #eee;
    color: #000;
    text-decoration: none;
}

.label-cloud-shell {
    padding: 0 40px 26px;
}

.label-cloud-widget {
    line-height: 1.55;
}

.label-size {
    margin-right: 8px;
    white-space: nowrap;
}

.label-size-1 { font-size: 12px; }
.label-size-2 { font-size: 13px; }
.label-size-3 { font-size: 15px; }
.label-size-4 { font-size: 17px; }
.label-size-5 { font-size: 19px; }

.main-shell {
    padding: 0 40px;
}

.main-columns {
    display: flex;
    gap: 0;
    align-items: flex-start;
}

.left-sidebar {
    width: 300px;
    flex: 0 0 300px;
    padding-right: 20px;
}

.main-feed {
    width: 800px;
    flex: 0 0 800px;
}

.sidebar-widget {
    margin-bottom: 22px;
}

.sidebar-widget .title,
.sidebar-widget h2 {
    margin: 0 0 12px;
    font: normal bold 12px Georgia, Utopia, "Palatino Linotype", Palatino, serif;
    color: #000;
}

.sidebar-profile-image {
    display: block;
    max-width: 250px;
    width: 100%;
    padding: 2px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.sidebar-profile-caption {
    margin-top: 8px;
}

.rss-link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff8a00;
    color: #fff;
    font-weight: bold;
}

.blog-search-form {
    display: flex;
    gap: 8px;
}

.blog-search-form input {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ccc;
    font: inherit;
}

.blog-search-form button {
    padding: 6px 12px;
    border: 1px solid #999;
    background: #f4f4f4;
    font: inherit;
    cursor: pointer;
}

.archive-tree details {
    margin-bottom: 6px;
}

.archive-tree summary {
    cursor: pointer;
}

.archive-tree summary a {
    color: inherit;
}

.archive-days {
    list-style: none;
    margin: 6px 0 0 18px;
    padding: 0;
}

.archive-days li {
    margin-bottom: 4px;
}

.date-header {
    font: normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
    margin: 0 0 16px;
}

.date-header span {
    background-color: #bbb;
    color: #fff;
    padding: 0.4em 0.8em;
    letter-spacing: 3px;
}

.post-outer {
    margin: 0 0 42px;
}

.post-title {
    margin: 0.75em 0 0.2em;
    font: normal normal 22px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}

.post-header {
    margin-bottom: 14px;
}

.post-body {
    font-size: 110%;
    line-height: 1.4;
}

.post-body img,
.post-body .tr-caption-container {
    padding: 5px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

.post-body .tr-caption-container img {
    padding: 0;
    border: none;
    box-shadow: none;
}

.read-more {
    margin-top: 12px;
}

.post-footer {
    margin: 20px -2px 0;
    padding: 5px 10px;
    color: #666;
    background-color: #eee;
    line-height: 1.6;
    font-size: 90%;
}

.post-footer-line {
    margin-bottom: 4px;
}

.post-share-buttons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: 10px;
}

.share-button {
    color: #2288bb;
}

.blog-pager {
    margin: 18px 0 30px;
    padding-top: 8px;
    text-align: center;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABGM/VAAAAAE0lEQVR4nGP8//8/AzTAxMREAAAO9gNnC2k+8AAAAABJRU5ErkJggg==") repeat-x top center;
}

.blog-pager a {
    display: inline-block;
    padding: 5px 7px;
    background: #fff;
    margin: 0 4px;
}

.comments {
    margin-top: 30px;
}

.comments h4 {
    font: normal normal 22px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}

.comment {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #eee;
}

.comment-header {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    font-size: 90%;
}

.empty-state {
    padding: 30px 0 50px;
}

.site-footer {
    margin-top: 30px;
    padding: 14px 40px 0;
    border-top: 1px dashed #bbb;
    text-align: center;
}

.footer-notice {
    color: #666;
}
