/*  
Theme Name: BRM
Theme URI: http://192.168.2.108
Description: Theme du blog BRM
Version: V.2
Author: Nicolas MARTIN
Author URI: http://www.tribeca.fr/
*/

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
	color: #000;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	background: #283758 url('images/background.png') top left repeat-x;
}
	
a:link {
	color: #000000;
	text-decoration: none;
	page-break-after: always;	
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #bdbdbd;
}
	
#main { 
	width: 995px;
	margin: 0 auto;
} 

#bg_main {
  width: 1048px;
  height:100%;
  margin: 0;
  padding: 0;
  background: url(images/bg_main.png) repeat-y -29px 0px;
  margin-top: -20px:
}

#header {
	width: 958px;
	height: 92px;
	margin: 0 0 0 26px;
	padding: 30px 0 18px 0;
}

#headerimg {
  margin-left: 18px;
  margin-top: 0;
  height: 91px;
  width: 311px;
  border: 0;
}

#content {
	width: 477px;
 	margin: 20px 0 0 28px;
	background-color: #fff;
	border-left: solid #ececec 1px;
	float: left;
}

#top_left_corner {
  position: absolute; 
  margin: -20px 0 20px -29px;
  padding: 0; 
  position: relative;
  background-color:#FFF;
}

/* POSTS
************************************************************************************* */

.post{
	width: 491px;
	padding: 0;
	margin: 0px 0px 0px -28px; 
}
.title {
  margin:0;
	padding:0;
}
.date {
  background: url(images/post_title_left_bg.png) top left no-repeat;
  margin: 0;
	padding: 0;
  height: 56px;
  width: 28px;
  float: left;
  color: #cceffb;
	font-size: 11px;
	text-align: center;
}
.post_title {
  height: 29px;
  min-height: 29px;
  min-width: 300px;
  margin: 0;
  padding: 0px 40px 0px 11px;
  float: left;
  background-color: #1f2a43;
  font-family: Arial;
}

.post_title a:hover{
  color: #d0d0d0;
}

.text {
  width: 450px;
  margin: 0px 0px 10px 13px;
  line-height: 15px;
  float: left;
  color: #434343;
  font-size: 11px;
}

.text a{
  text-decoration: underline;
}

.text p{
  /*margin-left: 10px;
  margin-right: 10px;*/
  /*text-align: left;
  padding: 10px 20px 15px 20px;
  margin: 0;*/
}

.text img{
  padding: 0;
  border: 0;
  /*margin-left: -10px;
  margin-right: -10px;*/
  /*margin: -10px -20px 15px -20px;*/
}

.postmetadata{
  width: 450px;
  min-height: 48px;
  height: 48px;
  margin: 0px 0px 0 40px;
  padding: 0 0 0 0;
  background: url(images/bg_infos.png) top left repeat-x;
  float: left;
  color: #ababab;
  font-size: 10px;
  font-family: Verdana;
}

.postmetadata table{
  margin: 0px 0px 0px 2px;
  width: 445px;
}

.postmetadata b, .postmetadata a{
  color: #4d4d4d;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
}

.postmetadata a:hover{
  color: #1f2a43;
  text-decoration: none;
  font-weight: bold;
}

.categ_data {
  display: block;
  margin-top: 7px;
  font-weight: normal;
}

.categ_data a{
  font-weight: normal;
  color: #ababab;
  background-color:#FFFFFF;
  padding: 0 3px 0 3px;
}

.categ_data a:hover{
  font-weight: normal;
  
}
.categ_data a:visited{
  color: #ababab;
  
}

.commentaire {
  margin-top: 5px;
  min-height: 32px;
  height: 32px;
  padding: 5px;
  text-align: right;
}

.virgule_comment {
  display: block;
  margin: 5px 20px 0 0;
}

.comment_bg {
  color: #fff;
  font-weight: normal;
  font-family: Arial;
  font-size: 13px;
}

.comment_bg a{
  padding: 5px 5px 5px 5px; 
  margin: 0;
  background-color: #000;
  color: #fff;
  font-weight: normal;
  font-family: Arial;
}

.comment_bg a:hover{
  color: #a1a1a1;
  font-weight: normal;
  font-family: Arial;
}

.comment_bg a:visited{
  color: #fff;
  font-weight: normal;
  font-family: Arial;
}

.space {
  height: 40px;
  width: 100%;
  float: left;
}

/* SIDEBAR
************************************************************************************* */

#sidebar{
  width: 489px;
  margin: -66px 0px 0px 0px;
  padding: 0px;
  float: left;
}

#menu {
	width: 489px;
}

.credit {
  text-align: right;
  width: 478px;
  height: 28px;
}

.toplinks{
  width: 498px;
  height: 38px;
  margin-left: 1px;
}

#chewy{
  z-index: 3;
  width: 161px;
  height: 38px;
  position : absolute;
}

#brm{
  z-index: 2;
  margin: 0 0 0 157px;
  width: 161px;
  height: 38px;
  position : absolute;
}

#seize{
  z-index: 1;
  margin: 0 0 0 308px;
  width: 169px;
  height: 38px;
  position : absolute;
}

#right_shadow {
  z-index: 0;
  margin: 0 0 0 477px;
  width: 5px;
  height: 38px;
  position : absolute;
}

#left {
  width: 194px;
  float: left;
}

#right {
  width: 295px;
  float: right;
}

#apropos {
  background: #dddddd url('images/menu_bg.png') top left repeat-x;
  color: #b2b2b2;
  font-size: 11px;
  padding: 10px 10px 15px 10px;
  border-left: solid #ebebeb 1px;
}

#apropos:hover {
  color: #666666;
}

#apropos a{
  color: #b2b2b2;
  text-decoration: none;
}

#apropos a:hover{
  color: #1f2a43;
  text-decoration: none;
}


#apropos_corner {
  position: absolute; 
  margin: -10px 0 0 176px; 
}

#categories {
  background: #dddddd url('images/menu_bg.png') top left repeat-x;
  color: #b2b2b2;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  padding: 10px 10px 15px 10px;
  border-left: solid #ebebeb 1px;
}

#categories a:hover{
  background: url('images/arrow_link.png') no-repeat;
  background-position: 8px 5px;
  background-color: #000;
  padding: 2px 10px 2px 20px;
  color: #ffffff !important;
}

#archives {
  background: #dddddd url('images/menu_bg.png') top left repeat-x;
  color: #b2b2b2;
  font-size: 11px;
  line-height: 16px;
  padding: 10px 10px 15px 10px;
  border-left: solid #ebebeb 1px;
  min-height: 200px;
}

#archives a:hover{
  background: url('images/arrow_link.png') no-repeat;
  background-position: 8px 5px;
  background-color: #000;
  padding: 2px 10px 2px 20px;
  color: #ffffff !important;
}

#lastcomments {
  background: #dddddd url('images/menu_bg.png') top left repeat-x;
  color: #434343;
  font-size: 11px;
  padding: 10px 5px 15px 7px;
  border-left: solid #ebebeb 1px;
  min-height: 380px;
}

.last_comment {
  padding: 5px 5px 5px 5px;
  background-color: #f4f4f4;
  border: 1px solid #e5e5e5;
  word-wrap: break-word;
  color: #434343;
}

.last_comment:hover {
  padding: 5px 5px 5px 5px;
  background-color: #ececec;
  border: 1px solid #e5e5e5;
  color: #434343;
}

.virgule_last_comment {
  display: block;
  margin: -1px 0px 0 130px;
}

#lastcomments .user{
  font-size: 9px;
  text-align: right;
  color: #a1a1a1;
  margin: 0 10px 0 0;
  padding-bottom: 10px;
}
#pub{
  background: #dcdcdc url('images/menu_bg.png') top left repeat-x;
  padding: 10px 5px 15px 7px;
  border-left: solid #ebebeb 1px;
  text-align: center;
}

/* MENU DROITE
/***************************************************/

#newsletter {
  background: #dddddd url('images/bg_menu_right.png') top left repeat-x;
  padding: 10px 10px 10px 10px;
  border-left: solid #ebebeb 1px;
  height: 33px;
}

#newsletter img {
  margin-top: 11px;
}

#newsletter_corner {
  position: absolute; 
  margin-left: 276px; 
  margin-top: -21px;
}

#contact {
  background: #dddddd url('images/bg_menu_right.png') top left repeat-x;
  padding: 18px 10px 10px 10px;
  border-left: solid #ebebeb 1px;
  height: 23px;
  font-size: 11px;
}

#recherche {
  background: #dddddd url('images/bg_menu_right.png') top left repeat-x;
  padding: 10px 10px 10px 10px;
  border-left: solid #ebebeb 1px;
  height: 33px;
  vertical-align: middle;
}

#recherche img {
  margin-top: 11px;
}

#rss {
  background: #e96200 url('images/bg_rss.png') top left repeat-y;
  width: 275px;
  padding: 10px 10px 10px 10px;
  height: 45px;
  color: #fff;
}
#twitter {
  background: #73d6f8 url('images/bg_twitter.gif') top left repeat-y;
  width: 275px;
  padding: 10px 10px 10px 10px;
  height: 45px;
  color: #fff;
}
#facebook {
  background: #355a9e url('images/bg_facebook.gif') top left repeat-y;
  width: 275px;
  padding: 10px 10px 10px 10px;
  height: 45px;
  color: #fff;
}

#TW-face {
  margin-left: 188px; 
  margin-top: -36px; 
  padding:0;
}
#twittercount {
  margin: -35px 0 0 0; 
  padding: 0;
}

#TW-feed {
  margin-left: 188px; 
  margin-top: -11px; 
  padding:0;
}

#feedburner {
  margin: -35px 0 0 0; 
  padding: 0;
}

#zoom {
  background-color: #000;
  padding: 10px 10px 10px 10px;
  margin: 0;
  color: #fff;
  width: 275px;
  min-height: 472px;
}

#chewyzoom {
  height: 150px;
  margin: 0;
  padding: 0;
}

#brmzoom {
  height: 150px;
  margin: 0;
  padding: 0;
}

#seizezoom {
  height: 150px;
  margin: 0;
  padding: 0;
}

.img_zoom{
  position: absolute;
  padding: 0;
  margin-left: -6px;
  margin-top: -40px;
  clip: rect( 50px 280px 153px 8px );
}

.img_zoom img{
  width: 284px;
  height: auto;
}

.img_zoom a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
}

.img_zoom_default{
  position: absolute;
  padding: 0;
  margin-top: 10px;
}

.img_zoom_default a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
}

.txt_zoom{
  padding: 0;
  margin-top: 104px;
  float: left;
}

.txt_zoom a{
  color: #808080;
	font-size: 11px;
	text-decoration: none;
}

.txt_zoom a:hover{
  color: #DDDDDD;
	font-size: 11px;
	text-decoration: none;
}

.text_input {
	background: url('images/bg_text_input.png') no-repeat; 
	color: #666666; 
	font-size: .9em;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-weight: normal;
	border: solid #cccccc 1px;
	width: 130px;
}

#menu ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li a{
	color:  #afafaf;
	}
#menu ul li a:hover{
	color:  #1f2a43;
}
.contact_mail a{
  color: #a8a8a8;
  padding-left: 24px;
}

.contact_mail a:hover{
  color: #1f2a43;
}

#menu input {
	background-color: #F5F5F5; 
	color: #666666; 
	font-size: .9em;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-weight: normal;
}	

/* Flickr
*******************************************************************************/

#flickr {
  background: #dcdcdc url('images/bg_biblio.png') top left repeat-x;
  color: #afafaf;
  font-size: 11px;
  padding: 10px 10px 15px 10px;
  border-left: solid #cecece 1px;
  width: 274px;
}

#flickr_img {
  width: 100%;
  text-align: center;
  margin: 15px 0 20px 0;
}

#flickr_img img {
  border: 0;
  width: 274px;
  height: auto;
}

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 0px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid #80F0F5 !important;}
#flickr_www {display:block; padding:0 5px 0 5px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/* WRAPPER
************************************************************************************* */
 
div.fs { background: none !important; }
 
/* WRAPPER - LOADING
************************************************************************************* */
 
div.fs div.fsLoading { 
	background: #E8E8E8 url("http://v6.flickrshow.com/themes/green/al.gif") 50% 50% no-repeat!important;
	z-index: 500;
}
 
div.fsLoaded-0 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important; }
div.fsLoaded-1 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important; }
div.fsLoaded-2 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important; }
div.fsLoaded-3 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important;}
div.fsLoaded-4 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important; }
div.fsLoaded-5 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important; }
div.fsLoaded-6 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important; }
div.fsLoaded-7 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important; }
div.fsLoaded-8 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important; }
div.fsLoaded-9 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important; }
div.fsLoaded-10 div.fsLoading { background-image: url("http://v6.flickrshow.com/themes/green/al.gif") !important; }
 
 
/* WRAPPER - SLIDER
************************************************************************************* */
 
div.fs div.fsSlider
{
  background: none;
}
 
div.fs div.fsSliderH { 
	cursor: pointer;
}
 
/* WRAPPER - BUTTONS
************************************************************************************* */
 
div.fs ol.fsButtons { 
background: none; 
}
 
div.fs ol.fsButtons li {
	background: 50% 50% no-repeat;
	overflow: hidden;
	text-indent: -999px;
	z-index: 300;
}
 
div.fs ol.fsButtons li.fsButtonA { background-image: url(images/play_arrow.png) !important; cursor: pointer; }
div.fs ol.fsButtons li.fsButtonB { background-image: url(images/left_arrow.png) !important; cursor: pointer; }
div.fs ol.fsButtons li.fsButtonC { background-image: url(images/right_arrow.png) !important; cursor: pointer; }
 
div.fsPlaying ol.fsButtons li.fsButtonA { background-image: url(images/pause.png) !important; cursor: pointer; }
 
/* WRAPPER - IMAGES
************************************************************************************* */
 
div.fs ol.fsImages { background: none; }
 
div.fs ol.fsImages li h2 {
	visibility: hidden;
}


/* Liens
*******************************************************************************/

#liens {
  background: #dddddd url('images/bg_menu_right.png') top left repeat-x;
  padding: 10px 10px 10px 10px;
  border-left: solid #cecece 1px;
  vertical-align: middle;
}

#liens a{
  color: #a1a1a1;
  font-size: 10px;
}

#liens li a:hover{
  background: url('images/arrow_link.png') no-repeat;
  background-position: 8px 5px;
  background-color: #000;
  padding: 2px 10px 2px 20px;
  color: #ffffff !important;
}

/* Footer
************************************************************************************* */

#footer {
  height: 108px;
  width: 967px;
  margin: 0 0 0 28px;
  background: #605f5f url(images/bg_footer.png) left top repeat-x;
  text-align: left;;
  clear: both;
}

#footer_links {
  margin: 0;
  padding: 0;
}

#mkt_footer {
  z-index: 7;
  position: absolute;
  margin: 0 0 0 161px;
  width: 160px;
}

#chewy_footer {
  z-index: 5;
  position: absolute;
  margin: 0 0 0 314px;
  width: 158px;
}

#brm_footer {
  z-index: 3;
  position: absolute;
  margin: 0 0 0 468px;
  width: 166px;
}

#seize_footer {
  z-index: 1;
  position: absolute;
  margin: 0 0 0 635px;
  width: 161px;
}

#credit {
  text-align: center !important;
  color: #999797;
  font-size: 11px;
  padding: 70px 0 0 0;
}

#credit a {
  font-weight: bold;
  color: #bfbdbd;
}

#credit a:hover {
  font-weight: bold;
  color: #999797;
}

/* Divers
************************************************************************************* */

h2 {

	height: 15px;
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	color: #000000;
	font-weight:bold;
	font-size:12px;
	
}
	
h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial,	Helvetica, sans-serif;
}

h3 {
  font-size: 22px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}	

h3, h1 a:link {
	color: #FFFFFF;
}
	
h3, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h3, h1 a:hover, a:active {
	color: #000000;
}

#title_comment {
  width: 300px;
  margin: 0;
  padding: 0 0 30px 0;
  font-family: Arial;
  font-size: 22px;
  color: #1f2a43;
}

.comment{
  /*float: left;*/
  text-align: left;
  margin-left: 13px;
  color: #000;
  width: 458px;
}

.comment_right {
  width: 450px;
  /*float: left;*/
}

.comment_text_right {
  padding: 4px 12px 4px 12px;
  background-color: #f4f4f4;
  border: 1px solid #eeefee;
}

.comment_txt_author {
  margin: 0 0 0 25px;
}

.comment_avatar{
  float: left;
  /*margin: 0 0 0 5px;*/
  width: 30px;
}

.comment_infos{
  margin: 0 0 0 35px;
  line-height: 16px;
}

.comment_info_right {
  margin: 3px 0 0 40px; 
  height: 20px;
  text-align: left;
  color: #878787;
  font-size: 9px;
}

.comment_virgule_right {
  float: left;
  background: url(images/virgule_left.gif) top left no-repeat;
  height: 22px;
  width: 23px;
  margin: -4px 0 0 0px;
}


.comment_author{
  font-size: 11px;
  font-weight: bold;
}

.comment_author a{
  font-size: 11px;
  font-weight: bold;
  color: #1f2a43;
}

.comment_author a:hover{
  font-size: 11px;
  font-weight: bold;
}

.comment_virgule_left {
  position: absolute;
  background: url(images/virgule_left.gif) top left no-repeat;
  height: 22px;
  width: 23px;
  margin: -17px 0 0 -27px;
}

.comment_space {
  height: 30px;
  width: 100%;
}

#comment_title {
  background: #1f2a43;
  padding: 15px 5px 20px 15px;
  margin: 0px 9px 0 0;  
}

#comment_box{
  background-color: #1f2a43;
  padding: 20px 18px 10px 16px;
  margin: -20px 9px 0 0;
  color: #fff;
  text-align: right;
}

#comment_box .label {
  display: block;
  width: 102px;
  float: left;
  text-align: left;
}

.text_input_comment {
	background: url('images/text_input_comment_bg.png') repeat-y; 
	color: #666666; 
	font-size: .9em;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-weight: normal;
	border: solid #cccccc 1px;
	width: 275px;
}

.storycontent ul {	
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;	
	}

.storycontent ul li {
	list-style-type: none;
	}

.storycontent ol {	
	margin-left: 120px;
	margin-right: 20px;
	padding: 0;	
	}

.storycontent ol li {
	margin-left: 20px;
	}
	
.meta {
	height: 25px;
	font-size: 0.7em;
	margin: 5px 0 0 0;
	padding: 3px;
	width: 500px;
	color: #3A3A3A;
	background: url(images/ligne.gif) no-repeat;
	}
	
.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
.post-categories li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
.storycontent {
	font-size: 1em;
	padding-left: 5px;
	text-align: justify;
	width: 475px;
	margin: 0px 10px 0px 0px;
	}
	
.storycontent a:hover {
	background: #00E1EA;
	}	

.feedback {
	width: 191px;
	font-size: 10px;
	margin: 0;
	padding: 10px;
	color: #3A3A3A;
	vertical-align: top;
}
.gris {
	color: #808080;
	font-size: 11px;
}	
.titre {
	color: #FFF;
	font-weight: bold;
 }
 
.titre a{
  color: #FFF;
	font-weight: bold;
}

.titre a:hover{
  color: #1f2a43;
  font-weight: bold;
}

.titrebleu {
	color: #1f2a43;
	font-family: Verdana;
	font-size: 13px;
  font-weight: 500;	
}
.titrezoom {
	color: #fff;
	font-family: Verdana;
	font-size: 13px;
  font-weight: 500;	
}
.editeur {
	color: #000;
	vertical-align:top;
	font-size: 10px;
 }

.small {
	font-size: 9px;
	color: #88BBDA;
	font-weight: bold;
	}
.souligne {
	font-weight:bold;
}	
/* =-=-=-=-=-=-=-=-=-[Formatting]-=-=-=-=-=-=-=-=-= */

blockquote {
	border: 1px dashed #7EACD1;
	margin: 0;
	background: #F2F9FF;
	padding: 5px;
	text-align: left;
	font-size: .9em;
	}
	
code {
	font-size: 1.2em;
	color: #4C4C4C;
	}
	
abbr, acronym {
	border-bottom: 3px double #7DAAD0;
	}
	
.form {
	BACKGROUND-COLOR: #ffffff; 
	COLOR: #666666; 
	padding-left: 3px;
	font-size: .9em;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-weight: normal;
	}	
	
textarea {
	background: url('images/textarea_bg.png') repeat; 
	color: #666666; 
	font-size: .9em;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-weight: normal;
	border: solid #cccccc 1px;
	width: 414px;
	}
	
select {
	border: 3px double #7DAAD0;
	background: #EFF8FF;
	margin: 5px;
	padding-left: 3px;
	color: #FF5800;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
	
.banniere {
	text-align:center;
	}

/* PAGINATION */

.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
	color: #aaa;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #aaa;
}

.pagination a:hover {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
  color: #1f2a43;
	border: 1px solid #1f2a43;
	background-color: #f0f0f0;
}

.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #1f2a43;
}

.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f1f1f1;
	color: #f1f1f1;
}

/* ---------------------- */

.wp-bling_it img {
  border:0px;
}
.landing {
  background-color:#F6F6F6;
  width:438px;
  padding:10px;
  margin-bottom:20px;
}
.h2landing {
color:#00E1EA;
}

.beforeafter {
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0;
}