/* @override http://webdvm4.beta.barkingdogstudios.com/uni_css/uni-widget.css */

/* Used by all the themes */

.widget ul li {
    list-style: none outside none;
    margin-bottom: 10px;
}

.widget ul li ul.children{
	list-style: disc inside none;
    margin: 0px 0px 0px 10px;
    padding-bottom: 10px;
    width: 100%;
}

.widget ul li ul.children li{
	margin: 0px;
}

.widget ul li a.rsswidget {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
    clear: both;
}

.widget ul li span.rss-date {
	width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    font-style: italic;
    clear: both;
}

div.widget.widget_rss h3.widget-title{
	margin-bottom: 10px;
}

.widget-title{
	line-height: 1.2em;
}

.widget.testimonials ul{
	padding-top: 15px;
}

.widget.widget_pages > ul > li > a{
    font-weight: bold;
}

.widget.widget_pages a{
	text-decoration: none;
}