/* 2010 Late Spring. */

body {
    font-size: 1em;
    /*background: #90e990;*/
    background: #f0f0f0;
}

li, dt, dd, div.links a {
    font-size: 1em;
}

img {
    border: none;
}

#pageBanner h1 {
    margin: 0px;
    padding: 10px;
    font-size: 32px;
}

.storyBox {
    border-bottom: none;
}

.storyDateBox {
    float: none;    
    border-top: none;
    border-right: none;
    /*border-bottom: 1px solid #089D3A;
    border-left: 15px solid #089D3A;*/
    border-bottom: 1px solid #303030;
    border-left: 15px solid #808080;
    margin: 10px 5px 4px 0px;
    padding-left: 10px;
    width: auto;
}

.storyDateBox h2 a {
    font-size: 24px;
}

.storyDate {
    font-size: 20px;
}
 
.storyDateBox span {
    font-size: 16px;
}
 
.entryTitle {
    /*text-decoration: underline;*/
    padding: 2px 5px 2px;
    border-bottom: 1px dotted #083D3A;
    /*border-bottom: 1px dotted #089D3A;*/
    /*border-right: 10px double #f0b0a0;*/
    clear: both;
}

.story {
    font-size: 1em;
    line-height: 1.7em;
    padding: 0px 10px;
}

ul.rFolder ul.rFolder {
    margin-left: 5px;
}

