/*
 ____    __                                
/\  _`\ /\ \                               
\ \ \_\ \ \ \___     ___     ___     ___   
 \ \ ,  /\ \  _ `\  / __`\  / __`\  / __`\ 
  \ \ \\ \\ \ \ \ \/\ \_\ \/\ \_\ \/\ \_\ \
   \ \_\ \_\ \_\ \_\ \____/\ \____/\ \____/
    \/_/\/ /\/_/\/_/\/___/  \/___/  \/___/ 
                                           
THEME NAME: Rhooo v5
THEME URI: http://www.rhooo.com/
DESCRIPTION: Rhooo v5 : Theme retour aux sources de Rhooo
VERSION: 1.0
AUTHOR: <a href="http: //www.rhooo.com">Jeremy Bouffier</a>
AUTHOR URI: http: //www.rhooo.com
*/

/*============================================================
 Resets
============================================================*/
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, small, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
ol, ul { list-style:none; }

/* form field focus style */
:focus { outline:0; }
	
/* = HTML 5
----------------------------------------------- */
article,footer,header { margin:0; padding:0; display:block; }
details { margin:0; padding:0; }

/*============================================================
 Generics
============================================================*/
html { height:100%;	}
body {
	height:100%;
	line-height:1;
	font:13px/18px "Lucida Grande", Arial, Verdana, sans-serif;
	color:#666;
	}
body.rhooo {
	background: #ffffff url(images/bg.gif) repeat-x top;
	}
b, strong { font-weight:bold; line-height:1; }
i, em { font-style:italic; }

a:link { color:#1db7f2; text-decoration:none; }
a:visited { color:#1db7f2; text-decoration:none; }
a:hover { color:#ace5fa; text-decoration:underline;}
a img { border:0; }

h1,h2,h3,h4,h5,h6,p {font-weight:normal;}
h1 {font-size:24px; letter-spacing:-0.04em;}
h2 {font-size:21px; letter-spacing:-0.02em;}
h3 {font-size:18px; letter-spacing:-0.01em;}
h4 {font-size:16px;}
p { }

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	padding: 8px 15px 8px 60px;
	margin: 5px 0;
	color: #ADADAD;
}

code {
 	white-space: pre-wrap; /* css-3 */
  	white-space: -moz-pre-wrap !important; /* Mozilla */
  	white-space: -pre-wrap; /* Opera 4-6 */
  	white-space: -o-pre-wrap; /* Opera 7 */
  	word-wrap: break-word; /* Internet Explorer 5.5+ */
  	background:#f4f4f4 url(images/code-bg.gif) repeat scroll left top;
  	border:1px solid #EFEFEF;
  	color:#999999;
  	display:block;
  	font-family:"Courier New",Courier,monospace;
  	font-size:13px;
  	line-height:18px;
  	margin-bottom:40px;
  	overflow:auto;
  	padding:18px 10px 17px;
}

.sticky {
	padding: 20px;
	background: #f9f2d5 url(images/sticky-bg.gif) repeat;
	border: 1px solid #eeeacd;
        color: #9d9775;
	margin: 20px 0 20px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
        text-shadow: 0 1px 1px #ffffff
}

.error404 {
	font-size: 90px;
	padding-bottom: 45px;
	margin: 0 0 45px 0;
	font-family:Georgia, Times New Roman, serif;
	color: #1db7f2;
	line-height: 90px;
	}
	
.error404 p {
	font-size: 50px;
	line-height: 50px;
	margin-top: 20px;
	color: #666666;
	}
	
.errorsearch {
	margin-top: 160px;
	font-size: 20px;
	color: #666666;
	text-align: center;
	}
	
.aligncenter {
	margin: 0px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 5px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 5px 0 10px 15px;
	float: right;
}

.alignnone {
	margin: 0px auto 20px auto;
	display: block;
}

.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	font-size:0;
	}
.clearfix:after {content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
/* ------------------------------------------------------- */
#wrap { height:100%; }
body > #wrap { height:auto; min-height:100%; }

#content {
	padding-bottom:160px; /* footer height */
	overflow:hidden; /* float clear */
	}
#content #inner {
	position:relative;
	width:990px;
	margin:0 auto;
	}
	
/*============================================================
 =General
============================================================*/

/* Header */
/* ------------------------------------------------------- */
#header {
	display:block;
	width:100%;
	margin-bottom:20px;
	}
#header .inner {
	display:block;
	position:relative;
	width:990px; height:70px;
	margin:0 auto 70px;
	}
#header h1 a {
	display:block;
	position:absolute;
	top:0; left:0;
	width:240px; 
	height:247px;
	text-indent:-500px;
	overflow:hidden;
	z-index:10;
	background:url(images/logo-rhooo.png) center 5px no-repeat;
	cursor: pointer;
	}

/* Navigation
-------------------------------------------------------------------*/
#header ul.nav {
	display:block;
	position:absolute;
	bottom:0; left:300px;
	}
#header ul.nav li {
	float: left;
	font-family:Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 16px;
	padding: 50px 0 15px 0;
	margin: 10px 40px 0 0;
}

#header ul.nav li.current-cat {
	background: url(images/nav-bg.gif) repeat-x bottom;
}

#header ul.nav li.current-cat a {
	color: #91a2b2;
    text-shadow: 0 1px 1px #ffffff;
}

#header ul.nav li a {
	color: #91a2b2;
    text-shadow: 0 1px 1px #ffffff;
}

#header ul.nav li a:hover {
	text-decoration: none;
}
#header a.soumettre {
	display:block;
	position:absolute;
	top: 37px; right:0;
	overflow:hidden;
	font-family:Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 16px;
	color: #91a2b2;
    text-shadow: 0 1px 1px #ffffff;
	}
#header a.soumettre:hover {
	text-decoration: none;
	}
#form-fade {
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 15000;
	}
#form-box {
	background: #fff;
	padding: 40px;
	border: 5px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	width: 550px;
	top: 25%; left: 25%;
	z-index: 15000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #666;
	}
.close-box a{
	float: right;
	margin: -80px -65px 0 0;
	background: #f00;
	padding: 2px 5px;
	text-transform: uppercase;
	font-size: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}

/* Footer 
------------------------------------------------------- */
#footer {
	position:relative;
	height:160px;
	margin-top:-160px; /* negative value of footer height */
	clear:both;
	}
#footer .inner {
	position:relative;
	display:block;
	width:990px; height:60px;
	margin:0 auto;
	padding-top:100px;
	}
#footer .footerRhooo {
	display:block;
	padding:12px 0 25px 0;
	border-top: 1px solid #e4e4e4;
	}
.other-footer-links {
	margin-left: 80px;
	}
#footer p {
	color:#aaaaaa;
	font-size:12px;
	line-height:21px;
	}
#footer p span {
	font-family:Georgia, Times New Roman, serif;
	font-style:italic;
	}
#footer p a { 
	color:#aaaaaa; 
	text-decoration: underline;
	}
#footer p a:hover { 
	color:#929292; 
	}	
#footer a.twitter-footer, #footer a:hover.twitter-footer { 
	color:#1db7f2; 
	text-decoration: underline;
	}
#footer a.rss, #footer a:hover.rss { 
	color:#EB9B32; 
	text-decoration: underline;
	}			
	
/*============================================================
 =TagCloud
============================================================*/
#tagcloud {
	text-align: left;
	line-height: 30px;
	margin-bottom: 30px;
	display: none;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	}
	
#tagcloud a {
	font-weight: bold;
	padding: 5px 8px 4px 8px;
	text-transform: uppercase;
   	text-shadow: 0px -1px 0px #c2623c;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #e38b67;
	text-decoration: none;
	margin-right: 2px;
	position: relative;
	}
#tagcloud a:hover {
	text-decoration: none;
	background: #da6d42;
	text-shadow: 0px -1px 0px #a55232;
	}
#tagcloud a:active {
	top: 1px;
	}
	
.TagsButton a{
	width: 73px;
	height: 39px;
	margin-left: 5px;
	padding: 5px 10px 14px 31px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background: url(images/ico-tag.gif) no-repeat center top;
	text-shadow: 0px -1px 0px #7ba4c5;
	position: relative;
	}
.TagsButton a:active {
	top: 1px;
	}
.choosen {
	margin-left: 20px;
	color: #aaaaaa;
	font-size: 12px;
	font-style: italic;
	}

.choosen-tag {
	margin-left: 10px;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 8px 4px 8px;
	text-transform: uppercase;
   	text-shadow: 0px -1px 0px #DFB6A8;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #F0CDC0;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #ffffff;
	}
	
.sort {
	float: right;
	margin:-7px 0 0 10px;
	color: #e4e4e4;
	position: relative;
	}
	
.sort img {
	margin-left: -5px;
	}
	
.sort:active {
	top: 1px;
	}
			
/* Sidebar Column */
.sidebar {
	position:relative;
	width:250px;
	padding-top:58px;
	}

.sidebar .tagline {
	margin: 30px 0 47px 0;
	padding: 0 30px;
	color:#aaaaaa;
	line-height:1.4em;
	font-style: italic;
	font-family:Georgia, Times New Roman, serif;
	font-size: 12px;
	}
	
.sidebar-title {
	font-family:Georgia, Times New Roman, serif;
	font-size: 20px;
	margin-left: 30px;
	margin-top: 10px;
	}
		
.sidebar ul {
	margin:0 0 18px 0;
	padding:15px;
	}
	
.st-related-posts li {
	list-style-type: decimal;
	margin-left: 5px;
	}	
.sidebar ul li  {
	padding:2px 0;
	}
.sidebar ul li a {
	display:block;
	color:#cfc3b3;
	font-family:Georgia, Times New Roman, serif;
	font-size:16px;
	line-height:18px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #e4e4e4;
	}
	
.sidebar ul li a:hover {
 	color: #666;
 	text-decoration: none;
 	}
	
.blog-links li {
	list-style-type: none;
	margin-left: 15px;
	}	
	
.shop-tags li a {
	margin-left: 15px;
	padding-left: 25px;
	background: url(images/ico-tag.png) no-repeat left 2px;
	}

.pub {
	margin: 0 15px 0 30px;
	background: #F3F7FA;
	text-align: center;
	font-size: 11px;
        line-height: 11px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #aaaaaa;
	}	
	
.pub img {
	margin: 5px 0 5px 0;
	}
	
.pub a, .pub a:hover {
	color: #aaaaaa;
	text-decoration: none;
	}		

/* List Column */
.col1 {
	float:right;
	position:relative;
	width:690px;
	margin-bottom:80px;
	}
.rhooo .tweet {
	margin:15px 0 20px 0;
	font-family:Georgia, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	color:#B8CBD4;
	background: url(images/tweet-icon.png) no-repeat left top;
	padding-left: 30px;
	}
.rhooo .tweet a {
	color:#91a2b2;
	}
.follow {
	margin-left: 30px;
	font-size: 10px;
	}	
.rhooo .numbers {
	margin:15px 0 30px 0;
	color:#666;
	}
.rhooo .count {
	font-weight:bold;
	color: #535353;
	margin-right: 5px;
	}
.homeshops {
	display:block;
	position:relative;
	width:688px; height:186px;
	margin-bottom:25px;
	cursor:pointer;
	background: url(images/homeshops-bottom-bg.png) no-repeat bottom right;
	padding-bottom: 7px;
	}
.homeshops img {
	display:block;
	width:674px; height:170px;
	padding:6px;
	border: 1px solid #e5e5e5;
	}
.homeshops img:hover {
	border: 1px solid #2d2e2c;
	}
.homeshops .details {
	display:block;
	position:absolute;
	top:20px; left:0;
	width:350px;
	padding:10px 120px 10px 10px;
	background: url(images/bg-transparent.png);
	}
.homeshops .details .title {
	display:block;
	margin-bottom:2px;
	font-family:Georgia, Times New Roman, serif;
	color:#fff;
	text-shadow: 0px -2px 1px #000000;
	font-size:25px;
	line-height:30px;
	letter-spacing:-0.02em;
	}
.homeshops .details .com {
	display:block;
	color:#bbb;
	font-family:Georgia, Times New Roman, serif;
	text-shadow: 0px -1px 1px #000000;
	font-size:16px;
	font-family:Georgia, Times New Roman, serif;
	font-style:italic;
	line-height:28px;
	letter-spacing:-0.01em;
	}
.homeshops .par {
	font-size: 12px;
	}
	
.rating-home {
	left:350px;
	position: absolute;
	padding: 15px 8px 15px 8px;
	margin-top: 20px;
	text-align: right;
	z-index: 10000;
}

.rating-home img {
	padding: none;
	margin: 0px;
}
	
/* Articles */
#article {
	margin-top: 40px;
	}
	
#article h1 {
	font-size: 28px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 1.2;
	font-family:Georgia, Times New Roman, serif;
	color: #1db7f2;
	}
	
#articlecontent {
	line-height: 1.8;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 30px;
	}
	
#articlecontent a {
	color: #1db7f2;
	text-decoration: underline;
	}
	
#articlecontent a:hover {
	color: #A3dcff;
	}
	
#articlecontent img {
	max-width: 674px;
	height: auto;
	padding: 6px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	}
		
.rating-single {
	float: right;
	margin: 8px 0 0 20px;
}

.rating-single img {
	padding: none;
	margin: 0px;
}

.post-author {
	margin: -25px 0 15px 0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #aaaaaa;
}

.post-author a {
	color: #aaaaaa;
	text-decoration: underline;
}

.post-author a:hover {
	color: #929292;
}

/* Comments */

#comments {
	width: 690px;
	clear: both;
	margin-top: 45px;
}

#comments ol li {
	padding: 20px;
	margin-top: 2px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #F3F7FA;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	overflow: hidden;
}

#comments ol li.trackbacks {
	padding: 5px 5px 5px 25px;
	margin-top: 2px;
        margin-left: 120px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff url(http://www.rhooo.com/wp-content/uploads/2010/08/link.png) no-repeat left 7px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	overflow: hidden;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
}

.comment-gravatar img {
	padding: 2px;
	margin-right: 20px;
}

.comment-data {
	float: left;
	width: 480px;
	padding-top: 3px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	margin-bottom: 10px;
	font-style: italic;
}

.comment-date {
	font-size: 12px;
	color: #aaaaaa;
}

.comment-meta {
	color: #cccccc;
	margin-bottom: 5px;
}

.unapproved {
	font-style: italic;
}

.leave-comment {
	font-family:Georgia, Times New Roman, serif;
	font-size: 28px;
	margin-top: 40px;
}

.leave-trackback {
	font-family:Georgia, Times New Roman, serif;
	font-size: 28px;
	margin-top: 40px;
        margin-bottom: 10px;
}

#respond {
	margin: 20px 0 20px 0;
	background: #F3F7FA;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 30px 30px 30px;
}

#comment-form {
	margin: 15px 0px 10px 0px;
}

#comment-form p.mail {
	float: right;
}

#comment-form label {
	display: block;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 10px 5px 0px;
	padding-top: 8px;
	width: 250px;
	text-align: left;
}

#comment-form input {
	width: 250px;
	margin-bottom: 5px;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.12);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-size: 15px;
}

#comment-form textarea {
	width: 605px;
	height: 200px;
	padding: 10px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  100%;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.12);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-size: 15px;
}

#comment-form input:focus,#comment-form textarea:focus {
	border-top: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	color: #999;
        background: #fdfcf4;
}

.medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.12);
	color: #999;
}

.textarea medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
        padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.12);
	color: #999;
}

.medium:focus,.textarea medium:focus {
	border-top: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	color: #999;
        background: #fdfcf4;
}

/* Searchform */

#searchform #s { 
	background: #ffffff; 
        width: 190px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
        box-shadow: inset 0 2px 4px rgba(0,0,0,.12);
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #999;
	font-size: 14px;
        padding: 5px 8px; 
	margin: 0 0 20px 27px;
}

#searchform #s:focus { 
	border-top: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	color: #999;
}

.rhooo .search-good {
	margin: -10px 10px 30px 27px;
	padding-left: 25px;
	color:#99C754;
	font-style: italic;
	font-size: 12px;
	background: url(images/search-good-icon.gif) no-repeat left top;
	display: block;
}

.rhooo .search-bad {
	margin: -10px 10px 30px 27px;
	padding-left: 25px;
	color:#D4775B;
	font-style: italic;
	font-size: 12px;
	background: url(images/search-bad-icon.gif) no-repeat left top;
	display: block;
}

/* Pagination */

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi span.total-pages {
	color:#aaaaaa;
	font-family:Georgia, Times New Roman, serif;
	font-style:italic;
	background: none;
	border: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding:5px 12px;
	background: #f4f4f4;
	color: #c3c3c3;
	text-shadow: 0px 1px 0px #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 5px solid #dadada;
	margin: 3px;
	position: relative;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#76ccef;
	color:#ffffff;
	text-shadow: 0px -1px 0px #7ba4c5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #6ba2bd;
	border-left: 1px solid #6ba2bd;
	border-right: 1px solid #6ba2bd;
	border-bottom: 5px solid #6ba2bd;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi a:active {
	top: 1px;
}
