/*
File: main.css

Description:
    Contains CSS footer shared between all sites.
    
Used:
    Lineage2.com
    Forums
    Store

*/

/********************************************************/
/***     SITE-WIDE CLASSES      ***/
/********************************************************/
body{margin: 0;}
.hide-text{overflow: hidden;display: block;text-indent: -9999px;text-align: left;}


/********************************************************/
/***     Footer      ***/
/********************************************************/
#footer {
    clear: both;
    background: url('/global/includes/images/template-items/footer/background.jpg') top center repeat-x transparent;
    padding: 30px 0;
    font-family: Arial,Helvetica,sans-serif;
}

#footer td,
#footer th,
#footer p,
#footer li {
    font-family: Arial,Helvetica,sans-serif;
}
#footer a{color: #AB772A;}
#footer a:hover{color: #86D1E1;}
#footer ul{margin: 0;padding: 0;}

#footer .container {
    /*padding-left: 20px;*/
    width: 960px;
    position: relative;
}

#footer .sitemap{
    list-style: none;
}

#footer .sitemap LI {
    width: 146px;
    float: left;
    font-size: 15px;
    font-weight: bold;
}
#footer .sitemap LI a{text-decoration: none;}
#footer .sitemap LI a:hover{color: #86D1E1;}

#footer .sitemap LI UL {
    padding: 0;
    list-style: none;
}

#footer .sitemap LI UL LI {
    float: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
}

#footer .sitemap LI UL LI A{
    color: #F9E0A9;
}

#footer .sitemap LI UL LI A:HOVER {
    color: #54B4D1;
}

#footer .social {
    float: left;
    list-style: none;
}

#footer .social LI {
    margin-left: 10px;
    float: left;
}

#footer .social LI:first-child {
    margin-left: 0;
}

#footer .social LI A{
    height: 43px;
    width: 42px;
    display: block;
}

#footer .social .facebook A {
    background: url('/global/includes/images/template-items/footer/social-sprite.png') 0 0 no-repeat transparent;
}

#footer .social .facebook A:HOVER {
    background: url('/global/includes/images/template-items/footer/social-sprite.png') 0 -43px no-repeat transparent;
}

#footer .social .facebook SPAN {
    display: none;
}

#footer .social .twitter A {
    background: url('/global/includes/images/template-items/footer/social-sprite.png') -42px 0 no-repeat transparent;
}

#footer .social .twitter A:HOVER {
    background: url('/global/includes/images/template-items/footer/social-sprite.png') -42px -43px no-repeat transparent;
}

#footer .social .twitter SPAN {
    display: none;
}

#footer .social .youtube A {
    background: url('/global/includes/images/template-items/footer/social-sprite.png') -84px 0 no-repeat transparent;
}

#footer .social .youtube A:HOVER {
    background: url('/global/includes/images/template-items/footer/social-sprite.png') -84px -43px no-repeat transparent;
}

#footer .social .youtube SPAN {
    display: none;
}

#footer .social .rss A {
    background: url('/global/includes/images/template-items/footer/social-sprite.png') -126px 1px no-repeat transparent;
}

#footer .social .rss A:HOVER {
    background: url('/global/includes/images/template-items/footer/social-sprite.png') -126px -43px no-repeat transparent;
}

#footer .social .rss SPAN {
    display: none;
}

#footer .logos { margin-left: -10px;clear: left; list-style: none; text-align: center; padding: 2px 0 18px; }
#footer .logos li{display: inline-block; }
#footer .logos li a,
#footer .logos li span{display: block;background-position: 0 50%;background-repeat: no-repeat;}
#footer .logos li a.ncsoft{margin-right: 15px;margin-left: 76px;width: 169px;height: 92px;background-image: url(/global/includes/images/logos/ncsoft.png);}
body.body-sub #footer .logos li span.plaync{display:none !important;} /* Temp style for store footer until this is updated by platform */
#footer .logos li span.plaync{width: 103px;height: 92px;background-image: url(/global/includes/images/logos/plaync.png);}
#footer .logos li a.lineage2{margin: 0 128px 0 94px;width: 202px;height: 92px;background-image: url(/global/includes/images/logos/lineage-2.png);}
#footer .logos li a.rating{width: 206px;height: 92px;background-image: url(/global/includes/images/logos/esrb.png);}

#footer .container {margin: 0 auto; width: 960px; }

#footer .footer-character {
    position: absolute;
    right: -210px;
    bottom: 0;
    z-index: 10;
}

#footer #copyright,
#footer #copyright p {
    color: #C1C1C1;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
}

#footer #plaync {
    margin-top:20px;
    margin-left:10px;
}
