/*  CSS do Blog */

/* Menu Principal */
.menu-principal li.bt-home a.home:hover { width: 68px; background: url(../../images/en-US/home-active.png) scroll no-repeat left top; }
.menu-principal li.bt-discography a.discography:hover { width: 123px; background: url(../../images/en-US/discography-active.jpg) scroll no-repeat left top !important; }
.menu-principal li.bt-biography a.biography:hover { width: 100px; background: url(../../images/en-US/biography-active.jpg) scroll no-repeat left top; }
.menu-principal li.bt-photos-and-videos a.photos-and-videos:hover { width: 150px; background: url(../../images/en-US/photos-and-videos-active.jpg) scroll no-repeat left top; }
.menu-principal li.bt-in-the-media a.in-the-media:hover { width: 112px; background: url(../../images/en-US/in-the-media-active.png) scroll no-repeat left top; }
.menu-principal li.bt-press-kit a.press-kit:hover { width: 83px; background: url(../../images/en-US/press-kit-active.png) scroll no-repeat left top; }
.menu-principal li.bt-blog a.blog { width: 53px; background: url(../../images/en-US/blog-active.png) scroll no-repeat left top; }
.menu-principal li.bt-tour-dates a.tour-dates:hover { width: 108px; background: url(../../images/en-US/tour-dates-active.jpg) scroll no-repeat left top; }
.menu-principal li.bt-contact a.contact:hover { width: 83px; background: url(../../images/en-US/contact-active.jpg) scroll no-repeat left top; }


/* Blog */
.linha.blog { width: 980px; margin: 20px 10px; min-height: 300px; }

/* Integração com Refinery WYSIWYG */

#body_content{
	color:#ffffff;
	line-height: 35px;
	text-align:justify !important;
}

#body_content p {
		line-height: 26px;
}

#body_content h1 {
	padding-top:25px;
	padding-bottom:20px;
}

#body_content h2 {
	padding-top:20px;
	padding-bottom:15px;
}

#body_content h3 {
	padding-top:15px;
	padding-bottom:10px;
}


#body_content a:link{text-decoration: underline; outline: none; color: #ffffff;}
#body_content a:visited{text-decoration: underline; outline: none; color: #ffffff;}
#body_content a:active{text-decoration: underline; outline: none; color: #ffffff;}
#body_content a:hover{text-decoration: underline; outline: none; color: #cccccc;}

#body_content .titulos_blog {
	font-size:35px;
	padding-bottom:20px;
}

.flor_posts {
	margin-left: -45px;
}

#body_content_left {
	width:934px !important;
	margin-left:30px;
	margin-top: -35px !important;
}

.publicado {
	font-size:15px !important;
}
