/* COMIC NAVIGATION 
Author: Rob
Style: NEW Cal Nav
*/

#comic_navi_wrapper {
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 5px auto;
}

.navi-comictitle {
	text-align: center;
	padding-top: 26px;
	max-width: 100px;
}

.navi {
	width: 58px;
	display: inline-block;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	color: #555;
	float: left;
	margin-right: 20px;
	margin-bottom:0px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

	.navi:hover {
		background-position: -78px 0;
	}

.navi-first {
	background: url(First.png) no-repeat;
}

.navi-prevchap, .navi-story_prev {
	background-image: url(PrevChap.png);
	background-repeat: no-repeat;
}

.navi-story_prev_in {
	background-image: url(First.png);
	background-repeat: no-repeat;
}

.navi-prev, .navi-previous {
	margin-right: 20px;
	background-image: url(Prev.png);
	background-repeat: no-repeat;
}

.navi-prev-in, .navi-previous-in {
	background-image: url(PrevChap.png);
	background-repeat: no-repeat;
}

.navi-comments, .navi-archive, .navi-random, .navi-buyprint {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
}
.navi-buyprint {
	border: none;
	cursor: pointer;
	background: url(Buy.png) no-repeat;
}

	.navi-buyprint:hover {
		color: #f00;
	}

	.navi-buyprint-form {
		display: block;
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0;
		}

.navi-archive, .navi-archives {
	background: url('archive.png') no-repeat;
}

.navi-random {
	background: url('random.png') no-repeat;
}

#navi-share {
	background: url('share.png') no-repeat;
}

.navi-subscribe {
	background: url('subscribe.png') no-repeat;
}

.navi-comments {
	padding: 0;
	background-image: url(Comment.png);
	background-repeat: no-repeat;
}

	a.navi-comments span {
	display: inline-block;
	width: 30px;
	height: 38px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #000;
	text-align: left;
	}
	
		a.navi-comments span:hover {
			color: #860b04;
			}
	
.navi-next {
	background-image: url(Next.png);
	background-repeat: no-repeat;
}

.navi-next-in {
	background-image: url(Next.png);
	background-repeat: no-repeat;
}

.navi-nextchap, .navi-story_next {
	background-image: url(NextChap.png);
	background-repeat: no-repeat;
}

.navi-story_next_in {
	background-image: url(NextChap.png);
	background-repeat: no-repeat;
}

.navi-last {
	background-image: url(Last.png);
	background-repeat: no-repeat;
}

.navi-void, .navi-void:hover {
	color: #999;
	background-position: -158px 0;
}

#navi-share-box {
	height: 96px;
	width: 120px;
	padding: 1px;
	position: relative;
	background: url('sharebox.png') no-repeat;
	display: none;
}

#navi-share-box a {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}