/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PageNavi 2.31									|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/

.wp-pagenavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	width: 30px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 2.2em;
	color: #0066cc;
	background: url(../../themes/templateA/shared/img/mc-btn-navi.gif) no-repeat center;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	width: 30px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 2.2em;
	color: #0066cc;
	background: url(../../themes/templateA/shared/img/mc-btn-navi.gif) no-repeat center;	
}

.wp-pagenavi a:hover {	
	width: 30px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 2.2em;
	color: #fff;
	background: url(../../themes/templateA/shared/img/mc-btn-navi_current.gif) no-repeat center;	
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	width: 30px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 2.2em;
	color: #0066cc;
	background: url(../../themes/templateA/shared/img/mc-btn-navi.gif) no-repeat center;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	width: 85px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 2.2em;
	color: #fff;
	background: url(../../themes/templateA/shared/img/mc-btn-navi_guide.gif) no-repeat center;	
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	width: 30px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 2.2em;
	color: #fff;
	background: url(../../themes/templateA/shared/img/mc-btn-navi_current.gif) no-repeat center;	
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	width: 30px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 2.2em;
	color: #fff;
	background: url(../../themes/templateA/shared/img/mc-btn-navi.gif) no-repeat center;	
}
