/*
*	Copyright: (CC) 2010, ADX Networks. All rights reserved.
*	Version: 1.0
*	Author: Juan Pablo Barrientos Lagos, aka Juanpablob, http://twitter.com/juanpablob
*	
*	File Description: Structure, containers flow control and main definitions.
*/

/** Structure
--------------------------------------------- **/
#main {
}
#wrap,
.wrapper {
    width: 950px;
    margin: 0 auto;
}

/** Main
--------------------------------------------- **/
#main {
    margin-bottom: 40px;
    background: #113154 url(../img/bgr-main.jpg) center top no-repeat;
}
    #main .wrapper {
        position: relative;
    }
    /* Header */
    #main header {
        padding: 25px 0 20px 20px;
        background: url(../img/spl-header.png) center bottom no-repeat;
    }
        #main header h1 {
            float: left;
        }
            #main header h1 a {
                width: 195px;
                height: 34px;
                background: url(../img/logo-webpartner.png) no-repeat;
            }
        #main header nav {
            float: right;
            margin: 3px 120px 0 0;
        }
            #main header nav li {
                float: left;
                margin-left: 10px;
            }
            #main header nav a {
                display: block;
                padding: 3px 7px;
                border: 1px solid #90b9c5;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                font-family: 'Calibri', Arial, Clean, sans-serif;
                font-size: 14px;
                color: #fff;
                text-shadow: 1px 1px 0 #113154;
                background-color: #144369;
            }
            #main header nav a:hover,
            #main header nav a.current {
                text-decoration: none;
                text-shadow: 1px 1px 0 #950051;
                background-color: #e5047f;
            }
    
    /* Promo */
    #main .promo {
        padding: 30px 570px 20px 20px;
        color: #fff;
        background: url(../img/cpanel.png) right bottom no-repeat;
    }
        #main .promo h2 {
            margin-bottom: 15px;
            font-size: 40px;
            line-height: 90%;
            font-weight: bold;
            text-shadow: 1px 1px 0 #113154;
        }
        #main .promo p {
            margin-bottom: 25px;
            font-size: 13px;
            line-height: 160%;
            text-shadow: 1px 1px 0 #113154;
        }
        #main .promo .call {
            display: inline-block;
            width: 230px;
            height: 54px;
            padding: 19px 0 0 0;
            font-family: 'Calibri', Arial, Clean, sans-serif;
            font-size: 35px;
            line-height: 60%;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            text-align: center;
            text-shadow: 1px 1px 0 #7c143f;
            background: url(../img/bgr-call-btn.png) no-repeat;
        }
            #main .promo .call small {
                display: block;
                font-family: Arial, Clean, sans-serif;
                font-size: 11px;
                font-weight: normal;
            }
        #main .promo .call:hover {
            color: #fff2c0;
        }
        #main .promo .badge {
            position: absolute;
            top: 50px;
            right: 0px;
            width: 130px;
            height: 130px;
            background: url(../img/shp-badge.png) no-repeat;
        }

/** Content
--------------------------------------------- **/
#wrap {
    margin-bottom: 40px;
}
#wrap a {
    color: #e5047f;
}
#wrap .mod {
    width: 460px;
    margin-bottom: 25px;
}
    #wrap.inner summary {
        margin-bottom: 25px;
    }
    #wrap.inner hgroup {
        position: relative;
        margin-bottom: 25px;
        padding-left: 80px;
    }
        #wrap.inner hgroup img {
            position: absolute;
            top: -5px;
            left: 0;
        }
        #wrap.inner hgroup h1 {
            font-size: 35px;
            line-height: 80%;
            font-weight: bold;
            color: #333;
            text-shadow: 1px 1px 0 #fff;
        }
        #wrap.inner hgroup p {
            font-size: 18px;
            font-weight: bold;
            color: #999;
            text-shadow: 1px 1px 0 #fff;
        }
#wrap h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
}
#wrap p {
    font-size: 14px;
    line-height: 156%;
    text-shadow: 1px 1px 0 #fff;
}

.info-notice {
    margin-bottom: 30px;
    padding: 12px;
    border: 1px solid #ecdda0;
    font-size: 16px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    background-color: #fffbe9;
}
    .info-notice span {
        color: #999;
    }
    .info-notice a {
        font-weight: bold;
    }

/**---- Information ----**/
#information {
}
    /* Features */
    #information .features {
        font-size: 12px;
    }
        #information .features li {
            position: relative;
            width: 170px;
            margin-bottom: 20px;
            padding-left: 55px;
            text-shadow: 1px 1px 0 #fff;
        }
            #information .features li img {
                position: absolute;
                top: 5px;
                left: 0;
                margin-right: 7px;
            }
            #information .features li strong {
                display: block;
                color: #333;
            }
    
    /* Overview */
    #information .overview {
    }
        #information .overview p {
        }
    
    /* Video */
    #information .video {
    }
        #information .video p {
            margin-bottom: 10px;
        }

/** Inner
--------------------------------------------- **/
.inner .col-left {
    float: left;
    width: 625px;
}
.inner .col-right {
    float: right;
    width: 300px;
}

    /* Exceptions */
    .page-packages .col-left,
    .page-packages .col-right {
        margin-top: 25px;
    }

/**---- Pricing ----**/
#wrap table.packages {
    width: 100%;
    background: #f4f4f4 url(../img/bgr-pricing-table.gif) left top repeat-x;
}
    #wrap table.packages th {
    }
        #wrap table.packages th strong {
            display: block;
            margin-bottom: 3px;
            font-family: 'Calibri', Arial, Clean, sans-serif;
            font-size: 22px;
            line-height: 90%;
            font-weight: bold;
            color: #e5047f;
            text-shadow: 1px 1px 0 #fff;
        }
        #wrap table.packages th span {
            display: block;
            margin-bottom: 7px;
            font-size: 14px;
            font-weight: bold;
            color: #333;
        }
            #wrap table.packages th span em {
                font-size: 11px;
                font-weight: normal;
                font-style: normal;
                color: #666;
            }
        #wrap table.packages th a {
            display: inline-block;
        }
    #wrap table.packages th,
    #wrap table.packages td {
        padding: 7px;
        border: 1px solid #cfdcec;
        text-align: center;
    }
    #wrap table.packages th.no-data {
        border-top-width: 0;
        border-left-width: 0;
        background-color: #f4f4f4;
    }
        #wrap table.packages th.featured div:first-child {
            position: relative;
        }
        #wrap table.packages th.featured .featured-package {
            position: absolute;
            top: -46px;
            left: 24px;
            width: 85px;
            height: 39px;
            background: url(../img/shp-popular-package.png) no-repeat;
        }
    #wrap table.packages td.item {
        text-align: left;
    }
    #wrap table.packages td {
        color: #333;
    }
    #wrap table.packages th {
        padding: 15px 0;
    }

/**---- Some Specs ----**/
#wrap .col-right .specs {
}
    #wrap .col-right .specs ul {
    }
    #wrap .col-right .specs li {
        margin-bottom: 15px;
        font-size: 14px;
        text-shadow: 1px 1px 0 #fff;
    }
        #wrap .col-right .specs li img {
            margin-right: 5px;
            vertical-align: middle;
        }

/**---- Download Notice ----**/
.page-packages .download-notice {
    margin: 20px 0;
    padding: 12px 12px 12px 74px;
    border: 1px solid #ecdda0;
    text-shadow: 1px 1px 0 #fff;
    background: #fffbe9 url(../img/ico-download.png) 12px 13px no-repeat;
}
    .page-packages .download-notice h4 {
        font-family: 'Calibri', Arial, Clean, sans-serif;
        font-size: 20px;
        line-height: 80%;
        font-weight: bold;
        color: #333;
    }
    .page-packages .download-notice p {
    }
        .page-packages .download-notice p span {
            color: #999;
        }
    .page-packages .download-notice small {
        font-size: 11px;
        color: #999;
    }
        #wrap.page-packages .download-notice small a {
            color: #999;
            text-decoration: underline;
        }
            #wrap.page-packages .download-notice small a:hover {
                color: #666;
            }

/**---- Support ----**/
.support-ways {
}
    .support-ways li {
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #cadce6;
        border-radius: 7px;
        background: #f8f8f8 url(../img/bgr-support-way.gif) left top repeat-x;
    }
        .support-ways li img {
            float: left;
            margin: 5px 10px 0 0;
        }
        .support-ways li h4 {
            font-size: 14px;
            font-weight: bold;
            color: #333;
        }

/**---- Post ----**/
.post-body {
}
    .post-body h4 {
        margin-bottom: 7px;
        font-size: 15px;
        font-weight: bold;
        color: #666;
        text-shadow: 1px 1px 0 #fff;
    }
    .post-body p,
    .post-body ul {
        margin-bottom: 25px;
    }
    .post-body ul {
        margin-left: 30px;
    }
    .post-body li {
        font-size: 14px;
        line-height: 156%;
        text-shadow: 1px 1px 0 #fff;
        list-style-type: square;
        list-style-position: inside;
    }

/** Footer
--------------------------------------------- **/
footer {
    background: url(../img/bgr-footer.gif) left top repeat-x;
}
    footer .wrapper {
        width: 785px;
        padding: 15px 0 15px 165px;
        text-shadow: 1px 1px 0 #fff;
        background: url(../img/logo-webpartner-footer.gif) left 12px no-repeat;
    }
        footer .wrapper ul {
            margin-bottom: 5px;
        }
        footer .wrapper li {
            float: left;
            padding: 0 7px;
            border-left: 1px solid #ccc;
        }
        footer .wrapper li:first-child {
            padding-left: 0;
            border-left-width: 0;
        }
            footer .wrapper li a {
                color: #666;
            }
        footer .wrapper p {
            font-size: 11px;
            color: #999;
        }
            footer .wrapper p a {
                text-decoration: underline;
                color: #999;
            }
            footer .wrapper p a:hover {
                color: #666;
            }
