body {
  background: #030e12 url("../images/body-bg.png") repeat-x;  
 color: #676767;
  font: 11px Verdana;
  margin: 0;
  text-align: center;
  
  font: 11px Verdana;
  color: #000;
}
img {
  border: 0;
}
*.clear {
 clear: both;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#container {
  width: 1100px;
  padding-left: 96px;
  background: #020b0e url("../images/side-left.png") no-repeat top left;
  margin: 0 auto 0 auto;
  text-align: left;
}

#container2 {
  padding-right: 96px; 
  background: #020b0e url("../images/side-right.png") no-repeat top right;  
}

#container3 {
  width: 1004px;
  background: #fff;
}

#header {
  position: relative;
  background: url("../images/header.png");
  height: 106px;
}

#user-panel, #login-panel {
  position: absolute;
  top: 8px;
  left: 776px;
}

#login-panel {
  margin-left: 25px;
}

#login-panel form {
  margin: 5px 0 0 5px;
  background: url("../images/member-login.png") no-repeat;
  padding: 15px 0 0 0;
}

#login-panel-username, #login-panel-password {
  background: url("../images/login-input-bg.png") repeat-x;
  border: 1px solid #39b1e7;
  height: 16px;
  padding: 2px;
  color: #fff;
  margin: 1px;
  display: block;
  font: 11px Tahoma;
}
#login-panel-username { 
  width: 139px;
}
#login-panel-password {
  width:  111px;
  float: left;
}
#login-panel-button {
  float: left;
  margin-top: 2px;
}

#login-panel p {
  margin: 3px 0 0 3px;
  clear: both;
  color: #2d829c;
  font: 11px Tahoma; 
}
#login-panel p a {
  font: 11px Tahoma;
  color: #a7e5ff;  
}

#user-panel {
 width: 220px;
}

#user-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#user-panel li {
  float: left;
  padding: 1px;
  background-color: #0198d9;
  margin: 2px 2px 1px 2px;
}
#user-panel li a {
  display: block;
  border: 3px solid #05b9ff;
  border-left: 2px solid #05b9ff;
  border-right: 2px solid #05b9ff;  
  background: #0290ff;
  font: 11px Tahoma;
  color: #d2f2ff;
  width: 98px;
  height: 18px;
  text-align: center;
  line-height: 16px;
}

#links {
  background: #041319;
}

#links ul {
  height: 52px;
  margin: 0 18px 0 18px;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

#links ul ul {
  position: absolute;
  display: none;  
  top: 54px;
  left: 0px;
}
#links li.selected ul {
  display: block;
}

#links ul li {
  float: left; 
  display: block;
  width: 160px;
  padding-top: 3px;
  height: 49px;   
}
#links ul ul li {
  width: auto;
  height: 34px;
  background: url("../images/toplinks-subspacer.png") no-repeat scroll 100% 8px; 
}
#links ul ul li.last {
  background: none;
}
#links ul li a.section {
  text-align: center;
  display: block;
  height: 37px;
  padding-top: 12px;
  text-decoration: none;
  font: 12px "Verdana";
  color: #c0edff;
}
#links ul li a.section:hover, #links ul li.selected a.section {
  background: #fff;
  font-weight: bold;
  color: #1c3f4a;
  border-color: #000000 #000202 #fff #000202;
}

#links ul ul a {
  padding: 3px 15px 0 20px;
  display: block;
  color: #000;
  font: 11px Verdana;
  text-decoration: none;
  background: url("../images/toplinks-bullet.png") no-repeat scroll 10px 8px;
}
#links ul ul a:hover {
  color: #7a7a7a;
}


#links-sub {
  margin: 34px 18px 8px 18px;
  border-bottom: 2px solid #e6e5e5;
}

#features {
  background: url("../images/features.png");
  height: 164px;
  margin: 0 15px 6px 15px;
}

#features-idcard {
  background: url("../images/features-idcard.png");
  width: 357px;
  height: 164px;
  float: left;
  position: relative;
}
#features-idcard-avatar {
  position: absolute;
  top: 18px;
  left: 23px;

}
#features-idcard-avatar img, img#features-idcard-avatar {
  border: 1px solid #fff;  
}

#features-idcard-posts {
  position: absolute;
  top: 122px;
  left: 24px;
  font: bold 10px Verdana;
  color: #56a8ba;
  width: 100px;
  text-align: center;
}
#features-idcard-posts b {
  color: #265c69;
}
#features-idcard-text {
  position: absolute;
  top: 40px;
  left: 150px;
  font: bold 10px Verdana;
  color: #fff;
}
#features-idcard-text a { color: #fff;}

#features-idcard-text h5 {
  margin: 0px;
  padding: 0px;
  font: bold 11px Verdana;
  color: #fff;
}
#features-idcard-text b {
  color: #c3e1e8;
}
#features-welcome {
  background: url("../images/features-welcome.png");
  width: 357px;
  height: 164px;
  float: left;
  position: relative;
}
#features-welcome p {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 90px;
  top: 50px;
  font: 11px "Verdana";
  color: #fff;
}
#features-welcome #features-welcome-link {
  position: absolute;
  top: 132px;
  left: 210px;
  font: bold 11px "Verdana";
  color: #fff;  
  text-decoration: none;
}

#features-media {
  margin: 10px 6px 0 6px;
  float: left;
}
#features-media img {
  border: 0;
  display: block;
}
#features-media a {
  display: block;
  margin-bottom: 4px;
}
#features-tabs {
  margin-top: 10px;
  float: left;
  width: 369px;
  height: 145px;
  position:relative;
}

#features-tabs .tab-content {
  width: 369px;
  height: 122px;
}

#tab-popular-topics {
  background: url("../images/popular-topics-gray.png") no-repeat;
  height: 23px;
  width: 129px;
}
#tab-latest-topics {
  background: url("../images/latest-topics-gray.png") no-repeat;
  height: 23px;
  width: 129px;  
}
#tab-popular-topics.selected {
  background-image: url("../images/popular-topics.png");  
}
#tab-latest-topics.selected {
  background-image: url("../images/latest-topics.png");  
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tabs li {
  float: left;
  margin: 0 5px 0 0;
}
.tab {
  cursor: pointer;
}
.tab .tab-content {
  cursor: auto;
  position: absolute;
  top: 23px;
  left: 0px;
  background: #ffffff;
  display: none;
}
.tab.selected .tab-content {
  display: block;
}

.tab-content ul, .tab-content ol {
  display: block !important;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-content li {
  float: none !important;
  background: #ebebeb;
  color: #818181 !important;
  font: 11px Verdana !important;
  display: block !important;
  padding: 3px 3px 3px 3px !important;
  margin: 4px 4px 4px 4px !important; 
}

#main {
  min-height: 1000px;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
}

#left {
  width: 586px;  
  margin: 0 0 0 15px;
}


.plus-box {
  width: 376px;
  height: 216px;
  background-repeat: no-repeat;
  position: relative; 
  margin-bottom: 5px; 
}

.plus-box .tabs {
  position: absolute;
  top: 50px;
  left: 5px;
  width: 182px;
}
.plus-box .tab {
  margin-right: 2px;
}
.plus-box .tabs .tab-content {
  width: 182px;
}
.plus-box p {
  margin: 0;
  padding: 0 12px 0 0;
  position: absolute;
  top: 55px;
  left: 200px;
  font: 11px Verdana;
  color: #fff;
}

.plus-box a.plus-box-visit {
  display: block;
  position: absolute;
  width: 76px;
  height: 25px;
  top: 180px;
  left: 200px;
}
.plus-box a.plus-box-order {
  top: 180px;
  left: 285px;
  width: 76px;
  height: 25px;  
  position: absolute;
  display: block;  
}

#anime-plus-box {
  background: url("../images/anime-plus.png") no-repeat;  
}

#anime-plus-box-isplus {
  background: url("../images/anime-plus-isplus.png") no-repeat;  
}

#anime-plus-box-isplus a{
  color: #818181;
  font: 11px arial;
  text-decoration: none; 
}

#anime-plus-box-isplus a:hover{
  text-decoration: underline; 
}

#anime-plus-box a{
  color: #818181;
  font: 11px arial;
  text-decoration: none; 
}

#anime-plus-box a:hover{
  text-decoration: underline; 
}



#tab-anime-downloads {
  background: url("../images/tab-anime-downloads-gray.png") no-repeat;
  height: 23px;
  width: 89px;
}
#tab-anime-downloads.selected {
  background: url("../images/tab-anime-downloads.png") no-repeat;
  height: 23px;
  width: 89px;  
}
#tab-anime-rated {
  background: url("../images/tab-anime-rated-gray.png") no-repeat;
  height: 23px;
  width: 89px;
  margin-right: 0px !important;
  float: right !important;
}
#tab-anime-rated.selected {
  background: url("../images/tab-anime-rated.png") no-repeat;
  height: 23px;
  width: 89px;
}
#tab-manga-downloads {
  background: url("../images/tab-manga-downloads-gray.png") no-repeat;
  height: 23px;
  width: 88px;  
}
#tab-manga-downloads.selected {
  background: url("../images/tab-manga-downloads.png") no-repeat;
  height: 23px;
  width: 88px;  
}
#tab-manga-rated {
  background: url("../images/tab-manga-rated-gray.png") no-repeat;
  height: 23px;
  width: 88px;  
  margin-right: 0px !important;
  float: right !important;
}
#tab-manga-rated.selected {
  background: url("../images/tab-manga-rated.png") no-repeat;
  height: 23px;
  width: 88px;  
}

#manga-plus-box {
  background: url("../images/manga-plus.png") no-repeat;  
}

#manga-plus-box-isplus {
  background: url("../images/manga-plus-isplus.png") no-repeat;  
}

#manga-plus-box-isplus a{
  color: #818181;
  font: 11px arial;
  text-decoration: none; 
}

#manga-plus-box-isplus a:hover{
  text-decoration: underline; 
}

#manga-plus-box a{
  color: #818181;
  font: 11px arial;
  text-decoration: none; 
}

#manga-plus-box a:hover{
  text-decoration: underline; 
}

#right {
/*
  position: absolute;
  right: 14px;
*/
  float: right;
  margin-right: 14px;
  display:inline;
  position: relative;
  width: 375px;
}

#right-features {
  height: 215px;
  position:relative;
}

#right-features .tabs {
  
}

#right-features .tabs .tab {
  border: 1px solid #a7adae;
  width: 129px;
  height: 23px;

}

#right-features .tabs .tab.selected {
  border-bottom: 1px solid #fff;
  z-index: 2;
}

#right-features .tabs .tab-content {
  z-index: 1;
  border: 1px solid #a7adae;
  padding: 5px;
  width: 365px;
  height: 165px;
}
#right-features .tabs .tab-content div.gray {
  background-color: #f0f0f0;   
  height: 150px; 
  position: relative;
  padding-top: 15px;
}

#right-features .left-arrow {
	position: absolute;
	left: 20px;
	top: 35px;
	cursor: pointer;
}

#right-features .right-arrow {
	position: absolute;
	right: 20px;
	top: 35px;
	cursor: pointer;
}



#right-spon {
  border: 1px solid #a7adae;
  background: url("../images/right-spon.png") no-repeat;
  padding-top: 35px;
}

#tab-featured-fanart {
  background-image: url("../images/featured-fanart-gray.png");
}

#tab-featured-fanart.selected {
  background-image: url("../images/featured-fanart.png");
}
#tab-featured-member {
  background-image: url("../images/featured-member-gray.png");
}

#tab-featured-member.selected {
  background-image: url("../images/featured-member.png");
}
#content {
  background: #fff url("../images/content-fold.png")no-repeat  top right;
 color: #676767;
  font: 11px Verdana;

  border: 4px solid #e0e0e0; 
}

#content a{
  color: #729fad;
}

#bottom {
  clear: both;
  position: relative;
  background: url("../images/bottom.png") no-repeat;
  height: 176px;
}

#bottom-twitter {
  position: absolute;
  left: 30px;
  top: 10px; 
}
#bottom-twitter a {
  display: block;
  height: 145px;
  width: 232px;
  background: url("../images/twitter.png");
}

#bottom-sites {
  position: absolute;
  top: 10px;
  left: 267px;
  width: 345px;
  height: 145px;
}
#tab-bleachworld {
  width: 129px;
  height: 23px;
  background: url("../images/tab-bleachworld-gray.png");
}
#tab-stawhatcrew {
  width: 129px;
  height: 23px;
  background: url("../images/tab-strawhatcrew-gray.png");    
}

#tab-stawhatcrew.selected {
   background-image: url("../images/tab-strawhatcrew.png");     
}
#tab-bleachworld.selected {
   background-image: url("../images/tab-bleachworld.png");     
}
#bottom-sites .tab-content {
  height: 118px;
  text-align: center;
  padding-top: 4px;
  background: #fff;
  width: 345px;
}

#bottom-rss {
  position: absolute;
  top: 40px;
  left: 630px;
  font: 11px Verdana;
  color: #ffffff;
  width: 210px;
}
#bottom-rss a {
  position: absolute;
  top: 90px;
  left: 10px;
  color: #fff;
  font-weight: bold;
}
#footer {
  background: #051a23 url("../images/footer-tail.png") no-repeat top right;
  height: 53px;
  position: relative;
}

#footer-copyright {
  margin: 0;
  padding: 18px 0 0 10px;
  color: #c0edff;
  font: 12px Verdana;  
}
#footer-neado {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 570px;
  color: #c0edff;
  font: 11px Verdana;    
}









.content-nav {
  background-color: #e0e0e0;
  padding: 5px 5px 0px 7px;
}

.content-layout .content-nav UL {
	list-style-type: none;
 list-style-position: outside;
 list-style-image: none;
 height: 23px;
 margin: 0 0 0 0px;
 padding-left: 0px;
}
.content-layout .content-nav UL LI {
	display: inline; 
 	float: left;
 	position: relative;
  z-index: 1;
}


.content-layout .content-nav ul li,
.content-layout .content-nav ul li a {
 color: #ffffff;
 font: 9px Verdana;
 display: table-cell;
 vertical-align: middle;
}
.content-layout .content-nav a:hover { display: block; }
.content-layout .content-nav ul li a { 
 text-align:left; display: block;
 height: 20px; 
 line-height: 20px; 
 text-decoration: none !important;
 padding: 0px 0px 0px 4px;
 margin-right: 1px;
 background: #676767 url("../images/menu-arrow.png") no-repeat scroll 100% 1px ; 
}
.content-layout .content-nav ul li a:hover, 
.content-layout .content-nav ul li.selected a
{

}

.content-layout .content-nav li .ddnote { font-weight: normal; }

.content-layout .content-nav li ul {
 display: none;
 position: absolute;
 top: 20px;
 left: 0px;
 margin: 0px;
 background-color: #e8e8e8;
 border: 1px solid #5a5a5a;
 height: auto;
 min-width: 160px;
 padding: 0px 0 0px 0;
 z-index: 2;
}
.content-layout .content-nav li li {
 float: none;
 display: block;
}

.content-layout .content-nav li:hover ul {
 display: block;
}

.content-layout .content-nav li ul.hover {
 display: block;
}


.content-layout .content-nav ul li li { min-width: 160px; width: auto; }

.content-layout .content-nav ul li li a {
 color: #5a5a5a;
 font-weight: normal;
 height: auto;
 line-height: 12px;
 padding: 0px 0px 3px 15px;
 display: block;
 float: none;
 position: relative;
 font-family: Tahoma;
 font-size: 11px;
 background: url("http://static.anifreak.com/images/icons/mini-bullet-grey.png") no-repeat 6px 8px !important;
}
.content-layout .content-nav ul li li a.bold {
 background-image: none !important;
 font-weight: bold;
 padding-left: 5px;
}

.content-layout .content-nav ul li li a:hover, .content-layout .content-nav ul li li.selected a {
 background-color: #c8c8c8 !important; 
}





#news {
  border: 1px solid #dbdbdb;
  color: #676767;
  font: 11px Verdana;
  padding: 3px;
  margin: 40px 3px 3px 3px;
  position: relative;
}

#news-menu {
  list-style: none;
  position: absolute;
  top: -29px;
  left: -1px;
  margin: 0;
  padding: 0;  
}

#news-menu li {
    border: 1px solid #ebebeb;
    border-bottom: none;
    float: left;
    display: block;
    padding: 7px 15px 7px 15px;
    margin-right: 10px;
}

#news-menu li.selected {
  border-color: #dbdbdb;
    border-bottom: 1px solid #ffffff;  
}
#news-menu li a {
  color: #b3b3b3;
}
#news-menu li.selected a {
  color: #818181;
}

#news a {
  color: #729fad;
}

#news h3 {
  color: #9c9b9b;
  font: bold 14px Verdana;
  margin: 0 0 2px 0;
}
#news .entry {
  clear: left;
  position: relative;
  z-index: 0;
  padding-top: 15px;
}
#news .kitty {
  width: 57px;
  height: 78px;
  float: left;
  margin: 0 6px 2px 2px;
  position: relative;
  z-index: 0;
  background: url("../images/kitty.png");
}

#news .kitty .day {
  position: absolute;
  width: 57px;
  top: 46px;
  font: 9px Verdana;
  color: #fff;
  text-align: center;
}
.month {
  color: #3d3d3d;
  position: absolute;
  width: 57px;
  top: 57px;
  font: 9px Verdana;  
    text-align: center;
}

#news .reporter {
  padding: 4px 0 4px 0;
  border-bottom: 1px dashed #e9e9e9;
}

#news .body {
  border-bottom: 1px dashed #e9e9e9;
  padding: 4px;
}

#news .entry {
  border-bottom: 1px solid #e5e5e5;
}
#news .comments {
  margin: 6px 0 6px 0;
  background: url("../images/comment.png") no-repeat scroll 4px 6px;
  padding: 8px 8px 8px 30px;

  float: right;
  border: 1px solid #dedede;
  border-right: none;
}

/* Featured Overlaps
----------------------------*/

.image-overlap-1 {
	width: 100px;
	height: 100px;
    background: #000000
	text-align: center;
         -moz-opacity: 0.25;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
         border:1px solid black;
	position: relative;
	margin: 1px 0 2px 2px;
    z-index: 4; 
    }

.image-overlap-2 {
	width: 100px;
	height: 100px;
    background: #000000
	text-align: center;
         -moz-opacity: 0.25;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
         border:1px solid black;
	position: relative;
	margin: 1px 0 2px -65px;
    z-index: 3; 
    }

.image-overlap-3 {
	width: 100px;
	height: 100px;
    background: #000000
	text-align: center;
         border:1px solid black;
	position: relative;
	margin: 1px 0 2px -65px;
    z-index: 5; 
    }

.image-overlap-4 {
	width: 100px;
	height: 100px;
    background: #000000
	text-align: center;
         -moz-opacity: 0.25;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
         border:1px solid black;
	position: relative;
	margin: 1px 0 2px -65px;
    z-index: 2; 
    }

.image-overlap-5 {
	width: 100px;
	height: 100px;
    background: #000000
	text-align: center;
         -moz-opacity: 0.25;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
         border:1px solid black;
	position: relative;
	margin: 1px 0 2px -65px;
    z-index: 1; 
    }

.div-box-mart {
  padding: 8px;
  border: 1px solid #c1c1c1;
  margin: 0 0 5px 0;
}



