/*
Theme Name: C64
Theme URI: http://www.someblogsite.com/
Description: The C64 WordPress theme based on the unknown <a href="http://www.someblogsite.com">Zippy</a>.
Version: 1.0
Author: Some Guy
Author URI: http://www.someblogsite.com/

    C64 v1.0
     http://www.someblogsite.com

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/



/* -------------------- Main -------------------- */
body {
    font-size: 75%; /* Resets 1em to 10px */
    font-family: monospace;
    background: #9C9CFF;
    color: #3939DE;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0; 
}

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

a {
    color: #fff;
    text-decoration: underline;
}
a:hover, h3 a:hover {
    color: #ccc;
}

acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    background: #EEE;
    border: 5px solid #ba7;
    color: #644;
    margin: 15px 30px 0 10px;
    padding: 15px;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

hr {
    display: none;
}

a img {
    border: none;
}

.more-link {
    color: #fff;
    display: block;
    font-family: 'DiavloBlack', 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 1.8em;
    margin: 1em;
}


/* -------------------- Layout -------------------- */
#page {
    border: 0px solid #FF0000;
    text-align: left;
/*    background-color: #d3ca67; */
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
    width: 963px;
    border: 0px solid #959596;
}

#content {
    font-size: 15px;
    padding: 50px 80px 0 20px;
}

.entry {
    color: white;
}

.narrowcolumn .entry {
    color: white;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px #007;
}

.narrowcolumn .postmetadata {
    text-align: center;
}

.entry p a:visited {
    color: #fff;
}

.entry strong {
    font-size: 1.1em;
}

.narrowcolumn {
    float: left;
    padding: 0 0 20px 13px;
    margin: 0px 0 0;
    width: 580px;
    background: #3939DE;
    color: #9C9CFF;
}

.post-top {
    background: url('images/post-top.png') no-repeat;
    margin: 0;
    padding: 0px;
    width: 580px;
    height: 55px;
}
.post-top h2 {
    color: white;
    float: left;
    margin-top: 5px;
    padding-left: 20px;
    padding-top: 5px;
}
.post-bottom {
    background: url('images/post-end.png') no-repeat;
    margin: 0 0 20px 0;
    padding: 0;
    width: 580px;
    height: 175px;
}

.post {
    background: url('images/post-middle.png') repeat-y;
    margin: 0;
    padding: 30px 17px 0px 20px;
    text-align: left;
}

.post h2 {
    float: left;
    padding-left: 30px;
    width: 510px;
}
.post-date {
    background: url('images/calendar-page.png') no-repeat;
    color: #ffffff;
    height: 90px;
    left: 845px;
    padding: 0px 5px 0 6px;
    position: absolute;
    text-align: center;
    width: 60px;
}
.headline-date-m {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    left: 12px;
    top: 15px;
    width: 40px;
}
.headline-date-d {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    left: 12px;
    top: 30px;
    width: 40px;
}
.headline-date-y {
    font-size: 14px;
    margin: 0;
    position: absolute;
    left: 12px;
    top: 57px;
    width: 40px;
}
.post .entry {
    clear: both;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 10px;
    margin-top: 0px;
}

.post hr {
    display: block;
    }

.postfoot {
    background: url('images/postfooter-tall.jpg') no-repeat;
    height: 105px;
}

.widecolumn .post {
    margin: 0;
}

.narrowcolumn .postmetadata {
    background: url('images/post-meta.png') no-repeat;
    padding-top: 5px;
}

.postmetadata {
    clear: left;
    height: 90px;
    margin: 0;
    padding: 0;
}
.singlemetadata {
    float: right;
    margin: 0;
    padding: 0 0px 0 20px;
    width: 200px;
}

.post-comment {
    height: 90px;
    float: left;
    margin-left: 12px;
    padding-top: 0;
    text-align: center;
    width: 60px;
}
.post-comment-num {
    color: white;
    display: block;
    font-weight: bold;
    font-size: 3em;
    margin-top: 5px;
}
.post-comment-num a:hover, .post-comment-num a:active {
    text-shadow: 0px 0px 2px white, 0px 0px 6px white, 0px 0px 10px white;
}

.post-comment-txt {
    color: white;
    display: block;
    font-size: 1em;
    margin-top: -20px;
}
.post-comment-txt a:hover, .post-comment-txt a:active {
    text-shadow: 0px 0px 2px white, 0px 0px 6px white, 0px 0px 10px white;
}


.post-comment a {
    color: white;
    text-decoration: none;
}

.post-comment-com {
    display: block;
    font-weight: bold;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    width: 100px;
}
.post-comment-com a {
    color: white;
    text-decoration: none;
}
.post-comment-com a:hover, .post-comment-com a:active {
    text-shadow: 0 0 5px white, 0 0 7px #AACCFF;
}

.post-comment-cat {
    float: left;
    margin-top: 10px;
    width: 227px;
}

.post-comment-share {
    float: left;
    margin-top: 10px;
    width: 160px;
}

.sharing {
    left: 885px;
    position: absolute;
}
.sharing a {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
}

.share-digg a {
    background: url('/images/icons/20_icons/32_32/digg.png') no-repeat;
    top: -100px;
}
.share-digg a:hover, .share-digg a:active {
    background: url('/images/icons/20_icons/32_32/digg-d.png') no-repeat;
}
.share-delicious a {
    background: url('/images/icons/20_icons/32_32/delicious.png') no-repeat;
    top: -60px;
}
.share-delicious a:hover, .share-delicious a:active {
    background: url('/images/icons/20_icons/32_32/delicious-d.png') no-repeat;
}
.share-reddit a {
    background: url('/images/icons/20_icons/32_32/reddit.png') no-repeat;
    top: -20px;
}
.share-reddit a:hover, .share-reddit a:active {
    background: url('/images/icons/20_icons/32_32/reddit-d.png') no-repeat;
}
.share-su a {
    background: url('/images/icons/20_icons/32_32/stumbleupon.png') no-repeat;
    top: 20px;
}
.share-su a:hover, .share-su a:active {
    background: url('/images/icons/20_icons/32_32/stumbleupon-d.png') no-repeat;
}
.share-fb a {
    background: url('/images/icons/20_icons/32_32/facebook.png') no-repeat;
    top: -140px;
}
.share-fb a:hover, .share-fb a:active {
    background: url('/images/icons/20_icons/32_32/facebook-d.png') no-repeat;
}
.share-twitter a {
    background: url('/images/icons/20_icons/32_32/twtr.png') no-repeat;
    top: -180px;
}
.share-twitter a:hover, .share-fb a:active {
    background: url('/images/icons/20_icons/32_32/twtr-d.png') no-repeat;
}

#footer {
    border: none;
    height: 109px;
    padding: 0;
    margin: 0 0 0 400px;
    width: 499px;
    clear: both;
    }

#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    z-index: 10;
    }

#bottomad {
    background: url("images/footer-block.png") no-repeat top;
    height: 70px;
    margin: 0;
    padding: 0 0 0 26px;
    text-align: center;
}

.center {
    text-align: center;
    }


.alignright {
    float: right;
    font-weight: bold;
    margin-bottom: 10px
    }

.alignleft {
    float: left;
    font-weight: bold;
    margin-bottom: 10px
    }



/* ------------- Header -------------- */
#header {
    background: #3939DE;
    color: #9C9CFF;
    border: 0px solid #FF0000;
    margin: 11px 0 0 242px;
    padding: 5px 10px;
    width: 660px;

    top: 0;
    left: 0;
    height: 120px;
    text-align: left;
    }

#headerimg  { 
    display: block;
    height: 454px;
    width: 455px;
    } 

#header h1 {
    position: absolute;
    top: 25px;
    left: 50px;
    padding: 0;
}
#header .description {
    color: #778877;
    font-family: Igloo, 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 25px;
    left: 45px;
    position: absolute;
    text-shadow: -2px 2px 1px white, 2px -2px 1px black;
    top: 100px;
}
#header pre {
    font-size:28px;
    font-weight: bold;
    margin-top: 20px;
}
#header pre a {
    color: #9C9CFF;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#header pre a:visited {
    color: #9C9CFF;
}
#header pre a:hover, h2 a:active {
    color: #FFF;
}


h1, h2 {
    font-family: monospace;
    }
h3 {
    font-family: monospace;
    }

/* ===== H1 ===== */
h1 {
    font-size: 5em;
    text-align: center;
    padding-top: 70px;
    margin: 0;
    }
h1, h1 a, h1 a:hover, h1 a:visited {
    color: #225522;
    text-decoration: none;
    text-shadow: -3px 3px 1px white, 3px -3px 1px white;
    }
h1 a:hover {
    text-decoration: underline;
    }

/* ===== H2 ===== */
h2 {
    font-size: 32px;
    padding-top: 1px;
    margin: 15px 0 0;
    }

h2.pagetitle {
    color: #FFF5E3;
    font-size: 1.6em;
    margin-top: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px black;
}
h2 a {
    color: #9C9CFF;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
/*    text-shadow: 1px 1px 0 white, -1px -1px 0 white, 0 0 2px white, 0 0 7px white, 0 0 7px white; */
}
h2 a:visited {
    color: #9C9CFF;
/*    text-shadow: 1px 1px 0 white, -1px -1px 0 white, 0 0 2px white, 0 0 7px white, 0 0 7px white; */
}
h2 a:hover, h2 a:active {
    color: #FFF;
    text-shadow: #888 0px 0px 2px;
}

/* ===== H3 ===== */
h3 {
    clear: both;
    font-size: 1.7em;
    font-weight: bold;
    padding: 0;
    margin: 30px 0 0;
}
h3, h3 a, h3 a:visited {
    color: #BBB;
}

h3, h3 a, h3 a:hover, h3 a:visited {
    text-decoration: none;
}
h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}

.pseudo-header {
    color: #993311; 
    font-weight: bold;
    margin-bottom: 0; 
}

#bloghead-top {
    margin-top: 13px;
}
#bloghead {
    height: 43px;
}
#bloghead-bottom {
    height: 32px;
    margin-bottom: 0;
}

#bloghead .description {
    font-size: 1.5em;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'DiavloBook', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 1.5em;
    font-weight: bold;
    color: black;
    text-shadow: brown 0px 0px 2px;
    }



/* ------------------- Images -------------------------- */
p img {
    padding: 0;
    max-width: 100%;
    }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.insetleft {
    float: left;
    margin: 5px 8px;
}
.insetright {
    float: right;
    margin: 5px 8px;
}

/* Begin Lists */

.entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: square;
    padding-left: 10px;
} 

.entry li {
    margin: 7px 0 8px 10px;
    }

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
    }

.entry ol li {
    margin: 0;
    padding: 0;
    }

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }

ol li {
    list-style: decimal outside;
    }

.entry .list-with-dash li {
    border-bottom: 1px dashed black;
    padding-top: 9px;
    width: 470px;
}
.entry .list-with-dash .last-list-with-dash {
    border-bottom: none;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px; 
    text-align: center;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

/* End Form Elements */



/* ------------------ Comments --------------------- */
.alt {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 10px;
    }

.avatar {
    float: left;
    margin-right: 15px;
}

#comments {
    color: #BBB;
    padding-top: 10px;
    text-align: center;
}

#respond {
    margin-top: 10px;
    text-align: center;
}

#commentform {
    margin-left: 15px;
    padding-bottom: 2em;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 95%;
    padding: 2px;
}

#commentform blockquote {
    margin-right: 20px;
}

#commentform #submit {
    background: #EEF;
    margin: 0;
    float: right;
}

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin: 5px 0;
}


.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
    background: #EEE;
    border-left:  1px solid #BBB;
    border-top:  1px solid #BBB;
    font-weight: bold;
    margin: 15px 0 3px 8px;
    list-style: none;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    margin: 10px 5px 10px 0;
    text-transform: none;
}

.commentmetadata {
    font-weight: normal;
}

.commentlist {
    padding: 0 0 0 10px;
    text-align: justify;
    width: 520px;
}
.commentlist .alt {
    padding: 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    color: #555;
    margin: 0;
    display: block;
}

.comment-meta {
    background: #D9D9D9;
    border-bottom: 1px solid black;
    float: left;
    text-align: center;
    width: 100%;
}
.comment-meta cite {
    color: white;
    float: left;
    padding-left: 4px;
    text-shadow: 0px 0px 7px black;
}
.comment-meta small {
    float: right;
}

.comment-icon {
    border-bottom: 1px solid black;
    float: left;
    width: 75px;
}

.comment-text {
    border-left:  1px solid black;
    color: blue;
    float: left;
    min-height: 64px;
    padding: 0 7px 0 7px;
    width: 360px;
}
.comment-text a {
    color: blue;
    text-decoration: underline;
}
.comment-text a:hover {
    text-shadow: 0px 0px 2px blue;
}


/* ---------------- Sidebar -------------------- */
#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    }

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

#sidebar {
    float: left;
    font: 14px DiavloBook, 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding: 0 0 10px 0;
    margin-left: 0;
    width: 212px;
}


#sidebar form {
    margin: 0;
}

#sidebar_1 {
    font: 14px DiavloBook, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


.widgettitle {
    color: #114488;
    font-family: 'DiavloBlack', 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 1.9em;
    padding-left: 12px;
}

.widget {
    background: url('images/photo-middle.png');
    padding: 0 10px 0 19px;
}
.pre_widget {
    background: url('images/photo-top.png');
    width: 212px;
    height: 20px;
    margin: 0;
    padding: 0;
}
.post_widget {
    background: url('images/photo-bottom.png');
    width: 212px;
    height: 20px;
    margin: 0 0 13px 0;
    padding: 0;
}
.widget h2 {
    margin: 0;
    padding: 0;
}
.textwidget p {
    margin-bottom: 0;

}

/*
#sidebar h2 {
    font-family: 'Igloo', 'DiavloBook', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 2.6em;
    }
*/

#sidebar_1
{
    float: left;
    padding: 28px 0 10px 0;
    margin-left: 0;
    width: 212px;
    }

#sidebar ul, #sidebar ul ol, #sidebar_1 ul, #sidebar_1 ul ol {
    margin: 0;
    padding: 0;
    }

#sidebar ul li, #sidebar_1 ul li {
    list-style-type: none;
    list-style-image: none;
    }

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
    }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }






/* -------------------- Custom --------------------- */

.top-ad {
    padding-top: 45px;
    color: #9C9CFF;
    background: #3939DE;
    width: 660px;
    margin-left: 242px;
    padding: 5px 10px;
}

/* ===== Navigation ===== */
.navigation {
    display: block;
    font-family: 'DiavloBlack', 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 1.3em;
    padding-top: 2px;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #007, -1px -1px 1px #007;
    }
.navigation img {
    margin-top: 10px;
}
.nav-old {
}
.nav-old a {
    background: url('images/nav-old.png') no-repeat;
    display: block;
    height: 77px;
    margin-top: 10px;
    padding-top: 20px;
    width: 249px;
}
.nav-old a:hover {
    background: url('images/nav-old-hover.png') no-repeat;
}
.nav-new {
}
.nav-new a {
    background: url('images/nav-new.png') no-repeat;
    display: block;
    height: 77px;
    margin-top: 10px;
    padding-top: 20px;
    width: 249px;
}
.nav-new a:hover {
    background: url('images/nav-new-hover.png') no-repeat;
}

/* ===== Percent ===== */
.percent-list {
    height: 50px;
}
.percent-list-li {
    margin-left: 25px;
    margin-top: 2px;
}
.percent-li {
    margin-left: 55px;
    margin-top: 2px;
}

.socnet-text {
    font-size: 0.8em;
    margin-left: 0.5em;
}


/* ===== Notepage ===== */
.notepage {
    font-family: "Courier New", Courier, Monaco, monospace;
    background: url('/images/notebook_bg.jpg') repeat-y;
    padding-left: 63px;
    padding-right: 28px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.notepage_b {
    font-family: "Courier New", Courier, Monaco, monospace;
    background: url('/images/notebook_bg_b.jpg') no-repeat;
    height: 3px;
    padding-left: 63px;
    padding-right: 28px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 2em;
}


/* ===== Caps ===== */
.initial-cap {
    font-size: 2em; 
    vertical-align: top;
}


/* ===== SBS Blogroll ===== */
.sbsblogroll-feeditem {
    margin-bottom: 0;
}
.sbsblogroll-feeditem img {
    float: left;
    height: 16px;
    width: 16px;
    margin-top: 0.7em;
}
.sbsblogroll-feeditem a {
    margin-left: 4px;
}

.sbsblogroll-feedname {
    font: 14px DiavloBlack, 'Lucida Grande', Verdana, Arial, sans-serif;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 15px;
}
.sbsblogroll-feedname a {
    color: #339;
    font-weight: bold;
    text-decoration: none;
}
.sbsblogroll-feedname a:hover {
    color: #000;
    text-decoration: underline;
}

.sbsblogroll-date {
    color: #559;
    text-align: right;
    width: 98%;
}

.pagebar {
    margin-bottom: 20px;
    text-align: center;
}

/* ===== Haiku ===== */
.haiku-results-right {
    width: 300px;
    text-align: center;
    border: 2px solid #009900;
    background: #DDEEDD;
    color: green;
    padding: 2px;
    margin: 3px;
    font-weight: bold;
}
.haiku-results-wrong {
    width: 300px;
    text-align: center;
    border: 2px solid #990000;
    background: #EEDDDD;
    color: red;
    padding: 2px;
    margin: 3px;
    font-weight: bold;
}

.quiz-hide {
    border-bottom: 2px solid black;
    display: inline;
    font-weight: bold;
}
.quiz-hide a {
    color: white;
    display: inline-block;
    height: 1em;
    width: 7em;
}
.quiz-hide a:hover {
    color: black;
}
.quiz-hide a img {
    width: 1px;
}
.quiz-hide a:hover img {
    width: 100%;
}

/* ===== Conversation ===== */
.conversation-box {
    margin: 1em; 
    padding: 1em; 
    background: #EEEEEE; 
    border: 3px solid #DDDDDD;
}

.speech-me    { color: #993300; background: white; text-shadow: none; font-size: 14px;}
.speech-wife  { color: #666699; background: white; text-shadow: none; font-size: 14px;}
.speech-alpha { color: #008000; background: white; text-shadow: none; font-size: 14px;}
.speech-beta  { color: #800080; background: white; text-shadow: none; font-size: 14px;}
.speech-gamma { color: #808000; background: white; text-shadow: none; font-size: 14px;}


/* ===== Verse ===== */
p.Verse {
    border: 2px solid #CCF;
    color: #404;
    font-family: Copperplate, 'Copperplate Gothic Light', Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, Roman, Times, 'Times New Roman', serif;
    font-weight: bold;
    padding: 1em;
}
div.Verse {
    background: url('images/verseheader.png') top left no-repeat;
    color: #3939DE;
    padding-top: 25px;
    margin-left: -22px;
    width: 450px;
}
.Verse p {
    margin: 0;
}
.Verse-Text {
    background: url('images/versebg.png') top left repeat-y;
/*    font-family: Cheboygan, KtCalLight, Copperplate, 'Copperplate Gothic Light', Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, Roman, Times, 'Times New Roman', serif;
    font-size: 18px; */
    font-family: Copperplate, 'Copperplate Gothic Light', Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, Roman, Times, 'Times New Roman', serif; 
    font-size: 16px;
    font-style:italic;
    margin: 0;
    padding: 0px 30px 8px 20px;
    text-shadow: 1px 1px 1px #3939DE;
}
.Verse span, .Verse p span {
    background: url('images/versefooter.png') top left no-repeat;
    display: block;
    font-family: KtCalItalic, 'lucida blackletter', calligrapher, 'flat brush', 'matura mt script capitals', 'brush script mt', 'times new roman', serif;
    font-size: 28px;
    font-weight: normal;
    height: 120px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    width: 100%;
}


/* ===== Various ===== */
.ChangeList span {
    font-family: "Courier New", Courier, Monaco, monospace;
    background: #DFDFDF;
}

.CodeSnippet {
    border: 2px solid #CCF;
    color: #404;
    font-family: Copperplate, 'Copperplate Gothic Light', Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, Roman, Times, 'Times New Roman', serif;
    margin-top: 0px;
    padding: 1em;
    padding-left: 2em;
}

.Solo-Text {
    border: 1px solid black;
    font-weight: bold;
    padding: 0.75em;
    text-align: center;
}

.text-indent {
    border-left: 5px solid #9C9CFF;
    font-style: italic;
    margin-left: 1em; 
    padding-left: 1em; 
}

.husband-wife-table {
}
.husband-wife-table th {
    text-align: center;
    width: 50%;
}
.husband-wife-table td {
    border: 1px solid black;
    padding: 10px;
}
.hwt-w {
    color: #FF5555;
}
.hwt-h {
    color: #5555FF;
}

.football-table {
   width: 100%;
}

.tight-list li {
    margin: 2px;
}

.hint-or-tip {
    text-shadow: 0 0 1px #663300;
}), local() format(