﻿
/*Article detail page layout*/
h1.page-title {
    display: none;
}

.main_content {
    padding: 0 5px;
}

    .main_content .body > div > p:first-child:first-letter {
        float: left;
        font-family: 'Museo-500',Times,serif;
        font-size: 55px;
        line-height: 42px;
        margin: 4px 7px 0 0;
        text-shadow: 1px 1px 0 #FFFFFF, 2px 2px 0 #84B9E9;
    }

/* toolbar thing */
.resize a {
    border-radius: 2px;
    color: #B2B2B2;
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    width: 18px;
}

    .resize a.selected {
        background: none repeat scroll 0 0 #F5AA09;
        color: #FFFFFF;
    }

