@charset "utf-8";

/*   
Theme Name: Anime Cube
Theme URI: http://www.AnimeCube.net/
Description: Anime Cube's Theme
Version: 2.0
Author: Swenn
Author URI: http://www.AnimeCube.net/
*/

/*--------------- ADDITIONAL STYLESHEETS ---------------*/
@import url("reset.css");

body {
	background-color: #252729;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #777777;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 5px;
}

a {
	color: #4ca8c2;
	text-decoration: none;
}

h1, h2, h3, h4 {
}

a:hover {
	color: #e5e5e5;
	text-decoration: none;
}

#wrapper {
	width: 1026px;
	margin: 0 auto;
}

#logo {
	background-image:url(images/logo.jpg);
	width: 295px;
	height: 95px;
}

#logo:hover {
	background-image:url(images/logo.jpg);
	background-position: 0 bottom;
	width: 295px;
	height: 95px;
}

#header {
	float: left;
	height: 95px;
	margin: 25px 0 0 0;
	width: 295px;
}

#right-area {
	float: right;
	height: 135px;
}

#social {
	height: 33px;
	margin: 0 0 10px 0;
	font-size: 12px;
}

#social a {
	color: #e5e5e5;
}

#social a:hover {
	color: #4ca8c2;
	text-decoration: underline;
}

#social-left {
	background-image: url(images/social-left.jpg);
	width: 11px;
	height: 33px;
	float: left;
}

#social-middle {
	background-image: url(images/social-middle.jpg);
	background-repeat: repeat-x;
	height: 33px;
	padding: 5px 3px 0 3px;
	float: left;
}

#social-right {
	background-image: url(images/social-right.jpg);
	width: 11px;
	height: 33px;
	float: left;
}

#facebook {
	background-image:url(images/facebook.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}

#twitter {
	background-image:url(images/twitter.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}

#rss {
	background-image:url(images/rss.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}

#youtube {
	background-image:url(images/youtube.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}

#bookmark {
	background-image:url(images/bookmark.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}

#user {
	font-size: 12px;
	height: 76px;
	float: right;
}

#user-left {
	background-image: url(images/user-left.jpg);
	background-repeat: no-repeat;
	width: 9px;
	height: 76px;
	float: left;
}

#user-middle {
	background-image: url(images/user-middle.jpg);
	background-repeat: repeat-x;
	padding: 10px 3px 10px 3px;
	height: 76px;
	color: #e5e5e5;
	float: left;
}

#user-right {
	background-image: url(images/user-right.jpg);
	background-repeat: no-repeat;
	width: 9px;
	height: 76px;
	float: left;
}

.username {
	background-color: #282828;
	border: 1px solid #444444;
	padding-left: 3px;
	width: 113px;
	height: 17px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #e6e6e6;
}

.password {
	margin-left: 3px;
	padding-left: 3px;
	background-color: #282828;
	border: 1px solid #444444;
	width: 113px;
	height: 17px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #e6e6e6;
}

.register-text {
	font-color: #e6e6e6;
	font-size: 12px;
	background-color: #282828;
	float: left;
	width: 665px;
	padding: 3px 0 3px 7px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.register-box {
	padding-left: 3px;
	background-color: #282828;
	border: 1px solid #444444;
	width: 113px;
	height: 17px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #e6e6e6;
	margin-bottom: 10px;
}

.register-box-mail {
	padding-left: 3px;
	background-color: #282828;
	border: 1px solid #444444;
	width: 170px;
	height: 17px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #e6e6e6;
	margin-bottom: 10px;
}

#remember {
	font-size: 10px;
	text-align: right;
}

.remember {
	background-color: #e5e5e5;
	border: none;
}

#userarea-left {
	float: left;
	width: 180px;
}

#userarea-right {
	float: left;
	margin-left: 5px;
	width: 79px;
}

.login-button {
	background-image:url(images/login-button.png);
	background-repeat: no-repeat;
	width: 79px;
	height: 26px;
	border: none;
	cursor: pointer; cursor: hand;
}

.login-button:hover {
	background-image:url(images/login-button.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 79px;
	height: 26px;
	border: none;
	cursor: pointer; cursor: hand;
}

.register-button {
	background-image:url(images/register-button.png);
	background-repeat: no-repeat;
	width: 79px;
	height: 26px;
	border: none;
}

.register-button:hover {
	background-image:url(images/register-button.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 79px;
	height: 26px;
	border: none;
	cursor: pointer; cursor: hand;
}

.register-button-page {
	background-image:url(images/register-button.png);
	background-repeat: no-repeat;
	width: 79px;
	height: 26px;
	border: none;
	align: center;
}

.register-button-page:hover {
	background-image:url(images/register-button.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 79px;
	height: 26px;
	border: none;
	cursor: pointer; cursor: hand;
}

#navigation {
	width: 1026px;
	height: 57px;
	float: left;
}

#navigation-left {
	background-image: url(images/navigation-left.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 57px;
	float: left;
}

#navigation-middle {
	background-image: url(images/navigation-middle.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	height: 57px;
	float: left;
	padding-left: 10px;
}

#navigation-right {
	background-image: url(images/navigation-right.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 57px;
	float: left;
}

.nav-links li {
	display: block;
	height: 57px;
	float: left;
}

.nav-links li a {
	height: 40px;
	padding: 17px 15px 0 15px;
	color: #444;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 18px;
	float: left;
}

.nav-links li a:hover {
	color: #e5e5e5;
	background-image: url(images/navigation-middle2.jpg);
}

#breadcrumbs {
	background-image: url(images/breadcrumb-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 1006px;
	padding: 4px 5px 0 15px;
	height: 19px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
}

#breadcrumbs-links {
	float: left;
}

#breadcrumbs a {
	color: #333;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #4ca8c2;
	text-decoration: underline;
}

#breadcrumbs-ads {
	float: right;
}

#footercrumbs {
	background-image: url(images/breadcrumb-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	text-align: center;
	width: 996px;
	padding: 4px 15px 0 15px;
	height: 19px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
}

#footercrumbs a {
	color: #000;
	text-decoration: none;
}

#footercrumbs a:hover {
	color: #4ca8c2;
	text-decoration: underline;
}

#footer {
	width: 1026px;
	height: 30px;
	float: left;
	margin-bottom: 20px;
	color: #1f1f1f;
}

#footer a {
	color: #1f1f1f;
}

#footer a:hover {
	color: #e5e5e5;
}

#footer-left {
	background-image: url(images/footer-left.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 30px;
	float: left;
}

#footer-middle {
	background-image: url(images/footer-middle.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	height: 30px;
	float: left;
	padding-left: 10px;
}

#footer-right {
	background-image: url(images/footer-right.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 30px;
	float: left;
}

#footer-links {
	margin-top: 7px;
	text-align: center;
}

#content-wrapper {
	background-color: #444;
	width: 1026px;
	min-height: 400px;
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

#content-left {
	margin: 6px 6px 6px 6px;
	width: 708px;
	float: left;
}

.title-bar-left {
	background-image: url(images/title-bar.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 693px;
	padding: 5px 0 0 15px;
	margin: 0 0 6px 0;
	font-size: 18px;
	color: #444;
	float: left;
}

.title-bar-left a {
	color: #444;
}

.title-bar-left a:hover {
	color: #4ca8c2;
}

.title-bar-arrow {
	background-image: url(images/title-bar-arrow.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 13px;
	margin: 6px 5px 0 0;
	float: left;
}

#container {
		padding: 0 0 10px 0;
		width: 708px;
		background-color: #1f1f1f;
		float: left;
}

.post-container {
		padding: 0 0 10px 0;
		width: 708px;
		background-color: #1f1f1f;
		float: left;
}

.post-container-2 {
	width: 708px;
	background-color: #1f1f1f;
	float: left;
	margin-bottom: 6px;
}

.post-info {
	background-color: #282828;
	float: left;
	width: 696px;
	margin: 6px;
}

.post-title a {
	font-size: 18px;
	font-family: Trebuchet MS;
	color: #4ca8c2;
	margin: 4px 0 0 8px;
}

.post-title a:hover {
	color: #e5e5e5;
	font-size: 18px;
	font-family: Trebuchet MS;
}

.post-by {
	font-size: 10px;
	color: #777;
	margin: 0 0 2px 8px;
}

.entry-2 {
	margin: 15px 0 15px 0;
	font-size: 12px;
	text-align: center;
}

.entry-2 a {
	font-size: 12px;
	color: #4ca8c2;
	text-decoration: none;
}

.entry-2 a:hover {
	color: #e5e5e5;
	text-decoration: underline;
}

#content {
	margin: 6px 10px 6px 15px;
	font-size: 12px;
}

#content a {
	font-size: 12px;
	color: #4ca8c2;
	text-decoration: none;
}

#content a:hover {
	color: #e5e5e5;
	text-decoration: underline;
}

.entry {
	margin: 6px 10px 6px 15px;
	font-size: 12px;
}

.entry a {
	font-size: 12px;
	color: #4ca8c2;
	text-decoration: none;
}

.entry a:hover {
	color: #e5e5e5;
	text-decoration: underline;
}

#sidebar {
	margin: 6px 6px 6px 0;
	width: 200px;
	float: left;
}

.title-bar-right {
	background-image: url(images/title-bar.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 285px;
	padding: 5px 0 0 15px;
	margin: 0 0 6px 0;
	font-size: 18px;
	color: #444;
	float: left;
}

.sidebar-container {
	background-color: #1f1f1f;
	width: 288px;
	padding: 7px 12px 7px 0;
	margin: 0 0 6px 0;
	float: left;
}

.cat-post-item a {
	padding-top: 3px;
	text-align: left;
	margin-left: 10px;
	font-size: 12px;
	color: #4ca8c2;
	text-decoration: none;
	float: left;
	margin-bottom: 3px;
}

.cat-post-item a:hover {
	color: #e5e5e5;
}

.sidebar-divider {
	background-color: #444;
	width: 300px;
	height: 1px;
	margin: 5px 0 5px 0;
	float: left;
}

.new-episode {
	width: 300px;
}

.sidebar-info {
	float: left;
	width: 300px;
}

.posted-in {
	font-size: 10px;
	color: #444;
	float: left;
	padding-left: 10px;
}

.posted-in a {
	font-size: 10px;
	color: #e5e5e5;
}

.posted-in a:hover {
	color: #4ca8c2;
}

.sidebar-comments {
	font-size: 10px;
	color: #444;
	float: right;
	padding-right: 10px;
}

.sidebar-comments a {
	font-size: 10px;
	color: #e5e5e5;
}

.sidebar-comments a:hover {
	color: #4ca8c2;
}

.animelist-block {
	background-color: #282828;
	padding: 8px 0 0 0px;
	text-align: center;
	color: #4ca8c2;
	height: 35px;
	width: 50px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 500px;
	float: left;
}

.animelist-block-nav {
	margin-left: 12px;
}

.animelist-block-nav a {
	background-color: #282828;
	border: 1px solid #282828;
	padding: 9px 0 0 0;
	text-align: center;
	height: 27px;
	width: 35px;
	font-size: 15px;
	float: left;
	font-weight: bold;
	margin: 6px 6px 0 0;
}

.animelist-block-nav a:hover {
	color: #e5e5e5;
	border: 1px solid #282828;
	background-color: #1f1f1f;
	text-decoration: none;
}

.genre-block-nav {
	margin-left: 12px;
}

.genre-block-nav a {
	background-color: #282828;
	border: 1px solid #282828;
	text-align: center;
	height: 27px;
	padding: 9px 5px 0 5px;
	font-size: 13px;
	float: left;
	font-weight: bold;
	margin: 6px 6px 0 0;
}

.genre-block-nav a:hover {
	color: #e5e5e5;
	border: 1px solid #282828;
	background-color: #1f1f1f;
	text-decoration: none;
}

.register-msg {
	float: left;
	background-color: #282828;
	background-repeat: repeat-x;
	min-height: 20px;
	padding: 8px 10px 8px 10px;
	width: 658px;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-align: center;
}

.watch-anime {
	float: left;
	background-color: #282828;
	background-repeat: repeat-x;
	min-height: 20px;
	padding: 8px 10px 8px 10px;
	width: 650px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.watch-anime-url a {
	width: 530px;
	background-image: url(images/tv-icon.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}

.animelist-genre {
	font-size: 9px;
	color: #888;
}

#watch-anime-ad {
	float: left;
	width: 700px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.bigtext {
	font-size: 18px;
	color: #4ca8c2;
	font-weight: bold;
	text-align: center;
}

#rating {
	width: 655px;
	text-align: center;
	height: 100px;
}

#rating-score {
	background-color: #282828;
	padding: 8px 10px 0 10px;
	text-align: center;
	color: #4ca8c2;
	height: 35px;
	width: 100px;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 20px 270px;
}

#rating-images {
	margin: 0 auto;
}

#rating-total {
	margin-bottom: 10px;
}

.ep-desc {
	background-color: #1f1f1f;
	color: #e5e5e5;
	padding: 10px;
	margin: 0 0 0 6px;
	float: left;
	width: 382px;
	height: 230px;
}

.ep-desc-ad {
	float: left;
	width: 300px;
	height: 250px;
}

.ep-desc-text {
	float: left;
	height: 200px;
}

.ep-desc-button {
	float: left;
}

.download-episode a {
	border: 1px solid #282828;
	background-color: #282828;
	padding: 10px 0 0 0;
	text-align: center;
	height: 27px;
	width: 680px;
	font-size: 12px;
	float: left;
	font-weight: bold;
	margin: 0 6px 10px 13px;
	color: #4ca8c2;
}

.download-episode a:hover {
	border: 1px solid #282828;
	color: #e5e5e5;
	background-color: #1f1f1f;
	text-decoration: none;
}

#below-video {
	margin-top: 6px;
	width: 708px;
	float: left;
}

.previous-episode a {
	border: 1px solid #282828;
	background-color: #282828;
	padding: 9px 0 0 0;
	text-align: center;
	height: 27px;
	width: 150px;
	font-size: 12px;
	float: left;
	font-weight: bold;
	margin: 0 6px 0 0;
}

.previous-episode a:hover {
	border: 1px solid #282828;
	color: #e5e5e5;
	background-color: #1f1f1f;
	text-decoration: none;
}

.anime-list-episode a {
	border: 1px solid #282828;
	background-color: #282828;
	padding: 9px 0 0 0;
	text-align: center;
	height: 27px;
	width: 102px;
	font-size: 12px;
	float: left;
	font-weight: bold;
	margin: 0 6px 0 0;
}

.anime-list-episode a:hover {
	border: 1px solid #282828;
	color: #e5e5e5;
	background-color: #1f1f1f;
	text-decoration: none;
}

.back-to-cat a {
	border: 1px solid #282828;
	background-color: #282828;
	padding: 9px 0 0 0;
	text-align: center;
	height: 27px;
	width: 280px;
	font-size: 12px;
	float: left;
	font-weight: bold;
	margin: 0 6px 0 0;
}

.back-to-cat a:hover {
	border: 1px solid #282828;
	color: #e5e5e5;
	background-color: #1f1f1f;
	text-decoration: none;
}

.next-episode a {
	border: 1px solid #282828;
	background-color: #282828;
	padding: 9px 0 0 0;
	text-align: center;
	height: 27px;
	width: 150px;
	font-size: 12px;
	float: left;
	font-weight: bold;
}

.next-episode a:hover {
	border: 1px solid #282828;
	color: #e5e5e5;
	background-color: #1f1f1f;
	text-decoration: none;
}

.p2c_catlist li {

}

.p2c_catlist a {
	border: 1px solid #282828;
	background-color: #282828;
	background-repeat: repeat-x;
	padding: 9px 0 0 0;
	text-align: center;
	height: 27px;
	width: 662px;
	font-size: 12px;
	float: left;
	font-weight: bold;
	margin: 10px 6px 15px 7px;
	color: #4ca8c2;
}

.p2c_catlist a:hover {
	border: 1px solid #282828;
	color: #e5e5e5;
	background-color: #1f1f1f;
	text-decoration: none;
}

.clear {
	clear:both;
}

.content-ad {
	width: 708px;
	background-color: #1f1f1f;
	padding: 6px 0 6px 0;
	text-align: center;
	margin: 6px 0 6px 0;
	float: left;
	font-size: 0px;
}

#chibi-container {
	position: absolute;
	margin-left: 770px;
	margin-top: 38px;
	float: left;
}

#chibi {
	background-image:url(images/chibi-forums.png);
	width: 233px;
	height: 110px;
}

#chibi:hover {
	background-image:url(images/chibi-forums.png);
	width: 233px;
	height: 110px;
	background-position: 0 bottom;
}

.report {
	font-size: 12px;
	float: right;
}

.gold {
	font-color: #F90;
}

#comments {
	float: left;
	margin-top: 6px;
}

#comment {
	text-align:left; 
	margin-left: 6px; 
	background-color: #1f1f1f; 
	color: #e5e5e5; 
	border: 1px solid #444444;
	width: 694px;
}

#comment:hover {
	text-align:left; 
	margin-left: 6px; 
	background-color: #202020; 
	color: #e5e5e5; 
	border: 1px solid #444444;
}

#submit {
	border: 1px solid #444444;
	background-color: #1f1f1f;
	text-decoration: none;
	padding: 9px 4px 9px 4px;
	text-align: center;
	font-size: 12px;
	float: left;
	margin: 6px 0 20px 6px;
	color: #4ca8c2;
}

#submit:hover {
	color: #e5e5e5;
	border: 1px solid #444444;
	background-color: #282828;
	text-decoration: none;
}

#nocomments {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	margin-top: 4px;
}

.comment-container-2 {
	width: 708px;
	background-color: #1f1f1f;
	float: left;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.comment-container {
	margin: 6px 6px 6px 6px;
	padding-bottom: 6px;
	float: left;
	width: 696px;
	min-height: 60px;
}

.avatar-container {
	float: left;
	width: 60px;
	padding: 6px 6px 2px 6px;
	background-color: #282828;
	height: 100%;
}

.avatar {
	float: left;
	width: 58px;
	height: 58x;
}

.avatar img {
	border: 1px solid #4ca8c2;
}

.avatar-name {
	float: left;
	width: 60px;
	font-size: 10px;
	padding-top: 2px;
}

.comment-text {
	float: left;
	margin-left: 6px;
	width: 606px;
	background-color: #282828;
	padding: 6px;
	height: 100%;
}

.comment-info {
	text-align: right;
	float: left;
	width: 606px;
	font-size: 10px;
}

.approval {
	color: #4ca8c2;
}

.comment-author-link {
	color: #e1e1e1;
}

.question {
	color: #4ca8c2;
	padding-top: 3px;
}

.answer {
}
