#sidebarheader
{
	background-color: __background_theme__;
	color: __text_theme__;
	display: block;
	padding: .8em;
	text-align: center;
    width: __width_sidebar__;
}


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

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

#sidebarheader .search button
{
	display: none;
}

@media (max-width: __media_query_sp__)
{
    #dokuwiki__aside #sidebarheader
    {
        width: 100%;
    }
}
