/*     This is the style Sheet for the home page of saundby.com
    It's not a template, don't use it unless you have my permission.
    Thanks.
    -Mark Graybill
        Modified to suit - Toni Graybill
*/

/* Basics */

html { margin: 0; padding: 0; }

body {
    margin: 0;
    padding: 0;
    background: #3A0010;
    color: #ee8;
    line-height: 120%;
    font-family:  Didot, Baskerville, Times New Roman, Georgia, Palatino, serif;
    letter-spacing: 0.12em;
    text-align: center;
    min-width: 660px;
}

img {border-width: 1px; }

h1 {
    letter-spacing: 0.2em;
    text-align: center;
}

h2 {
    letter-spacing: 0.15em;
    font-style: italic;
    text-align: center;
}

a:link { color: #0077ff; }
a:visited { color: #ee00ff; }
a:hover { color: #00ffff; }

.title {
    font-variant: small-caps;
}

/* Divisions */

#container {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}


/* PAGETITLE ================================= */
#pagetitle {
    clear: both;
    margin: 20px 20px 20px 20px;
    float: top;
}

#pagetitle h2 {
    letter-spacing: 0.15em;
    font-style: italic;
    text-align: center;
}

#pagetitle h3 {
    letter-spacing: 0.15em;
    font-style: italic;
    text-align: center;
}

/* SUMMARY =================================== */
#summary {
    float: right;
    margin: 0; 
    padding: 0.2em;
    width: 10em; 
    background: #2f2f2f;
    letter-spacing: 0.15em;
    font: italic 10pt/22pt Georgia, Palatino, monospace; 
    color: #00a0ff;
    text-align:center;
}

#summary p { margin: 0.3em; }

#summary h1 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}
#summary h2 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}
#summary h3 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}
#summary h4 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}
#summary h5 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}
#summary h6 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}

#summary a:link { color: #0077ff; }
#summary a:visited { color: #ee00ff; }
#summary a:hover { color: #00ffff; }

/* PULLQUOTE =================================== */
/* This is a wider version of SUMMARY for use with the
    ARTICLE format. */
#pullquote {
    float: right;
    margin: 0 0 0 1em; 
    padding: 0.3em;
    width: 15em; 
    background: #2f2f2f;
    letter-spacing: 0.15em;
    font: italic 10pt/22pt Georgia, Palatino, monospace; 
    color: #00a0ff;
    text-align:center;
}

#pullquote p { margin: 0.3em; }

#pullquote h1 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}
#pullquote h2 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}
#pullquote h3 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}
#pullquote h4 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}
#pullquote h5 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}
#pullquote h6 { letter-spacing: 0.2em; margin: 0 0 0.5em 0;}

#pullquote a:link { color: #0077ff; }
#pullquote a:visited { color: #ee00ff; }
#pullquote a:hover { color: #00ffff; }

/* NAVBAR ===================================== */

#navbar {
    float: left;
    width: 12em;
    background: #202027;
    margin: 0 0.3em;
    padding: 0.5em;
    font-family: Palatino, Georgia, serif;
    letter-spacing: 0.15em;
}

#navbar h1 { letter-spacing: 0.2em; margin: 0 0 .5em 0;}
#navbar h2 { letter-spacing: 0.2em; margin: 0 0 .5em 0;}
#navbar h3 { letter-spacing: 0.2em; margin: 0 0 .5em 0;}
#navbar h4 { letter-spacing: 0.2em; margin: 0 0 .5em 0;}
#navbar h5 { letter-spacing: 0.2em; margin: 0 0 .5em 0;}
#navbar h6 { letter-spacing: 0.2em; margin: 0 0 .5em 0;}

#navbar ul { 
    list-style-type: none; 
    padding: 0;
    margin: 0;
}

#navbar li { padding: 0 0 0.25em 0.25em; }

#navbar a:link { color: #0077ff; }
#navbar a:visited { color: #ee00ff; }
#navbar a:hover { color: #00ffff; }

/* MATTER ===================================== */
/* The main "subject matter" of the page. This
    stays in the center margin, and does not
    flow into the third column. */

#matter {
    margin: 0 10em 0 260px;
}

/* FOOTER ===================================== */

#footer {
    clear: both;
    margin: 0.3em;
    padding: 0.2em;
    font: normal 8pt/14pt Georgia, monospace;
    text-align: center;
    color: #c7b757;

}

/* ITEM ======================================== */

#item {
    margin: 0 0 0.5em 0;
    padding:0;
    border: 1px solid gray;
    overflow: visible;
    min-height: 144px;
}

#item p {
    padding: 0 0.4em 0.2em 0.5em;
    font: normal 11pt/18pt Didot, Hoefler Text, Baskerville, Times New Roman, Georgia, Palatino, serif;
}

#item h3 {
    margin: 0 0 0 0;
    padding: 0.3em;
    background: #202020;
    font-variant: small-caps;
    border-bottom: 1px solid gray;
}

#item p.highlight {
    padding: 0 0.4em 0.2em 0.5em;
    color: #3d5;
}

#item img {
    padding: 0;
    margin: 6px;
}

#item ul {
    margin: 0 0 0.5em 2em;
    padding: 4px;
}

/* ARTICLE ====================================== */
/* Unlike the "matter" div, this flows under the
    summary box. */

#article {
    margin: 0 0 0 260px;
    padding:0 1em 0 0;
    overflow: visible;
}

#article img {
    padding: 4px;
    margin: 2px;
}

#article h3 {
    padding: 0.3em 1em 0.3em 0.1em;
    font-variant: small caps;
    border-bottom: 3px solid #333;
}

#article p {
    padding: 0 0.4em 0.2em 0.8em;
    font: normal 11pt/18pt Didot, Hoefler Text, Baskerville, Times New Roman, Georgia, Palatino, serif;
    color: #eee;
}

/* ADSENSE ====================================== */
#adsense-square {
    clear:left;
    float: left;
    margin: 1em 0 0 0;
}
