@charset "UTF-8";
/* CSS Document for SoulEaterFan Kernel */

body {
	background: url(images/background.png) left top #bebebe;
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
}

img, div, input {
	behavior: url("iepngfix.htc")
}

body, h1, h2, h3, h4, h5, h6, p, form, ul, li, ol, blockquote, fieldset {
	margin: 0;
	padding: 0;
}

a, img, fieldset {
	border: 0;
}

#holder {
	width: 100%;
	background: url(images/bg.png) repeat-x right top;
}

#container {
	width: 980px;
	margin: auto;
}

#menu {
	background: url(images/menu-bg.png) no-repeat;
	text-align: center;
	font-size: 12px;
	width: 980px;
	height: 95px;
}

#header {
	background: url(images/header_bg.png) no-repeat left bottom;
	width: 980px;
	margin: auto;
	height: 290px;
}

#header_top {
	background: url(images/header_bg.png) no-repeat left top;
	width: 980px;
	margin: auto;
	height: 20px;
}

#page_bg {
	background: url(images/container_bg.png) repeat-y top left;
	min-height: 1550px;
	position: relative; /**/
	clear: both;
	width: 980px;
}

#clear {
	clear: both;
}

#mainpage {
	background: #FFFFFF;
	margin: 0 225px 0 30px;
	padding: 10px 80px 10px 80px;
	width: 565px;
}

#affiliates {
	padding: 20px 20px 20px 20px;
	border: 1px solid #999999;
	width: auto;
	color: #333333;
	font-style: italic;
}	

#affiliates img {
	padding: 4px;
	text-align: center;
}

#right {
	width: 214px;
	margin-right: 10px;
	border-right: solid 1px #2b2929;
	float: right;
	position: absolute; /**/
	right: 0; /**/
}

#footer {
	background: url(images/footer_bg.png) center top no-repeat;
	margin: 0;
	clear: both;
	width: 950px;
	padding: 15px;
	text-align: center;
	font-style: italic;
	color: #4e4e4e;
}

/* Menu Setup */
#menu_divl {
	margin: 48px 0 0 20px;
	float: left;
	width: 320px;
	padding: 0;
}

#menu_divr {
	margin: 48px 20px 0 0;
	float: right;
	width: 320px;
	padding: 0;
}

#menu_divm {
	margin: 22px 0 0 0;
	float: left;
	width: 300px;
	padding: 0;
}

#menu a {
	color: #CCCCCC;
	padding: 1px 12px 5px 12px;
	text-decoration: none;
}

#menu a:hover {
	color: #5d5d5d;
	border-bottom: 4px solid #fbb41f;
	padding-bottom: 3px;
}

/* Right Menu Setup */
.login {
	background: url(images/title_bgi.png) no-repeat left top;
	padding: 3px 2px 0 6px;
	color: #ffffff;
	margin: 0 1px 1px 0;
	width: 205px;
	height: 110px;
}

.title_link {
	background: url(images/title_bg.png) no-repeat left top;
	padding: 3px 2px 0 6px;
	color: #ffffff;
	margin: 0 1px 1px 0;
	width: 205px;
	height: 19px;
}

.title_link a {
	color: #ffffff;
	text-decoration: none;
}

.title_link a:hover {
	color: #f2aa0f;
	text-decoration: none;
}

.art_link {
	background: url(episode/chapter.png) no-repeat left top;
	padding: 0 0 0 60px;
	text-align: center;
	color: #ffffff;
	margin: 0 1px 1px 0;
	width: 153px;
	height: 160px;
}

.art_link a {
	color: #ffffff;
	text-decoration: none;
}

.art_link a:hover {
	color: #f2aa0f;
	text-decoration: none;
}

.se_link {
	background: url(episode/episode.png) no-repeat left bottom;
	padding: 110px 10px 0 60px;
	text-align: center;
	color: #ffffff;
	margin: 0 1px 1px 0;
	width: 143px;
	height: 38px;
}

.se_link a {
	color: #ffffff;
	text-decoration: none;
}

.se_link a:hover {
	color: #999999;
	text-decoration: none;
}

.chat_extended {
	background: #2b2929;
	padding: 0;
	color: #ffffff;
	margin: 0 1px 1px 7px;
	width: 206px;
}

.title_extended {
	background: #2b2929;
	padding: 7px 3px 7px 12px;
	color: #ffffff;
	margin: 0 1px 1px 7px;
	width: 191px;
}

.title_extended a {
	color: #ffffff;
	text-decoration: none;
}

.title_extended a:hover {
	color: #f2aa0f;
	text-decoration: none;
}

ul, li {
	list-style-type: none;
}

.warning {
	background: #fcd6d6 url(warning.png) no-repeat left 2px;
	padding: 12px 3px 12px 40px;
	clear: both;
	margin: 5px 0 5px 0;
	border: 1px solid #d79f9f;
	font-size: 12px;
	color: #272727;

}
	
a {
	color: #8F8F8F;
	text-decoration: none;
}

a:hover {
	color: #ff5757;
}