/*
Theme Name:Codebreaker
Version: 2.0
Description: 3 column blog style WordPress Theme.
Author: Jinsona designs
Author URI: http://web2feel.com/
*/


html,body,div,span,object,h1,h2,h3,h4,h5,h6,p
,pre,a,abbr,acronym,address,big,cite
,code,del,dfn,em,img,ins,kbd,q,samp,small
,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td{
margin:0;
padding:0;


}


body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#F3F3F3 url(images/body.png) repeat-x;
	font-family:Tahoma,Century gothic, Arial,sans-serif;
	font-size:13px;
	}
		
a:link, a:visited {
	color:#6F615A;
	text-decoration: none;
	}
	
a:hover {
	color:#d53030;

	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}		

/* ######## */

h1,h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h1 {
	font-size: 26px;
	}	
	
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}


ul {
	list-style: none;
	}

blockquote {
	font-style: italic;
	background:#F3F3F3;
	padding:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
blockquote blockquote {

	}

pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

.clear {
	clear:both;
	}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#E4E4E4;
	border: 1px solid #fff;
	}

img.alignright {
	padding: 5px 5px;
	margin: 0px 0px 0px 0px;
	display: inline;
	background:#E4E4E4;

	}

img.alignleft {
	padding: 5px 5px;
	margin: 0px 0px 0px 0px;
	display: inline;
	background:#E4E4E4;

	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #fff;
	text-align: center;
	background-color: #E4E4E4;
	padding: 4px 0px 5px 0px;
	color:#555;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	

/* The Wrapper */

#wrapper {
	width:1010px;
	margin:0 auto;

	}
	
#topbar {
	height: 27px;
	background:#303428;
	border-bottom:1px solid #ff0000;
}

#topbar #dates {
	float: left;
	height: 25px;
	line-height: 23px;
	padding-left: 25px;
	font-size: 13px;
	color: #e2e2e2;
	margin: 2px 0 0 10px;
	background:url(images/day.jpg) no-repeat;
}

#topbar ul {
	float: right;
	display: inline;
	height: 25px;
	padding-right: 10px;
	margin:2px 0px 0 0;
}

#topbar ul li {
	float: left;
	margin-left: 20px;
	display: inline;
	height: 20px;
}

#topbar ul li a {
	height: 20px;
	line-height: 22px;
	background: url(images/rss.jpg) no-repeat;
	background-position: left;
	padding-left: 25px;
	font-size: 13px;
	color: #e2e2e2;
}

#topbar ul li a:hover {
	color: #e2e2e2;
}


/* The Top */

#top {
	height:93px;
	margin:auto;
	background:url(images/top.jpg);
	background-repeat:no-repeat;
	
	}
.blogname {
	float:left;
	width:600px;
	font-family: Georgia, Myriad Pro,Verdana,Tahoma,sans-serif;	
	margin:10px 0 0 0;


	}
.blogname h1  {
	font-size:40px;
	font-weight:normal;
	margin:0px 0px 0 10px;
	color:#096b00;
	text-decoration: none;
	text-align:left;


	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	display:block;
	}
	
.blogname h1  a:hover { 
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	}
.blogname h2 {
	margin:0px 0px 0 10px;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-align:left;

	}
	
/* The Search */


#search {
	height:20px;
	width:auto;
	padding-top:67px ;
	margin-left:5px;
	width:220px;
	float:right;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	margin-left:5px;
	margin-right:3px;
	float: left;
	width:159px;
	padding: 3px 0px;
	background: #8EB8CF url(images/sform.jpg);
	border:none;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#7f0000;
}

#searchsubmit {
	width:30px;
	float: left;
	margin-top: 0px;
	background: #EFEFEF url(images/go.jpg) no-repeat;
	border: none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:23px;
}

/*page menu*/

#foxmenucontainer{
	height:31px;
	display:block;
	padding:0px 0 0px 0px;
	font: 12px verdana, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	overflow:hidden;
	}
	

#menu ,#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:31px;
	
	}

#menu a {
	color: #fff;
	display: block;
    font-weight: normal;
  	padding: 9px 10px 8px 10px;
	text-shadow:1px 1px 1px #627E18;
	}
	
#menu a:hover {
	background:#cc0102 url(images/menuhov.png) repeat-x;
	color: #cc0102;
	text-shadow:1px 1px 1px #fff;
  
	}

#menu li {
	float: left;
	margin: 0px 0 0px 5px;
	padding: 0px;

	}
	
#menu li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 130px;
			font: 10px verdana,Century gothic, Arial, sans-serif;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background:#cc0102;
	width: 130px;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	color:#fff;
	border-bottom:1px solid #4A5F12;
	border-right:1px solid #4A5F12;
	}
	
#menu li li a:hover, #menu li li a:active {
	background:url(images/menuhov.jpg) repeat-x;
	width: 130px;
	float: none;
	margin: 0px;
	color:#303428;
	}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#menu li:hover ul {
	left: auto;
	display: block;
	}
	
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	}	
	
/* category menu*/

#catmenucontainer{
	height:32px;
	display:block;
	padding:0px 0 0px 0px;
	font: 12px verdana,Century gothic, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	overflow:hidden;
	}
		
#catmenu ,#catmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:32px;
	}

#catmenu  a {
	color: #4F4F4F;
	display: block;
    font-weight: normal;
  	padding: 9px 10px 9px 10px;
	text-shadow:1px 1px 1px #fff;
	}
	
#catmenu  a:hover {
	background:#7E7E7E url(images/catmenuhov.png) repeat-x;
	color: #FFFFFF;
	display: block;
	text-shadow:1px 1px 1px #444;

	}

#catmenu  li {
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#catmenu  li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 130px;
	font: 10px verdana,Century gothic, Arial, sans-serif;
	}
	
#catmenu  li li a, #catmenu  li li a:link, #catmenu  li li a:visited {
	background:#FFFFFF;
	width: 130px;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	color: #4F4F4F;
	border-bottom:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;
	}
	
#catmenu  li li a:hover, #catmenu  li li a:active {
	background:#7E7E7E;
	width: 130px;
	float: none;
	margin: 0px;
	color:#fff;
	}

#catmenu  li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#catmenu  li:hover ul {
	left: auto;
	display: block;
	}
	
#catmenu  li:hover ul, #catmenu li.sfhover1 ul {
	left: auto;
	}	
	
/* Content */		
	
#contentbox {
	padding:25px 0px 25px 0px;
	}	

#content{
	float: left;
	width: 568px;
	margin: 0px 0px 0px 0;
	padding: 0 0;
	}
.post {
	margin: 10px 0px 10px 0px;
	padding:5px;
	height: 100%;
	color:#444;
	background:#fff;
	border:1px solid #e2e2e2;
	}

.title{
	margin: 0 0 0;
	padding: 0px 0px 0px 0px;
	
}

.title h2 {
	margin: 0 10px;
	padding: 5px 0px 5px 0px;
	font-weight:normal;
	font-size:30px;
	font-family: Georgia,Myriad Pro,Verdana,Tahoma,sans-serif;	
	}

.title h2 a, .title h2 a:link, .title h2 a:visited  {
	color: #222;

	}
.title h2 a:hover  {
	color: #555;

	}	
	
.title-meta{

	margin:0px 10px;
	padding:3px 0px;
	font-size:10px;
	text-transform:uppercase;
	}
.author{
	background:url(images/user.png) no-repeat;
	padding:2px 0 2px 20px;

}
.clock{
	background:url(images/time.png) no-repeat;
	padding:2px 0 2px 20px;
	margin-left:10px;
}	

.com{
	line-height:16px;
	margin-left:10px;
	padding:2px 0px 2px 20px;
	background:url(images/comm.png);
	background-repeat:no-repeat;

}

.com a:link,
.com a:visited {
	color: #cc0202;

}

.hthumb{
	float:left;
	margin:10px ;
	background:#F3F3F3;
	padding:10px;
	border:1px solid #ddd;
}


.postinfo {
	padding: 4px 5px 10px 10px;
	font-size:13px;
	overflow:auto;
			}
		
.postinfo a {
	
	color:#cc0102;
	font-weight:normal;
	text-decoration:none;
	}
.postcat{
	float:left;
	padding:0px 0 0 20px;
	color:#cc0202;
	background:url(images/tag.png);
	background-repeat:no-repeat;

	}	
.postcat a {
	
	color:#cc0102;
	font-weight:normal;
	text-decoration:none;
	}


.postcover a:link,
.postcover a:visited {
	color: #cc0102;
	background-color: transparent;
}

.postcover a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

.postcover {
	margin: 0 0;
	padding: 0px 10px;
	line-height:22px;
	color:#555;
	}

.postcover p {
		margin: 5px 0px;
	}
.postcover img{
		max-width:640px;
		height:auto;
	}
.postcover ul{
  margin: .4em 0 1em;
  line-height: 150%;
  list-style:square;
}
.postcover ol{
  margin: .4em 0 1em;
  line-height: 150%;
}

.postcover ul li, .postcover ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}



/* Right side column */

#rightcol{

	width:432px;
	float:right;
	background:url(images/left.jpg) top no-repeat;
	display:inline;
}



/*sidebar */
.sidebar{
	float:right;
	width:177px;
	padding-top:0px;
	font-size:12px;
	margin-right:0px;

	}
.lsidebar{
	float:left;
	width:250px;
	padding-top:0px;
	font-size:12px;
	margin-right:0px;

	}
.wsidebar{
	float:right;
	width:427px;
	padding-top:0px;
	font-size:12px;
	margin-right:0px;

	}
	
.sidebar h2 {
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#111;
	margin:5px 0 0 0 ;
	padding:0px 0 0 5px;
	background:#E2E2E2;
	border-right:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-top:1px solid #d5d5d5;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;

	}
.sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}

.sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 5px 5px;
	background:#E2E2E2 ;
	border-right:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	background-repeat:no-repeat;
	
	}

.sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar ul li {
	height:100%;
	overflow:hidden;
	}
.sidebar ul li a {
	display:block;
	text-decoration:none;

	
	}
.sidebar ul li a:link, .sidebar ul li a:visited {
	color:#666;
	text-decoration: none;
	display:block;
	padding: 7px 0px 7px 5px;
	background:#fff;
	border-bottom:1px solid #ddd;
	background-repeat:repeat-x;

	}

.sidebar ul li a:hover {
	background:#cc0102 ;
	background-repeat:repeat-x;
	color: #fff;
	}

ul#recentcomments{
	padding:5px 5px;
	}
li.recentcomments{
	padding:7px 5px;
	background:#fff;
		border-bottom:1px solid #ddd;
	
	}	
	
	
#wp-calendar{
	width: 100%;
	padding: 10px;
	background:#E2E2E2;
}

#wp-calendar caption{
	padding: 0px 5px ;
	font-size:14px;
	color:#555;
		background:#E2E2E2;
}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	color:#444;
}

#wp-calendar td a{
	background:#fff;
	color:#000;
	padding:2px;
}
#wp-calendar td{
	background:transparent;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}	

.squarebanner{
	float:right;
	background:#E2E2E2;
	width:308px;
	overflow:auto;
	padding-bottom:5px;
	border:1px solid #d5d5d5;
	
	}

.squarebanner h2{
height:30px;
	line-height:30px;
	font-size:14px;
	color:#111;
	margin:0px 0 0 0 ;
	padding:0px 0 0 10px;
}

.squarebanner ul{
	padding:0px 5px;
}	
.squarebanner ul li{
	margin:5px 5px;
	float:left;
	background:#fff;
	padding:7px;
}	

/* --- FOOTER --- */
#footerbar{
	background:#cc0202;
	border-top:5px solid #fff;
}
#footercover{
	width:1010px;
	margin:0px auto;
}

.footerwidgets{
	padding-top:10px;
	font-size:12px;
	overflow:auto;

	}
	
.footerwidgets h2 {
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#435a0f;
	margin:5px 0 0 0 ;
	padding:0px 0 10px 5px;
	font-family:georgia;
	text-shadow:1px 1px 1px #b1db43;
	}
.footerwidgets ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0 10px;

	}

.footerwidgets ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px ;
	background-repeat:no-repeat;
	float:left;
	}

.footerwidgets ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.footerwidgets ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
.footerwidgets li ul  {
	border-bottom:1px solid #B0CF5A;
	border-top:1px solid #758F2C;
	}	
.footerwidgets ul li {
	height:100%;
	overflow:hidden;
	width:315px;
	float:left;
	margin: 0px 5px;
	}
.footerwidgets ul li ul li {
	height:100%;
	overflow:hidden;
	float:left;
	margin: 0px 0px;
	padding:0px 0px;
	}	
	
.footerwidgets ul li a {
	display:block;
	text-decoration:none;
	}
.footerwidgets ul li a:link, .footerwidgets ul li a:visited {
	color:#435A0F;
	text-decoration: none;
	display:block;
	padding: 7px 0px 7px 5px;
	border-top:1px solid #B0CF5A ;
	border-bottom:1px solid #758F2C;
	background-repeat:repeat-x;
	}

.footerwidgets ul li a:hover {
	background-repeat:repeat-x;
	color: #fff;
	text-shadow:1px 1px 1px #455c10;
	}
#footer {
	height:38px;
	padding:5px 0 0 0px;
	background: url(images/footer.jpg) repeat-x;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	letter-spacing:1px;
	}

#footer a {
	color:#d5ff94;
	}

#footer a:hover {
	color:#eee;
	}


/* The Navigation */

.navigation {
	height:25px;
	padding:0 0px;
	width:600px;
	}
.navigation a {
	text-decoration:none;
	color:#7A8B92;
	}
.navigation a:hover {
	color:#3f5d65;

	}

/* The Comments */
#comments {
font-size:24px;
margin:0;
}

h3#comments{
font-size:20px;
font-family:Tahoma,Arial,Century gothic, sans-serif;
color:#fff;
border-top:1px solid #fff;
border-right:1px solid #fff;
border-left:1px solid #fff;
padding:10px 10px ;
background:#cc0102;
margin:5px 0px;
}

ol.commentlist {
margin:0px 0 0;
padding:0px 0px;
clear:both;
overflow:hidden;
list-style:none;

}
ol.commentlist li {
margin:10px 0;
line-height:18px;
padding:10px;
background:#fff;
border:1px solid #ddd;
}
ol.commentlist li .comment-author {
	color:#222;

}
ol.commentlist li .comment-author .vcard{
	background:#eee;
	}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{

color:#175161;
font-weight:bold;
	
}

ol.commentlist li .comment-author .fn {
color:#000;
}
cite.fn{
	font-style:normal;
	font-weight:bold;
}
ol.commentlist li .comment-author .avatar{
float:right;
border:1px solid #dddddd;
background:#fff;
padding:3px;
}
ol.commentlist li .comment-meta{
font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

color:#555;
}

ol.commentlist li .comment-meta a {
color:#cc0102;
text-decoration:none;
}
ol.commentlist li p {
line-height:22px;
margin-top:5px;
color:#666;
font-size:12px;
}
ol.commentlist li .reply{
margin-top:10px;
font-size:10px;
}
ol.commentlist li .reply a{
background:#cc0102;
color:#fff;
text-decoration:none;
padding:3px 10px;
}

ol.commentlist li.odd {

}
ol.commentlist li.even {

}

ol.commentlist li ul.children {
list-style:none;
margin:1em 0 0;
text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {
border-left:1px solid #ccc18e;
border-right:1px solid #fef8da;
margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {
border-left:1px solid #ccc18e;
border-right:1px solid #fef8da;
margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {
border-left:1px solid #ccc18e;
border-right:1px solid #fef8da;
margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {
border-left:1px solid #ccc18e;
border-right:1px solid #fef8da;
margin:0 0 0px 50px;

}
.comment-nav{

	padding:5px ;
	height:20px;

}

.comment-nav a:link,.comment-nav a:visited{

	color:#fff;
}

.cancel-comment-reply a{
	position:absolute;
	height:35px;
	width:35px;
	top:10px;
	right:10px;
	text-indent:-9000px;
	background:url(images/cancel.png) no-repeat;

}

#respond{
background:#fff;
padding:20px;
border:1px solid #ddd;
margin:20px 0px;
position:relative;
}


#respond h3 {
font-size:18px;
font-family:Arial,Century gothic, Tahoma,sans-serif;
color:#333;
padding:5px 0px;
margin:5px 0px;
}
#respond #commentform {
margin:0;
}
#commentform p{
margin:5px 0px;
}
#respond #commentform label{
margin-left:10px;
display:inline;
}
#respond #commentform label small {
font-size:10px;
color:#a0a0a0;
}
 #commentform input {
margin-bottom:10px;
padding:5px;
margin:0 10px 10px 0;
background:#f3f3f3;
border:1px solid #ddd;
}
#respond #commentform input{
width:380px;

}
#respond #commentform textarea{
width:80%;
}
#respond #commentform input#commentSubmit {
width:150px;
padding:3px 10px;
background:#424242;
border:1px solid #111;
color:#fff;
font-size:10px;
text-transform:uppercase;
cursor:pointer;
}
textarea#comment{
border:none;
background:#f3f3f3;
border:1px solid #ddd;
width:80%;
margin:10px 0px;

}
	

.widgets {
	width:240px;
	overflow:hidden;
	margin:10px 5px 10px 0px;
	padding:0px 0px 0px 0px;
	background:#E2E2E2;
	border:1px solid #D5D5D5;
}

.widgets a {
	color: #222;
	text-decoration: none;
	}
	
.widgets a:hover {
	text-decoration: underline;
	}
	
ul.tabnav{

	padding:5px 5px 5px 5px;
	height:27px;
	margin:0px 0px;
	background:#e2e2e2;

}	
	

.tabnav li {
	display: inline;
	list-style: none;
	float:left;
	text-align:center;
	margin-right:5px;
	margin-left:0px;
	}


.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	padding: 6px 15px;
	width:78px;
	font-weight:normal;
	font: 12px tahoma, helvetica,arial,sans-serif; 
	color: #fff;
	text-decoration: none;
	display:block;
	background:#444;
	border:1px solid #333;
	}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	text-decoration:none;
	background: #cc0102;
	color:#fff;
	border:1px solid #4C5F12;
	}


.tabdiv {

	padding: 5px 0px 0px 5px;
	font-family:Tahoma,Century gothic, Arial, sans-serif;

	}
.tabdiv a:link,.tabdiv  a:visited {	

		color:#333;

	}
.tabdiv a:hover{

	color: #2676A1;
	}
.tabdiv ul{

	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
	
		}
		
.tabdiv ul li{	

	height:100%;
	width:230px;
	line-height:28px;
	padding: 0px 0px 0px 0px;
	color:#333;

}
.tabdiv li a:link,.tabdiv li a:visited{
	display:block;
	margin-left:5px;
	overflow:hidden;
	line-height:24px;
	padding:2px 5px ;
	margin:0px 0px;
	color:#777;
	background:#fff;
	font-size:13px;
	border-bottom:1px solid #eaeaea;

		}

.tabdiv li a:hover {

	color: #cc0102;
	text-decoration:none;
		}
.ui-tabs-hide {
	display: none;
		}

.wp-pagenavi{

	font-size:12px;
	text-align: center !important;


}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {

	text-decoration: none;
	background:#eeeeee!important;
	border: 1px solid #1F130D !important;
	color:#be0201 !important;
	padding:3px 6px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {

display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:#cc0202 !important;
	border: 1px solid #000000!important;
	color:#fff !important;
	padding:3px 5px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-pagenavi span.extend {

	text-decoration: none;
	background:#be0201 !important;
	border: 1px solid #000000 !important;
	color:#fff !important;
	padding:3px 5px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}	