@charset "utf-8";
/* CSS Document */

p.h1 {
	height: 96px;
	background-image: url(../img/site/tapete_title_back.png);
	background-repeat: no-repeat;
	background-position: 200px top;
}

a.h1 {
	width: 381px;
	height: 82px;
	background-image: url(../img/site/title_tapete_vermelho.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-top: 8px;
}

div.tapete {
	width: 836px;
	margin: auto;
	background-image: url(../img/site/tapete_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 23px;
}

	div.tapete div.top {
		width: 100%;
		height: 18px;
		overflow: hidden;
		background-image: url(../img/site/tapete_top.png);
		background-repeat: no-repeat;
	}
	
	div.tapete div.center {
		width: 786px;
		height: auto !important;
		height: 500px;
		min-height: 500px;
		padding: 0px 25px 15px 25px;
		background-image: url(../img/site/tapete_center.png);
		background-repeat: repeat-y;
	}
	
		div.tapete div.center div.fundo {
			background-image: url(../img/site/fundo_tapete.png);
			background-repeat: repeat-y;
			background-position: 20px top;
		}
		
		div.tapete div.center h1 {
			font-size: 32px;
			color: #FABC72;
			text-decoration: underline;
			width: 250px;
			font-weight: normal;
			text-align: right;
		}
		
		div.tapete div.center h3 {
			font-size: 16px;
			color: #fff;
			width: 250px;
			font-weight: bold;
			text-align: right;
			padding-bottom: 10px;
		}
		
		div.tapete div.center div.item {
			border-bottom: 2px dashed #FABC72;
			padding: 15px 0px;
			display: inline-block;
			width: 780px;
		}
		
			div.tapete div.center div.item div.data {
				width: 88px;
				height: 175px;
				float: left;
				overflow: hidden;
				margin-right: 15px;
			}
			
				div.tapete div.center div.item div.data p {
					display: block;
					width: 100%;
					float: left;
					text-align: center;
					letter-spacing: -1px;
				}
				
					div.tapete div.center div.item div.data p.day {
						height: 88px;
						background-image: url(../img/site/tapete_data_back.png);
						background-repeat: no-repeat;
						color: #F2C89C;
						font-size: 65px;
						line-height: 88px;
						padding-bottom: 3px;
					}
					
					div.tapete div.center div.item div.data p.month {
						color: #ff9999;
						font-size: 48px;
						line-height: 48px;
					}
					
					div.tapete div.center div.item div.data p.year {
						color: #ff9999;
						font-size: 38px;
						line-height: 38px;
					}
		
			div.tapete div.center div.item img {
				width: 230px;
				border: 7px solid #ff9999;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				margin-right: 10px;
				float: left;
				clear: both;
			}
			
			div.tapete div.center div.item img:hover {
				border-color: #fff;
			}
			
			div.tapete div.center div.item h2 {
				font-size: 21px;
				line-height: 36px;
			}
			
			div.tapete div.center div.item a {
				color: #FABC72;
			}
			
			div.tapete div.center div.item a:hover {
				color: #fff;
			}
			
			div.tapete div.center div.item a.img {
				float: left;
			}
					
			div.tapete div.center div.item h4 {
				color: #ff9999;
				width: auto;
				font-size: 12px;
				text-align: left;
				margin: 0px;
				padding-bottom: 5px;
			}
			
			div.tapete div.center div.item p {
				color: #eee;
				padding-right: 5px;
				font-size: 14px;
				line-height: 22px;
			}
			
		div.tapete div.center div.noline {
			border-bottom: none;
		}
		
h2.no {
	color: #fff;
	text-align: center;
	line-height: 200px;
}
		
/*------------------ VIEW ------------------------------------*/

div.view div.center h1,
div.view div.center h3 {
	width: auto;
	text-align: left;
}

div.view div.center div.item {
	float: left;
	width: 430px;
}

	div.view div.center div.item div.descricao {
		float: left;
		width: 100%;
		padding-bottom: 15px;
		
	}

		div.view div.center div.item div.descricao img {
			width: 200px;
			margin-bottom: 2px;
		}

		div.view div.center div.item div.descricao p {
			font-size: 14px;
			line-height: 20px;
		}

div.view div.center div.conteudo p {
	color: #fff;
}

	div.view div.center div.conteudo p strong {
		color: #FABC72;
	}

div.view div.center h2 {
	color: #FABC72;
	line-height: 40px;
	font-size: 21px;
	padding-top: 10px;
}

div.view div.center div.video {
	border: 7px solid #2E1305;
	background-color: #2E1305;
	display: inline-block;
	float: right;
	margin-bottom: 4px;
	overflow: hidden;
	width: 340px;
}

div.view div.center div.fotos {
	float: right;
	width: 354px;
}

	div.view div.center div.fotos p {
		color: #ffbbbb;
		font-weight: bold;
		line-height: 25px;
		text-indent: 5px;
		font-size: 11px;
	}
	
	div.view div.center div.fotos div {
		float: left;
		width: 102px;
		height: 77px;
		overflow: hidden;
		border: 5px solid #ff9999;
		background-color: #ff9999;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin: 3px;
	}
	
	div.view div.center div.fotos div:hover {
		border-color: #fff;
		background-color: #fff;
	}
	
		div.view div.center div.fotos div img {
			border: none;
			width: 100%;
		}

p.voltar {
	padding-top: 15px;
	width: 600px;
	float: left;
}
