﻿/* COMIC NAVIGATION 
Author: Philip M. Hofer (Frumph)
Hackedup by: Pete (FireBookDuo)
Style: Deverish Also
*/

.comic_navi_wrapper {
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
}

.navi-comictitle {
	padding-top: 26px;
	max-width: 100px;
}

.navi {
	width: 120px;
	margin: 0 5px;
	padding-top: 30px;
	font-size: 9px;
	color: #555;
	display: inline-block;
}

	.navi:hover {
		background-position: -130px 0;
	}

.navi-firstinchap {
	background: url('navi-first.gif') no-repeat;
}

.navi-first {
	background: url('navi-first.gif') no-repeat;
}

.navi-prevchap, .navi-story_prev {
	background: url('prevchap.png') no-repeat;
}

.navi-story_prev_in {
	background: url('prevchap.png') no-repeat;
}

.navi-prev, .navi-previous {
	margin-right: 10px;
	background: url('navi-pre.gif') no-repeat;
}

.navi-prev-in, .navi-previous-in {
	background: url('prev-in.png') no-repeat;
}

.navi-comments, .navi-archive, .navi-random, .navi-buyprint {
	margin: 0 5px;
}

.navi-buyprint {
	border: none;
	cursor: pointer;
	background: url('buyprint.png') no-repeat;
}

	.navi-buyprint:hover, button .navi-buyprint:hover {
		background: url('buyprint.png') no-repeat;
		background-position: -60px 0;
		color: #f00;
	}

	.navi-buyprint-form {
		width: 60px;
		display: inline-block;
		margin: 0;
		padding: 0;
		}

.navi-archive, .navi-archives {
	background: url('archive.png') no-repeat;
}

.navi-random {
	background: url('random.png') no-repeat;
}

.navi-comments {
	padding: 0;
	background: url('comments.png') no-repeat;
}

a.navi-comments span {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	line-height: 49px;
	color: #fff;
	text-indent: 0;
}

a.navi-comments span:hover {
	color: #860b04;
}

.navi-next {
	margin-left: 10px;
	background: url('navi-next.gif') no-repeat;
}

.navi-next-in {
	background: url('next-in.png') no-repeat;
}

.navi-nextchap, .navi-story_next {
	background: url('nextchap.png') no-repeat;
}

.navi-story_next_in {
	background: url('nextchap.png') no-repeat;
}

.navi-last {
	background: url('navi-latest.gif') no-repeat;
}

.navi-void, .navi-void:hover {
	color: #999;
	background-position: -260px 0;
}

