/**Tino Gomes CSS Reset*/
*{margin:0;outline:0;padding:0;} body{background-color:#FFF;color:#000;font:14px sans-serif;line-height: 1.6;} h1{font-size:1.8em;} h2{font-size:1.6em;} h3{font-size:1.4em;} h4{font-size:1.3em;} h5{font-size:1.2em;} h6{font-size:1.1em;} pre,code,tt,samp,kbd{font-family:'Lucida Console','Courier new',monospace;} em,i,dfn{font-style:italic;} dfn{font-weight:bold;} blockquote{margin:0 1.5em;border-left:3px solid #ccc;padding-left:10px;} cite{font-style:italic;} del{text-decoration:line-through;} dt{font-weight:bold;} dd{margin-left:1.5em;} table{width:100%;} th,thead,caption{font-weight:bold;} th,td{padding:4px;} tfoot,caption{font-style:italic;} abbr,acronym{border-bottom:1px dotted;} address{font-style:italic;} sup,sub{line-height:0;} a,a:link,a:hover,a:visited{text-decoration:underline;color:#00C;} ul,ol{list-style-position:inside;margin-left:1.5em;} ul{list-style-type:disc;} ul ul{list-style-type:square;} ul ul ul{list-style-type:circle;} ol{list-style-type:decimal;} ol ol{list-style-type:lower-latin;} ol ol ol{list-style-type:lower-roman;}
/**End of Tino Gomes CSS Reset*/

div,aside,section {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
	color: #444;
	font-size: .9em;
}

.container, aside {
	display: block;
	margin: 0 auto;
	width: 860px;
	padding: 0 10px;
}

.container a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
}

.container a:hover {
	color: #F03900;
}

.main {
	height: 41px;
	background: #333;
	padding: 10px 0;
	border-bottom: #000 solid 1px;
}

.aviso, .aviso a {
	background: #333;
	color: #FFF;
}

.aviso a, .aviso strong {
	color: #F03900
}

.aviso {
	border-top: #47494d solid 1px;
	padding: 30px 10px;
}

.main .logo {
	display: block;
	background: #333 url('/images/logo.png') left top no-repeat;
	height: 33px;
	width: 300px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.main ul {
	float: right;
	list-style: none;
	height: 33px;
	margin: 0 auto;
	text-align: right;
	width: 200px;
	word-spacing: 10px;
}

.main ul li {
	display: inline;
	line-height: 41px;
	text-align: center;
}

.main ul a {
	color: #FFF;
	font-size: 1.3em;
	text-decoration: none;
}

#menu_principal {
	display: none;
}

h2 {
	border-bottom: 1px dotted #ccc;
	color: #F03900;
	font-size: 1.2em;
	margin: 30px 0 10px 0;
}

h3 {
	font-size: 1.1em;
	margin: 5px 0;
}


/* Sections */
.data p {
	background: url('/images/calendario.png') left top no-repeat;
	height: 70px;
	font-size: 30px;
	padding-top: 20px;
	padding-left: 100px;
}

.sobre {
	text-align: center;
}

.sobre h2, p {
	text-align: left;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 90%;
	margin: 20px auto;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.local address {
	display: block;
}

.local address a {
	background-color: #F03900;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	padding: 5px 20px;
	text-align: center;
}

.local address a:hover {
	border: 0 solid #999;
	text-decoration: none;
	color: #000;
}

table {
	border-collapse: collapse;
	background-color: #333;
}

table, th, td {
	border: 1px solid #333;
}

th {
	color: #fff;
}

td {
	background-color: #fff;
	text-align: center;
}

tr td:first-child {
	white-space: nowrap;
}

.museu p, .speaker p, .presentation p {
	margin: 1em 0;
}

/* Lateral */
aside {
	margin-bottom: 10px;
}

aside section {
	float: left;
	width: 50%;
}

aside section:nth-child(odd) {
	clear: both;
}

aside ul {
	list-style: none;
	float: left;
	clear: both;
}

aside li {
	display: block;
	float: left;
	margin-bottom: 10px;
}

aside li a {
	border: 1px solid #ccc;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 10px;
}

#organizacao a {
	height: 80px;
	width: 80px;
}

#tinogomes {
	background: url("http://www.gravatar.com/avatar/9742692d8f4eb9997301de35395e5460?s=80") top left no-repeat;
}

#nuxlli {
	background: url("http://www.gravatar.com/avatar/f83c0b65baef15dc1ea2b9e5645350ea?s=80") top left no-repeat;
}

#lfcipriani {
	background: url("http://www.gravatar.com/avatar/31b74dfda914271fa4a30c2296d9ca30?s=80") top left no-repeat;
}

#divulge-no-twitter a {
	background: url('/images/banner_dev_in_sampa.jpg') left top no-repeat;
	height: 60px;
	width: 180px;
}

#twitter a {
	background: url('/images/ico_twitter.jpg') left center no-repeat;
	height: 33px;
	margin-bottom: 20px;
	padding: 2px 0 0 35px;
	width: 110px;
	text-indent: 10px;
	border: none;
}

#agaelebe a {
	background: url('/images/logo_agaelebe.png') left top no-repeat;
	height: 60px;
	width: 180px;
}

#novatec a {
	background: url('/images/logo_novatec.png') left top no-repeat;
	height: 60px;
	width: 180px;
}

#casadocodigo a {
	background: url('/images/logo_casadocodigo.png') left top no-repeat;
	height: 60px;
	width: 180px;
}

#abrilmidia a {
	background: url('/images/logo_abrilmidia.jpg') left top no-repeat;
	display: block;
	height: 60px;
	width: 180px;
}

#zigotto a {
	background: url('/images/logo_zigotto.png') center top no-repeat;
	display: block;
	height: 60px;
	width: 180px;
}

#wayra a {
	background: url('/images/logo_wayra.png') center top no-repeat;
	display: block;
	height: 60px;
	width: 180px;
}

#agendatech a {
	background: url('/images/logo_agendatech.png') left top no-repeat;
	height: 60px;
	width: 180px;
}

#pythonbrasil a {
	background: url('/images/logo_pythonbrasil.png') left top no-repeat;
	height: 60px;
	width: 180px;
}

#grokpodcast a {
	background: url('/images/logo_grok.png') left top no-repeat;
	height: 60px;
	width: 180px;
}

#guj a {
	background: url('/images/logo_guj.png') left top no-repeat;
	height: 60px;
	width: 180px;
}

footer {
	clear: both;
	background: #333;
	font-size: 10px;
	padding: 5px 15px;
}

footer p {
	color: #fff;
	text-align: center;
}

#principios {
	text-align: left;
}