#socialCounterWidget {
  min-width: 210px;
}

a.socialCounterBox {
    display:block;
    width:100%;
    height:50px;
    position:relative;
    border:none;
    margin-bottom:8px;
    cursor:pointer;
    background-color:#333333;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:5px;
    //-moz-box-shadow: 0 0 8px 2px #ddd;
    //-webkit-box-shadow: 0 0 8px 2px #ddd;
    text-decoration: none;
}

a.socialCounterBox:hover {
    color: #111;
    text-decoration: none;
    outline: none;
}

#socialCounterWidget span {
display:block;
position:absolute;
color:#ccc;
text-shadow:1px 1px 0 #222;
padding:3px;
}

#socialCounterWidget .icon {
width:55px;
height:45px;
left:1px;
top:3px;
}

#socialCounterWidget .title {
font-size:12px;
top:3px;
left:60px;
}

#socialCounterWidget .count {
font:bold 19px/29px 'Myriad Pro',Tahoma,Arialm,sans-serif;
left:60px;
top:18px;
}

#sc_rss .icon {
background:url(../img/rss.png) no-repeat;
}

#sc_twitter .icon {
background:url(../img/twitter.png) no-repeat;
}

#sc_facebook .icon {
background:url(../img/facebook.png) no-repeat;
}

a.socialCounterBox:hover {
background-color:#383838;
}

