@import "/code/enlarge/styles.css";

body {
    font:                 100% "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, sans-serif;
    color:                #000000;
    background-color:    #FFFFFF;
    margin:                0;
    padding:            0;
    text-align:            center;
}
a:link {
    color:                #333333;
    font-weight:        bold;
    text-decoration:    none;
}
a:visited {
    color:                #333333;
    font-weight:        bold;
    text-decoration:    none;
}
a:hover, a:active {
    color:                #777777;
    font-weight:        bold;
    text-decoration:    underline;
}

h1 {
    font:                 2.4em Arial, Helvetica, Verdana, serif;
    font-weight:        bold;
    letter-spacing:        -2pt;
    text-transform:        lowercase;
    line-height:        95%;
    margin:                0 0 5px 0;
    color:                #000000;
}
h2 {
    font:                 1.2em Arial, Helvetica, Verdana, serif;
    font-weight:        bold;
    letter-spacing:        -1pt;
    line-height:        100%;
    margin:                0;
    color:                #000000;
}
h2 span {
    font-size:            0.85em;
}
.item h2 span {
    font-size:            0.7em;
    letter-spacing:        0;
}
h3 {
    font:                 .8em Arial, Helvetica, Verdana, serif;
    font-weight:        bold;
    line-height:        120%;
    margin:                0;
    color:                #000000;
}

p {
    font-size:             0.65em;
    line-height:        135%;
    margin:                0 0 2px 0;
}
.item p {
    font-size:             0.665em;
    margin:                0 0 8px 0;
}
p.date, p.entrylinks {
    font-size:             0.57em;
}
p.cat {
    margin:                0 0 6px 0;
    text-align:            left;
    font-size:             .7em;
    font-weight:           bold;
}
p.cred {
      margin:                1px 15px 5px 0;
}
p.entrylinks {
    margin:                0;
}
p.pages {
    margin:                10px 0 10px 0;
}
img { 
    font-size:             0.57em;
    border:                none;
}
code, .code {
    font:                1.0em Monaco, "Lucida Console", "Courier New", Courier, monospace;
}
input, textarea {
    font:                 0.665em "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, sans-serif;
    margin:                0;
    padding:            3px;
    width:                240px;
    border-top:            1px solid #BDBEBF;
    border-left:        1px solid #BDBEBF;
    border-bottom:        1px solid #E3E4E5;
    border-right:        1px solid #E3E4E5;
}
label {
    font-size:             0.57em;
    font-weight:        bold;
    margin:                8px 0 3px 0;
    display:            block;
}