/* COMIC NAVIGATION 
Author: Tyler Martin
Style: Dark
*/
.comic_navi_wrapper {
	z-index: 15000;
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 23px 0 0 0;
}

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

.navi {
	z-index: 15000;
	width: 66px;
	padding: 69px 0 0 0;
	display: inline-block;
	overflow: hidden;
	font-family: Verdana,sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	text-align: center;
	color: #fff;
	float: left;
}

	.navi:hover {
		color: #e18d29;
		background-position: -66px 0;
	}

.navi-first {
	position: relative;
	left: 2px;
	z-index: 1000;
	background: url('first.png') no-repeat;
}

.navi-prevchap, .navi-story_prev {
	position: relative;
	left: -3px;
	z-index: 1000;
	background: url('prevchap.png') no-repeat;
}

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

.navi-prev, .navi-previous {
	position: relative;
	left: -8px;
	z-index: 1000;
	margin-right: 0px;
	background: url('prev.png') 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 0px;
}

.navi-buyprint {
	background: url('buyprint.png') no-repeat;
	background-position: 0px 0px;
	width: 65px;
	height: 65px;
	padding: 0;
	overflow: visible;
	z-index: 120;
	position: absolute;
	top: 26px;
	left: 935px;
	border: none;
	cursor: pointer;
	}

.navi-buyprint:hover, button .navi-buyprint:hover {
		background: url('buyprint.png') no-repeat;
		background-position: 0 0;
		color: #458198;
		}

	.navi-buyprint-form {
		width: 76px;
		display: inline-block;
		margin: 0;
		padding: 0;
		}
/*
.navi-buyprint {
	background: url('buyprint.png') no-repeat;
	background-position: 0px 0px;
	width: 70px;
	height: 70px;
	padding: 0;
	overflow: visible;
	z-index: 15000;
	position: absolute;
	top: 258px;
	left:941px;
	border: none;
	cursor: pointer;
	}

	.navi-buyprint:hover, button .navi-buyprint:hover {
		background: url('buyprint.png') no-repeat;
		background-position: 0 0;
		color: #458198;
		}

	.navi-buyprint-form {
		width: 76px;
		display: inline-block;
		margin: 0;
		padding: 0;
		}
*/
.navi-archive, .navi-archives {
	background: url('archive.png') no-repeat;
}

.navi-random {
	z-index: 1000;
	position:relative;
	left: 44px;
	background: url('random.png') no-repeat;
}

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

	a.navi-comments span {
		display: inline-block;
		width: 66px;
		height: 66px;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		line-height: 66px;
		color: #c5c5c5;
	}
	
		a.navi-comments span:hover {
			color: #860b04;
			}
	
.navi-next {
	z-index: 1000;
	position: relative;
	left: 82px;
	/*margin-left: 200px;*/
	background: url('next.png') no-repeat;
}

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

.navi-nextchap, .navi-story_next {
	z-index: 1000;
	position: relative;
	left: 75px;
	background: url('nextchap.png') no-repeat;
}

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

.navi-last {
	position: relative;
	left: 72px;
	z-index: 1000;
	background: url('last.png') no-repeat;
}

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

