/*   
Theme Name: MetroTwit 2012
Theme URI: http://www.metrotwit.com
Description: MetroTwit 2012
Author: Long Zheng
Author URI: http://www.metrotwit.com
*/

html, body
{
    margin: 0 !important;
    min-width: 1170px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 14px;
}

.section
{
    padding: 60px 0;
}

    .section.graysection
    {
        background-color: #eee;
    }

#header
{
    background-color: #41abe1;
}

    #header.smallheader
    {
        padding: 20px 0 30px;
    }

    #header h1 a
    {
        background: url(images/metrotwit_logo.png) no-repeat;
        width: 151px;
        height: 70px;
        font-size: 0;
        text-indent: -9999px;
        margin: 0;
        float: right;
        display: block;
    }

    #header h2
    {
        font-weight: 300;
        font-size: 34px;
        line-height: 130%;
        color: white;
        margin-top: -10px;
    }

h3
{
    font-weight: 600;
    font-size: 34px;
    line-height: 130%;
    color: #555;
    text-align: center;
    margin: 0 0 20px 0;
    text-rendering: optimizeLegibility;
}

.byline
{
    font-weight: 300;
    font-size: 20px;
    color: #aaa;
    text-align: center;
    margin: -10px 0 50px 0;
}

h4
{
    font-size: 26px;
    font-weight: 300;
    line-height: 110%;
    text-rendering: optimizeLegibility;
}

.centered
{
    text-align: center;
}

.centered .flatbutton
{
    text-align: center;
    margin: 0 auto;
}

.flatbutton
{
    padding: 16px 30px;
    display: inline-block;
    color: white;
    text-decoration: none;
    text-align: center;
    position: relative;
    background: #00A9DA;
}

    .flatbutton:hover
    {
        color: white;
        text-decoration: none;
        background-color: #004876;
    }

    .flatbutton strong
    {
        display: block;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 4px;
    }

    .flatbutton span
    {
        display: block;
        line-height: 1;
        font-size: 14px;
    }

    .flatbutton:active
    {
        top: 2px;
    }

    .flatbutton.download
    {
        display: block;
        width: 300px;
        text-align: left !important;
        padding: 16px 30px 16px 66px;
        background: #2fa700 url(images/download.png) no-repeat 18px 50%;
    }

        .flatbutton.download:hover
        {
            background-color: #237c00;
        }

    .flatbutton.upgrade
    {
        display: block;
        width: 300px;
        text-align: left !important;
        padding: 16px 30px 16px 66px;
        background: #00A9DA url("images/plus-icon.png") no-repeat 27px 50%;
    }

        .flatbutton.upgrade:hover
        {
            background-color: #004876;
        }

.sidebar
{
}

    .sidebar h3
    {
        font-size: 16px;
        text-align: left;
    }

    .sidebar ul
    {
        list-style: none;
        margin: 0;
    }

        .sidebar ul li
        {
            font-size: 15px;
            margin-bottom: 0.4em;
        }

#footer
{
    background-color: #111;
    color: #666;
    font-size: 12px;
}

    #footer h4
    {
        font-size: 18px;
        color: #555;
    }

    #footer ul
    {
        list-style: disc outside;
    }

        #footer ul li
        {
            margin-bottom: 3px;
        }

    #footer #madeinaus
    {
        background: url(images/australia-icon.png) no-repeat 0% 50%;
        padding-left: 22px;
        margin-bottom: 10px;
    }

    #footer a
    {
        color: #888;
    }

        #footer a:hover
        {
            color: #aaa;
        }

.article-share
{
    margin-bottom: 1em;
}

/* metrotwit plus */
div#PPDGFrame div.mask
{
    cursor: wait;
}

/* facebook button */
.fb-like
{
    vertical-align: top;
}

#header #social .fb-like
{
    margin-right: 10px;
}
