/* COMIC NAVIGATION 
Author: Tyler Martin
Style: Default
*/

#comic_navi_wrapper {
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
}

.comic_navi_left {
	float: left;
}

.comic_navi_right {
	float: right;
}

.comic_navi {
	border: none;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	color: #ccc;
}

.comic_navi td {
}

	.navi {
		height: 25px;
		line-height: 25px;
	}

	a.navi {
		color: #fff;
		background: #00548d;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: solid 1px #000;
	}
	
	a.navi:hover {
		color: #fff;
		background: #128de3;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

.navi-comictitle {
	padding: 0px 6px;
	text-align: center;
	display: inline-block;
}

.navi {
	padding: 0 6px;
	display: inline-block;
	background :#ccc;
	margin: 0px 1px;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: solid 1px #999;
}

.navi a {
	display: block;
	text-decoration: none;
}

.navi-first {
	float: left;
}

.navi-prevchap, .navi-story_prev {
	float: left;
}

.navi-story_prev_in {
	float: left;
}

.navi-prev, .navi-previous {
}

.navi-comments, .navi-archive, .navi-random, .navi-buyprint {
	display: inline-block;
}

.navi-buyprint {
}

	.navi-buyprint:hover, button .navi-buyprint:hover {
		display: inline-block;
	}

	.navi-buyprint-form {
		display: inline-block;
		width: 80px;
	}

.navi-comments-count {
	padding-right: 4px;
}
	
.navi-next {
	float: left;
}

.navi-nextchap, .navi-story_next {
}

.navi-story_next_in {
}

.navi-last {
	float: right;
}

.navi-void, .navi-void:hover {
	font-weight: normal;
}

#navi-share-box {
	height: 96px;
	width: 120px;
	padding: 1px;
	margin-left: 300px;
	margin-top: -130px;
	zoom: 1;
	position: absolute;
	background: url('sharebox.png') 0 0 no-repeat;
	display: none;
}

#navi-share-box a {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

	.menunav-rss { 
		height: 46px;
		line-height: 46px;
	}