@font-face {
font-family:FontAwesome;
src: url('http://www.madonnarama.com/testingnewlayout/post/fontawesome-webfont.eot');
src: local('?'), url('http://www.madonnarama.com/testingnewlayout/post/fontawesome-webfont.woff') format('woff'), url('http://www.madonnarama.com/testingnewlayout/post/fontawesome-webfont.ttf') format('truetype'), url('http://www.madonnarama.com/testingnewlayout/post/fontawesome-webfont.svg') format('svg');
font-weight:400;
font-style:normal;
}

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "open-sans",sans-serif;
	background: #efefef;
	color: #889097;
	}
	
#headerimg 	{
	height: 189px;
	width: 546px;
	}

#outbrain_widget_0 {
padding-left: 15px;
}



h2, h3 {
	font-family: 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
}


h5 {
	font-family: "Akazan-Rg", "Arial", sans-serif;
	font-weight: normal;
}
	
h5{
	font-size: 1.7em;
	}
	
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}


#sidebar h1 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h3, h3 a, h3 a:visited {
	color: #C62B39;
	
	}
h5 a, h5 a:visited {	/* titre d'un post*/
	color: #C62B39;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #454547;
}

h2 a:hover{
	color: #d2344f;
	text-decoration: none;
}


h5{		/*titre d'un post dans comments*/
	color: white;
}
h3{		/* x responses to.... et leave reply*/
	color: grey;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h1, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.post h2{font-size:2.4em;border-left:3px solid #d2344f;padding:2px 0 2px 7px ;margin-bottom:0px;}


.entry p a:visited {
	color: #C62B39;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #000000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h3 a:hover {
	color: #b85b5a;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 a:hover, h2 a:hover{
	color: #C62B39;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	/*margin: 0 0 20px 0;
	padding: 0;*/
	height: 100%;
	width: 100%;
	}

.gobackhome {
	display: block;
	width: 204px;
	height: 39px;
	text-indent: -9999px;
	background: url(http://www.madonnarama.com/assets/img/buttons.gif?v=20120624) 0 -319px no-repeat;
	float: right;
	margin-right: 2px;
	margin-bottom: 5px;
}

.download {
	display: block;
	width: 204px;
	height: 39px;
	text-indent: -9999px;
	background: url(http://www.madonnarama.com/assets/img/buttons.gif?v=20120624) 0 -400px no-repeat;
	margin: 5px auto 5px auto;
}

.goforitposts {
	display: block;
	width: 204px;
	height: 39px;
	text-indent: -9999px;
	background: url(http://www.madonnarama.com/assets/img/buttons.gif?v=20120624) 0 -480px no-repeat;
	margin: 5px auto 5px auto;
}

/* Comments */

.post_comment_link {
	position: absolute;
	display: block;
	width: 80px;
	height: 18px;
	text-indent: -9999px;
	background: url(http://www.madonnarama.com/assets/img/buttons.gif?v=20120624) 0 -229px no-repeat;
}

.addthispos{ 
	width: 80px; 
	margin: -25px 5px 0 auto;
	text-align: right;
	font-size: 0.8em;
	float: right;
}

.addthispos_single{ 
	width: 330px; 
	margin: 10px 0 0 auto;
	text-align: right;
	font-size: 0.8em;
	float: right;
}

.clear {
	clear: both;
}
/* End Structure */

/*	Begin Headers */

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h1 {
	margin: 5px 0 0;
	padding: 0;
}
	
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	background: #ffcc00;
	color: #000000;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 20px;
    padding: 0px 5px 0px;
	margin: 0;
    text-transform: uppercase;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px 10px ;
	}

h5{
	margin: 70px 0 100px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/*	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;
    font-size: 1em;
	}

.alignleft {
	float: left;
    font-size: 1em;
	}

.alignleft a, .alignright a{
	color: #164980;
	}

.alignleft a:hover, .alignright a:hover{
	color: #808080;
	}
	
.post_tag{
	float: left;
}	

.post_tag_line {
	padding: -7px 0 auto -10px;
	margin: -10px 0 20px 0;
	width: 97%;
	color: #535353;
	background-color: #535353;
	border: 1px #535353;
	height: 1px;
}

.category{
	margin-bottom: -8px;
}

img.size-thumbnail{
	padding: 2px 0 2px 0;
}

img.size-full{
	padding: 2px 0 2px 0;
}

img.size-medium{
	padding: 2px 0 2px 0;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/* End Entry Lists */



/* Begin Sidebar */
#sidebar_ads_viagogo {
	padding: 0 0 0 0;
	margin-bottom: 3px;
	width: 300px;
	background: #FFF9EF;
	border: 5px solid #FFF;
	overflow: hidden;
}	
#viagogo{
	font-size: 0.9em;
	width: 300px;
	margin: 0 0 20px 35px;
}

#viagogo a:hover{
	color: #808080; 
    text-decoration: underline;
}

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

.buy_tickets{
	display: block;	
	float: left;
	text-indent: -9999px;
	height: 59px;
	width: 300px;
	background: url(http://www.madonnarama.com/assets/img/sidebar/mdna-tour-tickets.png) 0 0px no-repeat;
}

.tour_reviews{
	display: block;	
	float: left;
	text-indent: -9999px;
	height: 77px;
	width: 300px;
	background: url(http://www.madonnarama.com/assets/img/sidebar/mdna-tour-tickets.png) 0 -60px no-repeat;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 80px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1.1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*
 * jQuery Nivo Slider v1.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the GPL license.
 * http://www.gnu.org/copyleft/gpl.html
 * 
 * March 2010
 */
 
/**** ADS ****/

div#sidebar_ads.adspot {
border-spacing:0;
overflow:hidden;
background-color:#EEEEEE;
border-color:#000000;
border-width:1px;
border-style:solid;
width:300px !important;
font-size:10pt;
padding: 0 auto 0 auto;
}
div#sidebar_ads .adspot_head {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:10pt;
color:#000000;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:left;
}
div#sidebar_ads a.adspot_link , div#sidebar_ads a.adspot_adurl {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:8pt;

color:#AA0000;
font-weight:normal;
margin:0;
padding:0;
display: inline;
text-decoration:underline;
text-align:left;
background-image: none;
}
div#sidebar_ads a.adspot_link:link, div#sidebar_ads a.adspot_link:visited, div#sidebar_ads a.adspot_adurl:link, div#sidebar_ads a.adspot_adurl:visited {
color:#AA0000;
text-decoration:underline;
font-size:8pt;

}
div#sidebar_ads a.adspot_link:active, div#sidebar_ads a.adspot_link:hover, div#sidebar_ads a.adspot_adurl:active, div#sidebar_ads a.adspot_adurl:hover {
color:#AA0000;
text-decoration:none;
}
div#sidebar_ads * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:300px;
margin:0;
padding:0;
}
div#sidebar_ads * li {
background:#FFFFFF;
width:150px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-color:#BBBBBB;
border-width:1px;
border-style:solid;
border-spacing:0;
display:block;
text-indent:0;
overflow:hidden;
line-height: 12px;
}
div#sidebar_ads span.blogad_rss_ad li {
border: none;
}
div#sidebar_ads .adspot_adhead {
text-align:left;
font-family: 'Trebuchet MS', Sans-Serif;
font-size:10pt;
font-weight:bold;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
width:150px;
display:block;
}
div#sidebar_ads * img {
border-width:0;
border-spacing:0;
}
div#sidebar_ads * li * img {
text-align:center;
display:block;
clear:both;
margin:auto;
}
div#sidebar_ads .adspot_adtext {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
display:inline;
clear:both;
width:150px;
text-align:left;
}
div#sidebar_ads div.adspot_link {
width:300px !important;
text-align:left;
}
div#sidebar_ads div.adspot_adurl {
text-align:left;
}
div#sidebar_ads.adspot_classic_adverpost {
border-spacing:0;
overflow:hidden;
background-color:#EEEEEE;
border-color:#000000;
border-width:1px;
border-style:solid;
width:152px !important;
font-size:10pt;
}
div#sidebar_ads .adspot_head_classic_adverpost {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:10pt;
color:#000000;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:left;
}
div#sidebar_ads a.adspot_link_classic_adverpost , div#sidebar_ads a.adspot_adurl_classic_adverpost {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:8pt;

color:#AA0000;
font-weight:normal;
margin:0;
padding:0 5px 0 0;
display: inline;
text-decoration:underline;
text-align:left;
background-image: none;
}
div#sidebar_ads a.adspot_link_classic_adverpost:link, div#sidebar_ads a.adspot_link_classic_adverpost:visited, div#sidebar_ads a.adspot_adurl_classic_adverpost:link, div#sidebar_ads a.adspot_adurl_classic_adverpost:visited {
color:#AA0000;
text-decoration:underline;
font-size:8pt;

}
div#sidebar_ads a.adspot_link_classic_adverpost:active, div#sidebar_ads a.adspot_link_classic_adverpost:hover, div#sidebar_ads a.adspot_adurl_classic_adverpost:active, div#sidebar_ads a.adspot_adurl_classic_adverpost:hover {
color:#AA0000;
text-decoration:none;
}
div#sidebar_ads * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:152px;
margin:0;
padding:0;
}
div#sidebar_ads * li {
background:#FFFFFF;
width:150px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-color:#BBBBBB;
border-width:1px;
border-style:solid;
border-spacing:0;
display:block;
text-indent:0;
overflow:hidden;
line-height: 12px;
}
div#sidebar_ads span.blogad_rss_ad_classic_adverpost li {
border: none;
}
div#sidebar_ads .adspot_adhead_classic_adverpost {
text-align:left;
font-family: 'Trebuchet MS', Sans-Serif;
font-size:10pt;
font-weight:bold;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
width:150px;
display:block;
clear:both;
}
div#sidebar_ads * img {
border-width:0;
border-spacing:0;
}
div#sidebar_ads * li * img {
text-align:center;
display:block;
clear:both;
margin:auto;
}
div#sidebar_ads .adspot_adtext_classic_adverpost {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000;
margin:0;
border-spacing:0;
display:inline;
text-align:left;
}
div#sidebar_ads div.adspot_link_classic_adverpost {
width:152px !important;
text-align:left;
}
div#sidebar_ads div.adspot_adurl_classic_adverpost {
text-align:left;
}
div#sidebar_ads div.adspot_img_classic_adverpost {
padding-top: 5px;
float:left;
width:auto;
}
div#sidebar_ads div.adspot_img_large_adverpost {
text-align:center;
display:block;
clear:both;
margin:auto;
padding-top: 5px;
padding-bottom:5px;
}
div#sidebar_ads div.adspot_main_ad_classic_adverpost {
padding-right: 5px;
}

div#sidebar_ads_vault.adspot {
border-spacing:0;
overflow:hidden;
background-color:#EEEEEE;
border-color:#000000;
border-width:1px;
border-style:solid;
width:300px !important;
font-size:10pt;
padding: 0 auto 0 auto;
}
div#sidebar_ads_vault .adspot_head {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:10pt;
color:#000000;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:left;
}
div#sidebar_ads_vault a.adspot_link , div#sidebar_ads_vault a.adspot_adurl {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:8pt;

color:#AA0000;
font-weight:normal;
margin:0;
padding:0;
display: inline;
text-decoration:underline;
text-align:left;
background-image: none;
}
div#sidebar_ads_vault a.adspot_link:link, div#sidebar_ads_vault a.adspot_link:visited, div#sidebar_ads_vault a.adspot_adurl:link, div#sidebar_ads_vault a.adspot_adurl:visited {
color:#AA0000;
text-decoration:underline;
font-size:8pt;

}
div#sidebar_ads_vault a.adspot_link:active, div#sidebar_ads_vault a.adspot_link:hover, div#sidebar_ads_vault a.adspot_adurl:active, div#sidebar_ads_vault a.adspot_adurl:hover {
color:#AA0000;
text-decoration:none;
}
div#sidebar_ads_vault * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:300px;
margin:0;
padding:0;
}
div#sidebar_ads_vault * li {
background:#FFFFFF;
width:150px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-color:#BBBBBB;
border-width:1px;
border-style:solid;
border-spacing:0;
display:block;
text-indent:0;
overflow:hidden;
line-height: 12px;
}
div#sidebar_ads_vault span.blogad_rss_ad li {
border: none;
}
div#sidebar_ads_vault .adspot_adhead {
text-align:left;
font-family: 'Trebuchet MS', Sans-Serif;
font-size:10pt;
font-weight:bold;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
width:150px;
display:block;
}
div#sidebar_ads_vault * img {
border-width:0;
border-spacing:0;
}
div#sidebar_ads_vault * li * img {
text-align:center;
display:block;
clear:both;
margin:auto;
}
div#sidebar_ads_vault .adspot_adtext {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
display:inline;
clear:both;
width:150px;
text-align:left;
}
div#sidebar_ads_vault div.adspot_link {
width:300px !important;
text-align:left;
}
div#sidebar_ads_vault div.adspot_adurl {
text-align:left;
}
div#sidebar_ads_vault.adspot_classic_adverpost {
border-spacing:0;
overflow:hidden;
background-color:#EEEEEE;
border-color:#000000;
border-width:1px;
border-style:solid;
width:152px !important;
font-size:10pt;
}
div#sidebar_ads_vault .adspot_head_classic_adverpost {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:10pt;
color:#000000;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:left;
}
div#sidebar_ads_vault a.adspot_link_classic_adverpost , div#sidebar_ads_vault a.adspot_adurl_classic_adverpost {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:8pt;

color:#AA0000;
font-weight:normal;
margin:0;
padding:0 5px 0 0;
display: inline;
text-decoration:underline;
text-align:left;
background-image: none;
}
div#sidebar_ads_vault a.adspot_link_classic_adverpost:link, div#sidebar_ads_vault a.adspot_link_classic_adverpost:visited, div#sidebar_ads_vault a.adspot_adurl_classic_adverpost:link, div#sidebar_ads_vault a.adspot_adurl_classic_adverpost:visited {
color:#AA0000;
text-decoration:underline;
font-size:8pt;

}
div#sidebar_ads_vault a.adspot_link_classic_adverpost:active, div#sidebar_ads_vault a.adspot_link_classic_adverpost:hover, div#sidebar_ads_vault a.adspot_adurl_classic_adverpost:active, div#sidebar_ads_vault a.adspot_adurl_classic_adverpost:hover {
color:#AA0000;
text-decoration:none;
}
div#sidebar_ads_vault * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:152px;
margin:0;
padding:0;
}
div#sidebar_ads_vault * li {
background:#FFFFFF;
width:150px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-color:#BBBBBB;
border-width:1px;
border-style:solid;
border-spacing:0;
display:block;
text-indent:0;
overflow:hidden;
line-height: 12px;
}
div#sidebar_ads_vault span.blogad_rss_ad_classic_adverpost li {
border: none;
}
div#sidebar_ads_vault .adspot_adhead_classic_adverpost {
text-align:left;
font-family: 'Trebuchet MS', Sans-Serif;
font-size:10pt;
font-weight:bold;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
width:150px;
display:block;
clear:both;
}
div#sidebar_ads_vault * img {
border-width:0;
border-spacing:0;
}
div#sidebar_ads_vault * li * img {
text-align:center;
display:block;
clear:both;
margin:auto;
}
div#sidebar_ads_vault .adspot_adtext_classic_adverpost {
font-family: 'Trebuchet MS', Sans-Serif;
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000;
margin:0;
border-spacing:0;
display:inline;
text-align:left;
}
div#sidebar_ads_vault div.adspot_link_classic_adverpost {
width:152px !important;
text-align:left;
}
div#sidebar_ads_vault div.adspot_adurl_classic_adverpost {
text-align:left;
}
div#sidebar_ads_vault div.adspot_img_classic_adverpost {
padding-top: 5px;
float:left;
width:auto;
}
div#sidebar_ads_vault div.adspot_img_large_adverpost {
text-align:center;
display:block;
clear:both;
margin:auto;
padding-top: 5px;
padding-bottom:5px;
}
div#sidebar_ads_vault div.adspot_main_ad_classic_adverpost {
padding-right: 5px;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.wp-pagenavi a, .wp-pagenavi span.current{
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi span.pages{
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

div#header{
	width:100%;
	height:70px;
	position:absolute;
	z-index:7;
	background-color:#000000;
	color: #FFFFFF;
}	
div#header div#menu{
	width:100%;
	height:70px;
	position:absolute;
	display:block;
	-moz-box-shadow: 0 0 10px rgba(66, 66, 66, 0.14);
	-webkit-box-shadow: 0 0 10px rgba(66, 66, 66, 0.14);
	box-shadow: 0 0 10px rgba(66, 66, 66, 0.14);
	z-index:2;
}	

div#header div#menu div#menu_content{
	width:675px;
	height:inherit;
	display:block;
	margin:0 auto;
	position:relative;
	padding: 0 0 0 17px;
}
div#header div#menu div#menu_content a{
	color:#c0bcbc;
}
div#header div#menu div#menu_content a:hover{
	color:rgb(139, 139, 139);
	text-decoration: none;
}
div#header div#menu div#menu_content ul{
	list-style-type: none;
	border: 0;
	top: 0;
	height: inherit;
	margin: 0;
	padding: 0;
}
div#header div#menu div#menu_content ul li {
	float: left;
	border: 0;
	height: inherit;
	position:relative;
	z-index:10;
}
div#header div#menu div#menu_content ul li a {
	text-align: center;
	display: block;
	text-decoration: none;
	font-size:1.4em;
	line-height:25px;
	color:#c0bcbc;
	height:50px;
	padding-top:20px;
	width:135px;
}
div#header div#menu div#menu_content ul li a:hover {
	color:rgb(139, 139, 139);
}
div#header div#menu div#menu_content ul li a.logo, div#header div#menu div#menu_content ul li a.logo_mobile{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") -135px -78px no-repeat;
	/*background-size: 65px 56px;*/
	text-indent:-10000px;
	overflow:hidden;
}
div#header div#menu div#menu_content ul li a.logo:hover, div#header div#menu div#menu_content ul li a.logo_mobile:hover{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") 0 -141px no-repeat;
	/*background-size: 65px 56px;*/
	text-indent:-10000px;
	overflow:hidden;
}
div#header div#menu div#menu_content ul li#select a {
	color:#fff;
}
div#header div#menu div#menu_content ul li#select a.logo, div#header div#menu div#menu_content ul li#select a.logo_mobile {
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") -135px -78px no-repeat;
}
#menu_content li:nth-child(1){
	display: block;
}
#menu_content li:nth-child(2){
	display: none;
}
div#homepage{
	position:absolute; 
	right:-65px;
	top:21px;
	height: 28px;
	width: 48px;
	overflow:hidden;
}

div#homepage a{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") -156px 0 no-repeat;
	position:absolute; 
	height: 28px;
	width: 48px;
	text-indent:-10000px;
	overflow:hidden;
}

div#homepage a:hover{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") -156px -28px no-repeat;
	position:absolute; 
	height: 28px;
	width: 48px;
	text-indent:-10000px;
}
div#header div#menu div#menu_content #hover {
	position:absolute; 
	top:0; 
	height:inherit; 
	z-index:9;
	width: 135px;
	left:-1000px;
	background-color:#000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, th, td {
	margin:0;
	padding:0;
}

#page {
	width: 790px;
	margin: 0 auto auto 0;
	overflow: hidden;
}
	
#page-wrapper{
	background: #FFFFFF;
	width: 100%;
    max-width: 1230px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 85px;
}

#post-title {
	padding: 20px 5px 0 0;
	width: 98%;
}

#post-title h1 {
	color: #4B5055;
    font-weight: normal;
    margin-bottom: 0;
	font: 800 45px/1.1em Raleway;
	letter-spacing: -0.06em;
	text-align:left; 
}

#post-title h1 a{
    transition: all 0.2s ease-in 0s;
	color: #4B5055;
}

#post-title h1 a:hover{
    color: #FE0074;
    text-decoration: none;
}

#post-title p.date {
    color: #48ACFB;
    font-style: italic;
	font-size: 1.4em;
	margin: 0;
}

img.imgposts{
    height: auto;
    width: 100%;
	max-width: 1074px;
	float: left;
    margin: 0 0 1px;
}

.meta_info{
	letter-spacing: -0.025em;
    text-transform: uppercase !important;
	line-height: 1 !important;
    margin: 0;
	overflow: hidden;
}

h6, div.meta_info{
    color: #4A4A4A;
    font-weight: bold;
}

#content > li > a, .meta_info span.standard, .meta_info span.standard a {
	background-color: #FFCC00;
	display: inline;
    float: left;
    margin: 0 1px 1px 0;
    padding: 11px 14px 11px;
	color: #222222;
	font-size: 0.76em !important;
	line-height: 1 !important;
	letter-spacing: 0em;
    text-transform: uppercase !important;
}

.meta_info span.tw {
	background-color: #FFCC00;
	display: inline;
    float: left;
    margin: 0 1px 1px 0;
    padding: 7px 14px 7px;
	color: #222222;
	font-size: 0.76em !important;
	line-height: 1 !important;
	letter-spacing: -0.025em;
    text-transform: uppercase !important;
	min-height: 20px;
}

.meta_info span.fb {
	background-color: #FFCC00;
	display: inline;
    float: left;
    margin: 0 1px 1px 0;
    padding: 7px 14px 7px;
	color: #222222;
	font-size: 1.2em !important;
	line-height: 1 !important;
	letter-spacing: -0.025em;
    text-transform: uppercase !important;
	min-width: 50px;
	min-height: 20px;
}

.fa-clock-o:before{content:"\f017";}
.fa-signal:before{content:"\f012";}
.fa-file-o:before{content:"\f016";}

.fa {
display:inline-block;
font-family:FontAwesome;
font-style:normal;
font-weight:400;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

.meta_info i {
    margin: 0 4px 0 0;
}

#RHTheaderimg{
	margin: 0 2% 0 2%;
	width: 95%;
}

#content { /* post layout */
    float: left;
	width: 64.666%;
	font-size: 1.6em;
    line-height: 28px;
	margin: 0 0 0 2%;
	padding-bottom:40px;
	text-align:justify;
	text-justify:inter-word;
	overflow: hidden;
	}

#content p:first-child{
	margin-top: 20px;
}

blockquote {
    border-left: 4px solid #FFCC00;
    color: #999999;
    font-style: normal;
    margin: 10px 20px 0 20px;
    padding-left: 10px;
    padding-right: 0 !important;
    position: relative;
}

a, a:active, a:visited {
    color: #FE0074;
    text-decoration: none;
}
a {
    color: #48ACFB;
    outline: medium none;
}
a:hover {
    text-decoration: underline;
}

.inbrief-title{
	color: #FE0074;
	font-weight: bold;
	padding-top: 5px;
	display: inline-block;
}

#sidebar_ads {
	padding: 0 0 0 0;
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}



#social{
	height: 70px;
	width: 650px;
}

#fb_like_page{

	margin-left: 20px;
	background: #FFFFFF;
}

#tw_follow{
	margin-left: 20px;
	margin-top: 75px;
}

#socialbar{
	float: left;
	width: 230px;
	margin-left: -230px;
}

#socialbar_container{
	float: right;
	margin-top: 25px;
	background: #EFEFEF;
}

.social_icons{
	float: left;
	height: 39px;
	width: 172px;
}

.social_icons img{
	vertical-align: middle;
}

.social_icons a{
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 4px;
}

.social_icons a span{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 0;
}

.social_icons .facebook {
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") 0 -39px no-repeat;
	height: 39px;
	width: 39px;
}
.social_icons .facebook:hover{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") 0 0 no-repeat;
}

.social_icons .twitter{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") -78px -39px no-repeat;
	height: 39px;
	width: 39px;
}
.social_icons .twitter:hover{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") -78px 0 no-repeat;
}

.social_icons .instagram{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") -117px -39px no-repeat;
	height: 39px;
	width: 39px;
}
.social_icons .instagram:hover{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") -117px 0 no-repeat;
}

.social_icons .googleplus{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") -39px -39px no-repeat;
	height: 39px;
	width: 39px;
}
.social_icons .googleplus:hover{
	background: url("http://www.madonnarama.com/assets/img/mrama-sprites.png") -39px 0 no-repeat;
}

.footer_base .footer_container {
    margin-left: auto;
    margin-right: auto;
	color: #FFFFFF;
	font-size: 1.4em;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.footer_base{
    background: none repeat scroll 0 0 #000000;
    padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	height: 40px;
	clear: both;
}

.footer_container{
	padding-left: 10px;
    padding-right: 10px;
    width: 90%;
	height: 40px;
}

.footer_container div.left{
	float: left;
	margin: 10px 10px 0 10%;
}

.footer_container div.right{
	float: right;
	margin-right: 5%;
	margin-top: 10px;
}

#sidebar div.title{
	color: #000000;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
	padding: 5px 0 5px 10px;
	width: 290px;
	background: #FFCC00;
}

.sidebar_fb{
	height: 258px;
	overflow: hidden;
	margin-top: 10px; 
}

.sidebar_tw{
	height: 40px;
	width: 295px;
	margin: 0 auto; 
	overflow: hidden;
	padding-top: 10px;
}

.sidebar_hborder{
	margin: 0 auto 0 auto;
	border-top: solid 1px #DDDDDD;
	width: 290px;
}

.sidebar_item{
	background: #EFEFEF;
	width: 300px;
	margin-bottom: 10px;
}

.sidebar_item_tw{
	width: 300px;
	margin-bottom: 20px;
	background: #EFEFEF;
}

.rht-tickets-hover {
    display: inline-block; /* or just block */
    width: 300px;
    background: url('http://www.madonnarama.com/assets/img/rht-viagogo-hover.png') no-repeat;
}
.rht-tickets-hover:hover img {
    visibility: hidden;
}

.rht-tickets-hover-fr {
    display: inline-block; /* or just block */
    width: 300px;
    background: url('http://www.madonnarama.com/assets/img/rht-viagogo-fr-hover.png') no-repeat;
}
.rht-tickets-hover-fr:hover img {
    visibility: hidden;
}

.sidebar_tw_container{
	/*background-color: #FFCB00;*/
}

#sidebar
{
	margin: 0 0 20px 3.333%;
	width: 30%;
	float: right;
	/*border-left: 3px solid #046EDC;
	border-bottom: 3px solid #046EDC;*/
    background-color: transparent;
	overflow: hidden;
	padding: 0;
}

/**** Sidebar Tabs ****/

#hometab {
	float: left;
	width: 300px;
	padding-top:25px;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
	}
 
ul#serinfo-nav {
	position:relative;
	z-index: 6;
	margin:0 !important;
	background:url(transparent-light.png);
	overflow:hidden;
	list-style-type: none;
	font-size: 1.4em;
	}
 
ul#serinfo-nav>li {
	padding:11px 0;
	float: left;
	margin-right: 0;
	width: 50%;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	background-image:none !important;
	}

ul#serinfo-nav li a { color: #000000; }

ul#serinfo-nav li a:hover {  text-decoration: none;}
	
#footer ul#serinfo-nav>li {padding:7px 0;}
 
#serinfo-nav li.current {
	color: #fff !important;
	position:relative;
	z-index: 6;
	border-bottom:none;
	overflow:hidden; 
	background-color: #FFCC00;
}
	
#serinfo-nav li.current a{
	color: #000000;}
 
li#serpane0,
li#serpane1,
li#serpane2,
li#serpane4,
li#serpane5
	{
	margin: 0 0 -16px 0;
	padding:0; }

li#serpane3
	{
	padding: 30px 0 20px 0; }
 
ul#serinfo {
	position: relative;
	z-index: 5;
	float: left;
	padding: 0 0 0 0;
	overflow: hidden;
	margin-top:-1px;
	}
 
.tab-post {
	min-height:50px;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	margin:0 0 0 0;
	padding:20px 0;
	line-height: 18px;
	}
	
.tab-post h4{ margin:0 0 10px 0; font-size:1.2em !important;}

#footer .tab-post h4{ margin:0 0 7px 0; font-size:1.1em !important;}
 
.tab-post img {
	padding:0;
	margin: 5px 20px 5px 0 !important;
	float: left;
	height: 105px;
	}

.tab-post a.tab-title {
	letter-spacing: 0;
	padding: 0;
	margin:5px 0 5px 0 !important;
	font-size: 1.4em !important }
	
.meta_alt{
	background-color: #FFCC00;
	font-size: 1em !important;
    opacity: 1;
    padding: 1px 8px 2px;
	overflow: hidden;
	color: #000000;
}

h4 a, h4 a:visited{
    transition: all 0.2s ease-in 0s;
	color: #4B5055;
}

h4 a:hover{
    color: #FE0074;
    text-decoration: none;
}


.sf-front small {
    line-height: 1em !important;
	text-transform: none !important;
	font-size: 1.5em !important;
}

.sf-front i{
	font-size: 5.6em !important;
	}
	
.sf-front span{
	font-size: 3em !important;
}

.sf-col-lg-12, .sf-col-md-12, .sf-col-sm-12, .sf-col-xs-12{
	background:#ffcc00 !important;
} 

.sf-col-lg-12 .sf-dark-bg{
	background: none !important;
}

@media screen and (min-width : 1000px) and (max-width: 1450px) {
#page-wrapper {max-width: 1130px; min-width: 800px;}
}

/* MOBILE */ 
@media only screen and (max-width: 767px){

	#page-wrapper{
		background: #FFFFFF;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 85px;
	}
	img.imgposts{
		max-height: 100%;
		max-width: 100%;
		width: auto;
	}
	#content { /* post layout */
		width: 95%;
		margin:0 auto;
		float: none;
	}
	#header{
		width: 100% !important;
	}
	
	#sidebar{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	#hometab {
		float: none;
		margin: 20px auto 20px auto;
	}

	.sidebar_item{
		width: 70%;
		float: none;
		margin: 0 auto 10px auto;
	}
	
	#sidebar_ads {
		width: 300px;
		float: none;
		margin: 0 auto 10px auto;
		padding-top: 30px;
	}

	.sf-col-lg-12{
		background:#ffcc00 !important;
	} 
	div#header div#menu div#menu_content{
		width:90%;
	}
	#menu_content li{
		display: none;
	}
	#menu_content li:nth-child(4){
		display: block;
		width:135px;
		right: -6%;
	}
	#menu_content li:nth-child(1){
	display: none;
	}
	#menu_content li:nth-child(2){
		display: block;
		width:135px;
		left: 5%;
	}
	div#homepage{
		display:none;
	}
	iframe {
		max-width:100%;
	}
	#sidebar{
		padding-bottom:20px;
	}
	.footer_container div.right{
		display: none;
	}
	.footer_container div.left{
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.footer_container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.footer_base{
		overflow: hidden;
		height: 60px;
	}
	.social_icons{
		float: none;
		margin: 0 auto;
		width: 168px;
		padding-bottom: 15px;
	}
	.social_icons a.googleplus{
		margin-right: 0 !important;
	}
	.meta_info span.tw, .meta_info span.fb {
		height: 21px;
		min-width: 65px;
		max-width: 80px;
	}
	.sf-light-color{
		font-size: 70% !important;
	}
}

@media screen and (min-width : 768px) and (max-width: 999px) {

	#page-wrapper{
		background: #FFFFFF;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 85px;
	}
	img.imgposts{
		max-height: 100%;
		max-width: 100%;
		width: auto;
	}
	#content { /* post layout */
		width: 95%;
		margin:0 auto;
		float: none;
	}
	#header{
		width: 100% !important;
	}
	
	#sidebar{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	#hometab {
		float: none;
		margin: 20px auto 20px auto;
	}

	.sidebar_item{
		width: 70%;
		float: none;
		margin: 0 auto 10px auto;
	}
	
	#sidebar_ads {
		width: 300px;
		float: none;
		margin: 0 auto 10px auto;
		padding-top: 30px;
	}

	.sf-col-lg-12{
		background:#ffcc00 !important;
	} 
	div#header div#menu div#menu_content{
		width:90%;
	}
	
	#menu_content li:nth-child(2){
	display: none;
	}
	
	#menu_content li:nth-child(3){
	display: none;
	}
	
	div#homepage{
		right: 5%;
	}
	
	iframe {
		max-width:100%;
	}
	#sidebar{
		padding-bottom:20px;
	}
	.footer_container div.right{
		display: none;
	}
	.footer_container div.left{
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.footer_container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.footer_base{
		overflow: hidden;
		height: 60px;
	}
	.social_icons{
		float: none;
		margin: 0 auto;
		width: 168px;
		padding-bottom: 15px;
	}
	.social_icons a.googleplus{
		margin-right: 0 !important;
	}
	.meta_info span.tw, .meta_info span.fb {
		height: 21px;
		min-width: 65px;
		max-width: 80px;
	}
	.sf-light-color{
		font-size: 70% !important;
	}
}

#disqus_thread{
	color: #787878;
	margin-top: 40px;
}