/* COMIC NAVIGATION 
Author: Tyler Martin
Style: Dark
*/
#comic_navi_wrapper {
	display: block;
	float:left;
	border-collapse: collapse;
	text-align: center;
	margin: -51px 15px 10px;
}

#sidebar-left #comic_navi_wrapper {
	margin:-15px 0 0 175px;
}

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

.navi {
	color:#D5DCE4;
	display:inline-block;
	float:left;
	font-size:11px;
	overflow:hidden;
	padding:30px 0 0;
	text-align:center;
	width:50px;
}

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

.navi-first {
	background: url('first.png') 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 {
	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 1px;
}

.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: -66px 0;
		color: #f00;
	}

	.navi-buyprint-form {
		width: 76px;
		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: 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 {
	margin-left: 0px;
	background: url('next.png') 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('last.png') no-repeat; }

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

.navi-home { background: url('home.png') no-repeat; }
.navi-cast { background: url('cast.png') no-repeat; }
.navi-about { background: url('about.png') no-repeat; }
.navi-facebook { background: url('facebook.png') no-repeat; }
.navi-google_plus { background: url('g_plus.png') no-repeat; }
.navi-twitter { background: url('twitter.png') no-repeat; }
.navi-rss { background: url('rss.png') no-repeat; }
.navi-deviant { background: url('deviant.png') no-repeat; }
.navi-forum { background: url('forum.png') no-repeat; }
