/*
Theme Name: Naruto Town
Theme URI: 
Description: The Naruto Town theme designed by VTTE WORKS and SULE.
Version: 1.0
Author: VTTE WORKS / SULE
Author URI: 


	Naruto Town v1.0
	 

	This theme was designed and built by VTTE WORKS and SULE

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
*{
	margin: 0;
	padding: 0;
}
a {
	color: #88CD10;
	text-decoration: none;
}
a img {
	border: none;
}

a:hover { 
color: #FFFFFF;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

body {
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #080808;
	color: #ffffff;
	}

#wrapper {
	width: 876px;
	margin: 0 auto;
}

#header {
	width: 876px;
	height: 220px;
	background: url(images/header3.jpg);
	color: transparent;
}
#header h1 {
	width: 530px;
	height: 120px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
#header h1 a:link, #header h1 a:hover, #header h1 a:visited, #header h1 a:active{
	display: block;
	width: 530px;
	height: 120px;
	text-indent: -100000px;
}

#navbar {
	width: 876px;
	height: 40px;
	background: url(images/nav_bg.png);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#navbar #nav_search #searchsubmit {
	display: none;
}
#navbar #nav_search form {
	float: left;
}
#navbar ul {
	height: 40px;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
#navbar ul li {
	width: 118px;
	height: 40px;
	background: url(images/nav_but.png);
	float: left;
	line-height: 40px;
	text-align: center;
	margin: 0 5px;
}
#navbar ul li:hover {
	background: url(images/nav_but_hover.png);
}
#navbar ul li a {
	display: block;
	width: 79px;
	height: 40px;
	padding-left: 36px;
	padding-right: 3px;
	text-decoration: none;
	color: #ffffff;
}
#navbar ul li a:hover {
	color: #000000;
}
#navbar #nav_search {
	height: 40px;
	line-height: 40px;
	float: right;
	margin: 0 10px;
}
#navbar #nav_search input {
	width: 204px;
	height: 18px;
	background: #000000;
	color: #ABFF0A;
	border: 1px solid #ffffff;
	margin-left: 10px;
	padding: 0 5px;
}

#body {
	width: 876px;
	margin-bottom: 10px;
	position:relative;
}
#body #left_col {
	width: 616px;
	margin-right: 10px;
	float: left;
}
#body #content {
	width: 606px;
	background-color: #1E1D1D;
	border: 1px solid #474A4B;
	float: left;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}
#body #content .single_post h2 {
	color: #AAF323;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 37px;
}
#body #content .single_video {
	width: 604px;
	height: 95%;
	border: 1px solid #424242;
	margin: 10px 0;
}

.single_post {
width: 604px;
height: 100%;475
border: 1px solid #424242;
margin: 10px 0; 
}

#body #content .single_post .single_nav {
	width: 586px;
	height: 36px;
	padding: 0 10px;
	color: #AAF323;
	line-height: 36px;
	margin: 20px 0;
	position: relative;
}
#body #content .single_post .single_nav .prev_but {
	width: 130px;
	height: 34px;
	background-color: #3A3939;
	border: 1px solid #424242;
	font-weight: bold;
	float: left;
}
#body #content .single_post .single_nav .prev_but a, #body #content .single_post .single_nav .next_but a {
	display: block;
	width: 130px;
	height: 34px;
}
#body #content .single_post .single_nav .next_but {
	width: 130px;
	height: 34px;
	background-color: #3A3939;
	border: 1px solid #424242;
	font-weight: bold;
	float: right;
}
#body #content .single_post .single_nav .report_but a {
	display: block;
	width: 150px;
	height: 34px;
	margin-left: -20px;
	margin-top: -15px;
}
#body #content .single_post .single_nav .report_but {
	width: 130px;
	height: 34px;
	background-color: #3A3939;
	border: 1px solid #424242;
	float: left;
	padding: 0 10px;
	position: absolute;
	left: 293px;
	margin-left: -65px;
}
#body #content .post {
	width: 584px;
	height: 162px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #252525;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background: #0B0F0F url(images/post_bg.png) no-repeat right;
}
.post .post_thumb {
	width: 160px;
	margin-right: 10px;
	float: left;
	position: relative;
}
.post .watch_episode {
	width: 160px;
	height: 20px;
	line-height: 20px;
	margin-top: 8px;
	background-color: #000001;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	position: absolute;
	top: 124px;
}
.post .post_content {
	float: right;
	height: 124px;
	width: 414px;
	text-align: justify;
	position: relative;
}
.post .post_content .post_meta {
	color: #A9A9A9;
	margin: 20px;
	line-height: 30px;
}
.post .post_content .post_comments {
	color: #88CD10;
	position: absolute;
	top: 58;
	right: 0;
	margin: 0 0px;
}
.post .post_content .views_n_ratings {
	width: 384px;
	height: 20px;
	line-height: 20px;
	margin-top: 8px;
	background-color: #000001;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 124px;
	padding: 0 15px;
	color: #88CD10;	
}
#left_col #announcement {
	width: 616px;
	height: 194px;
	background: #30433B url(images/announcement_bg.png);
	position: relative;
	margin-bottom: 10px;
}
#left_col #announcement #welcome {
	width: 616px;
	height: 25px;
	background: url(images/welcome_text.png);
	color: transparent;
}
#left_col #announcement #announcement_text {
	width: 596px;
	color: #ffffff;
	padding: 10px;
}
#left_col #announcement #announcement_button {
	background: url(images/announcement_button.png);
	width: 216px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 50px 50px;
}
#left_col #announcement #announcement_button a {
	display: block;
	width: 216px;
	height: 30px;
	line-height: 30px;
	color: transparent;
}
#sidebar #nav_panel {
	width: 248px;
	height: 192px;
	border: 1px solid #474A4B;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#sidebar #nav_panel_head {
	width: 233px;
	height: 33px;
	background: url(images/nav_panel_head.png);
	margin-left: 7px;
	color: transparent;
	line-height: 33px;
}
#nav_panel ul {
	width: 233px;
	list-style: none;
	margin-left: 7px;
	margin-right: 8px;
}
#nav_panel ul li {
	width: 233px;
	height: 33px;
	background: url(images/nav_panel_but.png);
	line-height: 33px;
	margin-bottom: 5px;
}
#nav_panel ul li:hover {
	background: url(images/nav_panel_but_hover.png);
}
#nav_panel ul li a {
	display: block;
	width: 185px;
	height: 33px;
	padding-left: 45px;
	padding-right: 3px;
	text-decoration: none;
	color: #ffffff;
}
#nav_panel ul li a:hover {
	color: #000000;
}
#body #sidebar {
	width: 250px;
	float: right;
	position:absolute;
	top:0px;
	right:0px;
}
#sidebar #chat_panel {
	width: 238px;
	background-color: #242424;
	border: 1px solid #474A4B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	padding: 10px 5px;
	text-align: center;
	margin-bottom: 10px;
}
#chat_panel_but {
	text-transform: uppercase;
	line-height: 20px;
}
#chat_panel_2_but {
	text-transform: uppercase;
	line-height: 20px;
}

#sidebar #sponsors {
	width: 233px;
	background-color: #080806;
	padding: 10px 8px 10px 7px;
	border: 1px solid #474A4B;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}
#sponsors #sponsors_head {
	background: url(images/sponsors_head.png);
	width: 233px;
	height: 20px;
	margin-bottom: 10px;
}



.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #3A3939;
}
.thread-even {
	background-color: #3A3939;
}
.depth-1 {
border: 1px solid #424242;
}

.even, .alt {

	border-left: 1px solid #424242;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#headerimg .description {
	text-decoration: none;
	color: white;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 10px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #3a3939;
	border: 1px solid #424242;
	color: #AAF323;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: #3a3939;
	border: 1px solid #424242;
	color: #AAF323;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#respond {
	text-align: left;
	padding: 0 10px;
}
#respond h3 {
	color: #AAF323;
	margin-left: 50px;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.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 50px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


#footer {
	width: 800px;
	height: 44px;
	clear:both;
	margin-bottom: 10px;
	padding: 0 35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 44px;
	color: #AAF323;
	text-align: center;
	position:relative;
}
.footer_company_name {
	color: #268BF2;
	text-transform: uppercase;
}
#footer a {
	color: #268BF2;
	text-decoration: none;
}
.footer_ad {
	margin: 6px;
}



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */