/*------------------- Header --*/

#YPP_headTile, #YPP_headerCenter, #YPP_headerNav {
    height: 91px;
}
#YPP_headerCenter {
    position: relative;
    top: -91px;
    margin-bottom: -91px;
    clear: both;
}
.toptext {
    font-size: 18px;
    font-weight: bold;
}
#topHeader {
    position: relative;
    color: #636363;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
#topHeader .languages {
    position: absolute;
    top: 6px;
    right: 20px;
    width: 300px;
    text-align: right;
}
.YPP_content {
    margin-top: 0;
}

#main_panesHeader {
    width: 100%;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #636363;
    text-align: center;
}

/*------------------- Top-level feature content --*/

#main_panesContainer {
    position: relative;
    width: 939px;
    height: 360px;
    background: url("/static/images/index/landing_illustration_bg.jpg") no-repeat top center;
}

#main_panesContainer a:hover {
    text-decoration: none;
}

#illustration {
    position: absolute;
    top: 0;
    left: 25px;
}

#blueButtons {
    position: absolute;
    top: 265px;
    left: 60px;
}

#createPirate {
    position: absolute;
    top: 220px;
    left: 535px;
    width: 340px;
    height: 170px;
}

#createPirate .facebook {
    position: absolute;
    top: 94px;
    left: 70px;
    width: 195px;
    height: 22px;
}

#createPirate .havePirate {
    position: absolute;
    top: 135px;
    left: 0;
    width: 340px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#createPirate p a:hover {
    text-decoration: underline;
}


/*------------------- Bottom-level content --*/

#feeds {
    position: relative;
    width: 870px;
    margin: 20px auto;
    font-size: 12px;
}

.linksColumn {
    width: 250px;
    min-height: 310px;
    float: left;
    padding: 0 10px 0 10px;
}

.linksColumn li {
    margin-left: 15px;
    color: #636363;
}

.linksColumn h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

#eventsColumn {
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}

#followUs {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 4px;
}

#followTwitter {
    padding-right: 5px;
    width: 80px;
    text-align: center;
}

#likeFacebook {
    position: relative;
}

#promosColumn {
    width: 300px;
}

.promoBox {
    clear: both;
    position: relative;
}

.promoBox img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.promoBox p {
    margin: 0 0 10px 0;
    padding-left: 70px;
    height: 55px;
}

#promosColumn .divider {
    width: 250px;
    height: 1px;
    border-bottom: solid #DBDBDB 1px;
    margin: 0 0 10px 30px;
}

#resourceloader {
    width: 1px;
    height: 0px;
}

/*------------------- Overrides for ?isNewUser=true --*/


#feeds.newuser {
    width: 850px;
}

#feeds.newuser #promosColumn {
    position: relative; 
    width: 850px; 
    margin: 0 auto; 
    padding: 10px 0 0 0;
    float: none;
    min-height: 50px;
}

#feeds.newuser .promoBox {
    float: left;
    width: 260px;
    margin-right: 20px;
    clear: none;
}

#feeds.newuser #promosColumn .divider {
    display: none;
}


