@charset "utf-8";

div.content-small p.h1,
div.content-blue p.h1 {
	height: 85px;
}

div.content-small a.h1,
div.content-blue a.h1 {
	float: left;
	width: 333px;
	height: 77px;
	background-image: url(../img/site/title_som_da_casa.png);
}

/*----------- INDEX ----------------------------------*/

div.fundo {
	height: auto !important;
	height: 515px;
	min-height: 515px;
	background-image: url(../img/site/fundo_som_da_casa.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}

div.side {
	float: left;
	width: 315px;
	margin-top: 5px;
	height: auto !important;
	height: 515px;
	min-height: 515px;
}

	div.side h2 {
		background-repeat: no-repeat;
		padding: 0px;
		height: 34px;
		line-height: 34px;
		margin-bottom: 15px;
	}
	
	div.side.bandas h2 {
		text-align: right;
		padding-right: 15px;
		background-image: url(../img/site/bandas_bandas_back.png);
		background-position: right;
	}
	
	div.side.djs h2 {
		padding-left: 15px;
		background-image: url(../img/site/bandas_djs_back.png);
	}

div.side.bandas {
	border-right: 3px solid #3F7741;
}

div.item {
	float: left;
	width: 300px;
	padding: 8px 0px;
}

div.side.bandas div.item {
	padding-right: 15px;
}

div.side.djs div.item {
	padding-left: 15px;
}

	div.item p.img {
		display: block;
		width: 100px;
		height: 80px;
		overflow: hidden;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border: 6px solid;
	}
	
	div.side.bandas div.item p.img {
		float: right;
		margin-left: 10px;
		border-color: #1AB3E9;
		background-color: #1AB3E9;
	}
	
	div.side.djs div.item p.img {
		float: left;
		margin-right: 10px;
		border-color: #F9BB72;
		background-color: #F9BB72;
	}
	
	div.side.bandas div.item p.img:hover,
	div.side.djs div.item p.img:hover {
		border-color: #fff;
		background-color: #fff;
	}
	
		div.item p.img img {
			width: 100%;
			border: none;
		}
		
		div.item p.img img.no {
			margin-left: -11px;
		}
		
	div.item h4 {
		margin-top: 20px;
	}
	
		div.item h4 a {
			font-size: 20px;
			font-weight: normal;
			color: #fff;
		}
		
		div.item h4 a:hover {
			color: #FABC72;
		}
	
	div.side.bandas div.item h4 {
		float: right;
	}
	
	div.side.djs div.item h4 {
		float: left;
	}

/*----------- VIEW -----------------------------------*/

div.content-blue.view div.center div.left {
	width: 370px;
	float: left;
}

	div.content-blue.view div.center div.left img.principal {
		border: 7px solid #FABC72;
		width: 350px;
		margin-left: 3px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	div.content-blue.view div.center div.left p {
		font-size: 11px;
		font-weight: bold;
		line-height: 30px;
		padding: 3px 0px 0px 3px;
	}
	
	div.content-blue.view div.center div.left p.thumb {
		border: 5px solid #1AB3E9;
		background-color: #1AB3E9;
		float: left;
		display: block;
		width: 107px;
		height: 80px;
		margin: 3px;
		padding: 0px;
		overflow: hidden;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	div.content-blue.view div.center div.left p.thumb:hover {
		border-color: #fff;
		background-color: #fff;
	}
	
		div.content-blue.view div.center div.left p.thumb img {
			width: 100%;
			border: none;
		}
		
	div.content-blue.view div.center div.left div.arquivos {
		background-color: #101822;
		float: left;
		width: 340px;
		padding: 10px 15px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		margin-top: 10px;
	}
	
		div.content-blue.view div.center div.left div.arquivos h2 {
			font-size: 19px;
			background-image: url(../img/site/music.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 26px;
		}
		
		div.content-blue.view div.center div.left div.arquivos ol {
			list-style-position: inside;
			padding: 10px 0px;
			font-size: 12px;
			color: #A3CF4D;
			line-height: 20px;
		}
		
			div.content-blue.view div.center div.left div.arquivos ol a {
				color: #A3CF4D;
			}
			
			div.content-blue.view div.center div.left div.arquivos ol a:hover {
				color: #fff;
			}
	
div.content-blue.view div.center div.right {
	width: 550px;
	float: right;
	padding: 0px 10px 0px 0px;
	line-height: 20px;
}

	div.content-blue.view div.center div.right h2 {
		font-size: 22px;
		padding-bottom: 10px;
		color: #A3CF4D;
	}
	
	div.content-blue.view div.center div.right h2.title {
		color: #FABC72;
		padding-top: 12px;
	}
	
	div.content-blue.view div.center div.right div.texto {
		width: 540px;
		overflow: auto;
		height: 200px;
		font-size: 13px;
	}
	
		div.content-blue.view div.center div.right div.texto p {
			line-height: 20px;
		}
		
	div.content-blue.view div.center div.right div.video {
		float: left;
		margin: 0px 10px 10px 0px;
	}
	
	div.content-blue.view div.center div.right div.links {
		width: 515px;
		padding: 10px 25px 0px 0px;
		float: left;
	}
	
		div.content-blue.view div.center div.right div.links p {
			float: right;
			display: block;
			line-height: 48px;
			font-size: 20px;
			padding-right: 10px;
		}
		
		div.content-blue.view div.center div.right div.links a {
			display: block;
			float: right;
			width: 41px;
			height: 41px;
			margin: 5px;
			background-repeat: no-repeat;
		}
		
		div.content-blue.view div.center div.right div.links a.twitter {
			background-image: url(../img/site/icon_twitter.png);
		}
		
		div.content-blue.view div.center div.right div.links a.orkut {
			background-image: url(../img/site/icon_orkut.png);
		}
		
		div.content-blue.view div.center div.right div.links a.myspace {
			background-image: url(../img/site/icon_myspace.png);
		}
		
		div.content-blue.view div.center div.right div.links a.facebook {
			background-image: url(../img/site/icon_facebook.png);
		}
