.clearable:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
.clearable
{
    height: 1%;
}


.clearable
{
    display: block;
}
/* End hide from IE-mac */

#story
{
    margin: 0;
    position: relative;
}

#story *
{
    font-family: georgia, serif;
}

#story h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}

#story h2
{
    font-weight: normal;
}

#story h4
{
    font-size: 70%;
    font-weight: normal;
}

#story #mediumRectangleAd
{
    clear: right;
    float: right;
    margin: 0 0 10px 10px;
    width: 300px;
}

#story #skyscraperAd
{
    clear: right;
    float: right;
    margin: 0 0 10px 10px;
    width: 160px;
}

#story #sidebar
{
    border: 1px solid #ccc;
    float: left;
    margin: 0 10px 10px 0;
    padding: 4px;
    width: 158px;
}

#story #sidebar #images
{
    list-style: none;
    margin: 0 0 5px 0;
    padding: 5px;
    text-align: center;
}

#story #sidebar #images li
{
    margin: 0 0 10px 0;
}

#story #sidebar #images img
{
    border: none;
    width: 150px;
}

#story #sidebar #images h5
{
    font-size: 7pt;
    margin: 0 0 5px 0;
    text-align: left;
}

#story #sidebar #images h5.caption
{
    font-weight: normal;
}
