@import url("reset.css");

body{
	font-family: 'Lucida Grande', 'Lucida Unicorne', Helvetica, Tahoma, Verdana, Arial, "MS Trebuchet", sans-serif;
	background:url('../images/pattern-background.png') repeat;
	width:100%;
	font-size:10.4px;
}

h1, h2, h3, h4{
	font-family: Helvetica, 'Lucida Grande', Verdana, Tahoma, Arial, "MS Trebuchet", sans-serif;
	color:#222;
}

h1{
	font-size:44px;
}

h3{
	font-size:28px;
}

a{
	color:red;
}

#header{
	height:160px;
	min-width:975px;
	margin:0 20px;
	background: url('../images/logo.png') 0 10px no-repeat;
}

#header a{
	text-decoration:none;
}

#wrapper{
	background: transparent url("../images/light-source-trans.png") no-repeat center top;
	height: auto;
	min-height: 300px;
	min-width:1010px;
}

#menu{
	margin:10px 20px;
	background:#ed0002;
	padding:10px 30px;
	min-width:920px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

#menu li{
	display:inline;
	margin-right:25px;
	color:white;
	font-weight:bold;
	font-size:11px;
}

#menu li a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:9px 20px;
}

#menu li a:hover{
	background:darkred;
}

#menu li .active{
	background:darkred;
}

#home_table{
	width:100%;
	border-spacing:20px;
	border-collapse:separate;
}

#home_table tr td{
	padding:15px;
	-webkit-border-radius:10px;
	-moz-border-radius:6px;
	background:#fff;
	vertical-align:top;
}
#intro_video{
	width:560px;
}

#teaser_box{
	color:#222;
}
#teaser_text{
	font-size:1.4em;
}

#teaser_text a{
	color:inherit;
	text-decoration:none;
}

#programming_square{
	margin:20px;
	padding:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:6px;
	background: #eee url('../images/programming-su-logo.png') -80px -15px no-repeat;
	min-height:340px;
	height:auto;
	min-width:960px;
}

#programming_square_content{
	margin-left:300px;
}

.veja_o_resto{
	margin-left:240px; padding:4px; margin-top:10px; line-height:1.5em; margin-right:30px; font-size:18px; color:#555;
}

.veja_o_resto a{
	color:black;
	padding:6px;
	background:lightblue;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px #ccc solid;
}

.veja_o_resto a:hover{
	border:1px #222 solid;
	background:#222;
	color:#eee;
}

.dia_evento{
	margin-top:15px; margin-bottom:10px; margin-right:20px; padding:4px; font-size:16px; font-weight:bold; color:red; border-bottom:1px #ccc solid; padding-bottom:15px;
}

.artist_introdution_text{
	margin-top:30px; padding:4px; line-height:1.5em; margin-right:30px; font-size:18px; color:#555;
}

.artist_introdution_text a{
	color:red;
	text-decoration:none;
}

.artist_introdution_text a:hover{
	color:black;
}

#content{
	font-size:14px;
	line-height:1.8em;
	margin:20px;
	padding:20px;
	background:#333;
	border:1px #444 solid;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	color:#bbb;
	min-width:940px;
}

#redes_sociais{
	margin:40px 25px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#redes_content{
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

#facebook{
	width:170px;
	background: url('../images/separator.png') no-repeat right;
	float:left;
	height:80px;
}

#facebook img{
	width:140px;
	margin-top:15px;
}

#hi5{
	width:100px;
	background: url('../images/separator.png') no-repeat right;
	float:left;
	height:80px;
}

#hi5 img{
	width:70px;
	margin-top:13px;
}

#myspace{
	width:190px;
	background: url('../images/separator.png') no-repeat right;
	float:left;
	height:80px;
}

#myspace img{
	width:160px;
	margin-top:7px;
}

#twitter{
	width:180px;
	float:left;
	height:80px;
	background: url('../images/separator.png') no-repeat right;
}

#twitter img{
	width:160px;
	margin-top:7px;
}

#youtube{
	width:155px;
	float:left;
	height:80px;
	background: url('../images/separator.png') no-repeat right;
}

#youtube img{
	width:130px;
	margin-top:10px;
}

#flickr{
	width:155px;
	float:left;
	height:80px;
}

#flickr img{
	width:150px;
	margin-top:20px;
}

#producao{
	float:left;
	text-align:left;
}

#producao img{
	float:left;
	margin-right:15px;
}

#footer{
	border-top:1px #333 solid;
	margin:20px;
	padding:20px;
	text-align:right;
	color:#eee;
	font-size:11px;
	line-height:1.8em;
}

#footer a{
	color:lightblue;
	text-decoration:none;
}

#footer a:hover{
	color:red;
}

#labels{
	margin:60px 5px 0px 5px;
	font-size:24px;
}

.label a{
	padding:6px;
	color:#fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background:darkgray;
	float:left;
	margin:5px 30px 5px 0;
	cursor:pointer;
	cursor:hand;
	font-family: Helvetica, 'Lucida Grande', Tahoma, Verdana, Arial, "MS Trebuchet", sans-serif;
	font-weight:bold;
	text-decoration:none;
}

.label a:hover{
	background:none;
	color:#222;
}

#newsletter_box{
	float:right;
	border:1px #555 dashed;
	margin:9px 2px;
	padding:10px;
	background:#333;
	color:#bbb;
	font-size:12px;
	line-height:1.4em;
	width:200px;
}

#newsletter_box label{
	display:block;
	float:left;
	padding:6px 0;
	width:40px;
	font-weight:bold;
}

#newsletter_box input{
	float:left;
	padding:4px;
	border:1px transparent solid;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

#newsletter_box input:focus{
	background:lightyellow;
}

#twitter-baloon{
	float:left;
	border:1px #333 solid;
	color:#eee;
	margin:20px;
	width:380px;
	height:90px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	padding:10px;
	font-size:16px;
	background:#444;
	overflow:visible;
}

.days{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px #444 solid;
	padding:15px;
}

.days a{
	padding:3px;
	background:red;
	color:#fff;
	text-decoration:none;
}

.days a:hover{
	background:none;
	color:lightyellow;
}

#GMLocation{
	border:4px #eee solid;
}

.map_balloon{
	font-size:1em; 
	height:100px;
	line-height:1.2em;
	color:#222;
}
.map_balloon small{
	font-size:0.85em;
}

#mapa, #music, #arte-urbana, #workshops, #skate, #cocktail{
	padding:15px;
}