* {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FC3;
	text-decoration: underline;
}

body {
	color: #FFFFFF;
	margin: 0;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #A9282D;
	background-image: url(img/bg.jpg);
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {
	font: normal 1.6em serif;
    display:none;
	}

h2 {
	font-family: Verdana, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #882022;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul {
	margin-left: 1.8em;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	background-color: #882022;
	border: 1px solid #A82A2E;
	list-style-position: inside;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	list-style-type: none;
	}
	
li:hover {
	background-color: #333333;
	border: 1px solid #A82A2E;
	list-style-position: inside;
	padding: 2px;
	}
	

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}


.divider {
	background: url(img/divider.gif) no-repeat;
	height: 20px;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
}

/* structure */
.container {
	background: url(img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.gfx {
	background: url(img/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(img/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
	background-color: #B1242A;
	background-image: url(img/header_trio.jpg);
	background-repeat: no-repeat;
}
.header_banda {
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
	background-color: #B1242A;
	background-image: url(img/header_banda_trio.jpg);
	background-repeat: no-repeat;
}
.header_contato {
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
	background-color: #B1242A;
	background-image: url(img/header_contato.jpg);
	background-repeat: no-repeat;
}
.header_videos {
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
	background-color: #B1242A;
	background-image: url(img/header_videos_trio.jpg);
	background-repeat: no-repeat;
}
.header_fotos {
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
	background-color: #B1242A;
	background-image: url(img/header_fotos.jpg);
	background-repeat: no-repeat;
}
.header_discografia {
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
	background-color: #B1242A;
	background-image: url(img/header_discografia.jpg);
	background-repeat: no-repeat;
}
.header_loja {
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
	background-color: #B1242A;
	background-image: url(img/header_loja.jpg);
	background-repeat: no-repeat;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}

.pattern {
	background: #334127 url(img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #000000;
	line-height: 50px;
	text-decoration: none;
	font-family: serif;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #AA292E;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 16px;
}
.navigation a:hover,.navigation #selected {
	color: #FFFFFF;
}

/* content */
.content {
	background: url(img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {
	clear: both;
	font-weight: normal;
}

.item img {
	border: 0px none #FFFFFF;
}

.item .title {
	color: #FF9900;
	font-family: serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #CCCCCC;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

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

.footer a:hover {
	color: #333;
	text-decoration: underline;
}
#album_fotos {
	background-color: #FFFFFF;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	padding-top: 5px;
	margin-left: 20px;
	margin-top:5px;
	margin-bottom:5px;
	width: 145px;
}

#container_fotos{
	background-image: url(img/fundo_fotos.jpg);
	height:550px;
	width: 600px;
	background-repeat: no-repeat;
}
#agenda{
	float: left;
	height: 210px;
	width: 305px;
	margin-top: 10px;
	overflow: visible;

}
#noticias2009 {
	float: left;
	width: 320px;
	margin-right: 4px;
	padding: 5px;
}
#canaisweb {
	background-color: #A82A2E;
	width: 200px;
	float: left;
	border: 6px solid #FFFFFF;
	padding: 5px;
}

#shows{
	background-color: #CCCC99;
	height: 240px;
	width: 630px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	margin: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.destaque_agenda {
	background-color: #AD262C;
	margin: 2px;
}
.img_esq {
	float: left;
	margin-right: 2px;
}
.titulo_noticia {
	color: #FFF;
	background-color: #882022;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-right: 5px;
	line-height: 17px;
}

