a:visited {
    color: #735;
    text-decoration: none;
}

a:link {
    color: #369; 
    text-decoration: none;
}

a:link:hover {
    color: #735;
    text-decoration: underline;
}

a:visited:hover {
    color: #735;
    text-decoration: underline;
}

body, table, tr, td, th, P, dt, dl, select, input {
    color: black; 
    font-family: "Palatino Linotype", Palatino, Georgia, serif;
    font-size: small;
    line-height: 150%;
}

h3 { 
    font-family: "Gill Sans Std", "Gill Sans", Verdana, Helvetica, san-serif;
    font-size: medium;
    font-weight: normal;
}

h2 { 
    font-family: "Gill Sans Std", "Gill Sans", Verdana, Helvetica, san-serif;
    font-size: large;
    font-weight: normal;
}

h1 { 
    font-family: "Gill Sans Std", "Gill Sans", Verdana, Helvetica, san-serif;
    font-size: x-large;
    font-weight: normal;
}

select { 
    font-size: x-small;
}

tt, pre, code, email {
   font-family: "Courier New", Courier, monospace; 
   font-size: small;
}

blockquote {
    padding: 0;
    margin-left: 4em;
    line-height: 125%;
}

html, body {
    background-color: #fffff3;
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0 0 0 1em;
}

/**************************************************
 * IDS
 **************************************************/
#banner {
    padding: 4em 4em;
    margin: 0;
}

#bannertitle { 
    margin: 0;
    height: 61px;
    width: 274px;
    background-image: url('http://www.levork.org/pictures/header_tufte.png');
    cursor: pointer;
}

#mainblock {
    margin: 0 4em 0 4em;
    padding: 0;
    background-color: #fffff3;
}

#sideblock { 
    float: right;
    width: 15em;
    margin: 0;
    padding: 0;
}

#blogblock { 
    margin: 0 17.5em 0 0;
    padding: 0 5em 0 0;
}

#footblock {
    font-family: "Gill Sans Std", "Gill Sans", Verdana, Helvetica, san-serif;
    font-size: x-small;
    color: #667;
    clear: both;
    margin: 0 4em 0 5em;
    padding: 0;
}

/**************************************************
 * Classes
 **************************************************/

.ul { 
}

.storyblock { 
    position: relative;
    margin: 0;
    padding: 0 0 2em 0;
}

.title {
    float: left;
    display: inline;
    margin: 0;
    padding: 0.05em 0em 0.05em 0em;
}

.date {
    color: #cc0000;
    text-align: right;
    margin: 0;
    padding: 0.05em 0em 0.05em 0em;
}

.titleanddate { 
    font-family: "Gill Sans Std", "Gill Sans", Verdana, Helvetica, san-serif;
    font-size: small;
    text-transform: uppercase;
    position: relative;
    color: #667;
}

.header { 
    font-family: "Gill Sans Std", "Gill Sans", Verdana, Helvetica, san-serif;
    font-size: small;
    text-transform: uppercase;
    position: relative;
    color: #667;
    margin: 0;
    padding: 0.05em 0em 0.05em 0em;
}

.story { 
    position: relative;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.justtext { 
    position: relative;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.story P + P { 
    text-indent: 1em;
}

.story P + blockquote { 
    text-indent: 0;
}

.permalink { 
    text-align: right;
}

address, .copyright {
    font-size: xx-small;
    color: #888888;
}

.small {
    font-size: small;
}

.caption {
    font-size: small;
    line-height: 175%;
    margin-top: 9px;
}

.captionheader {
    color: #119911;
    font-size: small;
    font-weight: bold; 
    line-height: 135%;
}

.imgbox {
    border-top: 1px solid #ddd; 
    border-right: 1px solid #bbb; 
    border-bottom: 1px solid #bbb; 
    border-left: 1px solid #ddd; 
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.sidebar {
    margin: 0px 3.5em 1.5em 0px;
}

.sidebarheader {
    font-family: "Gill Sans Std", "Gill Sans", Verdana, Helvetica, san-serif;
    text-transform: uppercase;
    color: #667;
    font-size: x-small;
    padding: 0.05em 0em 0.05em 0em;
}

.sidebartext {
    font-size: x-small;
    line-height: 135%;
    padding: 0.5em 0em 0.5em 0em;     
}

.sidebartext p {
    margin: 0 0 0 0;
    font-size: x-small;
    line-height: 135%;
}

/* Calendar stuff */
.month-calendar-day-future {
    color: #aaa;
}

.month-calendar { 
    table-layout: fixed;
}

.month-calendar-head { 
    table-layout: fixed;
    font-size: xx-small;
    text-align: center;
    line-height: 150%;
}

.month-calendar-day-head, .month-calendar-day-noday, .month-calendar-day-link, .month-calendar-day-nolink, .month-calendar-day-future, .month-calendar-day-this-day, .month-calendar-day-link-mouseover { 
    font-size: xx-small;
    text-align: center;
}

.month-calendar-day-this-day {
    background-color: #cc8888; 
    color: black;
    border: 1px solid black;
}

.month-calendar-day-this-day a:link {
    color: #735;
}

.month-calendar-day-this-day a:visited {
    color: black;
}

.month-calendar-day-head { 
    width: 2.25em;
}

.month-calendar-day-link {
    background: #ddddcc;
}

.month-calendar-day-link a {
    background: #ddddcc;
}

.month-calendar-day-link-mouseover {
    background: #cc8888;
    color: white;
    cursor: pointer;
}

.month-calendar-day-link-mouseover a:link {
    color: #735;
}

