/* COMIC NAVIGATION 
Author: Tyler Martin
Style: Silver
*/

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

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

.navi {
	width: 44px;
	padding: 26px 0 0 0;
	display: inline-block;
	overflow: hidden;
	font-size: 10px;
	text-align: center;

	color: #555;
	float: left;
}

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

.navi-first {
	background: url('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('prev.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: -44px 0;
		color: #f00;
	}

	.navi-buyprint-form {
		width: 76px;
		display: inline-block;
		margin: 0;
		padding: 0;
		}

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

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

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

	a.navi-comments span {
		display: inline-block;
		width: 44px;
		height: 25px;
		font-size: 16px;
		font-weight: bold;
		line-height: 25px;
		color: #c5c5c5;
	}
	
		a.navi-comments span:hover {
			color: #860b04;
			}
	
.navi-next {
	margin-left: 10px;
	background: url('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('last.gif') no-repeat;
}

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


.biglinks {
	width: 140px;
	padding: 74px 0 0 0;
	display: block;
	overflow: hidden;
	font-size: 10px;
	text-align: center;

	color: #555;

}

	.biglinks:hover {
		background-position: 0 -90px;
	}

.biglinks_buy_strip {
	background: url('buy-strip-rollover.jpg') 0 4px no-repeat;
}

.biglinks_iphone {
	background: url('iphone-rollover.jpg') 0 4px no-repeat;
}

.biglinks_shop {
	background: url('shop-rollover.jpg') 0 4px no-repeat;
}

.biglinks_forum {
	background: url('forum-rollover.jpg') 0 4px no-repeat;
}

.biglinks_aviation {
	background: url('aviation-rollover.jpg') 0 4px no-repeat;
}


