@font-face {
	font-family: "Naruto";
	src: url("njnaruto.ttf");
}

body { background-color: #000; }

#container h3 {
	font-family: "Naruto", serif;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

#container {
	position: relative;
}

#book_cover {
	margin: 10px auto;
	height: 649px;
	background-color: #777;
	border: 15px solid #555;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	width: 500px;
}

#book_pages {
	padding-left: 2px;
	position: relative;
	height: 100%;
	width: 99%;
	background-color: #ffa;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

div.tab {
	cursor:pointer;
	font-size: 15px;
	font-family: "Naruto", serif !important;
	width: 20px;
	font-weight: bold;
	float: right;
	text-align: right;
	clear: both;
	border-width: 1px 0 0 1px;
	border-color: #777;
	border-style: solid;
	padding: 3px 5px 1px 1px;
	text-transform: uppercase;
	color: #07b;
	background: #e70;
	height: 20px;
	background: -moz-linear-gradient(center top, #d60, #f80) repeat scroll 0 0 transparent;
}

#container > div.tab:last-child {
	border-width: 1px 0 0 1px;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

#container > div.tab:first-child {
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	border-width: 0 0 0 1px;
}

div.tab.active {
	color: #222;
	position: relative;
	background: #ffa;
	font-size: 20px;
	border-left: 0;
	width: 25px;
	border-radius: 0px 5px 5px 0;
	-moz-border-radius: 0px 5px 5px 0;
	border-right: 1px solid #fff;
	left: 5px;
	padding-bottom:0;
}

#container > div.tab.active:first-child {
	border-top: 0;
}

a { color: inherit; text-decoration: none; }

#column_titles {
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
	padding: 10px 0 0 0;
	color: #07b;
}
div[id^=plyr] { font-size: 14px; }

#players div[id^=plyr], #column_titles {
	font-family: "Naruto", serif !important;
	text-align: left;
	width: 95%;
	margin: 0 0 10px 0;
}

div[id^=plyr-] div, #column_titles div{
	display: inline-block;
	width: 30%;
}

div[id^=plyr-] div.name, #column_titles div.name { text-align: left; }
div[id^=plyr-] div.rank, #column_titles div.rank { text-align: right; }
div[id^=plyr-] div.village, #column_titles div.village { text-align: center; }

div[id^=plyr-] div.name { cursor: pointer; }

div.navigation div {display:inline-block;width:43%;color:#d60;font-weight:bold;font-size:15px;cursor:pointer;}

div.navigation div.prev {text-align:left;}
div.navigation div.next {text-align:right;}

#player_info {
	font-family: "Naruto", serif;
}

#player_info div.name {
	width: 100%;
	font-size: 16px;
	font-weigh: bold;
	text-decoration: underline;
	text-align: center;
	color: #07b;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}

#player_info div.left div > div {
	width: 45%;
	text-align: left;
	display: inline-block;
	margin-bottom:20px;
}

#player_info div.right { height: 100%; width: 45%; display: inline-block; text-align: right; }
#player_info div.left { height: 100%; width: 45%; display: inline-block; vertical-align: text-bottom; }

#player_info div.bottom div > div {
	display: inline-block;
	margin-bottom: 20px;
	width: 20%;
	vertical-align: top;
}

#player_info div.bottom div div + div { width: 60%; }

#player_info div.bottom { margin-top: 10px; }

div.bio div + div { overflow-y: scroll; white-space: pre-wrap; height: 350px; width: 72% !important; }

#player_info div div div { color: #07b; }
#player_info div div div + div { color: #000; }


