@import url(reset.css);
@import url(navigation.css);

body{
	background:#dcd2c3 url(images/body_bg.gif);
	font-family:"helvetica neue", helvetica, arial, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#333;
}

h3{
	font-size:1.5em;
	line-height:1.5em;
	margin-bottom:.5em;
	color:#e00;
}

p{
	margin-bottom:1.5em;
}


a{
	color:#e64a4a;
}

strong{
	font-weight:bold;
	color:#111;
}

.empty{
	font-size:18px;
	line-height:1.5em;
	margin:20px;
	color:#777;
}

#container{
	width:960px;
	margin:0 auto;
	padding:10px;
	z-index:100;
}

#superflous{
	width:400px;
	height:400px;
	display:block;
	position:absolute;
	left:580px;
	top:0;
	background:url(images/couch_bg.gif) no-repeat;	
	-webkit-animation-name: cloud;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;	
}

@-webkit-keyframes cloud {
  0%   { 
		top: 0; 
		-webkit-transform:rotate(-1deg);				
	}
  50%  { 
		top: -5px;
		-webkit-transform:rotate(2deg);		
	}
  100% { 
		top: 0; 
		-webkit-transform:rotate(-3deg);			
	}
}



#header{
	padding:20px 10px;
	margin-bottom:20px;
}

#site-title{
	width:400px;
	height:110px;
	text-indent:-5000px;
	background:url(images/logo.png) no-repeat;
	margin-left:20px;
}

#tagline{
	display:none;
}

#content{
	position:relative;
	z-index:100;
}

a.call-to-action{
	display:block;
	display:inline-block;
	width:265px;
	height:60px;
	background:url(images/reserva_btn.gif) no-repeat;
	text-indent:-5000px;
}


/* Conference
---------------------------------------- */

.conference{
	width:940px;
	background:url(images/conference_bg.gif) repeat-y;
	margin-left:10px;
	margin-top:60px;
	position:relative;
}

.conference .date{
	background:#900;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0 20px;
	font-size:18px;
	position:absolute;
	top:-40px;
	left:-10px;
}

.conference .date:after{
	content:"";
	position:absolute;
	left:0;
	top:100%;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 10px solid #300;
	border-left: 10px solid transparent;
}

.meta, .body, .sponsors{
	display:inline;
	float:left;
	margin:0 10px;
	width:100px;
}

.meta{
	width:250px;
	padding:20px 10px;
}

.meta .call-to-action{
	margin-left:-10px;
	margin-bottom:15px;
}

.meta dl{
	margin:10px 0;
	font-size:16px;
	line-height:28px;
}

dt,dd{
/*	float:left;*/
}

dt{
	float:left;
/*	text-align:right;*/
	width:80px;
	clear:left;
	margin-right:10px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.06em;
	color:#999;
	color:rgba(0,0,0,.5);
	
}

dd{
	padding-left:90px;
}

dd.times{
	font-size:12px;
}

.meta del{
	color:#888;
	color:rgba(125,125,125,.5);
}

.meta strong{
	color:#e00;
	font-weight:bold;
}

.meta .share li{
	margin-bottom:10px;
}

.meta .share li a{
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:0 20px;
	line-height:32px;
	padding-left:36px;
	background:url(images/twitter_icon.gif) no-repeat;
}

.meta .share li.facebook a{
	background:url(images/facebook_icon.gif) no-repeat;
}

.body{
	width:520px;
	padding-top:20px;
}

.body h2{
	padding:20px;
}

.video{
	padding:20px 0;
}

.tabs{
	margin-left:20px;
}

.tabs a{
	background:#cef;
	color:#333;
	color:rgba(0,0,0,.5);
	padding:0 20px;
	margin-right:5px;
}

.tabs a:hover{
	background:#e64a4a;
	color:#fff;
}


.tabs a.current{
	background:#333;
	color:#fff;
	position:relative;
}

.tabs a.current:after{
	content:"";
	position:absolute;
	right:10%;
	top:100%;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 10px solid #333;
	border-left: 10px solid transparent;
}



.panel{
	padding:20px;
	color:#454545;
}

.panel table {
	width:100%;
	border-collapse:collapse;
}


.panel tr:nth-child(even){
	background:#f0f0f0;
}


.panel td{
	padding:10px;
	border-bottom:1px solid #ddd;
}

.panel tr>td:first-child{
	border-right:1px solid #ddd;
}

.sponsors{
	margin-right:0;
	background:#90;
	padding:10px 0;
}

.sponsors h3{
	font-size:14px;
	text-transform:uppercase;
	letter-sacing:.06em;
	color:#999;
}

.sponsors img{
	display:block;
	opacity:.3;
	margin-bottom:10px;
}

.sponsors img:hover{
	opacity:1;
}


/* Coming Soon
---------------------------------------- */

.more-info{
	margin:0 10px;
	background:#6ab;
	overflow:auto;
	position:relative;	
}

.coming{
	display:inline;
	float:left;
	width:529px;
	padding:10px;
	border-right:1px solid rgba(255,255,255,.2);
}
.coming h3{
	font-size:24px;
	padding-left:10px;
	font-weight:bold;
	color:#fff;
}

.coming table{
	width:100%;
	font-size:18px;
}

.coming td{
	padding:10px;
}

.coming td.name{
	color:#245;
	font-weight:bold;
}

.coming td.date{
	color:#aef;
}


.why{
	float:left;
	width:370px;
	padding:10px;
	background:#60a0b0;		
}

.why h3{
	height:40px;
	line-height:40px;
	width:400px;
	margin-left:-20px;
	background:#134;
	color:#ff6;
	text-align:center;
	position:relative;
}

.why h3:after{
	content:"";
	position:absolute;
	left:0;
	top:100%;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 9px solid #012;
	border-left: 9px solid transparent;
}

.why ul{
	margin:12px;
	padding-bottom:40px;
	font-size:18px;
	line-height:30px;
	background:#333;
	color:#fff;
}

.why li{
	padding:5px 20px;
	border-bottom:1px solid rgba(0,0,0,.4);
}

.why li:nth-child(even){
	background:rgba(0,0,0,.2);
}


/* Footer
---------------------------------------- */

#footer{
	color:#eee;
	background:#333;
}

#footer .inner{
	width:960px;
	margin:0 auto;
	padding:10px;
}


#footer .contact{
	width:420px;
}