/****
Random-Anime Global CSS Sheet

Purpose: This is the main sheet for the template.
****/


body {
	margin: 0;
	padding: 0;
	background-image: url("../images/body_bg.png");
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: verdana, arial;
	font-size: 12px;
}
img { 
	border: none;
}

/* Header */
#header-wrapper {
	height: 200px;
}
#header-logo {
	background-image: url("../images/header_logo.png");
	width: 800px;
	height: 200px;
	margin: 0 auto;
}

/* Top Pagelinks */
.pagelinks-wrapper {
	text-align: center;
	color: #7eb8e3;
}

/* Navigation; Abbreviated Links and Breadcrumb */
#navigation-ablinks {
	text-align: center;
	color: #739400;
	font-weight: bold;
}
#navigation-breadcrumb {
	width: 805px;
	margin: 0 auto;
	color: #dba209;
	font-weight: bold;
	margin-top: 8px;
}

#navigation-icons {
	text-align: right;
	float: right;
}

/* Headline */

#headline-wrapper {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 2px;
}

#headline-content {
	text-align: center;
	background: #f24152;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-weight: bold;
	font-size: 115%;
}

#headline-content img {
	margin-bottom: -2px;
}

#headline-content img:hover {
	cursor: pointer;
}

/* Main Content */
#content-wrapper {
	width: 805px;
	margin: 0 auto;
	padding: 5px;
	clear: both;
}

.pagination-wrapper {
	margin-bottom: 5px;
	color: white;
}

.pagination-content {
	background: #5ea5da;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-top: 3px;
	font-weight: bold;
	margin-left: -5px;
	width: 810px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Footer */
#footer-wrapper {
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
}

#footer {
	margin: 0 auto;
	width: 800px;
	margin-bottom: 25px;
}

#footer-left {
	width: 395px;
	float: left;
}

#footer-right {
	width: 395px;
	float:right;
	text-align: right;
}

#footer-adminlink-right {
	margin-top: 5px;
	font-size: 90%;
	color: red;
	margin-right: 53px; /* this fixes the alignment! */
}

#footer-copyright {
	font-size: 11px;
}

#rakuhana-credit {
	margin-top: 2px;
	font-size: 10px;
}
	