/*!
 * reset.css
 * Adjustments of the Bootstrap CSS to make it work for WordPress
 */



/*!
 * Add custom CSS below.
 */



/* Sidebar Widget Styling */

.widget {
	background:#fff;
	border-radius: 6px;
	margin-top:10px;
	padding:0px;
	border:1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1)
}
.widget-inner h3 {
	margin-top:0px;
	padding:10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	color:#333;
	font-size:16px;
	font-weight: bold;
	background: #f5f5f5;
	border-bottom:1px solid #ddd;
}
.textwidget {
	padding:0px 10px 10px 10px;
}
.widget_search {
	border:0px;
}
