/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Kaoru
	Author Site	: http://anime-hobby.com
	Style Name	: Bleach
	Style URI	: http://store.anime-hobby.com
	Version		: 1.0
	Comments	: License: http://creativecommons.org/licenses/by-nc-nd/3.0/
*/

#header {
background:#FFF url('bleach_header.jpg');
}

ul.menu li a {
font:1em Verdana, Helvetica, Arial, Sans-Serif;
color:#fff;
background-color:#333;
opacity:.60;
filter:alpha(opacity=60);
margin:0;
}

ul.menu li a:hover {
background:#fff;
color:#777 !important;
text-decoration:none;
opacity:.70;
filter:alpha(opacity=70);
}

ul.menu li.current_page_item a,ul.menu li.current_page_item a:hover {
color:#fff !important;
background:#e64849;
text-decoration:none;
opacity:.70;
filter:alpha(opacity=70);
}

h1,.description {
display:none;
}