/*

Theme Name: AD_Butler_BCM2

Theme URI: http://www.antheabutler.com

Description: Custom Wordpress template for AntheaButler.com remixed again

Version: 2.0

Author: Big Cloud Media

Author URI: http://www.bigcloudmedia.com

*/
.top-bar {
overflow: hidden;
height: 45px;
line-height: 45px;
position: relative;
background: #111111;
margin-bottom: 0px !important;
}

.socialtop{
    text-align:right;
    padding-top:100px;
}

.sidebar li{
   list-style-type: none;
}

.sidebar li li{
    list-style-type:disc;
}

.widget-title a{
    color:black !important;
}

.postlist h3 a{
    color:black;
}

body{
    background:white;
}

h2{
    margin-bottom: 0em;
}

.medimgbox{
   height:175px;

}

.smallimgbox{
   height:155px;
}

.postbox{
    text-align:center;
    background:black;
}

.postbox .panel{
    text-align:left;
}

.postbox img{
    height:100%;
}

.textarea-lg{
    min-height:150px;
}

#play {
    background: url('img/play.png') center center no-repeat;
    position: absolute;
    top: 100px;
    left: 151px;
    width: 100px;
    height: 58px;
    margin: -35px 0 0 -35px;
    z-index: 10;
}