/*
Theme Name: Classic Child
Theme URI: http://wordpress.org/
Template: classic
Author: Dave Shea
Description: The original WordPress theme that graced versions 1.2.x and prior.
Tags: green,white,two-columns,right-sidebar,flexible-width,sticky-post,rtl-language-support,translation-ready
Version: 1.6.1705956933
Updated: 2024-01-22 21:55:33

*/

body {
    background: #fff;
    border: 2px solid #738eb4;
    border-bottom: 1px solid #738eb4;
    border-top: 3px solid #738eb4;
    color: #000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

#header {
    background: #738eb4;
    border-bottom: 3px double #e7eaf1;
    border-left: 1px solid #e7eaf1;
    border-right: 1px solid #738eb4;
    border-top: 1px solid #e7eaf1;
    font: italic normal 230% 'Times New Roman', Times, serif;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 15px 10px 15px 60px;
}
#tagline {
    color: #e7eaf1;
    display: block;
    font-size: 0.475em;
    letter-spacing: 0.2em;
}
.storytitle a {
    text-decoration: none;
}

a:visited {
    color: #738eb4;
}
a:hover {
    color: #738eb4;
}
a {
    color: #425268;
}