@charset "utf-8";

/*  
Theme Name: Codigo Geek
Theme URI: http://www.codigogeek.com/
Description: Theme designed for Codigo Geek Weblog.
Version: 1.0
Author: Diego Alejandro Peralta
Author URI: http://www.bahiastudio.net/
*/

@import 'reset.css';
@import 'clearfix.css';


/* ----- CSS ----- */

body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3b3b3b;
}

a {
	text-decoration: none;
	color: #d42929;
}

strong {
	font-weight: bold;
}

/* ----- LAYOUT ----- */

#wrapper {
	width: 100%;
}

#main {
	width: 966px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	position: relative;
}

#header {
	width: 966px;
	height: 155px;
	background: url('img/bg_header.gif') no-repeat left top;
	margin-bottom: 12px;
}

#navbar { 
	float: right;
}

#container {
}

#content {
	width: 595px;
	float: left;
	margin-right: 14px;
	margin-bottom: 30px;
}

#adslinks {
	width: 966px;
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
}

.adspost {
	background: url('img/bg_post_top.gif') no-repeat left top;
	padding-top: 10px;
}

.adspost_bottom {
	width: 966px;
	height: 23px;
	background: url('img/bg_post_bottom.gif') no-repeat left top;
	position: relative;
}

#sidebar {
	width: 355px;
	max-width: 355px;
	float: left;
	background: #f4f4f4 url('img/bg_sidebar_top.gif') no-repeat left top;
}

#footer {
	clear: both;
	background: #1e1e1e url('img/bg_footer.gif') no-repeat left top;
	overflow: hidden;
	padding-top: 20px;
	margin-top: 30px;
	max-width: 965px;
}

/* ----- HEADER ----- */

#header h1 a {
	display: block;
	text-indent: -9999px;
	background: url('img/logo.png') no-repeat left top;
	width: 380px;
	height: 110px;
}

#header h1 {
	padding: 33px 0px 0px 20px;
	float: left;
}

.description {
	text-indent: -9999px;
}

/* header : navbar */

#navbar ul {
	margin-right: 20px;
	padding-top: 97px;

}

#navbar ul li {
	display: inline;
	padding: 0px;
}

#navbar ul li a {
	display: block;
	float: left;
	text-indent: -9999em;
	height: 45px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
}

#navbar ul li#nav_item_1 a {
	background-image: url('img/nav_item_1.gif');
	width: 77px;
}

#navbar ul li#nav_item_1 a:hover {
	background-position: left bottom;
}

#navbar ul li#nav_item_2 a {
	background-image: url('img/nav_item_2.gif');
	width: 119px;
}

#navbar ul li#nav_item_2 a:hover {
	background-position: left bottom;
}

#navbar ul li#nav_item_3 a {
	background-image: url('img/nav_item_3.gif');
	width: 149px;
}

#navbar ul li#nav_item_3 a:hover {
	background-position: left bottom;
}

#navbar ul li#nav_item_4 a {
	background-image: url('img/nav_item_4.gif');
	width: 115px;
}

#navbar ul li#nav_item_4 a:hover {
	background-position: left bottom;
}

#navbar ul li#nav_item_5 a {
	background-image: url('img/nav_item_5.gif');
	width: 84px;
}

#navbar ul li#nav_item_5 a:hover {
	background-position: left bottom;
}

/* ----- CONTENT ----- */

.post {
	background: url('img/bg_post_top.gif') no-repeat left top;
	padding-top: 10px;
}

.post_bottom {
	width: 595px;
	height: 23px;
	background: url('img/bg_post_bottom.gif') no-repeat left top;
	position: relative;
}

.entry p.center {
	text-align: center;
}

.post_content {
	background: #fff;
	padding: 14px;
}

.date_post {
	padding: 5px;
	background-color: #393939;
	color: #fff;
	margin-bottom: 8px;
	width: 50px;
	text-align: center;
	font-family: "Helvetica", "Arial", "Times New Roman", "Georgia", sans-serif;
	font-size: 16pt;
	font-weight: bold;
	line-height: 16pt;
	letter-spacing: -0.07em;
	float: left;
}

.post h2 {
	font-family: "Helvetica", "Arial", "Times New Roman", "Georgia", sans-serif;
	font-size: 20pt;
	font-weight: bold;
	line-height: 16pt;
	letter-spacing: -0.07em;
	margin: 0px 0px 8px 0px;
	padding-bottom: 7px;
	border-bottom: 1px solid #dadbdb;
}

h2.single {
	font-family: "Helvetica", "Arial", "Times New Roman", "Georgia", sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	letter-spacing: -0.07em;
	margin: 0px 0px 8px 0px;
	padding-bottom: 7px;
	border-bottom: 1px solid #dadbdb;
}

.post h2 a {
	color: #d42929;
}

.entry ol {
	font-family: "Helvetica", "Arial", "Times New Roman", "Georgia", sans-serif;
	list-style-type: decimal-leading-zero;
	margin: 5px 5px 20px 30px;
	font-size: 14px;
}

.entry ol li{
	margin:3px;
	color: #2a2a2a;
	line-height: 1.7em;
}

.entry ul {
	font-family: "Helvetica", "Arial", "Times New Roman", "Georgia", sans-serif;
	list-style-type: square;
	margin: 5px 5px 20px 30px;
	font-size: 14px;
}

.entry ul li{
	margin:3px;
	color: #2a2a2a;
	line-height: 1.7em;
}


.other_info {
	color: #646464;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #dadbdb;
}

.other_info span.autor {
	background: url('img/user.png') no-repeat left 50%;
	padding-left: 20px;
}

.other_info_aside span.autor {
	background: url('img/user.png') no-repeat left 50%;
	padding-left: 20px;
	padding-right: 15px;
	float:right;
}

.other_info span.tags {
	background: url('img/tags_label.png') no-repeat left 50%;
	padding-left: 20px;
	margin-left: 4px;
}

.entry p {
	line-height: 1.7em;
	color: #2a2a2a;
	margin-bottom: 1em;
	font-size: 14px;
}

.entry_aside p {
	line-height: 1.7em;
	color: #2a2a2a;
	padding:0 0 0 0px;
	margin-bottom: 1em;
	font-size: 14px;
}

.entry_aside img {
	border:1px solid #EEEEEE;
	float:left;
	margin:0pt 5px 0pt 0pt;
	padding:5px;
}


.meta {
	background: url('img/bg_meta.gif') no-repeat left top;
	width: 537px;
	height: 27px;
	padding: 9px 10px;
	color: #6c6c6c;
	margin-left: 15px;
	clear:both;
}

.meta ul li {
	display: inline;
	padding: 0px 10px 0px 20px;
}

.meta  ul li.ico_category {
	background: url('img/ico_1.gif') no-repeat left 50%;
}

.meta  ul li.ico_date {
	background: url('img/ico_2.gif') no-repeat left 50%;
}

.meta  ul li.ico_comments {
	background: url('img/ico_3.gif') no-repeat left 50%;
	text-align: right;
}

.navegacion {
	text-align: right;
	margin-right: 20px;
}

/* ----- COMMENTS ----- */

#comments {
	width: 595px;
	background: #fff url('img/bg_post_top.gif') no-repeat left top;
}

#comments_content {
	padding: 10px;
}

#comments_bottom {
	width: 595px;
	height: 13px;
	background: url('img/bg_post_bottom.gif') no-repeat left top;
	position: relative;
}

#respond {
	background: url('img/comment2.png') no-repeat left 50%;
	font-family: "Helvetica", "Arial", "Times New Roman", "Georgia", sans-serif;
	font-size: 22pt;
	font-weight: bold;
	line-height: 16pt;
	letter-spacing: -0.07em;
	margin: 20px 0px 8px 0px;
	padding: 8px 0px 7px 38px;
	color: #d2591d;
}

#n_comentarios {
	background: url('img/comment2.png') no-repeat left 50%;
	font-family: "Helvetica", "Arial", "Times New Roman", "Georgia", sans-serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 16pt;
	letter-spacing: -0.07em;
	margin: 20px 0px 8px 0px;
	padding: 8px 0px 7px 38px;
	color: #d2591d;
}

#n_trackbacks {
	background: url('img/comment.png') no-repeat left 50%;
	font-family: "Helvetica", "Arial", "Times New Roman", "Georgia", sans-serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 16pt;
	letter-spacing: -0.07em;
	margin: 20px 0px 8px 0px;
	padding: 8px 0px 7px 38px;
	color: #d2591d;
}

.alert {
	border: 1px solid #d21d1d;
	padding: 10px 20px;
	line-height: 1.5em;
	background: #fff0f0;
	font-size: 11px;
	color: #777777;
	margin-top: 30px;
}

#comments a {
	color: #bd2c2c;
	text-decoration: none;
}

#comments form {
	margin: 30px 0px 0px 40px;
}

label {
	color: #6b6b6b;
}

input {
	margin: 2px 0 10px 0;
	background-color: #fafafa;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 14px;
	padding: 2px;
	width: 480px;
}

.datos_personales, .textarea_comentario {
	float: left;
}

.textarea_comentario {
	margin-left: 30px;
}

textarea {
	width: 480px;
	height: 113px;
	margin: 2px 0 10px 0;
	background-color: #fafafa;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 14px;
	padding: 2px;
}

input#submit {
	background: #ededed;
	border-bottom: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	border-left: 0;
	border-top: 0;
	font-size: 22px;
	padding: 0px 6px;
	font-family: "Helvetica", Times New Roman, Georgia serif;
	font-weight: bold;
	color: #d32020;
	line-height: 16pt;
	letter-spacing: -0.05em;
	padding: 6px;
}

#comments ol {
	margin-bottom: 56px;
}

#comments ol.comment_list li {
	border-bottom: 1px solid #f0f0f0;
	padding: 6px;
	margin-bottom: 36px;
	display: block;
	min-height: 90px;
	height: 90px;
	height: auto !important;
}

#comments ol.comment_list li.alt {
	background-color: #fdfdfd;
}

#comments ol.comment_list li.alt:hover {
	background-color: #fff;
}

#comments ol.comment_list li:hover {
	background-color: #fdfdfd;
}

.comment_author {
	width: 150px;
	max-width: 150px;
	min-width: 150px;
	float: left;
	height: auto;
	display: block;
	color: #bd2c2c;
}
.comment_author .comment_data {
	line-height: 1em;
	font-size: 10px;
}

.comment_author .gravatar img {
	width: 40px;
	height: 40px;
	padding: 0px 4px 0px 0px;
}

.comment_author .gravatar {
	float: left;
	padding: 4px;
}

.comment_author .comment_info cite {
	display: block;
	font-family: "Helvetica", Times New Roman, Georgia serif;
	font-weight: bold;
	color: #bd2c2c;
	line-height: 1.8em;
	letter-spacing: -0.02em;
	font-size: 14px;
}

.comment_author span {
	display: block;
}

.comment_text {
	width: 400px;
	margin-left: 150px;
	padding: 0px 0px 6px 6px;
	line-height: 1.7em;
}

ol#trackbacks li {
	border: 0;
	background: url('img/link.gif') no-repeat left 50%;
	padding: 0px 0px 0px 20px;
	line-height: 1.9em;
}

/* ----- SIDEBAR ----- */

#sidebar_bottom {
	width: 355px;
	height: 13px;
	float: left;
	background: url('img/bg_sidebar_bottom.gif') no-repeat left top;
	display: block;
}

/* SEARCH BAR */

#s {
	border: 0;
	background: url('img/bg_searchbar.gif') no-repeat left top;
	width: 288px;
	height: 21px;
	padding: 10px 10px 0px 36px;
	color: #868686;
	font-size: 11px;
	margin: 20px 10px;
}

/* FEED RSS */

#suscribe {
	margin-bottom: 18px;
}

#suscribe ul li {
	background: url('img/feed.png') no-repeat left 50%;
	padding: 5px 0px 5px 20px;
	font-size: 12px;
	display: inline;
	margin-left: 12px;
	line-height: 2.2em;
}

#suscribe ul li.email {
	background: url('img/mail.png') no-repeat left 50%;
}

#suscribe ul li.add_feed {
	background: url('img/feed_plus.png') no-repeat left 50%;
padding: 5px 12px 5px 20px;}

#suscribe ul li.twitter {
	background: url('img/twitter.png') no-repeat left 50%;
}

/* Top Comments */

#top_comments ul li {
	display: block;
	padding: 8px 10px 14px 10px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #ffffff;
	font-size: 11px;
	color: #6e6e6e;
}

#top_comments ul li img {
	position: relative;
	top: 4px;
}

#top_comments ul li a {
	font-size: 11px
}

/* About */

#about {
	margin: 10px;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #e9e9e9;
	font-size: 11px;
	line-height: 1.4em;
	text-align: justify;
}

#about p {
	margin-bottom: 6px;
}

#about img {
	float: left;
	padding: 2px;
	margin: 0px 6px 0px 0px;
	border: 1px solid #d5d2d2;
}

/* jQuery Tabs */

ul.tabs {
	margin-top: 35px;
	margin-bottom: 8px;
	text-align: center;
}

ul.tabs li {
	display: inline;
	text-transform: uppercase;
	padding: 0px 4px 0px 0px;
	font-size: 11px;
}

ul.tabs li span {
	color: #cac9c9;
	padding: 8px 8px 7px 8px;
	text-decoration: none;
	font-size: 12px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7; 
	border-left: 1px solid #e7e7e7; 
	cursor: pointer;
	letter-spacing: -0.04em;
}

ul.tabs li span:hover {
	color: #9e9e9e;
}

ul.tabs li span.active {
	color: #fff;
	border-top: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #f4f4f4;
	color: #9e9e9e;
}

.content_tab {
	padding: 10px 10px 25px 10px;
	border-top: 1px solid #9e9e9e;	
	overflow: hidden;
}

.content_tab ul {
	width: 360px;
}

.content_tab ul li {
	width: 110px;
	margin: 10px 40px 0 0;
	padding: 5px 10px 8px 0;
	line-height: 0.6;
	float: left;
	color: #e1e1e1;
	border-bottom: 1px solid #e7e7e7; 
	font-size: 11px;
}

.content_tab ul li ul {
	display: none;
}

.content_tab ul li a {
	color: #6e6e6e;
	padding: 2px;
}

.content_tab ul li a:hover {
	color: #fff;
	background-color: #6e6e6e;
}

#content_category ul li {
	background: url('img/tags.png') no-repeat left top;
	padding-left: 20px;
	
}

#content_blogroll ul li {
	background: url('img/plug.png') no-repeat left 50%;
	padding-left: 20px;
}

#content_blogroll h2 {
	display: none;
}

#content_archive ul li {
	background: url('img/calendar.png') no-repeat left 50%;
	padding-left: 20px;
}

#content_pages ul li {
	background: url('img/pin.png') no-repeat left 50%;
	padding-left: 20px;
}

#content_blogroll, #content_archive, #content_pages { 
	display: none;
}

.latestactivity {
	color: #646464;
	font-size: 11px;
	overflow: auto;
}
.latestactivity li {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #ffffff;
	padding: 10px;
}

.activityentry_title {
	font-size: 12px;
	padding: 3px 0px 3px 20px;
	background: url('img/sticky_note.png') no-repeat left 50%;
}

.latestactivity small {
	display: block;
	padding: 4px 0px;
	font-size: 11px;
}

.latestactivity small  a {
	color: #646464;
	line-height: 1.6em;
	font-size: 12px;
}

.activityentry_ncomments {
	font-size: 11px;
	color: #646464;
}

#meta_sidebar_post ul li {
	color: #999;
	border-bottom: 1px solid #e7e7e7; 
	font-size: 11px;
	padding-bottom: 2px;
	line-height: 2em;
	padding-left: 30px;
	margin: 0px 4px;
}

#meta_sidebar_post  ul li.ico_category {
	background: url('img/ico_1.gif') no-repeat 2% 50%;
}

#meta_sidebar_post  ul li.ico_date {
	background: url('img/ico_2.gif') no-repeat 2% 50%;
}

#meta_sidebar_post ul li.ico_comments {
	background: url('img/ico_3.gif') no-repeat 2% 50%;
}

#meta_sidebar_post ul li.ico_author {
	background: url('img/user.png') no-repeat 2% 50%;
}

#meta_sidebar_post ul li.ico_tags {
	background: url('img/tags_label.png') no-repeat 2% 50%;
}

/* LINKS */

#recomendados ul li {
	width: 39%;
	color: #999;
	border-bottom: 1px solid #e7e7e7; 
	font-size: 11px;
	padding-bottom: 2px;
	line-height: 2em;
	background: url('img/chain.png') no-repeat 4% 50%;
	padding-left: 30px;
	float: left;
	margin: 0px 4px;
}

#recomendados ul li.ancho_total {
	display: block;
	width: auto;
	margin: 0;
	padding-left: 34px;
}

#recomendados ul li.ancho_total:last-child {
	border-bottom: none;
}

#sidebar h3 {
	font-family: "Helvetica", "Arial", "Times New Roman", "Georgia", sans-serif;
	font-weight: bold;
	background-color: #c33c3c;
	padding: 6px 0px;
	border-bottom: 1px solid #fefcfc;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #9e9e9e;
}

.sidebar_comment {
	padding: 16px 10px;
	line-height: 1.6em;
	font-size: 11px;
	overflow: auto;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #ffffff;
}
.c_gravatar {
	float: left;
}
.c_gravatar img {
	padding: 3px;
	border: 1px solid #d5d2d2;
	background: #ffffff;
}

.c_author {
	display: block;
	margin-bottom: 3px;
}

.c_author a {
	padding: 3px;
	background-color: #eae9e9;
	color: #595959;
}

.c_sidebar {
	float: right;
	width: 286px;
	color: #4f4f4f;
}

.s_comment {
}

/* ----- FOOTER ----- */

#footer h3 {
	color: #fff;
	font-family: "Helvetica", "Arial", "Times New Roman", "Georgia", sans-serif;
	font-size: 17pt;
	font-weight: bold;
	line-height: 16pt;
	letter-spacing: -0.07em;
	padding: 0px 30px 8px;
	text-transform: uppercase;
	margin-bottom: 16px;
	border-bottom: 1px solid #383838;
}

#footer h3 span {
	color: #f52929;
}

#footer_bottom {
	background: url('img/bg_footer_bottom.gif') no-repeat left top;
	display: block;
	clear: both;
	width: 965px;
	height: 22px;
}

#left_footer {
	width: 320px;
	float: left;
	border-right: 1px solid #383838;
	margin: 0 auto;
}

#center_footer {
	width: 320px;
	float: left;
	border-right: 1px solid #383838;
	margin: 0 auto;
}

#right_footer {
	width: 320px;
	float: left;
	margin: 0 auto;
}

#footer ul li a {
	text-transform: uppercase;
	font-weight: bold;
}

#footer ul li {
	line-height: 1.4em;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #383838;
	padding-left: 33px;
	font-size: 12px;
}

#footer ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#footer ul li span{
	display: block;
	color: #fff;
	font-size: 11px;
}

#right_footer ul li a {
	font-weight: normal;
}

#right_footer ul li a:hover {
	color: #ffffff;
}

p.webdesign {
	color: #dedede;
	font-size: 11px;
	padding: 16px 16px 0px 0px;
	text-align: right;
	line-height: 1.4em;
}
	
#post_footer {
}

#post_footer h3{
	padding:10px 0 0px 16px;
	background:url(img/icon_related.gif) no-repeat left bottom;
	border-bottom: 1px solid #dadbdb;
	font-size: 14px;
}

.navigation {
	padding: 15px 0 15px 10px;
	}
	
.previous {
	float: left;
	width: 47%;
	}
.next {
	float: right;
	width: 47%;
	text-align:right;
	padding:0 5px 0 0;
	}
	
	/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

code {padding: 3px 15px; margin: 5px 0px; color:#993300; display: block; background: #F4F4F4;}

ol.code {
	border: 1px solid #ff0000;
	}
	
ol.code li {
	margin-bottom: 1px;
	line-height: 1.5em;
	}

table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
th{background:#C40A28 url(tr_back.gif) repeat-x;color:#fff;}
td{background:#F4F4F4;}

#rss{background: #FBF8F8 url(img/feed_icon.png) 10px center no-repeat;border-top: 2px solid #990000;border-bottom: 2px solid #990000;margin: 10px 0 11px 0;padding: 10px 20px 20px 65px;text-align: center;font-size: 13px;line-height: 25px;height:40px;}

#social_icons {margin-top:15px;margin-bottom:0px;padding-bottom:0px; float:left;}
#social_icons table {border:0; bordercolor:#ffffff: bgcolor:#ffffff;padding:0px;margin:0px}
#social_icons img {border-right:0px; border-top:0px; border-left:0px; border-bottom:0px; margin: 0px 10px 0px 0px; float:left;}
#social_icons font {font-size:10pt;}
#social_icons a {text-decoration:none;}
#social_icons H4 {border-bottom:1px solid #e4e4e4;padding-bottom:5px;margin: 0px 0px 5px;padding: 0px 0px 3px;font-size: 17px;font-weight: bold;line-height: 20px;color: #000000;}
#social_icons p {margin-bottom:0px;padding-bottom:0px;}

blockquote
{
display: block;
margin-right: 20px;
background-color: transparent;
background: url(img/comillas.gif) no-repeat;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 40px;
}

#banners {
	padding-bottom:20px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	padding-left:5px;
}
#banners p{
	font-size:10px;

}

#banners h2 {
	font-size: 11px;
	color: #9e9e9e;
	text-align: center;
	text-transform: uppercase;
	padding-bottom:4px;
	border-bottom: 1px solid #e7e7e7;
}

#banners img{
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	border: 1px solid #e7e7e7;
}

#banners .nombre {
	margin-top:10px;
	margin-bottom:5px;
}


#banners small{
	font-size: 10px;
}


.destacado {
display: block;
background-color: #FFFFCC;
border: 1px solid #FF9933;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 30px;
}

.social {
text-align:center;
}

/*- Pagination -*/

.wp-pagenavi { 
	position:relative;
	top:-5px;
}

body .wp-pagenavi a, body .wp-pagenavi a:link {
	padding: 5px 8px;
	margin: 2px;
	text-decoration: none;
	border: 0;
	color: #6e6e6e;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;	
}
body .wp-pagenavi a:visited {
	padding: 5px 8px;
	margin: 2px;
	text-decoration: none;
	border: 0;
	color: #6e6e6e;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;	
}
body .wp-pagenavi a:hover {	
	border: 0;
	color: #d73e3e;
	background-color: #FFFFFF;
}
body .wp-pagenavi a:active {
	padding: 5px 8px;
	margin: 2px;
	text-decoration: none;
	border: 0;
	color: #6e6e6e;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;	
}
body .wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #999;
	border: 0;
	background: #3B3B3B;
}
body .wp-pagenavi span.current {
	padding: 10px 8px 5px;
	margin: 2px;
	text-decoration: none;
	border: 0;
	color: #d73e3e;
	background-color: #FFFFFF;
	position:relative;
	top:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
}
body .wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 0;
	color: #000000;
	background-color: #FFFFFF;
}