/**
 * Special style of appnr.com
 *
 * AUTHOR: Akira Ohgaki <akiraohgaki@gmail.com>
 */

/**
 * Site information
 */
#site-information {
    background-color: #dfd9d1;
    padding: 0.4em 1em;
}
    #site-information address {
        font-size: 83%;
        color: #c0b3a3;
    }
        #site-information address a {
            color: #c0b3a3;
        }
        #site-information address a:hover {
            color: #816647;
        }

/**
 * Share
 */
#share ul li a[href] {
    font-size: 83%;
    padding-left: 2em;
}
#share ul li a[href*="twitter.com"] {
    background: transparent url("favicons/twitter.png") no-repeat left center;
}
#share ul li a[href*="facebook.com"] {
    background: transparent url("favicons/facebook.png") no-repeat left center;
}
#share ul li a[href*="stumbleupon.com"] {
    background: transparent url("favicons/stumbleupon.png") no-repeat left center;
}
#share ul li a[href*="del.icio.us"] {
    background: transparent url("favicons/delicious.png") no-repeat left center;
}
#share ul li a[href*="delicious.com"] {
    background: transparent url("favicons/delicious.png") no-repeat left center;
}
#share ul li a[href*="google.com"] {
    background: transparent url("favicons/google.png") no-repeat left center;
}

