/*
meta_and_controls.css 
Built by Ed Adams for Tumblr Themes

Common CSS rules implementable across any theme.

For more, go to http://themes.edada.ms/
*/

.meta .posted, .meta .source, .meta .reblogged_from, .meta .tags {
    margin-top: 3px;
}
            
.meta .source, .meta .reblogged_from {
   font-size: 11px;
}
            
.meta .notes {
    margin-top: 15px;
}
            
ol.notes{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
            
li.note.with_commentary {
    margin-bottom: 10px;
}
            
.notes span.action {
    vertical-align: 4px;
}

.controls {
    position: absolute;
    bottom: 3px;
    right: 3px;
    opacity: 0;
    transition: opacity 0.1s ease-out;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
}

.controls .notecount, .controls .like, .controls .reblog {
    background-image: url('http://static.tumblr.com/fpdiq1j/au8m520q7/all_buttons_sprites.png');
    float: left;
    margin: 0 0 0 3px;
    cursor: pointer;
}

.controls .notecount {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: white;
    font: bold 13px/18px 'Helvetica';
    padding: 0 3px;
    border-radius: 2px;
    text-align: center;
    min-width: 13px;
    text-decoration: none;
}

.controls .like {
    width: 21px;
    height: 20px;
    background-position: 0px 0px;
}

.controls .unlike {
    background-position: -21px 0px;
}

.controls .reblog {
    width: 22px;
    height: 20px;
    background-position: -42px 0px;
}