#sidebarheader
{
	background-color: #2980b9;
	color: #fcfcfc;
	display: block;
	margin-bottom: .8em;
	padding: .8em;
	text-align: center;
	z-index: 200;
}

#sidebarheader > a
{
	color: #fcfcfc;
	display: inline-block;
	font-size: 100%;
	font-weight: 700;
	margin-bottom: .8em;
	padding: 4px 6px;
}

#sidebarheader .search input[type=text]
{
	border-color: #2472a4;
	border-radius: 50px;
	padding: 6px 12px;
	width: 100%;
}

#sidebarheader .search button
{
	display: none;
}
