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

a:link {
    color: #357; 
    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: Tahoma, Verdana, Arial, sans-serif; 
    font-size: 11px;
    line-height: 150%;
}

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

blockquote {
    border-left: 1px dotted #357;
    padding-left: 2.5em;
    margin-left: 2.5em;
    margin-right: 2.5em;
}

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

ul {
    list-style-type: circle;
    margin-left: 0;
    padding-left: 2em;
}

/**************************************************
 * IDS
 **************************************************/
#banner {
    padding: 0;
    margin: 0;
    height: 75px;
    background-image: url('http://www.levork.org/pictures/header_levork_bg.gif');
}

#bannertitle { 
    position: relative;
    left: 2em;
    padding: 0;
    margin: 0;
    height: 75px;
    width: 217px;
    background-image: url('http://www.levork.org/pictures/header_levork.gif');
    cursor: pointer;
}

#mainblock {
    margin: 0;
    padding: 1em;
    background-color: white;
}

#sideblock { 
    float: left;
    width: 20em;
    margin: 0;
    padding: 1em;
}

#blogblock { 
    margin: 0 0 0 20em;
    padding: 1em;
}

#footblock {
    clear: both;
    padding: 1.5em;
    text-align: right;
    border-top: 1px solid #ddd;
}

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

.ul { 
    border-bottom: 1px solid #ddd;
}

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

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

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

.titleanddate { 
    position: relative;
    color: #357;
    font-weight: bold;
}

.header { 
    color: #357;
    font-weight: bold;
    margin: 0;
    padding: 0.05em 0em 0.05em 0em;
}

.story { 
    position: relative;
    margin: 0;
    padding: 0;
}

.justtext { 
    position: relative;
    margin: 0;
    padding: 0;
}

.permalink { 
    text-align: right;
}

address, .copyright {
    font-size: 9px;
    color: #888888;
}

.small {
    font-size: 11px;
}

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

.captionheader {
    color: #119911;
    font-size: 11px;
    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 {
    color: #375;
    font-size: 11px;
    padding: 0.05em 0em 0.05em 0em;
}

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

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

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

.month-calendar { 
    table-layout: fixed;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;    
}

.month-calendar-head { 
    font-size: 9px;
    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-weight: normal;
    font-size: 9px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-right: 1px solid #bbb;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

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

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

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

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

.month-calendar-day-link {
    background: #d8d8d8;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
}

.month-calendar-day-link-mouseover {
    background: #d8d8d8;
    color: white;
    cursor: pointer;
    border: 1px solid #735;
}

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

