/*
Theme Name: Naruto Strikes Back
Theme URI: http://blinding-light.com/designs
Description: A theme based from the anime "Naruto" by Kishimoto Masashi.
Author: Miko Reznor
Author URI: http://blinding-light.com
*/

body {
	background-color: #ffffff;
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;	
}

a {
	text-decoration: none;
	/*gray color: #59595b;
	green color: #388d27;*/
	color: #005dab;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	/*gray color: #a0a0a1;*/
	font-weight: normal;
}

#wrap {
	width: 750px;
	margin: 0 auto;
}


/* TOP */

/*#top {
	background-image: url('images/background.gif');
	background-repeat: repeat;
}*/

#top-half {
	border-bottom: 1px solid #000000;
}

#top-half li a {
	text-decoration: none;
	color: #005dab;
	padding-right: 12px;
}

#top-half li a:hover {
	text-decoration: none;
	color: #4b4b4d;
	padding-right: 12px;
}

#top-half #s {
	width: 192px;
	font: 100%/normal Verdana, sans-serif;
	padding: 4px;
}


/* CONTENTS */

#contents {
	width: 700px;
	margin: 0 auto;
	margin-top: 25px;
}

#contents h1, #sidebar h1 {
	color: #005dab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contents h2, #sidebar h2 {
	color: #005dab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: -10px;
}

#contents h3, #sidebar h3 {
	color: #005dab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: -10px;
/*	border-bottom: thin dotted #ffffff;*/
}

#contents p.header, #sidebar p.header {
	color: #005dab; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	margin-left: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight:bold;
}

#contents h1 a, #contents h2 a, #sidebar h1 a, #sidebar h2 a {
	color: #005dab;
	text-decoration: none;
}

#contents h1 a:hover, #contents h2 a:hover, #sidebar h1 a:hover, #sidebar h2 a:hover {
	color: #4b4b4d;
	text-decoration: underline;
}

#contents ul {
	padding: 0;
	list-style: none;
}

#contents li {
	margin-top: 0px;
	margin-bottom: 5px; 
/*	background: transparent url(images/list_image.gif) no-repeat; 
	background-position: 0px 6px; */
	padding-left: 15px;
}

#contents ul li:before {
	content: "\00BB \0020";
}

ol.comments {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px; 
}

li.comments {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px; 
}

#bylaws OL {
	counter-reset: item;
	list-style: none;
	padding-left: 0px;
	padding-bottom: 10px;
}

#bylaws LI {
	background: #fff;
}

#bylaws LI.article:before {
	content: "Article " counters(item, ".") ": ";
	counter-increment: item;
	font-weight: bold;
	margin-left: 0px;
	padding: 0px;
}

#bylaws LI.section:before {
	content: "Section " counters(item, ".") ". ";
	counter-increment: item;
	font-weight: bold;
	margin-left: 0px;
	padding: 0px;
}

#bylaws LI.sub-section:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	font-weight: bold;
	margin-left: 0px;
	padding: 0px;
}

#contents .small a {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}

#contents .small a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}

#contents p {
	padding: 0 2px;
}

#contents td.inside {
	border-bottom: 1px solid #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents td.insideBottom {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents .wp-smiley {
	border: 0;
}


#contents a.external,
#contents a[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}


/* MAIN PAGE CONETENT BOXES */

table.box {
	width: 100%;
	border: 0px black solid;
	padding: 0px;
}

td.box#one {
}

td.box#two {
}

div.box {
	vertical-align: top;
	width: 300px;
	height: 300px;
	overflow: auto;
	padding: 0px 0px 0px 10px;
	border: 1px gray solid;
	-moz-border-radius: 1em;
	background: #ccccff;
}

/* SIDEBAR */

#sidebar {
	width: 180px;
	float: left;
	margin-top: 25px;
}

#sidebar ul {
	padding: 0;
}

#sidebar li {
	list-style: none; 
}


/* SEARCH */
#srchResult iframe {
	width: 450px;
}


/* BLOGROLL */

#blogroll li {
	background: transparent;
	padding-left: 0px;
}


/* FOOTER */

#footer {
	border-top: 1px solid #000000;
	text-align: center;
	margin: 0 auto; 
	height: 50px;
}

#footer a {
	text-decoration: none;
	color: #666666;
	font-weight:normal;
}

#footer a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight:normal;
}