/*  
Theme Name: Anime Revolution 2
Theme URI: http://anime-revolution.info/
Description: The successor to the original Anime Revolution.
Version: 2
Author: Justin Harkey
Author URI: http://anime-revolution.info/

	This theme was designed and built by Justin Harkey.
	PLEASE DO NOT COPY AND PASTE THIS CODE. DROP ME AN EMAIL
	AND I WILL BE GLAD TO HELP WITH CSS.

*/

/* undohtml.css	(CC) 2004 Tantek Celik. Some Rights Reserved.  */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,small
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* begin custom styles for Anime Revolution */
/* CSS copyright 2007 Justin Harkey. */
body {
	background: url(images/body_bg.jpg) top center repeat-y;
	background-color: #e9e9e9;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	position: relative;
	background: url(images/header.jpg) top center no-repeat;
	margin: 0 auto;
	height: 172px;
}
#header a {
	background: url(images/banner_image.jpg) bottom center no-repeat;
	display: block;
	padding-top: 52px;
	height: 100px;
}
h1, #header p span {
	display: none;
}
#content {
	margin: 0 auto;
	text-align: center;
	width: 960px;
}
#main {
	float: left;
	width: 660px;
	text-align: left;
}
#sidebar { 
	float: left;
	width: 300px;
	text-align: left;
	background: url(images/sidebar_bg.jpg) top right repeat-y;
	color: #ddd;
}
#sidebar a {
	color: #ddd;
	font-weight: bold;
	padding: 4px 0;
}
#sidebar p {
	margin: 5px 10px;
	font-size: 11px;
	line-height: 15px;
}
#sidebar p a:hover {
	color: #fff;
	background-color: #000;
}
#sidebar h2 {
	margin: 5px 0 0 5px;
	height: 32px;
}
#sidebar h2 span {
	display: none;
}
h2.sidebar_reviews {
	background: url(images/sidebar_reviews.gif) top left no-repeat;
}
h2.sidebar_editorials {
	background: url(images/sidebar_editorials.gif) top left no-repeat;
}
h2.sidebar_tags {
	background: url(images/sidebar_tags.gif) top left no-repeat;
}
h2.sidebar_archives {
	background: url(images/sidebar_archives.gif) top left no-repeat;
}
h2.sidebar_animeinfo {
	background: url(images/sidebar_animeinfo.gif) top left no-repeat;
}
h2.sidebar_animesites {
	background: url(images/sidebar_animesites.gif) top left no-repeat;
}
h2.sidebar_users {
	background: url(images/sidebar_users.gif) top left no-repeat;
}
h2.sidebar_search {
	background: url(images/sidebar_search.gif) top left no-repeat;
}
h2.sidebar_siteareas {
	background: url(images/sidebar_siteareas.gif) top left no-repeat;
}
#sidebar ul {
	padding: 0 10px;
	margin-bottom: 10px;
}
#sidebar ul li {
	font-size: 11px;
	border-bottom: 1px dotted #591919;
	font-weight: bold;
}
#sidebar ul li a {
	padding: 5px;
	display:block;
}
#sidebar ul li a:hover {
	background-color: #000;
}
.page-item-8 { /* Hide the 'anime' page in the page lists */
	display: none;
}
#cat_intro {
	background-color: #eee;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 0;
}
#cat_intro p {
	font-size: 11px;
	line-height: 17px;
	margin: 5px 10px 10px 5px;
	color: #111;
}
h2.cat_title {
	font-size: 16px;
	padding: 10px 5px 0 5px;
	color: #692a2a;
}
.post {
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #eee;
}
#main a, #main h2 a:visited {
	color: #014c73;
}
#main a:visited, h3 {
	color: #692a2a;
}
h3 {
	font-size: 13px;
	padding: 5px;
}
h4 {
	font-size: 12px;
	padding: 0 5px;
}
.post h2 {
	font-size: 16px;
	margin: 0 5px;
}
.post p.date, .details {
	font-size: 9px;
	color: #a9a9a9;
	margin: 0 5px;
}
.details {
	font-weight: normal;
	margin: 2px 5px;
}
.details a {
	border-bottom: 1px dotted #ccc;
}
.post p {
	font-size: 11px;
	line-height: 17px;
	margin: 5px 10px 10px 10px;
	color: #111;
}
.post ol li {
	font-size: 11px;
	margin: 0 30px;
	list-style-position: outside;
}
.post ul li {
	font-size: 11px;
	margin: 0 30px;
	list-style-type: square;
}
.post ul.st-related-posts li {
	margin: 0;
	list-style-type: none;
}
.entry p a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}
.entry p a:hover, .details a:hover {
	border-bottom: 1px dotted #014c73;
}
.date a {
	padding: 2px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}
.date a:hover {
	background-color: #eee;
}
#s {
	margin: 0 0 10px 10px;
	border: 1px solid #bbb;
	background-color: #eee;
	padding: 4px;
	font-size: 11px;
	width: 190px;
}
#searchsubmit {
	margin: 0 0 10px 5px;
	border: 1px solid #bbb;
	background-color: #eee;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
}
#commentform {
	margin: 5px;
}
#commentform small {
	font-size: 11px;
	font-weight: bold;
}
form p {
	margin-bottom: 5px;
}
#comment {
	width: 90%;
}
#comment, #submit, #author, #email, #url {
	margin: 0 5px;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
#submit {
	margin-top: 5px;
	font-weight: bold;
}
ol.commentlist {
	border-bottom: 1px solid #eee;
}
ol.commentlist li {
	border-top: 1px solid #eee;
	padding: 5px 0;
}
ol.commentlist li p {
	font-size: 12px;
	padding: 2px 5px;
}
a img {
	text-decoration: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #ccc;
}
.alignleft, .alignright {
	font-size: 9px;
	color: #a9a9a9;
}
.alignright {
	text-align: right;
}