#destinos{
	width: 960px;
}

.title-atraction{
	background: #EDAF0F;
	border: none;
	color: #fff;
	font-size: 18px;
	margin: 5px 0;
	padding: 10px 10px;
	text-transform: uppercase;
}

.more{
	background: url(../images/inner/botao-comentario.gif) repeat-x;
	border: #DFDFD9 1px solid;
	color: #4F6F19;
	display: block;
	font-size: 10px;
	padding: 3px 0;
	text-align: center;
}

/*
 * Menu de Destinos
 */

#menu-destinos{
	border-bottom: #009D8C 1px solid;
	border-top: #dadada 1px solid;
	height: 50px;
	margin: 20px 0;
	padding: 7px 0;
}

#menu-destinos li{
	margin-bottom: 15px;
	color: #000;
	border-right: #dadada 1px solid;
	float: left;
}


#menu-destinos li a{
	display: block;
	float: left;
	font-size: 12px;
	margin-top: -8px;
	padding: 10px 10px 0 13px;
}

#menu-destinos li a.active{
	border-top: #EDAF0F 1px solid;
}

/*
 * Rate
 */

#rate{
	height: 30px;
 	color: #000;
 	font-size: 11px;
 	margin-bottom: 10px;
 	float: right;
}
#rate label{
	float: left;
}

#rate .fivestar-widget-5{
	width: 100px !important;
	float:left;
}

#rate .description{
	overflow: hidden;
	clear: both;
	padding-top: 3px;
}

#rate .average-rating{
	margin-left: 15px;
}

#rate .user-rating, #rate .average-rating{
	font-weight: bold;
}

#rate .user-rating span, #rate .average-rating span {
	font-weight: normal;
}




/*
 * Menu de Atrações
 */

#menu-atracoes{
	height: 60px;
	position: relative;
}

#menu-atracoes .jcarousel-clip-horizontal{
	background: #e6e6e6;
	margin: 0 20px;
}

#menu-atracoes ul{
	background: #e6e6e6;
	padding: 1px 1px 0 1px !important;
	height: 51px;
}

#menu-atracoes li{
	float: left;
	height: 31px;
	padding: 10px;
	width: 111px;
}

#menu-atracoes li.selected,
#menu-atracoes li:hover{
	background: #fff;
}

#menu-atracoes dt{
	float: left;
	width: 30px;
}

#menu-atracoes dd{
	float: right;
	font-size: 11px;
	width: 75px;
}

#menu-atracoes .jcarousel-prev,
#menu-atracoes .jcarousel-next{
	display: block;
	height: 51px;
	position: absolute;
	top: 0;
	width: 17px;
}

#menu-atracoes .jcarousel-prev{
	background: url(../images/inner/prev-atraction.gif) no-repeat;
	left: 0;
}

#menu-atracoes .jcarousel-next{
	background: url(../images/inner/next-atraction.gif) no-repeat;
	right: 0;
}

/*
 * Atrações
 */

#atracao-esquerda{
	float: left;
	width: 630px;
}

#atracao-direita{
	float: right;
	width: 310px;
}

/*
 * Post
 */

.post{
	display: none;
}

.post dt{
	float: left;
	width: 210px;
}

.post dd{
	float: right;
	width: 420px;
}

.post h5{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
	text-transform: none;
}

.post p{
	color: #333;
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 10px 0;
}

/*
 * Blocos
 */
 
.bloco{
 	border: #d7d7cc 1px solid;
 	margin-top: 30px;
 	padding: 10px;
 	position: relative;
}
 
.bloco .tl,
.bloco .tr,
.bloco .br,
.bloco .bl{
	height: 10px;
	position: absolute;
	width: 10px;
}

.bloco .tl{
	background: url(../images/inner/bloco-tl.gif) no-repeat;
	height: 22px;
	left: -1px;
	padding: 5px 0 0 0;
	text-align: center;
	top: -27px;
	width: 31px;
}


.bloco .tr{
	background: url(../images/inner/bloco-tr.gif) no-repeat;
	right: -1px;
	top: -1px;
}

.bloco .bl{
	background: url(../images/inner/bloco-bl.gif) no-repeat;
	bottom: -1px;
	left: -1px;
}

.bloco .br{
	background: url(../images/inner/bloco-br.gif) no-repeat;
	bottom: -1px;
	right: -1px;
}

.bloco h5{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	left: 35px;
	position: absolute;
	text-transform: none;
	top: -22px;
}

.bloco p{
	color: #666;
	font-size: 10px;
	padding: 5px 0;
}

/*
 * Comentários
 */

.post-comments li{
	border-bottom: #D7D7CC 1px solid;
	color: #000;
	font-size: 10px;
	line-height: 14px;
	padding: 15px 10px;
}

.post-comments li span{
	color: #4F6F19;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 3px 0;
}

/*
 * Vídeos
 */

.post-videos{
	margin: 1px 0;
	padding: 10px;
}

.post-videos dt{
	float: left;
	width: 130px;
}

.post-videos dd{
	color: #666;
	float: right;
	font-size: 10px;
	width: 150px;
}

.post-videos dd span{
	color: #4F6F19;
	display: block;
	font-size: 12px;
}

.post-videos dd a{
	text-decoration: underline;
}

/*
 * Fotos
 */

#fotos dt{
	background: #000;
	height: 74px;
	margin: 10px 0 5px 0;
	padding: 1px 15px;
	position: relative;
	text-align: center;
}

#fotos dt li{
	display: inline-block;
	margin: 0 6px;
}
 
#fotos dt li img{
	height: 73px;
	width: 73px;
}

#fotos .jcarousel-prev,
#fotos .jcarousel-next{
	cursor: pointer;
	display: block;
	height: 76px;
	position: absolute;
	top: -1px;
	width: 11px;
}

#fotos .jcarousel-prev{
	background: url(../images/inner/fotos-scroll-left.gif) no-repeat;
	left: -15px;
}

#fotos .jcarousel-next{
	background: url(../images/inner/fotos-scroll-right.gif) no-repeat;
	right: -15px;
}

#fotos .jcarousel-prev-disabled{
	background: url(../images/inner/fotos-scroll-left-disable.gif) no-repeat;
}

#fotos .jcarousel-next-disabled{
	background: url(../images/inner/fotos-scroll-right-disable.gif) no-repeat;
}

#fotos dd{
	display: none;
	position: relative;
}

#fotos dd #legend{
	background: #000;
	bottom: 3px;
	color: #fff;
	filter: alpha(opacity=70);
	font-size: 11px;
	opacity: 0.7;
	padding: 15px 10px;
	position: absolute;
	width: 610px;
}

#fotos dd #legend span{
	color: #B0C028;
}