/* Widget Container
----------------------------------------------------------------------------------------------------*/
.widget_container ul li{
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid #171717;
}

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

.widget_container .description p{
padding-bottom:3px !important;
}


/* Flickr Widget 
----------------------------------------------------------------------------------------------------*/
.flickr_widget img{
float:left;
margin-right:9px;
margin-bottom:9px;
}

/* 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: #ec5054;
-moz-transition: all 0.2s ease 0s;
color:#fff!important;
}

/* aside Widget Container
----------------------------------------------------------------------------------------------------*/
aside .widget_container ul li{
border-bottom:1px solid #1f1f1f;
}

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

aside .v_space{
margin:30px 0px !important;
overflow:hidden;
background-color:transparent !important;
}