/* CSS Document */

/* Reset browser default margin and padding */

* { 
	margin: 0;
	padding: 0; 
	}
	
:focus { 
	outline: none;
	}

/* Structure */

body { 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #555; 
	background: #fff url(img/mainbg.gif) no-repeat left top;
	}
	
#main { 
	width: 650px;
	text-align: left;
	margin: 0 0 50px 10%;
	}
	
#links { 
	width: 638px;
	font-size: 10px;
	border: 1px solid #ccc;
	border-top: none;
	padding: 6px;
	background: #fff;
	}
	
.lthumb { 
	width: 16px;
	height: 16px;
	float: left;
	margin: 1px 2px 1px 4px;
	}
	
.ldesc { 
	/*width: 63px;*/
	height: 16px;
	float: left;
	padding-top: 0px;
	margin: 3px;
	margin-right: 18px;
	}
	
#content { 
	width: 630px;
	padding: 10px;
	margin: 10px 0 0 0; 
	border: 1px solid #ccc;  
	background: #fff;
	}
	
img.logo { 
	float: left;
	}
	
#menu { 
	float: left; 
	margin: 10px 0 0 30px;
	padding: 10px 0 0 10px;
	border-left: 1px solid #ccc;
	}
	
#menu ul { 
	width: 80px;
	height: 50px; 
	float: left;
	font-size: 12px;
	}

#menu ul li { 
	list-style-type: none; 
	background: transparent url(img/bullet.gif) no-repeat 0 4px; 
	border: 0; 
	margin: 0; 
	padding: 0 0 2px 12px; 
	}
	
#footer { 
	clear: both;
	width: 630px;
	padding: 10px;
	margin: 10px 0 0 0; 
	border: 1px solid #ccc;  
	background: #fff;
	}
	
#content img.band { 
	float: left;
	margin: 10px 4px 10px 3px;
	}
	
#content img.single { 
	float: left;
	margin: 10px 10px 3px 0;
	}
		
.thumb { 
	width: 100px;
	height: 100px;
	float: left;
	margin: 4px;
	}
	
.desc { 
	width: 220px;
	height: 100px;
	float: left;
	margin: 4px;
	}
	
.foot { 
	width: 200px;
	font-size: 9px; 
	color: #999;
	line-height: 40px;
	}
	
#ingresso { 
	width: 200px;
	height: 170px;
	position: relative;
	bottom: 105px;
	left: 525px;
	}
	
.enter { 
	width: 150px;
	height: 75px;
	}
	
.blog { 
	width: 150px;
	height: 75px;
	margin: 10px 0 0 25px;
	}
	
.icon { 
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	}
	
p.link { 
	float: left;
	padding-top: 6px;
	}
	
.spacer { 
	clear: both;
	}
	
.spacerline { 
	height: 20px;
	clear: both;
	background: url(img/spaceline.gif) repeat-x;
	}
	
/* Typography */

h1 { 
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;  
	}
	
h2 { 
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;  
	}
	
p { 
	margin-bottom: 10px;  
	}
	
ul { 
	margin: 0 0 10px 5px; 
	line-height: 15px;
	list-style: none; 
	}

ul li { 
	list-style-type: none; 
	background: transparent url(img/bullet.gif) no-repeat 0 4px; 
	border: 0; 
	margin: 0; 
	padding: 0 0 2px 11px; 
	}
	
#menu a:link, #menu a:active, #menu a:visited { 
	text-decoration: none; 
	color: #777; 
	border: none; 
	}

#menu a:hover { 
	text-decoration: none; 
	color: #CC0000; 
	border-bottom: none;
	}
	
a:link, a:visited { 
	color: #CC0000;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #999;
	text-decoration: none;
	}
	
.ldesc a:link, .ldesc a:visited { 
	text-decoration: none; 
	color: #777; 
	border: none;
	}

.ldesc a:hover, .ldesc a:active { 
	text-decoration: none; 
	color: #CC0000; 
	border-bottom: none;
	}
	
a.media {
	display: block;
	color: #777;
	background: #fff url(img/bgaudio.gif) no-repeat bottom left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	text-decoration: none;
	width: 290px;
	height: 80px;
	float: left;
	margin: 7px 8px 8px 5px;
	padding: 5px;
	}
	
a.media:hover {
	color: #555;
	background: #F6F6F6;
	border: 1px solid #ccc;
	}
	
a.media .red {
	font-weight: bold;
	color: #cc0000;
	}
	
a img {
	border: none;
	background: none;
	}