/*  
Theme Name: Zippy
Theme URI: http://www.someblogsite.com/
Description: The Zippy 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/

    Zippy v1.0
     http://www.someblogsite.com

    This theme was based on Kubrick,
    whose blog you will find at http://binarybonsai.com/kubrick/

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
  font-family: 'DiavloBlack';
  src: url('/wp-content/uploads/Diavlo_BLACK_II_37.eot');
  src: local('Diavlo Black'), local('DiavloBlack-Regular'), 
         url('/wp-content/uploads/Diavlo_BLACK_II_37.otf') format('opentype');
}
@font-face {
  font-family: 'DiavloBook';
  src: url('/wp-content/uploads/Diavlo_BOOK_II_37.eot');
  src: local('Diavlo Book'), local('DiavloBook-Regular'), 
         url('/wp-content/uploads/Diavlo_BOOK_II_37.otf') format('opentype');
}

/*
@font-face {
  font-family: 'KtCal';
  src: url('/wp-content/uploads/Kingthings_Calligraphica.eot');
  src: local('Kingthings Calligraphica'), local('Kingthings Calligraphica-Regular'), 
         url('/wp-content/uploads/Kingthings_Calligraphica.ttf') format('truetype');
}
*/
@font-face {
  font-family: 'KtCalItalic';
  src: url('/wp-content/uploads/Kingthings_Calligraphica_Italic.eot');
  src: local('Kingthings Calligraphica Italic'), local('Kingthings Calligraphica Italic-Regular'), 
         url('/wp-content/uploads/Kingthings_Calligraphica_Italic.ttf') format('truetype');
}
/*
@font-face {
  font-family: 'KtCalLight';
  src: url('/wp-content/uploads/Kingthings_Calligraphica_Light.eot');
  src: local('Kingthings Calligraphica Light'), local('Kingthings Calligraphica Light-Regular'), 
         url('/wp-content/uploads/Kingthings_Calligraphica_Light.ttf') format('truetype');
}
*/

/*
@font-face {
  font-family: 'Cheboygan';
  src: url('/wp-content/uploads/Cheboyga.eot');
  src: local('Cheboygan'), local('Cheboygan-Regular'), 
         url('/wp-content/uploads/Cheboyga.ttf') format('truetype');
}
*/


/* Begin Typography & Colors */
body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: #d3ca67 url('images/zippybgcolor.jpg');
    background: #d3ca67 url('images/grass-t2.jpg') top left fixed no-repeat; 
/*    background: #d3ca67 url('images/beach-t1.jpg') top left fixed no-repeat; */
/*    background: #d3ca67 url('images/leaves-t2.jpg') top left fixed no-repeat; */
/*    background: #d3ca67 url('images/snow-t2.jpg') top left fixed no-repeat; */
    color: #333;
    text-align: center;
    }

#page {
    background-color: white;
    border: 0px solid #FF0000;
    text-align: left;
    }

#header {
    background: url('images/zippyheader.gif') no-repeat bottom center;
    border: 0px solid #FF0000;
    }

#headerimg  { 
    border: 0px solid #FF0000;
    margin: 7px 9px 0;
    height: 192px; 
    width: 740px; 
    } 

#content {
    font-size: 1.2em
    }

.widecolumn .entry p {
    font-size: 1.05em;
    }

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.5em;
    }

.widecolumn {
    line-height: 1.6em;
    }

.narrowcolumn .postmetadata {
    text-align: center;
    }

.alt {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    }

#footer {
    background: #eee url('images/zippyfooter.jpg') no-repeat top;
    border: none;
    }

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    }

h1, h2 {
    font-family: 'DiavloBlack', 'Lucida Grande', Verdana, Arial, sans-serif;
    }
h3 {
    font-family: 'DiavloBlack', 'Lucida Grande', Verdana, Arial, sans-serif;
    font-weight: bold;
    }

h1 {
    font-size: 4em;
    text-align: center;
    }

#headerimg h1 {
    margin-top: 10px;
    padding-top: 50px;
    }
#headerimg .description {
    font-size: 1.5em;
    margin-top: 30px;
    text-align: center;
    }

h2 {
    font-size: 2em;
    }

h2.pagetitle {
    font-size: 1.6em;
    }

#sidebar h2 {
    font-family: 'DiavloBook', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 1.8em;
    }

h3 {
    font-size: 17px;
    }

h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: brown;
    text-shadow: #888 -2px 2px 2px;
    }
h1 a:hover {
    text-decoration: underline;
    }

#headerimg .description {
    font-family: 'DiavloBook', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 2em;
    font-weight: bold;
    color: black;
    text-shadow: brown 0px 0px 2px;
    }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #A5692A;
    }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
    }

.entry p a:visited {
    color: #b85b5a;
    }

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

.commentlist li {
    font-weight: bold;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

.commentmetadata {
    font-weight: normal;
    }

.avatar {
    float: left;
    margin-right: 15px;
}

#sidebar {
    font: 14px DiavloBook, 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

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: #06c;
    text-decoration: underline;
    }
a:hover, h3 a:hover {
    color: #246;
    }

h2 {
    padding-top: 1px;
}

h2 a, h2 a:visited {
    color: #85592A;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 2px;
    padding-left: 0px;
    text-decoration: none;
    text-shadow: #888 -1px 1px 2px;
    }
h2 a:hover {
    color: #85592A;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 2px;
    padding-left: 2px;
    text-shadow: #888 -3px 3px 2px;
    }

/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0 0 20px 0;
    padding: 0; 
    }

#page {
/*    background-color: #d3ca67; */
    margin: 20px auto;
    margin-top: 0px;
    padding: 0;
    width: 760px;
    border: 0px solid #959596;
    }

#header {
/*    background-color: #d3ca67; */
/*    margin: 0 0 0 0px; */
    margin: 20px auto;
    margin-bottom: 0px;
    padding: 0; 
    height: 200px; 
    width: 760px;
    }

#headerimg {
    margin: 0;
    height: 200px;
    width: 100%;
    }

.narrowcolumn {
    float: left;
    padding: 0 0 20px 5px;
    margin: 0px 0 0;
    width: 500px;
    }

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 0px 0 0 150px;
    width: 450px;
    }

.post {
/*    background: url('images/postheader-tall.jpg') no-repeat;*/
    margin: 0 0 40px;
    padding: 1px 10px 0px 10px;
    text-align: left;
    }

.post h2 {
    float: left;
    margin-top: 15px;
    padding-left: 10px;
    width: 400px;
}
.post-date {
    background: url('images/calendar-page.jpg') no-repeat;
    float: left;
    height: 48px;
    padding: 28px 5px 0px 3px;
    text-align: center;
    width: 41px;
}
.headline-date-m {
    color: black;
    font-size: 0.8em;
    line-height: 0.8em;
    margin: 0;
    padding: 0;
}
.headline-date-d {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.headline-date-y {
    color: black;
    font-size: 0.8em;
    line-height: 0.8em;
    margin: 0;
    padding: 0;
}
.post .entry {
    clear: both;
    padding-left: 55px;
}

.post hr {
    display: block;
    }

.postfoot {
    background: url('images/postfooter-tall.jpg') no-repeat;
    height: 105px;
    }

.widecolumn .post {
    margin: 0;
    }

.narrowcolumn .postmetadata {
    padding-top: 5px;
    }

.widecolumn .postmetadata {
    margin: 30px 0;
    }

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: left;
    height: 3.5em;
    padding-left: 55px;
}

#footer {
    height: 63px;
    padding: 0;
    margin: 0 auto;
    width: 760px;
    clear: both;
    }

#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    }
/* End Structure */



/*  Begin Headers */
h1 {
    padding-top: 70px;
    margin: 0;
    }

h2 {
    margin: 30px 0 0;
    }

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
    }

h3 {
    padding: 0;
    margin: 30px 0 0;
    }

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
    }
/* End Headers */



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

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;
    }

.alignright {
    float: right;
    font-weight: bold;
    margin-bottom: 10px;
    width: 215px;
    }

.alignleft {
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    width: 215px;
    }
/* End Images */



/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

.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;
    }

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
    }

#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;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px; 
    text-align: center;
    }

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    }

#commentform textarea {
    width: 100%;
    padding: 2px;
    }

#commentform #submit {
    margin: 0;
    float: right;
    }
/* End Form Elements */



/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    text-align: justify;
    }

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
    }

.commentlist p {
    margin: 10px 5px 10px 0;
    }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
/* End Comments */



/* Begin Sidebar */
#sidebar
{
    padding: 20px 0 10px 0;
    margin-left: 545px;
    width: 190px;
    }

#sidebar form {
    margin: 0;
    }

.widgettitle {
    color: black;
    text-shadow: brown 0px 0px 2px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote {
    margin: 15px 30px 0 10px;
    padding: 15px;
    border: 5px solid #ba7;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    text-align: center;
    }

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    padding-left: 55px;
    }
.navigation img {
    margin-top: 10px;
}
.after-post {
    padding-left: 55px;
}
/* End Various Tags & Classes*/


.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 {
    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;
}

.initial-cap {
    font-size: 2em; 
    vertical-align: top;
}

.quicklist li {
    margin: 3px 0 3px 10px;
    }

.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: #555;
    text-decoration: none;
}
.sbsblogroll-feedname a:hover {
    color: #000;
    text-decoration: underline;
}

.sbsblogroll-date {
    text-align: right;
    width: 98%;
}

.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;
}

.haiku-results-right {
    width: 300px;
    text-align: center;
    border: 2px solid #009900;
    background: #DDEEDD;
    padding: 2px;
    margin: 3px;
    font-weight: bold;
}
.haiku-results-wrong {
    width: 300px;
    text-align: center;
    border: 2px solid #990000;
    background: #EEDDDD;
    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-box {
    margin: 1em; 
    padding: 1em; 
    background: #EEEEEE; 
    border: 3px solid #DDDDDD;
}

.speech-me    { color: #993300; }
.speech-wife  { color: #666699; }
.speech-alpha { color: #008000; }
.speech-beta  { color: #800080; }
.speech-gamma { color: #808000; }

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.gif') top left no-repeat;
    padding-top: 25px;
    width: 450px;
}
.Verse p {
    margin: 0;
}
.Verse-Text {
    background: url('images/versebg.gif') 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 17px 8px 17px;
}
.Verse span, .Verse p span {
    background: url('images/versefooter.gif') 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: 135px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

