/*! http://merecdn.fi/LICENSE ad-mtv3.css */

/*  ad sections, bells and whistles *******************************************/

.no-js .ad,
.ie6   .ad header,
.ie6   .ad footer,
.ad.dock, 
.ad .upvote
{
    /* hide inactive/unsupported content */
    display: none 
    }

.ad header
{
    /* hide header if there section is (visually) empty */
    visibility: hidden
    }

.ad header
{
    color:       rgb(11,11,11);
    height:      1.3em;
    line-height: 100%;
    margin: 
        0 0 2px 0 
    }

.rgba
.ad header
{
    /* if rgba support, use apple's "engarved" text-shadow */
    color: rgba(70,70,70,.4); text-shadow: 1px 1px 1px rgba(250,250,250,.6)	
    }

.ad .upvote
{
    text-decoration: none;
    margin:
        0 0 0 .6em /* horizontal space between icon and label */
    }

.ad .upvote.invite 
{
    color: inherit !important 
    }

.ad .upvote .icon
{
    display: inline-block;
    width:   14px;
    height:  14px;
    vertical-align: -2px; /* align image with text baseline */
    background: 
        transparent url(upvote-animation.png) no-repeat scroll -154px 0
    }

.ad .upvote.invite:hover 
.icon
{
    background-position: 0 0    
    }

.ie7 
.ad .upvote .icon
{
    margin-right:   2px;
    vertical-align: baseline
    }
    
.ie7
.ad .upvote,
.ie7 
.ad .upvote.invite
{
    color: rgb(11,11,11)
    }

