/**
 * STORYLIST
 */

.storyBox
{
    border-bottom: 1px solid #BAB5AB;
}

.storyBox h2
{
    /*color: #333;*/
}

.storyDateBox
{
    font-family: Georgia, serif;
    float: left;
    padding:0px 5px 5px 0px;
    margin: 0px 10px 4px 0px;
    border-right: 1px solid #B39169;
    width: 70px;
    position: relative;
    /*background: #f7f7f7;*/
}

.storyDateBox h2
{
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.storyDateBox h2 a
{
    text-decoration: none;
    font-size: 36px;
}

.storyDate
{
    text-decoration: none;
    font-size: 32px;
}

.storyDateBox span
{
    font-size: 11px;
}

/**
 * STORY
 */

.storyTitle
{
    font: 400 oblique 1.7em Georgia, serif;
    color: #111;
}

.story
{
    font-family: Verdana, sans-serif;
    line-height: 2em;
    text-align: justify;
    /*color: #222;*/
    /*margin-bottom: 25px;*/
}

.storyDateBox a
{
    text-decoration: none !important;
}

blockquote
{
    background: #F0ECE1 url(http://www.post1.net/biow/resource/images/blockquote.gif) no-repeat bottom left;
    /*border: 1px solid #F0ECE1;*/
    padding: 10px;
    padding-bottom: 40px;
    margin: 1em;
}

.rCategory
{
    list-style:none
}
.rFolder
{
    list-style:none
}


.shadowed { /* http://www.alistapart.com/articles/cssdropshadows */
  float:left; 
  background: url(http://www.post1.net/biow/resource/images/drop-shadow.png) no-repeat bottom right !important;
  background: url(http://www.post1.net/biow/resource/images/drop-shadow.gif) no-repeat bottom right;
  margin: 10px 10px 5px 10px !important;
  margin: 10px 10px 5px 5px;
  }
.shadowed img {
  display: block;
  position: relative;
  background-color: #fff;
  /*border: 1px solid #999;*/
  margin: -6px 6px 6px -6px;
  padding: 6px;
  }
.shadowed blockquote { display: block; position: relative; background-color: #ff9;
 border: 1px solid #999; padding: 10px; max-width: 800px; font-weight:bold;
  margin: -6px 6px 6px -6px !important;
  margin: 0px 6px 6px 0px;}
}
