
#sidebar-header {
	/*float: right;*/
	padding: 1em 0;
	/* width: 50%;*/
}

/* Header sidebar */
#sidebar-header {
	padding: 0 0 0.5em;
}
#sidebar-header .widget {
	color: #f2f2f2;
	font-size: 0.875em; 
	margin-bottom: 0.714285714em;
}
#sidebar-header .widget-title {
	color: #f2f2f2;
}
#sidebar-header .widget a {
	color: #66cbf2;
}


/* Search widget 

*/
.widget-search {
	padding-bottom: 1.5em !important;
}
#sidebar-header .widget-search {
	padding-bottom: 1em !important;
} 
.widget-search input[type="text"],
input[type="text"],
input[type="password"] {
	background: #ebeae8;
	border: 1px solid #e5e5e5;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #555;
	display: block;
	padding: 0.5em;
	width: 100%;
}
#sidebar-header .widget-search input[type="text"],
#sidebar-header input[type="text"] {
	border: 1px solid #f2f2f2;
}
.widget-search input[type="text"]:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	background: #fff;
}
.widget-search input[type="submit"],
.widget-search label {
	display: none;
}
input[type="submit"] {
	background: #1189b7;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: block;
	font: normal normal bold 0.875em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	margin: 0.714285714em 0;
	padding: 0.857142857em 1.07142857em;
}
input[type="submit"]:hover {
	background: #13a1ec;
}
