﻿* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html, body {
    height: 100%;
}

body {
    background: url(/content/css/images/body.png) repeat 0 0;
    color: #000;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    line-height: 1.2;
}

a {
    color: #0072bc;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

    a img {
        border: 0;
    }

input, textarea, select {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
    overflow: auto;
}

.cl {
    display: block;
    clear: both;
    height: 0;
    text-indent: -4000px;
    font-size: 0;
    line-height: 0;
}

.notext {
    text-indent: -4000px;
    font-size: 0;
    line-height: 0;
}

.left, .alignleft {
    display: inline;
    float: left;
}

.right, .alignright {
    display: inline;
    float: right;
}

#wrapper {
    margin: 0 auto -262px;
    min-height: 100%;
    height: 100%;
    height: auto !important;
}

.shell {
    margin: 0 auto;
    width: 980px;
}

#header {
    min-width: 980px;
    height: 183px;
    border-bottom: 5px solid #dcf2f4;
    background: url(/content/css/images/header-bg.png) repeat-x 0 0;
}

    #header .shell {
        height: 183px;
    }

#top-bar {
    height: 40px;
}

    #top-bar .btns {
        padding-top: 7px;
        width: 303px;
        height: 26px;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
    }

        #top-bar .btns .signin {
            width: 101px;
            height: 26px;
            background: url(/content/css/images/top-bar-btns.png) no-repeat 0 0;
            color: #0d475d;
            text-align: center;
            text-transform: uppercase;
            -webkit-text-shadow: 1px 1px 0 #bfd5d7;
            text-shadow: 1px 1px 0 #bfd5d7;
            font-weight: bold;
            font-size: 14px;
            line-height: 24px;
        }

        #top-bar .btns .signup {
            width: 101px;
            height: 26px;
            background: url(/content/css/images/top-bar-btns.png) no-repeat 0 -26px;
            color: #49062f;
            text-align: center;
            text-transform: uppercase;
            -webkit-text-shadow: 1px 1px 0 #e892cb;
            text-shadow: 1px 1px 0 #e892cb;
            font-weight: bold;
            font-size: 14px;
            line-height: 24px;
        }

    #top-bar .languages {
        position: relative;
        margin: 9px 0 0 120px;
        width: 83px;
        height: 22px;
    }

        #top-bar .languages .current {
            display: inline;
            float: left;
            width: 53px;
            height: 20px;
            border: 1px solid #bcbcbc;
            -moz-border-radius: 2px 0 0 2px;
            -webkit-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
            background: #f6f6f6;
            color: #454545;
            font-size: 13px;
            line-height: 18px;
        }

            #top-bar .languages .current img {
                display: inline;
                float: left;
                margin: 1px 8px 0 3px;
            }

        #top-bar .languages .trigger {
            display: inline;
            float: left;
            width: 26px;
            height: 20px;
            border: 1px solid #bcbcbc;
            border-left: 0;
            -moz-border-radius: 0 2px 2px 0;
            -webkit-border-radius: 0 2px 2px 0;
            border-radius: 0 2px 2px 0;
            background: #f6f6f6 url(/content/css/images/selectbox-arrow.png) no-repeat center 0;
        }

        #top-bar .languages ul {
            position: absolute;
            top: 21px;
            left: 0;
            display: none;
            width: 55px;
            list-style: none outside none;
        }

            #top-bar .languages ul li {
                height: 20px;
                border: 1px solid #bcbcbc;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background: #f6f6f6;
                font-size: 13px;
                line-height: 18px;
                cursor: pointer;
            }

                #top-bar .languages ul li img {
                    display: inline;
                    float: left;
                    margin: 1px 8px 0 3px;
                }

#logo {
    padding: 7px 0 0 1px;
    width: 193px;
    height: 83px;
}

    #logo a {
        display: block;
        height: 83px;
        background: url(images/logo.png) no-repeat 0 0;
    }

#header .banner {
    margin-top: 3px;
    margin-right: 260px;
    width: 468px;
    height: 60px;
}

#navigation {
    margin-top: 6px;
    height: 47px;
    background: url(/content/css/images/nav-separator.png) no-repeat 0 0;
    list-style: none outside none;
}

    #navigation li {
        display: inline;
        float: left;
        height: 47px;
    }

        #navigation li a {
            display: inline;
            float: left;
            height: 47px;
            background: url(/content/css/images/nav-separator.png) no-repeat right 0;
            color: #fff;
            -webkit-text-shadow: 1px 1px 0 #000;
            text-shadow: 1px 1px 0 #000;
            font-weight: bold;
            font-size: 14px;
        }

            #navigation li a span {
                display: inline;
                float: left;
                padding: 15px 28px 0 30px;
                height: 32px;
            }

            #navigation li a:hover {
                text-decoration: none;
            }

                #navigation li a:hover span,
                #navigation li a.active span {
                    background: url(/content/css/images/nav-arrow.png) no-repeat center bottom;
                    text-decoration: none;
                }

#top-socials {
    padding: 16px 1px 0 0;
    height: 27px;
}

    #top-socials a {
        display: inline;
        float: left;
        margin-left: 9px;
        width: 27px;
        height: 27px;
        background: url(/content/css/images/top-socials.png) no-repeat;
    }

    #top-socials .facebook {
        background-position: 0 0;
    }

    #top-socials .twitter {
        background-position: 0 -27px;
    }

    #top-socials .rss {
        background-position: 0 -54px;
    }

    #top-socials span {
        display: inline;
        float: left;
        padding: 6px 4px 0 0;
        color: #fff;
        -webkit-text-shadow: 1px 1px 0 #000;
        text-shadow: 1px 1px 0 #000;
    }

#main {
    margin: 0 auto;
    padding: 15px 0;
    width: 991px;
}

#main-t {
    height: 13px;
    background: url(/content/css/images/main-container-t.png) no-repeat 0 0;
}

#main-b {
    height: 15px;
    background: url(/content/css/images/main-container-b.png) no-repeat 0 0;
}

#main-m {
    padding: 0 6px;
    background: url(/content/css/images/main-container-bg.png) repeat-y 0 0;
}

.external-network-login {
}

    .external-network-login h3 {
        padding: 0 0 2px 8px;
        font-size: 14px;
    }

    .external-network-login a {
        display: block;
        margin-top: 15px;
        width: 274px;
        height: 64px;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .external-network-login .facebook {
        background-image: url(/content/css/images/login-wfacebook.png);
    }

    .external-network-login .twitter {
        background-image: url(/content/css/images/login-wtwitter.png);
    }

#login {
    padding: 32px 51px 32px 36px;
}

    #login .l-box {
        padding: 13px 0 16px 11px;
        width: 186px;
        border: 1px solid #a8e1e6;
    }

        #login .l-box h3 {
            padding: 0 0 3px 65px;
            height: 31px;
            background: url(/content/css/images/ico-login.png) no-repeat 0 0;
            font-size: 20px;
        }

        #login .l-box a {
            display: block;
            margin-top: 11px;
            padding-top: 7px;
            width: 174px;
            height: 20px;
            background: url(/content/css/images/lbox-link.png) no-repeat 0 0;
            color: #000;
            text-align: center;
            font-weight: bold;
            font-size: 11px;
        }

    #login .m-box {
        margin-left: 53px;
        padding: 14px 0 12px 7px;
        width: 360px;
        border: 1px solid #a8e1e6;
        background: #e9f7f8;
    }

        #login .m-box h2 {
            padding: 0 0 14px 22px;
            font-size: 20px;
        }

        #login .m-box .fields {
            padding-top: 17px;
            width: 348px;
            height: 81px;
            background: url(/content/css/images/login-fields-bg.png) no-repeat 0 0;
        }

        #login .m-box label {
            display: inline;
            float: left;
            padding-right: 15px;
            width: 84px;
            text-align: right;
            font-weight: bold;
            font-size: 11px;
            line-height: 20px;
        }

        #login .m-box .field {
            display: inline;
            float: left;
            margin-bottom: 13px;
            padding: 1px 5px 2px;
            width: 213px;
            height: 15px;
            border: 1px solid #6b7b8e;
            background: #fff;
            font-size: 11px;
        }

        #login .m-box .fpassword {
            padding: 11px 0 0 22px;
            text-decoration: underline;
            font-size: 10px;
        }

            #login .m-box .fpassword:hover {
                text-decoration: none;
            }

        #login .m-box .submit {
            margin: 12px 34px 0 0;
            padding-bottom: 2px;
            width: 74px;
            height: 17px;
            border: 0;
            background: url(images/login-btn.png) no-repeat 0 0;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer;
        }

        #login .m-box form {
            padding-bottom: 42px;
        }

        #login .m-box .external-network-login {
            padding-left: 22px;
        }

    #login .rbox {
        margin-left: 52px;
        width: 219px;
        height: 67px;
        background: url(/content/css/images/signup-now-box.png) no-repeat 0 0;
    }

        #login .rbox small {
            display: block;
            padding: 12px 0 0 30px;
            color: #424242;
            font-weight: bold;
            font-size: 11px;
        }

        #login .rbox strong {
            display: block;
            padding: 2px 0 0 56px;
            color: #b6066e;
            text-transform: uppercase;
            -webkit-text-shadow: 1px 1px 0 #fff;
            text-shadow: 1px 1px 0 #fff;
            font-size: 18px;
            line-height: 1;
        }

        #login .rbox:hover {
            text-decoration: none;
        }

#signup {
    padding: 20px 0 20px 25px;
    color: #424242;
}

    #signup .widecolumn {
        width: 613px;
    }

        #signup .widecolumn h2 {
            padding-bottom: 5px;
            color: #363636;
            font-size: 20px;
        }

        #signup .widecolumn h3 {
            color: #363636;
            font-size: 12px;
        }

        #signup .widecolumn .thanks {
            padding: 25px 0;
        }

    #signup form {
        padding: 46px 0 45px 50px;
        background: #f4f4f4;
    }

    #signup label {
        display: inline;
        float: left;
        width: 175px;
        line-height: 19px;
    }

    #signup .field {
        margin-bottom: 23px;
        padding: 1px 5px;
        width: 102px;
        height: 15px;
        border: 1px solid #afafaf;
    }

    #signup .username-note {
        position: relative;
        margin: -18px 0 18px;
        font-size: 10px;
    }

    #signup .note-hidden {
        margin-left: 11px;
        color: #9b9b9b;
        font-size: 10px;
        line-height: 19px;
    }

    #signup .email-note {
        position: relative;
        margin: -18px 0 0 175px;
        font-size: 10px;
    }

    #signup .submit {
        display: block;
        margin: 70px 53px 0 auto;
        padding-bottom: 2px;
        width: 61px;
        height: 17px;
        border: 0;
        background: url(/content/css/images/login-btn.png) no-repeat 0 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
    }

    #signup .narrowcolumn {
        padding: 13px 0 0 35px;
        width: 270px;
    }

    #signup .user-signup-banner {
        display: block;
        margin: 0 auto;
        width: 222px;
        height: 69px;
        background: url(/content/css/images/user-signup-banner.png) no-repeat 0 0;
    }

        #signup .user-signup-banner small {
            display: block;
            padding-top: 12px;
            color: #424242;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
        }

        #signup .user-signup-banner strong {
            display: block;
            padding: 7px 0 0 56px;
            color: #b6066e;
            text-transform: uppercase;
            -webkit-text-shadow: 1px 1px 0 #fff;
            text-shadow: 1px 1px 0 #fff;
            font-size: 18px;
            line-height: 1;
        }

        #signup .user-signup-banner:hover {
            text-decoration: none;
        }

    #signup .user-signup .thanks {
        padding: 21px 0 12px;
    }

    #signup .user-signup h3 {
        padding-bottom: 13px;
    }

    #signup .selects select {
        display: inline;
        float: left;
        margin-right: 14px;
        margin-bottom: 11px;
        width: 141px;
        height: 19px;
        border: 1px solid #afafaf;
    }

    #signup .selects .field {
        margin-bottom: 11px;
    }

    #signup .address-note {
        padding: 12px 0 0;
    }

    #signup .user-signup .submit {
        margin-top: 30px;
    }

    #signup .business-signup-banner {
        margin-bottom: 28px;
        padding: 101px 0 25px;
        border-bottom: 1px solid #b5b5b5;
    }

        #signup .business-signup-banner h3 {
            padding-bottom: 8px;
            text-align: center;
            font-size: 14px;
        }

        #signup .business-signup-banner a {
            display: block;
            margin: 0 auto;
            width: 222px;
            height: 69px;
            background: url(/content/css/images/business-singup-banner.png) no-repeat 0 0;
            color: #b6066e;
        }

            #signup .business-signup-banner a strong {
                display: block;
                padding: 12px 0 0 55px;
                text-transform: uppercase;
                -webkit-text-shadow: 1px 1px 0 #fff;
                text-shadow: 1px 1px 0 #fff;
                font-size: 18px;
            }

            #signup .business-signup-banner a small {
                display: block;
                padding: 6px 0 0 28px;
                font-size: 12px;
            }

            #signup .business-signup-banner a:hover {
                text-decoration: none;
            }

    #signup .external-network-login h3 {
        padding-left: 0;
    }

#footer, #footer .shell, #footer-push {
    height: 262px;
}

#footer {
    min-width: 980px;
    background: url(/content/css/images/footer-bg.png) repeat-x 0 0;
}

#featured-cities {
    padding: 30px 0 0;
    width: 490px;
}

    #featured-cities h4 {
        padding-bottom: 25px;
        color: #66bee3;
        text-transform: uppercase;
        font-size: 12px;
    }

    #featured-cities .col {
        width: 143px;
    }

        #featured-cities .col ul {
            list-style: none outside none;
        }

            #featured-cities .col ul a {
                color: #fff;
            }

            #featured-cities .col ul li {
                padding-bottom: 3px;
            }

    #featured-cities .see-all {
        padding-top: 17px;
        font-size: 11px;
    }

        #featured-cities .see-all a {
            color: #fff;
        }

#footer-rside {
    width: 485px;
}

    #footer-rside .nav {
        padding-top: 30px;
        list-style: none outside none;
    }

        #footer-rside .nav li {
            display: inline;
            float: left;
            padding-right: 33px;
            padding-bottom: 14px;
        }

            #footer-rside .nav li.last {
                padding-right: 0;
            }

            #footer-rside .nav li a {
                display: inline;
                float: left;
                color: #fff;
                font-weight: bold;
            }

    #footer-rside .search {
        padding-top: 18px;
        height: 32px;
    }

        #footer-rside .search .field {
            padding: 6px 15px;
            width: 310px;
            height: 15px;
            border: 2px solid #000000;
            background: #dbdbdb;
            color: #4b4b4b;
        }

        #footer-rside .search .submit {
            margin: 1px 0 0 13px;
            width: 25px;
            height: 30px;
            border: 0;
            background: url(/content/css/images/search-btn.png) no-repeat 0 0;
            cursor: pointer;
        }

    #footer-rside .networks {
        padding-top: 37px;
        height: 37px;
    }

        #footer-rside .networks a {
            display: inline;
            float: left;
            width: 182px;
            height: 37px;
            background-position: 0 0;
            background-repeat: no-repeat;
        }

        #footer-rside .networks .facebook {
            background: url(/content/css/images/facebook-connect.png);
        }

        #footer-rside .networks .twitter {
            position: relative;
            margin: 0 26px 0 -2px;
            background: url(/content/css/images/twitter-connect.png);
        }

    #footer-rside .copyrights {
        padding-top: 18px;
        color: #fff;
        font-size: 11px;
    }

        #footer-rside .copyrights a {
            color: #fff;
        }

        #footer-rside .copyrights span {
            padding: 0 10px;
        }
