/*
 * Sprite-Assignment
 */

.social a {
    background-repeat: no-repeat;
    background-image: url(../images/sprite_global.png);
    _background-image: url(../images/sprite_global.gif);
}

/*
 * Footer Styling
 */

footer {
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    background-position: center bottom;
    clear: both;
    background-color: #353535;
    z-index: 10;
}

#footer {
    text-align: left;
    display: block;
    width: 980px;
    padding: 25px 0 15px;
    margin: 0 auto;
    *height: 230px;
}

#footer .social,
#footer p.error,
#footer p.success {
    border: 1px solid;
    border-color: #1e1e1e #404040 #404040 #1e1e1e;
    background: #2B2B2B;
}

/*
 * Footer Lists
 */

#footer nav ul {
    float: left;
    margin-right: 50px;
}

#footer nav ul li {
    padding: 0 0 10px 0;
}

#footer p,
#footer nav ul a {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    transition: color .2s;
    -moz-transition: color .2s;
    -webkit-transition: color .2s;
}

#footer nav ul a:hover {
   color: #fff;
}

/*
 * Social Media
 */

.social {
    float: left;
    width: 32px;
    padding: 12px;
    margin: 0 60px 0 50px;
}

.social .twitter,
.social .facebook {
    float: left;
    width: 29px;
    height: 28px;
    transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s;
}

.social .facebook {
    margin-right: 12px;
    background-position: 0 -352px;
}

.social .facebook:hover {
    background-position: 0 -380px;
}

.social .twitter {
    background-position: 0 -296px;
}

.social .twitter:hover {
    background-position: 0 -324px;
}

/*
 * Newsletter
 */

#newsletter {
    float: right;
    width: 320px;
}

#newsletter input {
    color: #8c8c8c;
    width: 170px;
    padding: 3px;
    margin-right: 20px;
    border: 3px solid #505050;
    background-color: #484545;
    box-shadow: none;
    _float: left;
    _margin-top: 1px;
}

#newsletter p {
    padding-bottom: 8px;
}

#newsletter button {
    *width: 100px;
    _float: left;
}

#footer p.message {
    font-size: 11px;
    line-height: 18px;
    width: 301px;
    padding: 3px 5px 3px 5px;
    _width: 311px;
}

#footer p.error {
    color: #c59c9c;
}

#footer p.success {
    color: #f4f5f4;
}