﻿/* Fonts */
@import url(fonts.css);

/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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;
	vertical-align: baseline;
}
body {
	font: 12px/18px HelveticaNeueRegular, Helvetica, arial sans-serif;
	background: #F0D839; /*url(../images/backgrounds/page.gif) repeat left top*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* Common Classes
--------------------------------------------------------------------------
========================================================================*/
.clear {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

img.img-left {
	float: left;
}

img.img-right {
	float: right;
}

a {
	outline: none;
	text-decoration: none;
}

/* Container
--------------------------------------------------------------------------
========================================================================*/
#page_wrapper {
	display: table;
	width: 100%;
	/* float: left; */
	background:transparent url(../images/backgrounds/page_holder2.jpg) 0 0 repeat;
}
#page_holder {
	display: table;
	width: 977px;
	margin: 0px auto;
	background:#F0D839 url("../images/backgrounds/page_bg.png") 0 0 repeat;
	box-shadow: 0 -15px 25px rgba(0,0,0,.85);
}

/* Header
--------------------------------------------------------------------------
========================================================================*/
#header {
	height: 207px;
	/* border-bottom: 7px solid #2a2929;	 */
}
#header .top {
	position: relative;
	height: 67px;
	clear: both;
	overflow: hidden;
	font-family: 'HelveticaNeueBold';

}
#header .top span {
	width: 122px;
	height: 27px;
	line-height: 27px;
	float: right;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	background: url(../images/backgrounds/header-top.png) no-repeat left top;
}
#logo {
	width: 366px;
	height: 63px;
	float: left;
	padding: 0 0 19px 30px;
}
#logo a {
	width: 366px;
	height: 63px;
	float: left;
	background: url(../images/backgrounds/logo.png) no-repeat left top;
}
#right_header {
	float: right;
	color: #000;
	font-size: 14px;
	padding: 7px 0 0 0;
}
#right_header strong {
	color: #C12621;
	font-size: 18px;
	font-family: 'HelveticaNeueCondensedBold';
	font-weight: normal;
}
#right_header p {
	float: right;
	height: 52px;
	padding: 0 0 0 13px;
	margin: 0 31px 0 34px;
	/* border-left: 1px solid #000; */
	font-family: 'HelveticaNeueRegular';
}

/* Nav
--------------------------------------------------------------------------
========================================================================*/
#nav {
	clear: both;
	font-family: 'HelveticaNeueRegular';
	z-index: 9999;
	position: relative;
}
#nav ul li {
	float: left;
	font-size: 24px;
	padding: 0 30px;
	list-style: none;
	position: relative
}
#nav ul li a {
	float: left;
	color: #000;
	line-height: 58px;
	font-family: HelveticaNeueCondensedBold;
}
#nav ul li a:hover {
	color: #C12621;
}
#nav ul li.parent a {
	padding: 0 30px 0 0;
	background: url(../images/icons/nav_arrow.png) no-repeat right center;
}
#nav ul li.parent ul {
	position: absolute;
	right: -15px;
	top: 35px;
	width: 192px;
	display: none
}
#nav ul li.parent:hover ul {
	display: block;
}
#nav ul li.parent ul li {
	width: 195px;
	padding: 0 46px;
	background: url(../images/backgrounds/bg-submenu1.png) repeat-y left top;
}
#nav ul li.parent ul li a {
	color: #FFF;
	background: none;
	padding: 2px 0 0 0;
	line-height: 49px;
	width: 205px;
	text-align: center;
	background: url(../images/backgrounds/bg-submenu-devider.gif) repeat-x left top;
	margin: 0 0 0 -7px;
}
#nav ul li.parent ul li.first_child {
	padding-top: 33px;
	background: url(../images/backgrounds/bg-submenu2.png) no-repeat 2px top;
}
#nav ul li.parent ul li.last_child {
	padding-bottom: 17px;
	background: url(../images/backgrounds/bg-submenu3.png) no-repeat left bottom;
}
#nav ul li.parent ul li.first_child a {
	padding: 0;
	background: none;
}

/* Content
--------------------------------------------------------------------------
========================================================================*/

#slides {
	width: 100%;
	height: 400px;
	position: relative;
	background: #000;
}
#slides .pagination {
	display: none;
}
#slides .slides_container {
	width:977px;
	overflow:hidden;
	position:relative;
	display:none;
}
#slides .slides_container div {
	width:977px;
	height:400px;
	display:block;
}

.slides_container a img {
	display:block;
}
#slides .prev,
#slides .next {
	position: absolute;
	z-index: 999;
	bottom: 20px;
	width: 59px;
	height: 59px;
	float: left;
	outline: none;
	text-indent: -9999em;
}
#slides .prev {
	left: 25px;
	background: url(../images/backgrounds/btn-prev.png) no-repeat left top;
}
#slides .next {
	right: 25px;
	background: url(../images/backgrounds/btn-next.png) no-repeat left top;
}

/* new slideshow - by Miriam de Paula - 17/08/2012 */
.caption { font-family:'HelveticaNeueBold', Arial, Helvetica, sans-serif; position:absolute; top:0; right:0; width:328px!important; height:400px!important; padding:0 20px 0 50px; z-index:10; line-height:normal }
.caption h3 { font-family:"HelveticaNeueCondensedBold", Gadget, sans-serif; font-size:40px; margin:120px 0 15px 0 }
.caption p { font-size:21px; font-weight:700; }
.caption a { font-size:18px; font-weight:700; margin:25px 0 0 0; display:block }

#slides .esquema-1 .caption { background:url(../../images/bola-dourada.png) no-repeat }
#slides .esquema-1 .titulo_slide { color:#000 }
#slides .esquema-1 .subtitulo_slide { color:#fff }
#slides .esquema-1 a.link_slide, #slides .esquema-1 a.link_slide:visited { color:#fff }
#slides .esquema-1 a.link_slide:hover { color:#000 }

#slides .esquema-2 .caption { background:url(../../images/bola-branca.png) no-repeat}
#slides .esquema-2 .titulo_slide { color:#C12621; line-height:100%; }
#slides .esquema-2 .subtitulo_slide {color:#000}
#slides .esquema-2 a.link_slide, #slides .esquema-2 a.link_slide:visited {color:#C12621}
#slides .esquema-2 a.link_slide:hover { color:#000 }

#slides .esquema-3 .caption { background:url(../../images/bola-preta.png) no-repeat}
#slides .esquema-3 .titulo_slide { color:#C12621}
#slides .esquema-3 .subtitulo_slide {color:#fff}
#slides .esquema-3 a.link_slide, #slides .esquema-3 a.link_slide:visited { color:#C12621}
#slides .esquema-3 a.link_slide:hover { color: #000 }


.programacao {
	clear: both;
	color: #C12621;
	margin: 10px 0 0 0;
}
.prog-top {
	clear: both;
	display: block;
	position: relative;
	height: 66px;
	margin: 0 0 35px 30px;
	border-bottom: 1px solid #C12621;
}
.prog-top h2 {
	position: absolute;
	left: -30px;
	top: 0;
	height: 55px;
	float: left;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	padding: 34px 0 0 30px;
	font-weight: normal;
	font-family: 'HelveticaNeueRegular';
	/* background: url(../images/backgrounds/prog-top-title.png) no-repeat left top; */
}
.prog-top h2 strong {
	font-family: 'HelveticaNeueCondensedBold';
	font-size: 30px;
	font-weight: normal;
}
.prog-top p {
	float: right;
	font-size: 16px;
	width: 474px;
	padding: 34px 0 0 0;
}
.prog-top p a {
	color: #C12621;
	font-family: 'HelveticaNeueBold';
}
.programacao .prog-dia1 {
	width: 373px;
	float: left;
	padding: 0 90px 0 30px;
}
.programacao .prog-dia2 {
	width: 375px;
	float: right;
	padding: 0 100px 0 0;
}
.programacao h3 p {
	margin: 20px 0;
	font-size: 16px;
	color: #C12621;
	line-height: 22px;
	font-weight: normal;
	font-family: 'HelveticaNeueCondensedBold';
}
.programacao h3 p strong {
	font-size: 28px;
	font-weight: normal;
	line-height: 100%;
}
.programacao h3 p a {
	color: #C12621;
}

.programacao h3 p a:hover {
	text-decoration: none;
	opacity:.75;
}

.programacao .prog-dia1 p a small,
.programacao .prog-dia2 p a small {
	font-size: 18px;
	font-weight: normal;
	font-family: 'HelveticaNeueCondensedBold';
	display: inline;

}

.programacao .date {
	font-size: 18px !important;
	color: #000;
	padding: 5px 0 0 0;
	font-family: 'HelveticaNeueLight';
	text-transform:uppercase;
}
.programacao .prog-dia1 p.conferencias-home,
.programacao .prog-dia2 p.conferencias-home {
	font-size: 19px;
	font-family: 'HelveticaNeueRegular';
	color: #000;
	line-height: 100%;
	overflow: visible;
}
.programacao .prog-dia1 p span,
.programacao .prog-dia2 p span {
	display: block;
	color: #000;
	font-family: HelveticaNeueBold;
}
.programacao .prog-dia1 p strong,
.programacao .prog-dia1 p small,
.programacao .prog-dia2 p strong,
.programacao .prog-dia2 p small {
	display: block;
}
.programacao .prog-dia1 p.conferencias-home strong,
.programacao .prog-dia2 p.conferencias-home strong {
	font-size: 15px;
	font-family: 'HelveticaNeueBold';
	font-weight: normal;
	margin: 10px 0 3px 0;
	color: #742020;
}

.programacao .prog-dia1 p.conferencias-home strong a,
.programacao .prog-dia2 p.conferencias-home strong a {
	color: #C12621;
}




.programacao .prog-dia1 p small,
.programacao .prog-dia2 p small {
	font-size: 15px;
	padding-top: 2px;
}
div.artes-visuais {
	position: relative;
	clear: both;
	color: #FFF;
	background-color: #C12621;
	margin: 40px 0 0 0;
}

.artes-visuais p {
	font-size: 36px;
	line-height: 100%;

	font-family: 'HelveticaNeue-UltraLight';
}

.artes-visuais p a {
	color: #FFFFFF;
}
.artes-visuais h3 {
	position: relative;
	left: 30px;
	top: -26px;
	font-size: 30px;
	line-height: 30px;
	color: #C12621;
	z-index: 999;
	font-weight: normal;
	font-family: 'HelveticaNeueBold';
}



	div.artes-visuais.rio a {
		line-height: 100%;
	}

p.art-direction a {
	font-size: 20px;
}
p.art-direction {
    margin: 0 0 30px 30px;
    padding: 0 0 30px;
}

p.artes-rio-title {
	margin: 30px 0 10px 30px;
}
p.artes-london-title {
	margin: 30px 0 10px 30px;
	padding: 0 0 30px 0;
}


.canal {
	clear: both;
	color: #000;
	padding: 60px 23px 60px 23px;
	position: relative;
	margin: 0 auto;
	width: 930px;
	float: left;
}
.canal .clear {	
	line-height: 40px;
	padding-bottom: 25px;
}
.canal h2 {
	color: #000;
	text-shadow: 1px 2px 0 #FFF;
	font-size: 40px;
	float: left;
    font-family: 'HelveticaNeueLight';
    font-weight: normal;
	/*float: left;
	position: absolute;
	left: 23px;
	top: 35px;
	width: 220px;
	height: 78px;
	float: left;
	background: url(../images/backgrounds/backtoback_canal_logo.png) no-repeat left top*/
}
.canal h3 {
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-family: 'HelveticaNeueCondensedBold';
}
.canal h3 a {
	color: #C12621;
	text-decoration: underline;
}
.canal h3 a:hover {
	text-decoration: none;
}
.canal h4 a {
	color: #000;
	padding: 0 10px;
	font-size: 15px;
	line-height: 48px;
	display: block;
	font-weight: normal;
	font-family: 'HelveticaNeueCondensedBold';
	background: url("../images/icons/nav_arrow_right.png") no-repeat right center transparent;
}
.canal h4 a span {
	color: #C12621;
}
.box1 {
	width: 385px;
	height: 285px;
	float: left;
	/* background: url(../images/backgrounds/canal.png) repeat left top; */
}
.box2 {
	width: 240px;
	height: 285px;
	float: left;
	margin: 0 0 0 25px;
	/* background: url(../images/backgrounds/canal.png) repeat left top; */
}
.box2 li {
	list-style-type: none;
	margin: 0px 0 0 0;
}
.box3 {
	width: 248px;
	float: right;
}
.box3_1 {
	width: 248px;
	height: 140px;
	margin-bottom: 15px;
	/* background: url(../images/backgrounds/canal.png) repeat left top; */
}
.box3_1 div a {
	color: #000;
	line-height: 100%;
}
.box3_1 div a img {
	margin: 0px 8px 0px 0px;
}
.box3_1 div a span {
	color: #C12621;
	line-height: 100%;
}
.box3_2 {
	width: 248px;
	height: 130px;
	/* background: url(../images/backgrounds/canal.png) repeat left top; */
}
.box2 img {
	float: left;
}
.box3_1 div {
	clear: both;
	overflow: hidden;
	padding: 0 10px 10px 10px;
}
.box3_1 div img {
	float: left;
}
.box3_1 div p {
	width: 115px;
	float: right;
	font-size: 11px;
	line-height: 13px;
}
.box3_1 div p span {
	color: #C12621;
}
.pd-inner {
	width: 977px;
	clear: both;
	overflow: hidden;
	padding-bottom: 60px;
	background: #FFF; /* url(../images/backgrounds/bg-blog.gif) repeat-x left bottom; */
}

/* Content
--------------------------------------------------------------------------
========================================================================*/
.cont {
	width: 700px;
	float: left;
}
.title1 {
	position: relative;
	z-index: 99;
	width: 700px;
	float: left;
	height: 54px;
	background: #C12621;
	font-family: 'HelveticaNeue-UltraLight';
}
.title1 h2 {
	color: #f2b535;
	float: left;
	font-size: 74px;
	line-height: 54px;
	padding: 0 30px;
	font-weight: normal;
}
.title1 a {
	margin: 18px 0 0 0;
	padding: 0 0 0 10px;
	line-height: 36px;
	float: left;
	font-family: "HelveticaNeueRegular";
	color: #000;
	background: url(../images/icons/arrow1.png) no-repeat left center;
}
#block1_wrap {
	width: 638px;
	padding: 24px 30px 0 30px;
	float: left;
    font-size: 18px;
    line-height: 24px;
	color: #000;
}

#block1_wrap strong {
	font-family: "HelveticaNeueBold";
	font-weight: normal;
}

#block1_wrap a {
	color: #C12621;
}
#block1_wrap h2 {
	font-size: 72px;
	line-height: 72px;
	margin: 25px 0 0 0;
	letter-spacing: -3px;
}
.title3 {
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 0 0;
}

h3.single {
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 0 0;
	font-family: 'HelveticaNeueBold';
}
.title3 p {
	font-family: 'HelveticaNeueBold';
	font-size: 13px;
	color: #000;
	margin: 0 0 0 3px;
}
#block1_wrap p {
	margin-bottom: 15px;
}
#block1_wrap .linktype2 {
	font-family: 'HelveticaNeueBold';
}
.linktype1 {
	height: 44px;
	float: left;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	padding: 0 0 0 25px;
	background: url(../images/backgrounds/linktype1.gif) no-repeat left top;
}
.linktype1 span {
	height: 44px;
	float: left;
	font-family: 'HelveticaNeueBold';
	padding: 0 25px 0 0;
	background: url(../images/backgrounds/linktype1.gif) no-repeat right top;
}

.blog_image {
	border-top: 11px solid #F2B535;
}
.blog_image.single {
	margin-bottom: 20px;
}
.blog_content1 {
	width: 638px;
	clear: both;
	overflow: hidden;
	padding: 30px 0 0 0;
}
.blog_content1 .title3 {	
	width: 310px;
	float: left;
	font-family: 'HelveticaNeueBold';
}
.blog_content1 .description1 {	
	width: 300px;
	float: right;
	font-size: 18px;
	line-height: 20px;
	font-family: 'HelveticaNeueRegular';
}
.blog_content1 .description1 a {
	color: #C12621;
	font-family: 'HelveticaNeueCondensedBold';
}
.blog_content1 .description1 a:hover {
	text-decoration: underline;
}
.blog_content1 .title3 h3 {
	font-size: 36px;
	line-height: 36px;
	color: #C12621;
	margin-bottom: 20px;
	font-weight: normal;
}
.linktype2 {
	color: #C12621;
}
.linktype2:hover {
	text-decoration: underline;
}
.block1 {
	width: 100%;
	padding: 55px 0 65px 0;
}
.block1_1 {
	text-align: center;
	clear: both;
	overflow: hidden;
	width: 100%;
	color: #871B17;
	font-size: 22px;
	line-height: 25px;
	font-family: 'HelveticaNeueCondensedBold';
}
.block1_1 h4 {
	font-size: 97px;
	font-family: 'HelveticaNeue-UltraLight';
	color: #000;
	line-height: 117px;
	font-weight: normal;
}
.block1_1 a {
	color: #871B17;
	text-decoration: underline;
}
.block1_1 a:hover {
	text-decoration: none;
}

.blog_content2 {
	width: 300px;
	padding: 40px 0 30px 0;
	font-size: 18px;
	line-height: 20px;
    font-family: 'HelveticaNeueRegular';
}
.blog_content2 img {
	border-top: 11px solid #baa273;
}
.blog_content2 h3 {
	font-size: 18px;
	margin: 15px 0 5px 0;
	font-family: 'HelveticaNeueBold';
	font-weight: normal;

}

.linktype3 {
	float: left;
	color: #c12621;
	font-size: 26px;
	line-height: 26px;
    font-family: 'HelveticaNeueBold';
	padding: 0 25px 0 0;
	background: url(../images/icons/arrow2.png) no-repeat right 8px;
}
.linktype4 {
	float: left;
	color: #c12621;
	font-size: 18px;
	line-height: 20px;
	font-family: 'HelveticaNeueCondensedBold';
	padding: 0 25px 0 0;
	margin: 5px 0 0 0;
	background: url(../images/icons/arrow2.png) no-repeat right center;
}
.breadcrumb {
	clear: both;
	overflow: hidden;
	line-height: 50px;
	color: #000;
	font-size: 16px;
    font-family: 'HelveticaNeueBold';
	padding: 0 0 0 32px;
}
.breadcrumb a {	
	float: left;
	padding: 0 17px 0 0;
	margin: 0 10px 0 0;
	color: #c12621;
	background: url(../images/backgrounds/breadcrumb-icon.png) no-repeat right center;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.date_wrap {
	line-height: 20px;
	padding: 10px 0;
	margin: 25px 0;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
#block1_wrap .date_wrap p {
	float: left;
	margin: 0;
}
.date_wrap div {	
	float: right;
}
.photos {
	float: left;
	width: 660px;
	padding: 25px 0 0 0;
	margin-left: -30px;
	position: relative;
	z-index: 9999
}
.photos li {
	width: 300px;
	padding: 0 0 30px 30px;
	float: left;
	position: relative;
	list-style: none
}
.photos li img {
	border-top: 10px solid #F2B535;
	float: left;
}
.photos li:hover div {
	display: block;
}
.photos li div {
	display: none;
	position: absolute;
	left: 30px;
	top: 0;
	width: 280px;
	height: 90px;
	font-size: 18px;
	padding: 88px 10px 0 10px;
	background: url(../images/backgrounds/transparent.png) repeat left top;
}
.photos li div p {
	color: #C12621;
    font-family: 'HelveticaNeueBold';
}
#block1_wrap .photos li div a {
	color: #fff;
	text-transform: uppercase;
	padding: 0 25px 0 0;
	float: left;
	font-family: 'HelveticaNeueCondensedBold';
	background: url(../images/icons/arrow2.png) no-repeat right center
}

.blog ul {
	float: left;
	width: 660px;
}
.blog li {
	width: 638px;
	margin: 0 0 30px 0px;
	display: inline-block;
	list-style: none;
	clear: both;
}

.blog .title3 {
    font-size: 36px;
    line-height: 36px;
    margin: 0px;
}

.blog .title3 h3 {
    color: #000;
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
    font-family: 'HelveticaNeueBold';

}

.blog li img {
	float: left; 
	margin-right: 20px;
}

.blog li p {	
	font-size: 18px;
	line-height: 20px;
	font-family: 'HelveticaNeueRegular';
}

.blog li p.data {	
    color: #000;
    font-family: 'HelveticaNeueBold';
    font-size: 13px;
    margin: 0 0 0 3px;
}

.videos .title3 h3 {
    margin: 0 0 20px 0;
    color: #000;
}
.videos .title3 {
    margin: 0 0 40px 0;
}
.single .gplus {
	margin: -1px 0 0 40px;
}
.single .twitter {
	margin: -1px -18px 0 0px;
}
.single-artista .gplus {
	margin: 0 0 10px 0;
}
.single-artista .twitter {
	margin: 0 0 10px 0;
}




div.intro-conferencia {
	border-bottom: 20px solid #BAA273;
    margin: 0 0 20px;
}

#block1_wrap .intro-conferencia h2 {
	color: #000;
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 100%;
    margin: 20px 0 0;
    padding: 0;
}

#block1_wrap .intro-conferencia h4 {
	font-family: 'HelveticaNeueBold';
    font-size: 15px;
    margin: 0 0 20px;
}


/* Sidebar
--------------------------------------------------------------------------
========================================================================*/
.sidebar {
	width: 277px;
	float: right;
	border-top: 14px solid #F0D838;
}
.sidebar .title {
	height: 54px;
	line-height: 87px;
	font-size: 30px;
	color: #fff;
	background: #C12621;
	padding: 0 0 0 10px;
	overflow: hidden;
	margin-bottom: 25px;
	font-family: 'HelveticaNeueCondensedBold';
}
.sidebar .title_f {
	height: 40px;
	line-height: 60px;
}
#text-3,
#text-4 {
	width: 230px;
	background: #e5e5e5;
	padding: 10px;
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
.sidebar .newsletter_wrap {
	width: 227px;
	height: 19px;
	padding: 10px;
	background: url(../images/backgrounds/newsletter.gif) no-repeat left top;
}
.sidebar .newsletter_wrap input {
	width: 227px;
	height: 19px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 16px/19px 'HelveticaNeueLight', Arial, Helvetica, sans-serif;
	color: #fff;
	background: none
}
.lineup_top {
	padding: 20px 0px 20px 25px;
	/* background: #baa273; */
	clear: both;
	overflow: hidden;
}
#block1_wrap .lineup_top .float-l {
	float: left;
}
#block1_wrap .lineup_top .float-l p {
	/* color: #fff; */
	margin-bottom: -25px;
}
#block1_wrap .lineup_top .float-l h2 {
	color: #000;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
}
#block1_wrap .lineup_top .buynow {
	float: right;
	color: #fff;
	font-size: 23px;
	line-height: 23px;
	margin: 35px 0 0px 0;
	padding: 6px 25px 9px 25px;
	background: #c00;
	border-radius: 7px;
}


.lineup_bottom {
	padding: 0 25px;
	background: #f2da3a;
	clear: both;
	overflow: hidden;
	color: #000;
}
.lineup_bottom ul li {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #333;
	font-size: 15px;
	line-height: 17px;
}
.lineup_bottom ul li:first-child {
	border: 0;
	margin: 0;
}
.lineup_bottom ul li img {
	float: left;
	width: 126px;
	height: 126px;
	border: 1px solid #252525;
}
.lineup_bottom ul li div {
	width: 435px;
	float: right;
}
.lineup_bottom ul li div h3 {
	font-family: 'HelveticaNeueCondensedBold';
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 10px;
}
.lineup_bottom ul li div a {
	color: #C12621;
}
.lineup_bottom ul li div a:hover {
	text-decoration: underline;
}
.lineup_artist_image {
	margin-top: -42px;
	position: relative;
	z-index: 99
}

.artist_lft {
	width: 287px;
	float: left;
}
.artist_rgt {
	width: 315px;
	float: right;
}
.artist_lft h2,
.artist_rgt h2 {
	font-size: 42px;
	line-height: 42px;
	font-family: 'HelveticaNeueLight';
}
.artist_rgt .video {
	padding: 15px 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}
#block1_wrap .artist_lft h2 {
	padding: 0;
	margin: 10px 0;
}
.socialsites_nav {
	clear: both;
	overflow: hidden;
	font-size: 16px;
}
.socialsites_nav li {
	margin: 6px 0;
	padding: 0 0 0 22px;
	font-family: 'HelveticaNeueBold';
	background: url(../images/icons/arrow4.png) no-repeat left 2px
}
.block2 {
	padding: 40px 15px 10px 15px;
	background: #F0D838;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
.block2 p {
	float: left;
	font-size: 23px;
	color: #000;
	font-family: 'HelveticaNeueCondensedBold';
}
.block2 a {
	float: right;
	font-size: 19px;
	padding: 0 0 0 25px;
	color: #C12621;
	font-family: 'HelveticaNeueBold';
	background: url(../images/icons/arrow3.png) no-repeat left center;
}
.block3 {
	clear: both;
	overflow: hidden;
	background: #C12621;
	padding: 15px 15px 25px 15px;
	color: #000;
	margin: 0 0 30px 0;
}
.block3 p {
	clear: both;
	overflow: hidden;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #aa0000;
}
.block3 p strong {
	color: #fff;
}
#block1_wrap .block3 h2 {
	font-size: 45px;
	line-height: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-family: 'HelveticaNeueCondensedBold';
}





/* Footer
--------------------------------------------------------------------------
========================================================================*/
.barra-logos {
	clear: both;
	overflow: hidden;
	background: #f6f6f6;
	padding: 40px 0;
	text-align: center;
}
.barra-logos img {
	margin: 0 5px;
}
.footer_bottom {
	padding: 30px 0;
	background: #C12621;
	clear: both;
	overflow: hidden;
	line-height: 44px;
	font-size: 14pcx;
	color: #fff;
}
.footer_bottom h2 {
	float: left;
	padding: 6px 0 0 35px;
}
.footer_bottom h2 a {
	width: 174px;
	height: 28px;
	float: left;
	text-indent: -9999em;
	background: url(../images/backgrounds/footer_logo.png) no-repeat left center;
}
.footer_bottom p {
	float: left;
	font-family: 'HelveticaNeueCondensedBold';
	padding: 0 0 0 15px;
}
.footer_bottom ul {
	float: right;
	padding: 0 35px 0 0;
}
.footer_bottom ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 4px;
	background: url(../images/backgrounds/footer_nav.gif) no-repeat left top;
}
.footer_bottom ul li a {
	height: 44px;
	color: #fff;
	float: left;
	margin: 0 0 0 3px;
	padding: 0 27px 0 24px;
	font-size: 14px;
	font-family: 'HelveticaNeueRegular';
	background: url(../images/backgrounds/footer_nav.gif) no-repeat right top;
}

.conferencias-home strong {
	margin-top: 8px;
}

.page-template-page-conferencia-php #block1_wrap h2 {
	font-size: 64px;
	   font-family: 'HelveticaNeueBold';
	   line-height: 100%;
	   margin-bottom: 20px;
}

.page-template-page-conferencia-php h6 {
   	color: #666666;
    font-family: 'HelveticaNeueBold';
    font-size: 18px;
}

.page-template-page-conferencia-php h4 {
	font-size: 24px;
}

.page-template-page-conferencia-php h3 {
	margin-bottom: 20px;
}

.page-template-page-conferencia-php h5 {
	font-family: 'HelveticaNeueRegular';
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 100%;
    margin-bottom: 20px;
}

.lineup_stage {
	background: #c12621; padding: 20px 30px; font-family: 'HelveticaNeueCondensedBold'; font-size: 24px; color: #FFF;
}

.dia {
	margin-bottom: 20px;
}

.conference ul li div {
    float: none !important;
    width: 580px !important;
}


.pd-inner .title1 a { color: #FFF; }


img.afg-img {
	margin-top: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
}

.page #gallery-1 dd.gallery-caption {
  margin-left: 0;
  font-size: 24px;
  padding-bottom: 40px;
}

.page #gallery-1 img.attachment-medium {
  padding-bottom: 14px;
  border: 0 !important;
}

.instagramp { margin-left: 11px; }
.instagramp img { display: block; margin-bottom: 10px; width: 76px; height: 76px; box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6); opacity:1; }
.instagramp img:hover { opacity:0.7; box-shadow:none; }

#header .top span.apresenta {
	background: url("../images/backgrounds/apresenta2.png") no-repeat scroll 0 0 transparent;
	float: none;
	height: 40px;
	margin: 15px 0 0 38px;
	text-indent: -99999px;
	width: 553px;
	display: block;
}