@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,400,700);

body
{
    padding: 0;
    margin: 0;
    font-family: 'Lato' , sans-serif;
    font-weight: 300;
    color: #777;
    font-weight: 300;
}

#content-wrapper
{
    width: 100%;
    margin: 0 auto;
}

#accord-logo
{
    display: block;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/accord-logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 487px;
    height: 363px;
}

#accord-logo img
{
    display: none;
}

#accord-logo p
{
    position: relative;
    top: 280px;
    left: 330px;
    font-weight: bold;
}

#right-buttons
{
    right: 50px;
    position:fixed;
    margin-top: 50px;
    float:right;
    width: 50px;
    height: 363px;
    vertical-align: middle;
}

#download-buttons
{
    margin-top: 50px;
    width: 450px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

#download-buttons ul
{
    list-style: none;
    height: 40px;
    padding: 0;
    background: #eee;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
    background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    box-shadow: inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
    width: 450px;
}

#download-buttons li
{
    width: 89px;
    float: left;
    border-right: 1px solid #d2d2d2;
    height: 40px;
}

#download-buttons ul a
{
    line-height: 1;
    font-size: 11px;
    color: #999;
    display: block;
    text-align: center;
    padding-top: 6px;
    height: 40px;
}

#download-buttons ul li + li
{
    width: 88px;
    border-left: 1px solid #fff;
}

#download-buttons ul li + li + li
{
    border-right: none;
    width: 89px;
}

#download-buttons ul a strong
{
    font-size: 14px;
    display: block;
    color: #222;
}





section
{
    margin-top: 50px;
    font-weight: 300;
    text-align: center;
}

section p
{
    font: 12px Segoe UI, Helvetica, Arial, sans-serif;
    color: #333333;
    margin-top: 0;
}

.section-title
{
    margin-bottom: 50px;
}

.section-title h1
{
    font: 36px Segoe UI, Helvetica, Arial, sans-serif;
    line-height: 36px;
}

.section-title p
{
    max-width: 640px;
    margin: 0 auto;
}

.section-panel
{
    width: 270px;
    margin: 20px;
    display: inline-block;
    vertical-align: top;
}

.section-panel img
{
    max-width: 200px;
    max-height: 100px;
}

.section-panel h1
{
    font-size: 20px;
}

.section-footer
{
    max-width: 600px;
    text-align: center;
    margin: 10px auto;
}

.openhub-stats
{
    margin: 50px auto;
    vertical-align: top;
}

.openhub-stats .openhub-factoids
{
    vertical-align: top;
    display: inline-block;
}

.openhub-stats .openhub-banner
{
    margin: 50px auto;
    vertical-align: top;
    display: inline-block;
}



footer
{
    /*background-color: #f1f1f1;*/
    width: 100%;
    color: #666;
    font: 14px/20px 'Segoe UI', Helvetica, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 80px;
    text-align: center;
    
    background: #eee;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
    background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
    border-radius: 5px;
    border-top: 1px solid #d2d2d2;
}

footer div.footer-contents
{
    max-width: 600px;
    text-align: center;
    padding: 0;
    margin: 10px auto;
    display: inline-block;
}

footer ul
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: auto;
    list-style: none;
    vertical-align: middle;
    text-align: center;
}

footer div.hr
{
    clear: both;
    padding-top: 5px;
    border-bottom: solid 1px #dedede;
    height: 0;
}

footer li
{
    display: inline;
    padding: 0;
    margin: 0;
}

footer li:before 
{
    content: "| "; 
    margin-left: 4px;
    margin-right: 4px;
}

footer li:first-child:before
{
    content: ""; 
}

footer .copyright
{
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
}

footer .copyright span
{
    font-variant: small-caps;
}

/*
footer div.footer-contents:after
{
    content: "Accord.NET";
    font-variant: small-caps;
    font-size: 30px;
    position: relative;
    float: right;
    left: 170px;
    top: -45px;
}*/



@media print, screen and (max-width: 960px)
{
    body
    {
        word-wrap: break-word;
    }

    header
    {
        padding: 0;
    }

    header ul, header p.view
    {
        position: static;
    }

    pre, code
    {
        word-wrap: normal;
    }
}

@media print, screen and (max-width: 650px)
{
    #right-buttons
    {
        right: 0px;
        position: static;
        margin-top: 0px;
        width: 100%;
        height: auto;
        vertical-align: middle;
        text-align: center;
        display: inline-block;
    }
    
    #right-buttons img
    {
        width: 32px;
    }
    
    #accord-logo p
    {
        display: none;
    }
    
    #accord-logo
    {
        width: 100%;
        height: auto;
        background-image: none;
        background-size: contain;
    }
    
    #accord-logo img
    {
        width: 100%;
        height: auto;
        display: block;
    }
    
    #download-buttons
    {
        margin: 0px auto;
        width: 100%;
        height: auto;
        padding: 0 auto;
        display: inline-block;
    }

    #download-buttons ul
    {
        list-style: none;
        background: none;
        border: none;
        width: 100%;
        text-align: center;
        box-shadow: none;
        text-align: center;
        margin-left: -1px;
    }

    #download-buttons li
    {
        display: inline-block;
        margin: 2px 0;
        width: 89px;
        float: none;
        border: 1px solid #d2d2d2;
        height: 40px;
        padding: 0;
        background: #eee;
        background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
        background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
        background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
        background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
        background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
    }

    #download-buttons ul a
    {
        line-height: 1;
        font-size: 11px;
        color: #999;
        display: block;
        text-align: center;
        padding-top: 6px;
        height: 40px;
    }

    #download-buttons ul li + li
    {
        width: 89px;
        border: 1px solid #d2d2d2;
    }

    #download-buttons ul li + li + li
    {
        border: 1px solid #d2d2d2;
        width: 89px;
    }

    #download-buttons ul a strong
    {
        font-size: 14px;
        display: block;
        color: #222;
    }
    
    #powerTip
    {
        display: none;
        visibility: hidden;
    }
}

@media print, screen and (max-width: 520px)
{
    body
    {
        padding: 15px;
    }
}

@media print
{
    body
    {
        padding: 0.4in;
        font-size: 12pt;
        color: #444;
    }
}
