{% load static from staticfiles %}

.prev{ float: left; cursor: pointer;}
.next{ float: right; cursor: pointer; margin-top: -16px;}
.controls{ width: 30px; height: 30px;}

.feature-detail{
	display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;

    width: 10%;
    height: 9%;
    background-image: url('{% static 'img/background.png' %}');

    background-repeat: repeat-x;
    color:#fff;
    padding: 10px 0px 10px 0px;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
}


.feed-pagination .next{ position: absolute; top: 14px; right: 0px;}
.pagination .next{ position: absolute; top: 14px; right: 0px;}

.play-icon{ position: absolute; left:0px; bottom: 30px;}
/*.work-sidebar li:first-child .play-icon{
    bottom: 30px;
}
*/
.work-sidebar{ padding: 20px 0px 0px 15px; width: 205px;}

.work-sidebar li{ margin: 0px 0px 10px 0px; position: relative;}

.post{ width: 650px;}


.thumb-title{
    position: absolute;
    font-size: 10px;
    padding-left: 10px;

    width: 65px;
    height: 85px;
    display: block;
    margin: 0px;
    left: 85px;
}
.thumb-title a{ 
    position: absolute;
    top: 45%; 
    text-align: left; 
    word-wrap: break-word;
}

.year{
    margin-bottom: -15px;
}
#work-list div.year-block:first-child .year{
    margin-bottom: 2px;
}