<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Group: Basic Styles */
/* Basic Font */
#wrap {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #263364;
    }
/* Paragraph */
#wrap p {
    line-height: 1.2em;
    letter-spacing: 0;
    }
/* Link */
a {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #743951;
    background-color: #ebdbdb;
    }
/* Link Hover */
a:hover, a.hover, a.selected, a.active {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #5466d4;
    background-color: transparent;
    }
/* Heading 1 */
h1, h1 a {
    font-family: "Lucida Console", Monaco, monospace;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0;
    color: #d62824;
    background-color: transparent;
    }
/* Heading 2 */
h2, h2 a {
    font-family: "Lucida Console", Monaco, monospace;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.2ex;
    color: #38b7cc;
    background-color: transparent;
    }
/* Heading 3 */
h3, h3 a {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.2ex;
    color: #e82f21;
    background-color: transparent;
    }
/* Heading 4 */
h4, h4 a {
    font-family: "Lucida Console", Monaco, monospace;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0;
    color: #7e161f;
    background-color: transparent;
    }
/* Heading 5 */
h5, h5 a {
    font-family: "Lucida Console", Monaco, monospace;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
    color: #e5484e;
    background-color: transparent;
    }
/* Group: Page Blocks */
/* Body */
body, html {
    background-color: #ebdbdb;
    margin: 17px 0 0 18px;
    border-top: solid #fff 0;
    border-right: solid #fff 0;
    border-bottom: solid #fff 0;
    border-left: solid #fff 0;
    }
/* Page */
#wrap {
    background-color: #ebdbdb;
    border-top: solid #fff 0;
    border-right: solid #fff 0;
    border-bottom: solid #fff 0;
    border-left: solid #fff 0;
    padding: 0 0 0 0;
    margin: 25px 17px 0 0;
    }
/* Text Content */
#content {
    background-color: #ebdbdb;
    border-top: solid #fff 0;
    border-right: solid #fff 0;
    border-bottom: solid #fff 0;
    border-left: solid #fff 0;
    padding: 0 0 0 10px;
    margin: 0 0 0 9px;
    }
/* Header */
#hd {
    background-color: #89676c;
    border-top: solid #fff 0;
    border-right: solid #fff 0;
    border-bottom: solid #fff 0;
    border-left: solid #fff 0;
    padding: 31px 30px 30px 26px;
    margin: 0 0 25px 18px;
    }
/* Site Logo */
#logo {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    font-size: 36px;
    letter-spacing: 0.4ex;
    color: #9c2b30;
    background-color: #e3e0cf;
    border-top: solid #fff 0;
    border-right: solid #fff 0;
    border-bottom: solid #fff 0;
    border-left: solid #fff 0;
    padding: 2px 2px 2px 3px;
    margin: 0 0 0 0;
    }
/* Main Menu */
#main-menu {
    background-color: #ebdbdb;
    border-top: solid #fff 0;
    border-right: solid #fff 0;
    border-bottom: solid #fff 0;
    border-left: solid #fff 0;
    padding: 0 0 0 0;
    margin: 0 0 0 20px;
    }
/* Menu Link */
#main-menu a {
    color: #86211d;
    background-color: #ebdbdb;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.2ex;
    padding: 0 3px 15px 0;
    margin: 0 0 0 0;
    }
/* Menu Link Highlight */
#main-menu a:hover, #main-menu a.hover, #main-menu a.active, #main-menu a.selected {
    color: #da5344;
    background-color: #ebdbdb;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    }
/* Group: Blog */
/* Post Title */
.blog h2.entry-title, .blog h2.entry-title a {
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.2ex;
    color: inherit;
    background-color: transparent;
    }
/* Post Title Hover */
.blog h2.entry-title:hover, .blog h2.entry-title a:hover {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #e00;
    background-color: transparent;
    }
/* Post */
.blog-entry {
    background-color: transparent;
    border-top: solid #fff 0;
    border-right: solid #fff 0;
    border-bottom: solid #fff 0;
    border-left: solid #fff 0;
    padding: 0 0 0 0;
    margin: 0 0 50px 0;
    }
/* Post Summary */
.blog-entry .info {
    font-size: 0;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #555;
    }
/* Blog Sidebar */
.blog-sidebar {
    background-color: transparent;
    border-top: solid #fff 0;
    border-right: solid #fff 0;
    border-bottom: solid #fff 0;
    border-left: solid #fff 0;
    padding: 0 0 0 0;
    margin: 0 30px 50px 0;
    }
/* Sidebar Headings */
.blog-sidebar h3 {
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    background-color: transparent;
    }
/* Sidebar Link */
.blog-sidebar li a {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    }
/* Sidebar Link Hover */
.blog-sidebar li a:hover {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #e00;
    background-color: transparent;
    }
/* Subscribe Link */
.blog-sidebar a.subscribe-link {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0;
    color: #000;
    background-color: transparent;
    }
/* Subscribe Link Hover */
.blog-sidebar a.subscribe-link:hover {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #aaa;
    background-color: transparent;
    }
/* Group: Images ; {widget: imagenav, widget_variation: imageframe} */
/* Image Back/Prev */
.image-controls a {
    color: #555;
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    }
/* Image Back/Prev Hover */
.image-controls a:hover, .image-controls a.hover {
    color: #e4573a;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
/* Image Caption */
.image-caption {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.1em;
    color: #d75062;
    padding: 0 0 0 0;
    }
/* Group: Images ; {widget: imagenav, widget_variation: thumbnails} */
/* Thumbnails */
.thumbnails {
    margin: 20px 0 20px 0;
    word-spacing: 10px;
    line-height: 160px;
    }</pre></body></html>