/*
Theme Name: EastAnime
Theme URI: http://www.EastAnime.com
Description: The EastAnime WordPress Theme.

*/
html, body { height: 100%; }

body {
	background: #0b0b0b url(images/back.png) 0 repeat;
	color: #cecece;
	text-align: center;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	padding:0px;
		min-height: 100%;
	_height: 100%;
}

* {
	padding:0;
	margin:0;
}

#container {
	background: #FFF url(images/repeat.png) repeat;
	min-height: 100%;
	_height: 100%;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header {
	margin: 0;
	height: 163px;
	background: url(images/header.png) 0 no-repeat;
	text-indent: -1234em;
}

#header a {
	position: absolute;
	left: 25px;
	top: 44px;
	height: 110px;
	width: 600px;
	text-decoration: none;
}

#header em {
	display: none;
}

/* Sidebar Positioning */

#sidebar {
	color: #FFFFFF;
	margin:0 28px 0 0;
	_margin:0 14px 0 0;
	width: 201px;
	float: right;
}

/* Content */
#wrapper {
	width: 635px;
	position: relative;
	margin-top: 14px;
	float: left;
}

#content {
	padding: 0 0 10px 35px;
}

#menu_view {
	position: absolute;
	left: 40px;
	top: 16px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight:bold;
	word-spacing: 1px;
	font-size: 11px;
}

#menu_view ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}

#menu_view li {
	margin: 0;
	display: inline;
	padding-left: 4px;
    padding-right: 7px;
    _padding-left: 8px;
    _padding-right: 5px;
    border-right: 1px solid #474747;
}

#menu_view li a {
	color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

#menu_view li a:visited {
	color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

#menu_view li a:hover {
	color: #b73a40;
    background-color: transparent;
    border-color: #ffffff;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
    text-decoration: none;
}

hr#clear {
	clear: both;
	height: 68px;
	visibility: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	color: #8e8e8e;
	font-weight: bold;
}

h6 {
	color: #8e8e8e;
	font-size: 13px;
	font-weight: bold;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}


/* Word Press Stuff */

small {
	color: #8e8e8e;
	font-weight: bold;
	margin: -5px 0 0 3px;
	font-size: 10px;
}

.postmetadata {
	padding-bottom: 15px;
	margin-left: 15px;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom center;
}

.button {
	margin-top: 7px;
	margin-left: 97px;
}

.entry {
	font-size: 14px;
	margin-left: 10px;
}

ul,
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 7px;
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 25px;
}

blockquote {
	background: #141414;
	padding: 3px 7px 3px 7px;
	margin: 7px 0 7px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

/*  All of the sidebar H2s */

#sidebar ul li h2 {
	color:	#dc0010;
	background-color: #121212;
	height: 24px;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
    padding: 2px 0 0 10px;
	margin: 0px 0 9px 0;
	font-family: "Trebuchet MS", serif;
}

/*  All of the sidebar lists */

#sidebar ul li ul li {
	margin-left: 6px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 5;
	font-size: 11px;

}

#sidebar ul li ul li ul {
    margin:2px 0 3px 0;

}


#sidebar ul li ul li ul li{
   	margin-left: 8px;
	padding-left: 6px;
	font-weight: normal;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}

.post h2 {
	margin: 0 0 -1px 0;
	color: #FFFFFF;
	font-size: 20px;
	font-family: "Trebuchet MS", serif;
	font-weight: bold;
}

ul#recentcomments li {
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{
	margin: 0 0 7px 0;
}

input {
	 color: #8e8e8e;
	 border: 1px solid #000000;
	 background-color: #141414;
	 font-family: Tahoma, sans-serif;
	 vertical-align: middle;
	 font-weight: bold;
	 height: 20px;
     padding: 3px 0 3px 3px;
}


#searchform  {
	 background-color: none;
	 border: 0px;
	 margin-bottom: 20px;
}

#searchform .buttons {
	 background-color: none;
	 border: 0px;
}

textarea {
	 background-color: #141414;
	 color: #8e8e8e;
	 border: 1px solid #000000;
 	 font-family: Tahoma, sans-serif;
	 vertical-align: middle;
	 font-weight: bold;
	 font-size: 11px;
     padding: 5px 0 5px 5px;
}

/* Link Stuff */

#sidebar a {
	color: #8e8e8e;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
}

#sidebar a:visited {
	color: #8e8e8e;
	text-decoration: none;
}

#sidebar a:hover {
	color: #dc0010;
}

a:link {
	color: #cd0011;
	text-decoration: none;
}

a:visited {
	color: #cd0011;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}

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

.post h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.post h2 a:hover {
	color: #8e8e8e;
	text-decoration: underline;
}

#comments  {
	padding-left: 15px;
}

.graybox {
	background: #141414;
	padding: 5px 9px 5px 9px;
	margin: 7px 0 20px 7;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
    color: #8e8e8e;
}

.non_graybox {
	background: #141414;
	padding: 5px 9px 5px 9px;
	margin: 27px 0 7px 7;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
    color: #8e8e8e;
}

#commentlist li {
	padding-left: 20px;
}

 .commentlist{
      position: relative;
 }

form {
	padding-left: 10px;
}

.buttons_no_b {
	border: none;
    background: none;
    height: 26px;
    width: 25px;
}

.buttons_no_b_2 {
	border: none;
    background: none;
    height: 21px;
    width: 60px;
}


#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

h3#respond {
    margin-left: 12px;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 5px;
}

.post ul li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.ratings {
      	background: #141414;
	padding: 12px 12px 12px 12px;
	margin: 7px 0 7px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-weight: bold;
}


  /* Footer
-----------------------------------------*/
#footer {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: url(images/footer.png ) 0 0 no-repeat;
	color: #FFFFFF;
	min-height: 62px;
	_height:62px;
	position: relative;
	margin: -62px auto 0 auto;
	width: 900px;
  }

#footer_text {
	padding: 16px 0 0 0;
}



#header_search { 
	position: absolute;
	top: 105px;
	right: 40px;
	z-index: 999999;
	
}
