/* 
    Document   : story
    Created on : Jul 14, 2010, 4:37:13 PM
    Author     : admin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.story_tile{
    width:150px;
    height:140px;
}

.story_tile .image{
    height:130px;
    overflow:hidden;
    margin-bottom: 5px;
}

.story_tile h2{
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color:#000;
}

.tile h2 a{
    text-decoration: none;
    color: #fff;
}

.story_tile .info{
}

.story_tile .info img{
    margin-right: 5px;
}

#story_options{
    font-size: 14px;
}

#story_options a{
    color: #646464;
    text-decoration: none;
    padding: 2px 5px;
}

#story_options a img{
    margin-right: 5px;
}

#story_options, #story_options a.selected{
    color: #7A1127;
}

