/*
	zakness anime list
	04 Samurai Champloo
	2006.08.15
*/

@import 'style.css';

/* header */
#header {
	background: #fff url(../img/04-champloo.jpg) no-repeat 100% 50%;
	border: 1px solid #e3e0cf;
}
#header a, #header a:link, #header a:visited, 
#header a:hover, #header a:active  {
	top: 2px;
	left: 5px;
	color: #e3e0cf;
	border: 0 !important;
}

/* page style */
body {
	color: #686b5a;
	background: #fff;
}

#alist li {border-bottom: 1px solid #e4e5d6;}
#alist li.r2 {background-color: #f1f2e6;}

#alist li span.r {color: #484d51;}
#alist li span.unfin {color: #000;}
.norev strong, #alist li.header span {color: #f1894a;}

a, a:link {
	color: #f14713;
	border-bottom: 1px dotted #f14713;
}
a:visited {
	color: #c2370b;
	border-bottom: 1px dotted #c2370b;
}
a:hover, a:active {
	color: #ff6d1d;
	border-bottom: 1px dotted #ff6d1d;
}

.errors {
	border: 1px solid #c73639;
	color: #c73639;
}