/*
 * Widgets
 * Universal Styling for the widgets used throughout the website (footer and sidebar)
 */


.widget-area{
	width: 100%;
	margin: 0% 0% 20px 0%;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget_search .search-submit {
	display: none;
}

.widget ul li,
.widget ol li{
	margin-bottom: 5px;
}

.widget ul ul, 
.widget ul ol{
	margin-left: 0px;
	margin-top: 5px;
}
