/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-CommentNavi 1.10							|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-commentnavi/commentnavi-css.css		|
|																							|
+----------------------------------------------------------------+
*/

.wp-commentnavi {
	float: right;
	margin: 0 10px 10px 0;
}

.wp-commentnavi a, .wp-commentnavi a:link {
	display: block;
	float: left;
	padding: 0;
	margin: 2px;
	text-decoration: none;
	color: #fff;
	background: url('pagenavi_a_bg.png') no-repeat;
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.wp-commentnavi a:hover {
	font-size: 18px;
	color: #fff;
}

.wp-commentnavi a:active {
	font-size: 15px;
}

.wp-commentnavi a.page, .wp-commentnavi a.page:link {
	line-height: 32px;
	text-align: center;
	font-size: 13px;
}

.wp-commentnavi a.page:hover {
	line-height: 32px;
	text-align: center;
	font-size: 18px;
}

.wp-commentnavi span.pages, .wp-commentnavi span.current, .wp-commentnavi span.extend {
	display: block;
	float: left;
	padding: 0;
	margin: 2px;
	color: #fff;
	border: 0;
	background: url('pagenavi_a_bg.png') no-repeat;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}


.wp-commentnavi .first, .wp-commentnavi .last {
	line-height: 28px;
	font-size: 18px;
}

.wp-commentnavi .first { padding-right: 2px; width: 30px; }