.widget_container{
background-color: #F9F9F9;
border-bottom: 1px solid #E6E6E6;
padding:15px;
margin-bottom:50px;
overflow: hidden;
}

.widget_container:last-child{
margin-bottom:0px !important;
}

.widget_container li{
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px solid #fff;
}

.widget_container li:last-child{
margin-bottom:0px;
}

.widget_container a{
color:#2b2b2b !important;
}

.flckr_widget img{
float: left;
margin-right:5px;
margin-bottom:5px;
}

/* Tagcloud
----------------------------------------------------------------------------------------------------*/
.tagcloud a {
-moz-transition: all 0.2s ease 0s;
background: none repeat scroll 0 0 #171717;
color: #888584 !important;
display: block;
float: left;
font-size: 1em !important;
margin: 0 0.5em 0.5em 0;
overflow: hidden;
padding: 0.3em 10px;
}

.tagcloud a:hover{
background-color: #DF6232;
-moz-transition: all 0.2s ease 0s;
color:#fff!important;
}