/* 
    Document   : mystyles
    Created on : Nov 8, 2012, 5:57:10 PM
    Author     : King
    Description:
        Purpose of the stylesheet follows.
*/

#header a {
    font-family: 'Rokkitt', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#logo {
    float: left;
    margin: 10px 0 20px 0;
}

.home #widgets {
    margin-top: 0;
    display: none;
}



.featured-title {
    font-family: 'Rokkitt', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: -1px;
    margin: 0;
    padding-top: 40px;
    text-align: center;
    color: #00a99d;
}

#featured p {
    font-family: 'Rokkitt', Arial, Helvetica, sans-serif;

    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
    padding: 0 30px 0 30px;
    text-align: justify;
}
