section, article, aside, header, footer, nav, dialog, figure, menu { display:block; }
*{ margin:0; padding:0 }

html{ background: #000 url(../img/bg.jpg) repeat-y fixed center top; }
body{
	font:14px trebuchet MS;
	color:#FFF;
}
ul li{ list-style:none }
a{ 
	outline:none;
	color:#68ADD8;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:yellow;
}
hr{ 
	clear:both;
	border:0;
	border-bottom:1px dashed #CCC;
	margin:40px auto 20px;
	width:90%;
}
.icon{ 
	display:block;
	float:left;
	margin:5px 10px 5px 0
}
.icon:hover img{ border:2px solid #68ADD8; }
.icon img{
	display:block;
	width:94px;
	height:69px;
	border:2px solid yellow;
	border-radius:10px;
}
#mobileMenu {
    background: url(../img/btmobile.gif) no-repeat scroll 9px 0 #000;
    border-bottom: 10px solid #000;
    border-top: 10px solid #000;
    display: none;
    height: 20px;
    overflow: hidden;
    text-indent: -5000px;
    width: 100%;
	display:none;
}
#content a:hover{ text-decoration:underline }
#content h1,
#content h2{
	font-weight:bold;
	font-size:26px;
	color:yellow;
	padding:15px 20px;
}
#content h3{
	font-weight:bold;
	font-size:22px;
	color:#9B9B9B;
	padding:15px 5px 0 10%;
}
#content p{
	padding:15px 5px 15px 60px;
}
#jumpMenu{ display:none }
header#topo{
	width:100%;
	max-width:930px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
header#topo h1{ font-size:1px!important; text-indent:-5000px; }
footer#footer{
	background: url(../img/border-base.png) top center no-repeat;
	width:100%;max-width:930px;height:auto;
	margin:0 auto;
}

/* INI: MENU */
nav#menu{
	width:100%;
	max-width:930px;
	height:48px;
	text-align:center;
	margin:0 auto;
}

nav#menu ul{ 
	margin-left:8px 
}
nav#menu ul li a{
	float:left;
	margin:10px 15px;
	color:#FFF;
	font-weight:bold;
	font-size:22px;
	text-decoration:none;
}
nav#menu ul li a:hover{
	color:yellow;
}
#home .home,
#banda .banda,
#fotos .fotos,
#videos .videos,
#audios .audios,
#setlist .setlist,
#agenda .agenda,
#links .links,
#contato .contato{
	color:yellow
}

/* END: MENU */

/* INI: CONTENT */
.imgLeft{ display:block; float:left; margin:0 20px 10px 10px }
.eng{ display:none }
.defineLang{ display:block; height:40px }
.defineLang a{
	background: url(../img/flags.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	text-indent:-5000px;
	float:left;
	margin:5px 10px 5px 0
}

a.brLink{ background-position:0 0 }
a.activeBr,
a.brLink:hover{ background-position:0 -30px }
a.engLink{ background-position:-30px 0 }
a.activeEng,
a.engLink:hover{ background-position:-30px -30px }
#border-top{
	background: url(../img/border-top.png) top center no-repeat;
	height:50px;
	width:100%;
	max-width:930px;
	margin:0 auto;
}
#content article{
	background: url(../img/border-middle.png) top center repeat-y;
	width:100%;
	max-width:932px;
	padding:0 0px 65px;
	height:auto;
	margin:0 auto;
	overflow:auto;
}
#contentVideo{
	width:100%;
	max-width:600px;
	height:auto;
	margin:0 auto 30px;
}
ul.vdLinks{
	margin:0 13px 10px 0;
	float:left;
	width:47.5%
}
ul.vdLinks li{ padding:4px 0 }
.textRight{ text-align:right }
/* END: CONTENT */

/* INI: SETLIST */

div.disc{
	width:100%;
	height:auto;
	overflow:auto;
	float:left;
	margin-bottom:20px
}
div.disc img{
	display:block;
	width:149px;
	height:149px;
	float:left;
	margin:20px 40px 20px 10%;
	border:1px solid gold;
	box-shadow:0 0 10px gold;
}
div.disc ol li{ list-style:decimal-leading-zero }
div.disc ol li.ok{
	font-style:italic;
	color:yellow;
}
div.disc ol{
	float:left;
	margin:10px 0px 0 5px;
	width:100%;
	max-width:202px;
}

/* END: SETLIST */

/* INI: FOTOS */

#fotos a.colorbox img{
	display:block;
	width:150px;
	height:110px;
	float:left;
	margin:16px;
	border:0;
}

/* END: FOTOS */

/* INI: FOOTER */
#social{
	padding-top:90px;
}
#social a{
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:5px;
	background: url(../img/social.png) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}
#social a#fotolog{ background-position:0 0 }
#social a#facebook{ background-position:-33px 0 }
#social a#youtube{ background-position:-65px 0 }
#social a#myspace{ background-position:-98px 0 }

#copy{ 
	width:80%;
	float:right;
	text-align:right;
	font-size:12px;
	cursor:default
}
/* END: FOOTER */

@media (max-width: 979px) {
	nav#menu ul li a{
		font-size:15px
	}
}
@media (max-width: 767px) {
	nav#menu ul{
		display:none;
	}
	#mobileMenu{ display:block }
	nav#menu p{
		border: 1px solid #ccc;
		margin: 3px 10px;
	}
	nav#menu ul li a{
		display:block;
		width:100%;
		font-size:22px!important;
		margin:0!important;
		padding:10px 0;
		background:#000!important;
		border-bottom:1px dashed #CCC;
	}
	nav#menu ul{ margin:0!important }
	footer#footer{
		padding-top:40px;
	}
	#content p{
		padding:15px 5px 15px 20px!important
	}
	#content h1, #content h2{ font-size:21px!important }
	ul.vdLinks{
		margin:0!important;
		width:100%!important;
		text-align:center!important;
	}
	
}

@media (max-width: 500px) {
	div.disc ol{
		margin-left:17%!important;
		width:100%!important;
	}
	
}
@media (max-width: 400px) {
	#copy{
		font-size:10px;
		width:100%!important;
		text-align:center!important;
	}
	#social a#facebook{ margin-left:40%; }
	#fotos a.colorbox img{ margin:8px!important; width:130px!important; height:90px!important }
	.icon img {
		height: 50px!important;
		width: 64px!important;
	}
}