/*
	Theme Name: APShootah
	Theme URL: http://www.animepalm.com/
	Description: APShootah is a self coded theme for Animepalm. Designed and Coded by Asch and Flay.
	Author: Animepalm.com
	Author URI: http://www.animepalm.com/
	Version: 1.0
*/

/* LAYOUT */

body {
	background: #fff url(images/background.jpg) top center no-repeat;
	}

#wrapper {
	}

#container {
    background: url(images/container-bg.png) left top repeat-x;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
	}

#contentwrap {
	background: #101010 url(images/contentwrap-background.png) right top repeat-y;
	}

a {
	color: #17627b;
	}

a:hover {
	color: #ff2aed;
	}


/* HEADER */

#header {
	height: 115px;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 30px 0 0 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 48px;
	}

#header h1 a, #header h1 a:visited {
	color: #0c96c4;
	text-decoration: none;
	}


#header h2 {
	color: #7e7e7e;
	font-size: 14px;
    padding-left: 15px;
	font-family: Arial, Helvetica, Sans-serif;
	}
    
.logoimg {
    margin: 30px  0 0 15px;
    }

/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 31px;
    margin-top: 8px;
    padding-left: 8px;
	}
	
#pagemenu {
	height: 28px;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
 font:11px Arial, Helvetica, sans-serif;
 color:#1e729d;
    margin: 0 6px 0 0;
  padding: 8px 12px;
	text-decoration: none;
 line-height:29px;
 font-size: 11px;
 background:url(images/boxline.gif) left top repeat-x;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	}
	
#pagemenu li a:hover, #pagemenu li a:active {
 font:11px Arial, Helvetica, sans-serif;
 color:#1e729d;
    margin: 0 6px 0 0;
	padding: 8px 12px;
 line-height:29px;
 font-size: 11px;
 background:url(images/boxline.gif) left top repeat-x;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	}
	
#pagemenu  li.current_page_item a {
 font:11px Arial, Helvetica, sans-serif;
 color:#1e729d;
    margin: 0 6px 0 0;
	padding: 8px 12px;
 line-height:29px;
 font-size: 11px;
 background:url(images/boxline.gif) left top repeat-x;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	
.topright {
	text-align: right;
    margin: 8px 8px 0 0;
	}

.topright a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
	}

.topright a:hover {
    color: #fff;
    text-decoration: underline;
    }

#navcontainer {
	height: 30px;
	display: block;
	overflow: hidden;
    padding: 0 0 0 8px;
    margin-bottom: 10px;
 font:11px Arial, Helvetica, sans-serif;
 color:#1e729d;
 line-height:29px;
 background:url(images/boxline.gif) left top repeat-x;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
        border-bottom:1px solid #0c0c0c;

        border-left:1px solid #0c0c0c;

        border-right:1px solid #0c0c0c;
	}
#navcontainer .current-cat a {
	background:url(images/boxline.gif) top left repeat-x;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	color:#fff;
	}
	
/* CONTENT */

#content {
	padding: 15px 5px 15px 15px;
    color: #5d5d5d;
	}
h1,h2,h3,h4,h5 {
    color: #5d5d5d;
}
	
pre { overflow: auto; 
	width: 470px; 
	}
	
.post {
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
	}


.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 26px;
	font-size: 22px;
	font-family: Arial, Verdana;
	color: #242727;
    font-weight: bold;
    text-transform: uppercase;
	}

	
.title a {
	text-decoration: none;
	color: #242727;
	}

.title a:hover {
	text-decoration: underline;
    color: #237f9e;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
    color: #232323;
}

.readmorecontent {
	text-align: right;
	}

a.readmore {
	padding: 4px 15px;
	background: #393939;
	color: #fff;
	text-decoration: none;
    font-size: 12px;
    font-weight: bold;
	}

a.readmore:hover {
    color: #fff;
	background: #17627b;
	}


.postdate {
	font-size: 11px;
	padding: 1px 0px;
	font-family: Arial, Verdana;
	color: #666;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	color: #666;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 11px;
	}
    
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #242727 !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #fff !important;
    background:#393939 !important;
    border: 0 !important;
    
}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #242727 !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background:#17627b !important;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #242727 !important;
    background: none !important;
    border: 0 !important;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 6px;
	}


.sidebar {
	margin: 0 10px 10px 10px;
    font-size: 13px;
    color: #d3d3d3;
	}
	
.sidebar a {
	text-decoration: none;
	color: #1e729d;
	}

.sidebar a:hover {
	text-decoration: none;
	color:#ff2aed;
	}
	
	
#search {
    border-top:1px solid #181818;
    border-bottom:1px solid #0c0c0c;
    border-left:1px solid #0c0c0c;
    border-right:1px solid #0c0c0c;
    height: 26px;
    padding: 2px;
    background: #2c2e2e;
    text-align: right;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#search input {
	border: 0;
    background: none;
    color: #c5c7c7;
}
	
#s {
	width: 247px;
	padding: 3px;
    margin:2px 0 0 0;
    background: none;
}

#topsearch {
    margin-top: 15px;
}
		
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.addthis_toolbox .custom_images a img
{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


	
.sidebarvideo {

	}

.sidebar h2 {
	margin: 0 0 0 0;
	padding: 7px 0 12px 12px;
	background: url(images/boxline.gif) left top repeat-x;
	font-size: 11px;
    line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	color: #1e729d;
	}

.sidebar ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
	
.sidebar ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #d3d3d3;
	background: none!important;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background:  none !important;
    color: #d3d3d3;
	}

#wp-calendar td {
	color: #d3d3d3;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #232626;
	color: #d3d3d3;
	}

#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer { 
	height: 121px;
	overflow: hidden;
	margin: 0;
	clear: both;
	float: none;
	padding: 0 5px;
	background: url(images/footer.png) no-repeat 0 0;
	line-height: 20px;
	font-size: 10px;
	color: #c4c4c4;
	position: relative;
}

.footertxt {
	margin: 0 auto;
	width: 920px;
        padding-top: 60px;
        color: #c4c4c4;
}

#footer a {
	color: #c4c4c4;
	} 

#footer a:hover {
    color: #c4c4c4;
	text-decoration: none;
	} 
	
#footer2 {
	color: #575757;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#footer2 a {
	color: #575757;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    border: 1px solid #bebebe;
    margin: 0 10px 10px 0;
}

/* CUSTOM CODE */

#category content{

	width: 637px;

	padding: 0 5px;

	float: left;

}
.page ul{

        list-style: none;

	background-color: #101010;

        border:1px solid #0c0c0c;

        border-bottom:none;

	width: 600px;

        padding:0; 

        margin:10px 0 0 0;

	font-size: 11px;

}
.page .links ul{
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 width:580px;
}
.page .links ul li{
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
}
.page .cat_data ul{
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 width: 360px;
 margin-left: 230px;
}
.page .cat_data ul li{
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
}
.page .ddmcc{
	width: 280px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.page .ddmcc ul{
 width: 280px;
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
}
.page .ddmcc ul ul{
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 width: 278px;
}
.cat_desciption{

	margin-bottom: 10px;

	background-repeat: repeat-x;

	background-position: top left;

	background-color: #101010;

	border: none;

	padding: 5px;

        border-top:1px solid #181818;
        
        border-bottom:1px solid #0c0c0c;

        border-left:1px solid #0c0c0c;

        border-right:1px solid #0c0c0c;

}
.cat_image{

	width: 225px;

	float: left;

}
.cat_image img{

	width: 215px;

}
.alignleft{

font-size:11px;

float:left;

}

.alignright {

font-size:11px;

float:right;

}
.cat_image{

	width: 225px;

	float: left;

}
.cat_image img{

	width: 215px;

}
#latest-box{

	width: 450px;

	line-height: 1.3;

}
.content-header{

	background-position: top left;

	background-repeat: no-repeat;

	color:#fff;

	font-weight: bold;

	margin-top:5px;

	padding: 13px 13px 13px 13px;

	width: 450px;

	height: 15px;

}



.content-header h4{

	margin: 0;

	padding: 0 0 0 11px;

	background-repeat: no-repeat;

	background-position: left;

}



#latest-box ul{

	list-style: none;

	margin: 0;

	padding: 0;

	border-bottom: 1px solid #dcdcdc;

	height:100%;

	width: 450px;

}



#latest-box ul li{

	list-style: none;

	border-bottom:1px dotted #dcdcdc;

	padding: 10px;

}



#latest-box ul li a {

	color: #fff;

	text-decoration:none;

	padding-left: 0;

	background: none;

	display:inline;

}



#latest-box ul li a:hover {

	color: #ff00ae;

}



#latest-box img.post-image{

	width: 120px;

	height: 120px;

	border: 1px solid #dcdcdc;

	float: left;

	margin-right: 10px;

}



#latest-box .text-box{

	float: left;

	width: 250px;

}



#latest-box .watch-now{

	width: 86px;

	height: 24px;

	float: left;

	padding: 22px 0 0 0;

	text-align: center;

	font-weight: bold;

}



#latest-box .sub{

	background-image: url(images/english.gif);

	background-repeat: no-repeat;

	background-position: top left;

}



#latest-box .raw{

	background-image: url(images/news.gif);

	background-repeat: no-repeat;

	background-position: top left;

}



#latest-box .episode-title{

	font-weight: bold;

	font-size: 13px;

        color: #

}
#info-box{

	margin: 0;

	padding: 5px 10px;

        border: 1px solid#0c0c0c;

	width: 150px;

	font-size: 11px;

}
#info-box a {

	color: #d0d0d0;

	text-decoration:none;

}
#info-box a:hover {

	color: #D0002A;

}
#info-box img.post-image{

	width: 175px;

        height: 250px;

        border: 1px solid

	float: right;

	margin-right: 10px;

}
#info-box .text-box{

	float: left;

	width: 521px;

	padding-top: 6px;

}
.nextPrevious{

	line-height: 1.2;

	display: block;

	font-size: 11px;

	padding: 10px 10px 10px 20px;

	background-color: #101010;

	width: 265px;

	position: relative;

        border-top:1px solid #181818;

        border-bottom:1px solid #0c0c0c;
}
.episode-info ul{

	background-image: url(images/episode-bg.gif);

	background-repeat: repeat-x;

	background-position: top left;

	background-color: #fff;

	border: 1px solid #dcdcdc;

	width: 600px;

	padding: 5px 10px;

        margin: 100px 0px 10px 0px;

	font-size: 11px;

}
.endpost-info ul{

	background-image: url(images/episode-bg.gif);

	background-repeat: repeat-x;

	background-position: top left;

	background-color: #fff;

	border: 1px solid #dcdcdc;

	width: 600px;

	padding: 5px 10px;

        margin: 0px 0px;

	font-size: 11px;

}
#sidebar ad left{

        float: left;

}
#sidebar ad right{

        float: right;
}

/* INDEX CODE */

#welcome{

	background-image: url(images/index-welcome.jpg);

	background-color: #101010;
        
        float: right;
 
        width: 400px;

        height:200px;

        display:inline;

        margin: 0 0 40px 0;

        list-style-type: none;
        
        padding: 0;
}

#welcome p{

        width: 260px;

	margin: 0;

	padding: 80px 0 0 0;

        font-size: 10px;

}

#index-left{

	background-color: #101010;
        
        float: left;
 
        width: 600px;

        min-height:400px;

        display:inline;

        margin: 0 0 40px 0;

        list-style-type: none;
        
        padding: 0;
}
 .bl-col1 {
 width:300px;
 float:left;
 display:inline;
 }
 .blueheading {
 font:11px Arial, Helvetica, sans-serif;
 color:#1e729d;
 margin:0;
 padding:0 0 2px 10px;
 height:30px;
 line-height:29px;
 }
 .bl-col1 ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .bl-col1 ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .bl-col1 a {
 color:#777;
 text-decoration:none;
 }
 .bl-col1 p{
 margin-top:15px;
 margin-left:20px;
 }
 .boxline1 {
 background:url(images/boxline.gif) no-repeat;
 height:100%;
 overflow:hidden;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
 }
 .boxline1 a:hover {
 color:#ff2aed;
 }
 .bl-col2 {
 width:300px;
 float:right;
 display:inline;
 }
.bl-col2 ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .bl-col2 ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .bl-col2 a {
 color:#777;
 text-decoration:none;
 }
#index-middle-left{

	background-color: #101010;
        
        float: left;
 
        width: 600px;

        min-height:400px;

        display:inline;

        margin: 0 0 40px 0;

        list-style-type: none;
        
        padding: 0;
}
 .boxline2 {
 background:url(images/boxline.gif) no-repeat;
 height:100%;
 overflow:hidden;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
 }
 .boxline2 a:hover {
 color:#ff2aed;
 }
 .bl-col3 {
 width:300px;
 float:right;
 display:inline;
 }
.bl-col3 ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .bl-col3 ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .bl-col3 a {
 color:#777;
 text-decoration:none;
 }
 .bl-col4 {
 width:300px;
 float:right;
 display:inline;
 }
.bl-col4 ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .bl-col4 ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .bl-col4 a {
 color:#777;
 text-decoration:none;
 }
.blueheading-category {
 font:11px Arial, Helvetica, sans-serif;
 color:#1e729d;
 margin:0;
 padding:0 0 2px 24px;
 height:30px;
 line-height:29px;
 border-bottom:1px solid #0c0c0c;
 }
.bl-col-category {
 width:600px;
 float:left;
 display:inline;
 }
 .bl-col-category ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .bl-col-category ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .bl-col-category a {
 color:#777;
 text-decoration:none;
 }
#single-post{

	background-color: #101010;
        
        float: left;
 
        width: 600px;

        height:100%;

        display:inline;

        margin: 0 0 40px 0;

        list-style-type: none;

        padding:6px 10px 6px 0;

        overflow:hidden;

        border-top:1px solid #181818;

        border-bottom:1px solid #0c0c0c;

        border-left:1px solid #0c0c0c;

        border-right:1px solid #0c0c0c;
}
#single-footer{

	background-color: #101010;
        
        float: right;
 
        width: 600px;

        height:100%;

        display:inline;

        margin: 0 0 10px 0;

        list-style-type: none;

        padding:6px 10px 6px 0;

        overflow:hidden;

        border-top:1px solid #181818;

        border-bottom:1px solid #0c0c0c;

        border-left:1px solid #0c0c0c;

        border-right:1px solid #0c0c0c;
}
#single-footer p{
 margin-left: 5px;
 font:11px Arial, Helvetica, sans-serif;
 margin:0;
 padding:0 0 2px 10px;
}
.commentlist .comment { 
 
  /* -- Add a darker border - */
  border: 1px #0c0c0c solid;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.commentlist .bypostauthor {
  /* -- CSS3 Linear Gradient -- */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#ddd)); 
  background: -moz-linear-gradient(0% 100% 90deg,#ddd, #f5f5f5);  
}
#middle-nav {
	height: 30px;
	display: block;
	overflow: hidden;
    padding: 0 0 0 8px;
    margin-bottom: 10px;
 font:11px Arial, Helvetica, sans-serif;
 color:#1e729d;
 line-height:29px;
 background:url(images/boxline.gif) left top repeat-x;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
        border-bottom:1px solid #0c0c0c;

        border-left:1px solid #0c0c0c;

        border-right:1px solid #0c0c0c;
	}
 .category-list {
 width:250px;
 float:left;
 display:inline;
 }
 .category-list ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .category-list ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .category-list a {
 color:#777;
 text-decoration:none;
 }
#anime-list{

	background-color: #101010;
        
        float: left;
 
        width: 600px;

        height:100%;

        display:inline;

        list-style-type: none;

        margin: 0 0 40px 0;

        padding:6px 10px 6px 0;

        overflow:hidden;

        border-top:1px solid #181818;

        border-bottom:1px solid #0c0c0c;

        border-left:1px solid #0c0c0c;

        border-right:1px solid #0c0c0c;
}
#anime-list-content{

	width: 600px;

	padding: 0 5px;

	float: left;

}
.anime-page ul{

        list-style: none;

	background-color: #101010;

        border:1px solid #0c0c0c;

        border-bottom:none;

	width: 600px;

        padding:0; 

        margin:10px 0 0 0;

	font-size: 11px;

}
.anime-page .ddmcc{
	width: 290px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.anime-page .ddmcc ul{
 width: 290px;
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
}
.anime-page .ddmcc ul li{
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
}

.anime-page .ddmcc a {
 color:#777;
 text-decoration:none;
 }
 .bl-col5 {
 width:300px;
 float:right;
 display:inline;
 }
.bl-col5 ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .bl-col5 ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .bl-col5 a {
 color:#777;
 text-decoration:none;
 }
 .bl-col6 {
 width:300px;
 float:right;
 display:inline;
 }
.bl-col6 ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .bl-col6 ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .bl-col6 a {
 color:#777;
 text-decoration:none;
 }
#index-middle-2{

	background-color: #101010;
        
        float: left;
 
        width: 600px;

        min-height:400px;

        display:inline;

        margin: 0 0 40px 0;

        list-style-type: none;
        
        padding: 0;
}
#index-bottom-left{

	background-color: #101010;
        
        float: left;
 
        width: 600px;

        min-height:400px;

        display:inline;

        margin: 0 0 40px 0;

        list-style-type: none;
        
        padding: 0;
}
 .boxline3 {
 background:url(images/boxline.gif) no-repeat;
 height:100%;
 overflow:hidden;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
 }
 .boxline3 a:hover {
 color:#ff2aed;
 }
 .boxline4 {
 background:url(images/boxline.gif) no-repeat;
 height:100%;
 overflow:hidden;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
 }
 .boxline4 a:hover {
 color:#ff2aed;
 }
 .bl-col7 {
 width:300px;
 float:right;
 display:inline;
 }
.bl-col7 ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .bl-col7 ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .bl-col7 a {
 color:#777;
 text-decoration:none;
 }
 .bl-col8 {
 width:300px;
 float:right;
 display:inline;
 }
.bl-col8 ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .bl-col8 ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .bl-col8 a {
 color:#777;
 text-decoration:none;
 }
 .bl-post {
 width:600px;
 float:left;
 display:inline;
 }
 .bl-post ul {
 margin:10px 0 0 0;
 padding:0;
 list-style:none;
 border:1px solid #0c0c0c;
 border-bottom:none;
 }
 .bl-post ul li {
 font:10px Arial, Helvetica, sans-serif;
 color:#777;
 line-height:100%;
 padding:6px 10px 6px 22px;
 height:100%;
 overflow:hidden;
 border-top:1px solid #181818;
 border-bottom:1px solid #0c0c0c;
 }
 .bl-post a {
 color:#777;
 text-decoration:none;
 }
 .bl-post p{
 margin-top:15px;
 margin-left:20px;
 }
#post-ad {
  width:250px;
  height: 250px;
  float:right;
  display:inline;
  padding: 5px 10px;
}
#category-ad-post {
  width: 428px;
  height: 60px;
  display: inline;
  float: left;
  padding: 10px 10px 10px 10px;
  margin-left:60px;
}
