/*
Theme Name: Aggregate
Theme URI: http://www.elegantthemes.com/gallery/
Version: 1.7
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/


/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


@font-face {
 font-family: 'LeagueGothicRegular';
 src: url('League_Gothic-webfont.eot');
 src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
 	  url('League_Gothic-webfont.woff') format('woff'),
      url('League_Gothic-webfont.ttf') format('truetype'),
	  url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}

/*@font-face {
 font-family: 'NeutonCursiveRegular';
 src: url('NeutonCursive.eot');
 src: url('NeutonCursive.eot?#iefix') format('embedded-opentype'),
 	  url('NeutonCursive.woff') format('woff'),
	  url('NeutonCursive.ttf') format('truetype'),
	  url('NeutonCursive.svg#NeutonCursiveRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}*/

/*@font-face {
    font-family: 'NeutonRegular';
    src: url('neuton-regular-webfont.eot');
    src: url('neuton-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('neuton-regular-webfont.woff') format('woff'),
         url('neuton-regular-webfont.ttf') format('truetype'),
         url('neuton-regular-webfont.svg#NeutonRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


 
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

/*BACKGROUND VERDE*/



body {
	line-height: 18px;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: #48423f;
	background: url("images/bg_verde.jpg") #FFFFFF;/*	text-shadow: 1px 1px 0 #fff;*/
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #548BA0;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	color: #48423F;
	line-height: 1em;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #48423F;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	padding-bottom: 10px;
	line-height: 24px;
}
strong {
	font-weight: bold;
	color: #1c1c1c;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom: 0px;
}
input[type=text], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#2D3940;
	color: #3e3e3e;
}
input[type=text], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
textarea {
	padding: 4px;
}
img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

/*HEADER*/

#header {
	background: url("images/header.jpg") no-repeat scroll center top;
	height: 314px;
	position: relative;
	width: 100%;
}
#top-header {
	border-bottom: 2px solid #ffffff;
	position: relative;
	background: url(images/header-bg.png);
}
#top-header .container {
	min-height: 46px;
}
#top-shadow {
	background: url(images/top-shadow.png) repeat-x;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 7px;
}


#redes_sociais_home {
	left: 50%;
    margin-left: -480px;
    position: relative;
    top: -45px;
    width: 960px;
	height: 73px;
	z-index:1000;
}

#redes_sociais_facebook {
    height: 55px;
    position: absolute;
    top: 1px;
    width: 60px;
	right:166px;
	cursor:pointer;
	

}

#redes_sociais_facebook:hover{
	background: url("images/redes_sociais_home.png") no-repeat scroll -60px -67px transparent;

}

#redes_sociais_twitter {
	
	height: 55px;
    right: 107px;
    position: absolute;
    top: 1px;
    width: 60px;
	cursor:pointer;

}

#redes_sociais_twitter:hover{
	background: url("images/redes_sociais_home.png") no-repeat scroll -119px -67px transparent;

}


#redes_sociais_rss {

	height: 55px;
	right:46px;
    position: absolute;
    top: 1px;
    width: 60px;
	cursor:pointer;

}

#redes_sociais_rss:hover{
	background: url("images/redes_sociais_home.png") no-repeat scroll -180px -67px transparent;

}


/*SEARCH*/

#search-home{

/*  background: url("images/newsletter_casa_jaya.png") no-repeat scroll 0 0 transparent;*/
    float: left;
    height: 30px;
    position: relative;
	left: 392px;
    top: 2px;
    width: 185px;
}

#search-home input{
	height: 29px;
	width: 185px;
	padding: 2px;
	background: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 18px;
	color: #333;
	position:relative;
	border: solid 2px #AAAAAA;
	font-family: Georgia, Times, serif;
	font-style:italic;
}

#search-home input::-webkit-input-placeholder {
	color: #666666;
}

#search-home input:-moz-placeholder {
	color: #666666;
}

#search-home input:focus {
	background: #AAA;
	background: -moz-linear-gradient(top, #CCCCCC -10%, #DDDDDD 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, #CCCCCC), color-stop(20%, #DDDDDD)); /* webkit */
}


#home_link{
	cursor: pointer;
    height: 250px;
    left: -260px;
    position: absolute;
    top: 26px;
    width: 220px;
	z-index:1000
}


#bottom-shadow {
	background: url(images/bottom-shadow.png) repeat-x;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 4px;
}
.container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
}
ul#top-menu {
	float: left;
	padding-left: 36px;
}
#search-form {
	float: right;
	background: url(images/search-bg.png) no-repeat;
	width: 167px;
	height: 27px;
	padding-right: 48px;
	margin-top: 11px;
}
#search-form #searchinput {
	background: none;
	border: none;
	float: left;
	margin: 5px 7px 0 5px;
	width: 116px;
	padding-left: 9px;
	font-size: 11px;
	color: #6f6967;
}
#search-form #searchsubmit {
	margin-top: 7px;
	margin-right: 7px;
}
#content-area {
	position:relative;
	top: -63px;
}
#content-area .container {
	position:relative;
}
#logo-area {
	text-align: left;
	position: relative;
}
#content {
	position:relative;
}

/*MENU PRINCIPAL*/
#second-menu {
	background: url(images/bg_menu2.png) no-repeat 0 0;
	float: right;
	height: 87px;
	position: relative;
	width: 960px;
	margin-bottom: 60px;
	z-index:9999;
}
ul#secondary-menu {
	left: 52px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 17px;
}
ul#secondary-menu li a {
	/*	background-repeat: no-repeat;
	display: block;
	position: absolute;*/
	text-indent: -9000px;
}
.sub-menu li a {
	background-image: none;
	text-indent: 0px !important;
	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	width:180px;
}
/*A CASA*/
.menu-item-1064 a {
	background-image: url("images/menu_links2.png");
	background-position: 0px 0px;
	height: 36px;
	left: 48px;
	top: 17px;
	width: 146px;
}
.menu-item-1064 a:hover {
	background-position: 0px -36px;
}
/*PROGRAMAÇÃO*/
.menu-item-1945 a {
	background-image: url("images/menu_links2.png");
	background-position: -146px 0px;
	height: 36px;
	left: 194px;
	top: 17px;
	width: 179px;
}
.menu-item-1945 a:hover {
	background-position: -146px -36px;
}
/*NECTARE*/
.menu-item-2119 a {
	background-image: url("images/menu_links2.png");
	background-position: -325px 0px;
	height: 36px;
	left: 373px;
	top: 17px;
	width: 121px;
}
.menu-item-2119 a:hover {
	background-position: -325px -36px;
}
/*ECOLOJAYA*/
.menu-item-11015 a {
	background-image: url("images/menu_links2.png");
	background-position: -446px 0px;
	height: 36px;
	left: 494px;
	top: 17px;
	width: 135px;
}
.menu-item-11015 a:hover {
	background-position: -446px -36px;
}
/*NOTICIAS*/
.menu-item-1066 a {
	background-image: url("images/menu_links2.png");
	background-position: -581px 0px;
	height: 36px;
	left: 629px;
	top: 17px;
	width: 122px;
}
.menu-item-1066 a:hover {
	background-position: -581px -36px;
}
/*CONTATO*/
.menu-item-1065 a {
	background-image: url("images/menu_links2.png");
	background-position: -703px 0px;
	height: 36px;
	left: 751px;
	top: 17px;
	width: 113px;
}
.menu-item-1065 a:hover {
	background-position: -703px -36px;
}
/*MENU LINKS*/
ul#secondary-menu a {
	color: #48423f;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
ul#secondary-menu a:hover {
	color: #919e9e;
}
ul#secondary-menu > li.current_page_item > a {
	color: #919e9e !important;
}
/*SUB MENU*/
ul#secondary-menu li ul {
	background: url("images/bg_submenu.jpg") repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    box-shadow: -2px 2px 2px #777777;
    display: none;
    list-style: square outside none;
    padding: 7px 20px 7px 22px;
    top: 38px !important
}


ul#secondary-menu ul li {
    float: left;
    margin: 0;
    padding: 3px 0 3px 2px;
    width: 200px;
}

ul#secondary-menu ul li a {
	padding: 0 !important;
}
ul#secondary-menu li:hover ul ul, ul#secondary-menu li.sfHover ul ul {
	top: -8px !important;
	left: 180px !important;
}
ul#secondary-menu ul li.even-item {
	background: none;
}

/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul {
	position:absolute;
	top:-999em;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 10;
}
.nav li {
	float:left;
	position:relative;
}
.nav a {
	display:block;
	float: left;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	left:0px;
	top:50px;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:192px;
	top:0px;
}
.nav li:hover ul, .nav li li:hover ul {
	top: -999em;
}
.nav li li {
	display: list-item;
	padding: 0px;
	float: left;
	height: auto !important;
}
.nav li ul {
	width: 170px;
	z-index:1000;
}
.nav li li a:link, .nav li li a:visited {
	display: block;
	height: auto;
	float: left;
}
.nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#controllers {
	/*	piter margin-bottom: 27px;
	margin-left: 23px;
	position: relative;*/
	
	    left: 50%;
	margin-bottom: 27px;
	margin-left: -350px;
	position: relative;
	text-align: center;
	width: 700px;
}
#controllers #active_item {
	background: url(images/featured-arrow.png) no-repeat;
	position: absolute;
	top: -30px;
	left: 36px;
	width: 20px;
	height: 10px;
	z-index: 100;
}
.controller {
	display:block;
	float:left;
	position:relative;
	margin-right: 21px;
}
.controller a {
	display: block;
}
.controller a.active {
	-moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);
}
.controller span.overlay {
	background:url(images/controller-overlay.png) no-repeat;
	display:block;
	height:54px;
	left:0px;
	position:absolute;
	top:0px;
	width:95px;
}
.recent-from {
	float: left;
	width: 100%;
}

.recent-news {
/*BLOCK NEWS*/
/*	background: url("images/bg_news_home.jpg") no-repeat scroll 0 0 transparent;
	float: left;
	position: relative;
	width: 960px;
	height: 691px;
	margin-bottom: 50px;*/
}	

/*BLOCK POST*/
.block-news {
	float: left;
	height: 416px;
	margin: 77px 4px 100px;
	padding: 10px;
	position: relative;
	width: 290px;
}
.block-news .thumb {
	display: block;
	height: 164px;
	left: 13px;
	position: relative;
	top: 21px;
}
.block-news .thumb span.overlay {
	background:url(images/post-overlay.png) no-repeat;
	display:block;
	height:41px;
	left:0px;
	position:absolute;
	top:0px;
	width:41px;
}
.block-news h3.title {
  font-family: 'LeagueGothicRegular',Impact,Arial,sans-serif;
    font-size: 19px;
    height: 76px;
    left: 11px;
    position: relative;
    top: 23px;
    width: 280px;
}
.block-news h3.title a {
	text-decoration: none;
	color: #FFF
}
.block-news p.meta-info {
	color: #b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top: -4px;
}
.block-news p.meta-info a {
	text-decoration: none;
	color: #8c9c9c;
}
.block-news p.meta-info a:hover {
	color: #444c4c;
}

#leia_mais_news {
	bottom: -10px;
	display: block;
	height: 56px;
	position: absolute;
	width: 222px;
}

#bt_leia_mais_news {
	background: url("images/bt_leia_mais_news.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	height: 57px;
	position: relative;
	width: 156px;
}


/*TAPE POST*/
#tape_post_news {
	background: url("images/tape.png") no-repeat scroll 0 0 transparent;
	height: 26px;
    left: 105px;
    position: absolute;
    top: 92px;
    width: 99px;
    z-index: 100;
}







	
.recent-last {
}
.recent-last .recent-content {
	background: none !important;
}
.main-title {
	color: #48423F;
	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	font-size: 19px !important;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	margin-bottom: 46px;
	padding-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}
#comment-wrap .main-title {
	margin: 0 -37px 12px -39px;
}
.recent-content {
}
.last {
	background: none;
}
/*BLOCK POST*/
.block-post {
	background: url("images/bg_posts_home.jpg") no-repeat scroll 0 0 transparent;
	box-shadow: -2px 2px 2px #777777;
	float: left;
	height: 416px;
	margin: 0px 5px 100px 5px;
	padding: 10px;
	position: relative;
	width: 290px;
}
.block-post .thumb {
	display: block;
	height: 164px;
	left: 10px;
	position: relative;
	top: 21px;
}
.block-post .thumb span.overlay {
	background:url(images/post-overlay.png) no-repeat;
	display:block;
	height:41px;
	left:0px;
	position:absolute;
	top:0px;
	width:41px;
}
.block-post h3.title {
	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	font-size: 19px;
	height: 55px;
	position: relative;
	top: 20px;
	width: 290px;
}
.block-post h3.title a {
	text-decoration: none;
	color: #6D83AB
}
.block-post p.meta-info {
	color: #b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top: -4px;
}
.block-post p.meta-info a {
	text-decoration: none;
	color: #8c9c9c;
}
.block-post p.meta-info a:hover {
	color: #444c4c;
}
.post_resumo {
	line-height: 16px;
	position: relative;
	text-align: justify;
	top: 33px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/*LOGO POST*/
#logo_post {
	position:absolute;
	top: -52px;
}
/*TAG POST*/
#tag_post {
	position:absolute;
	right: 7px;
	top: -23px;
}

/*TAPE POST*/
#tape_post {
	background: url("images/tape.png") no-repeat scroll 0 0 transparent;
	height: 26px;
    left: 95px;
    position: absolute;
    top: 73px;
    width: 99px;
    z-index: 100;
}

/*DATA EVENTO*/
#data_evento {
	background: url("images/bg_data.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	font-size: 21px;
	height: 35px;
	padding: 8px 10px 10px 11px;
	position: absolute;
	right: -17px;
	text-transform: uppercase;
	top: -17px;
	width: 74px;
}
/*BOTÃO LEIA MAIS*/

#leia_mais {
	bottom: -30px;
	display: block;
	height: 56px;
	position: absolute;
	width: 222px;
}
#bt_leia_mais {
	background: url("images/bt_leia_mais.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	height: 55px;
	position: relative;
	width: 157px;
}
/*a.readmore span {
	display: block;
	background: url(images/readmore-left.png) no-repeat;
	padding:0 6px 0 14px;
	height:23px;
}*/
a.readmore:hover {
	color: #eee;
}
/*BOTÕES LEIA MAIS/CATEGORIAS*/
a.more {
	background: url("images/more.png") no-repeat scroll right bottom transparent;
	color: #555;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin-left: 16%;
	margin-right: 16%;
	padding-right: 6px;
	text-align: center;
	text-decoration: none;
	/*    text-shadow: 1px 1px 1px #FFFFFF;*/
    text-transform: uppercase;
}
a.more:hover {
	color:#111111;
}
a.more span {
	background:url(images/more.png) no-repeat;
	display:block;
	height: 35px;
	padding-left: 6px;
}
.post a.more {
	float: right;
	margin-left: 0;
	margin-right: 0;
}
.post a.more span {
	padding-left: 12px;
	padding-right: 4px;
}
#left-area {
	float: left;
	width: 634px;
	background:#FFFFFF;
	box-shadow: -2px 2px 2px #777777;
	border: 1px solid #AAAAAA;
}
#sidebar {
	float: left;
    margin-left: 20px;
    width: 300px;
}
#entries {
	background: url("images/bg_post.jpg") repeat scroll 0 0 transparent;
	padding: 25px 20px;
	/* text-align: justify; */

}
.entry {
	margin-bottom: 10px;
}
.entry .thumb, .photostream .thumb {
	display:block;
	float:left;
	position:relative;
	margin-right: 14px;
	margin-top: 5px;
}
.photostream .thumb {
	margin-right: 9px;
	margin-bottom: 9px;
}
.entry .thumb span.overlay, .photostream .thumb span.overlay {
	background:url(images/entry-overlay.png) no-repeat;
	display:block;
	height:68px;
	left:0px;
	position:absolute;
	top:0px;
	width:68px;
}
.photostream .thumb span.overlay {
	background:url(images/entry-overlay.png) no-repeat !important;
	height:68px !important;
	width:68px !important;
}
.latest .thumb span.overlay, body.single .thumb span.overlay, body.page .thumb span.overlay {
	background:url(images/single-overlay.png) no-repeat !important;
	width: 201px;
	height: 201px;
}
.entry h3.title, h1.title {
	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	font-size: 13px;
	text-shadow: 1px 1px 1px #ffffff;
	margin-bottom: 15px;
}
h1.title {
	color: #48423f;
	font-size: 30px;
}
.entry h3.title a {
	text-decoration: none;
	color: #48423f;
}
.entry p.meta-info {
	color: #b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top: -2px;
	margin-bottom: -8px;
}
.entry p.meta-info a {
	text-decoration: none;
	color: #8c9c9c;
}
.entry p.meta-info a:hover {
	color: #444c4c;
}
.entry div.post-meta {
	background: url(images/meta-separator.png) repeat-x;
	margin: 8px 0 14px;
}
.entry div.post-meta p.meta-info {
	background: url(images/meta-separator.png) repeat-x bottom left;
	margin-bottom: 10px;
	padding: 6px 0 8px;
}
.latest .thumb {
	display:block;
	float:left;
	position:relative;
	margin-right: 28px;
}
.latest .thumb span.overlay {
	background:url(images/entry-latest-overlay.png) no-repeat !important;
	display:block;
	height:131px;
	left:0px;
	position:absolute;
	top:0px;
	width:131px;
}
.latest h3.title {
	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	font-size: 17px;
	text-shadow: 1px 1px 1px #ffffff;
}
.latest h3.title a {
	text-decoration: none;
	color: #48423f;
}
.latest p.meta-info {
	color: #b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top: -2px;
	margin-bottom: -8px;
}
.latest p.meta-info a {
	text-decoration: none;
	color: #8c9c9c;
}
.latest p.meta-info a:hover {
	color: #444c4c;
}
a.read-more {
	float: right;
	color:#b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	text-decoration:none;
}
a.read-more:hover {
	color:#111111;
}
.blog-entry {
	position: relative;
	width: 248px;
	padding-left: 32px;
}
a.comments {
	background:url(images/comments-cloud.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 33px;
	font-weight: bold;
	color:#48423f;
	text-decoration: none;
	padding: 4px 0;
	text-align: center;
}
.blog-entry h4.title {
	padding-left: 25px;
	padding-right: 33px;
	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	font-size: 10px;
	color:#48423f;
	text-shadow: 1px 1px 1px #ffffff;
}
.blog-entry p.meta-info {
	padding-left: 25px;
	padding-right: 33px;
	color:#b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top: -2px;
}
.blog-entry p.meta-info a {
	text-decoration: none;
	color: #8c9c9c;
}
.blog-entry p.meta-info a:hover {
	color: #444c4c;
}
#ad-720 {
	text-align: center;
	padding-bottom: 32px;
}
#bottom-stitch {
	background: url(images/top-stich.png) repeat-x bottom left;
	height: 7px;
	margin-bottom: 4px;
}
#breadcrumbs {
	/*background: url("images/title-bg.png") repeat-x;*/
background: none repeat scroll 0 0 #EEEEEE;
    height: 50px;
    line-height: inherit;
    padding-left: 20px;
    padding-top: 11px;
}
#breadcrumbs a {
	color: #b9c5c5;
}
#breadcrumbs, #breadcrumbs a:hover {
	color: #929e9e;
	text-decoration: none;
}
#main-content {
	position: relative;
}
#index-top-shadow {
	background: url("images/content-top-shadow.png") repeat-x scroll 0 1px;
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 100%;
	border-top: 1px solid #dee0e0;
}
.post ul, .comment-content ul {
	list-style-type: disc;
	padding: 10px 0px 10px 20px;
}
.post ol, .comment-content ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 0px 10px 2px;
}
.post ul li ul, .post ul li ol, .comment-content ul li ul, .comment-content ul li ol {
	padding: 2px 0px 2px 20px;
}
.post ol li ul, .post ol li ol, .comment-content ol li ul, .comment-content ol li ol {
	padding: 2px 0px 2px 35px;
}
.fullwidth #left-area {
	width: 100%;
}
.fullwidth #entries {
	background: none;
}
body.page h1.title {
	margin-bottom: 8px;
}
.ad-468 {
	text-align: center;
	margin-bottom: 30px;
}
.ad-bottom {
	margin-top: 35px;
	margin-bottom: 6px;
}
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/ 
/*------------------------------------------------*/

ul#top-menu li {
	padding-right: 2px;
	background: url(images/menu-bg.png) repeat-y top right;
}
ul#top-menu a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	padding: 16px 12px 10px;
}
ul#top-menu a:hover {
	color: #ebbe5e;
}
ul#top-menu > li.current_page_item > a {
	color: #ebbe5e !important;
}
ul#top-menu li ul {
	width: 170px !important;
	padding: 0;
	background: #161616 url(images/header-bg.png);
	top: 45px !important;
	-moz-box-shadow:3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	z-index: 9999px;
	display: none;
}
ul#top-menu ul li {
	margin: 0 !important;
	padding: 10px 7px 10px 25px !important;
	background: url(images/top-menu-separator.png) repeat-x;
}
ul#top-menu ul li.first-item {
	background: none;
}
ul#top-menu ul li a {
	padding: 0 !important;
	width: 138px;
}
ul#top-menu li:hover ul ul, ul#top-menu li.sfHover ul ul {
	top: -1px !important;
	left: 171px !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
ul#top-menu li.menu-gradient {
	background: url("images/top-shadow.png") repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 202px;
	height: 7px !important;
}

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer {
	background: url(images/bg_footer.jpg) repeat;
	height: 420px;
	position: relative;
	width: 100%;
}
#footer-top {
	background: url(images/footer_01.jpg) no-repeat;
	height: 80px;
	position: relative;
	width: 100%
}
/*#footer-widgets {
	padding: 42px 0px 22px;*/

#footer-wrap {
	height: 46px;
	margin-top: 40px;
	position: relative;
}
#footer-map {
    background: url("images/mapa_casa_jaya.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 196px;
    left: 0;
    position: relative;
    top: 85px;
    width: 206px;
}
#footer-map-address {
	color: #FFFFFF;
	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	font-size: 16px;
	left: 29px;
	position: relative;
	top: 13px;
}

#footer-newsletter {
   background: url("images/newsletter_casa_jaya.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 256px;
    position: relative;
    right: 0;
    top: 50px;
    width: 240px;
}

#footer-newsletter input {
	height: 20px;
    left: 23px;
	width: 164px;
	padding: 2px;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #666666 -10%, #FFFFFF 10%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(10%, #FFFFFF)); /* webkit */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 1px 0px #333;
	-webkit-box-shadow: 0px 1px 0px #333;
	font-size: 13px;
	color: #333;
	position:relative;
	top:55px;
	border: solid 1px #bbb;
	font-family: Georgia, Times, serif;
	font-style:italic;
}

#footer-newsletter input::-webkit-input-placeholder {
	color: #666666;
}

#footer-newsletter input:-moz-placeholder {
	color: #666666;
}

#footer-newsletter input:focus {
	background: #AAA;
	background: -moz-linear-gradient(top, #CCCCCC -10%, #DDDDDD 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, #CCCCCC), color-stop(20%, #DDDDDD)); /* webkit */
}
.footer-widget {
	width: 100%;
	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	color: #B4B4B4;
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#footer-widgets {
	width: 100%;
	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	color: #B4B4B4;
	font-size: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.last {
	margin-right: 0px;
}
.footer-widget p {
	color: #B4B4B4;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4)
}
#footer h4.widgettitle {
	font-size: 13px;
	color:#ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	padding-bottom: 11px;
}
.footer-widget a {
	color: #afa59f;
}
.footer-widget a:hover {
	color: #88817c;
	text-decoration: none;
}
.footer-widget ul {
	margin-bottom:8px;
}
.footer-widget ul ul {
	margin-bottom:0;
}
.footer-widget ul li {
	background:url(images/footer-bullet.png) no-repeat 0 7px;
	padding:0px 0 7px 17px;
}
.footer-widget ul li ul {
	margin:0 0 -3px;
	padding:5px 0 0 7px;
}
p#rodape{
    bottom: 0;
    color: #DDDDDD;
    font-family: 'LeagueGothicRegular',Impact,Arial,sans-serif;
    font-size: 16px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    width: 100%;
}
p#rodape a {
	color:#ffffff;
}
#footer-bottom-shadow {
	background: url(images/footer-bottom-shadow.png) repeat-x;
	height: 5px;
}
#footer-bottom {
	background: url(images/footer-bottom-bg.png) repeat-x;
}

#footer-text {
bottom: 0;
    color: #EEEEEE;
    float: left;
    font-family: Georgia,Times,serif;
    font-size: 17px;
    margin: 15px;
    position: relative;
    text-align: left;
    top: 66px;
    width: 480px;
}

ul.bottom-nav {
	padding-left: 24px;
}
ul.bottom-nav li {
	float: left;
	padding-right: 2px;
	background: url(images/bottom-menu-bg.png) repeat-y top right;
	padding: 20px 16px 12px;
}
ul.bottom-nav li a {
	color:#ffffff;
	font-size:11px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
ul.bottom-nav li a:hover {
	text-decoration: none;
	color: #ebbe5e;
}
ul.bottom-nav li.current_page_item a {
	color: #ebbe5e !important;
}
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

.widget {
	padding: 10px;
	text-align: center;
	width: 300px;
	box-shadow: -2px 2px 2px #777777;
	background: url("images/bg_post.jpg") repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	border: 1px solid #AAAAAA;
}

.widget-title {
    background: url("images/ribbon_sidebar_title.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    left: -19px;
    position: relative;
	top: -10px;
    width: 205px;
}

.widget-title .text{
	color: #EEEEEE;
    font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
    font-size: 17px;
    padding-left: 5px;
    padding-top: 23px;
    text-align: left;
    text-transform: uppercase;
    width: 180px;
}

.widget ul li {
	background:url(images/sidebar-bullet.png) no-repeat 0px 8px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: block;

	font-family: 'LeagueGothicRegular', Impact, Arial, sans-serif;
	text-shadow: 1px 1px 1px #ffffff;
}
.widget ul li a {
	color:#a1a6a6;
	text-decoration: none;
}
.widget ul li a:hover {
	color:#111111;
}



/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
}

.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
img.alignleft {
	display:inline;
	float:left;
	margin-right:15px;
}
img.alignright {
	display:inline;
	float:right;
	margin-left:15px;
}

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
	overflow: hidden;
	padding: 15px 12px 0px;
}
.wp-pagenavi {
	position: relative;
	text-align: center;
	margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
	 color: #8C9C9C;
	 padding: 8px 11px;
	  margin: 4px;
}
.wp-pagenavi span.pages {
	display:block;
margin-bottom: 25px;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
	 color: #8C9C9C;
	 padding: 8px 11px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active {

}
.wp-pagenavi a:hover {
	color: #000;
}
a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a {
	text-decoration: none;
}
.js #feat-content, .js div#from-blog div.entries {
	display: none;
}
.foursixeight {
	margin: 0px 0px 15px 84px;
}
#et-control-panel {
	position: fixed;
	left: 0px;
	top: 94px;
	width: 169px;
	z-index: 9000;
	color: #9f9f9f;
	text-shadow: 1px 1px 1px #fff;
	background: url(images/control-panel-bottom.png) no-repeat bottom left;
	padding-bottom: 18px;
}
#control-panel-main {
	background: url(images/control-panel-mainbg.png) repeat-y;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
}
#et-control-close {
	background: url(images/control-panel-closebutton.png) no-repeat;
	position: absolute;
	top: 17px;
	right: -41px;
	width: 45px;
	height: 40px;
	display: block;
}
.control-open {
	background: url(images/control-panel-openbutton.png) no-repeat !important;
}
#et-control-inner {
	background: url(images/control-inner.png) no-repeat;
	padding: 16px 16px 0px 16px;
}
#et-control-panel h3.control_title {
	font-size: 15px;
	padding: 2px 0 10px;
	float: left;
}
#et-control-panel p {
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 10px;
}
.et-sample-setting {
	display: block;
	width: 29px;
	height: 29px;
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
	text-indent: -9999px;
}
.et-sample-setting span.et-sample-overlay {
	background: url(images/control-link-overlay.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}

.video-slider {
	border: 3px solid white;
	-moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	width: 248px;
}
a.prev-video, a.next-video {
	position: absolute;
	top: 67px;
	display: block;
	text-indent: -9999px;
	width: 26px;
	height: 27px;
	z-index: 200;
}
a.prev-video {
	left: -15px;
	background: url(images/video-left-arrow.png) no-repeat;
}
a.next-video {
	right: -15px;
	background: url(images/video-right-arrow.png) no-repeat;
}
body.home .entry p {
	line-height: 20px;
}
.entry h3.title {
	padding-top: 5px;
}
.adwrap {
	width: 271px;
	margin-left: -13px;
}
.adwrap img {
	margin: 0 9px 9px 0;
}
.photostream {
	width: 276px;
}
.photostream .thumb {
	margin-right: 25px;
	margin-bottom: 20px;
}
.et_pt_blogentry {
	position: relative;
}
a#cancel-comment-reply-link {
	display: block;
	color: #00B7F3;
	font-size: 12px;
}
#comment-wrap .navigation {
	padding: 10px 0;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.et_pt_gallery_entry {
	margin-left: 70px !important;
}
#slides {
	height: 340px;
}
.home-top-box {
	float: right;
	height: 33px;
	margin-top: 10px;
	position: relative;
}
.home-top-box .smw_left {
	text-align:right
}
/*BOTÃO PEQUENO RETANGULAR AZUL*/

.bt_azul {
	background-color:#7399e6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #47739e;
	color:#ffffff;
	font-family:Georgia;
	font-size:15px;
	font-weight:normal;
	padding:1px 2px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}
.bt_azul:hover {
	background-color:#76b37a;
}
.bt_azul:active {
	position:relative;
	top:1px;
}
#flags {
	display: block;
	position: absolute;
	right: -8px;
	top: 4px;
	width: 50px;
}
#slider-pro-3 {
	top:80px;
}

#social_media_post {
	height: 50px;
    position: relative;
    width: 100%;
}

#facebook_like_post {
    float: left;
    width: 110px;
}

.tw_button {
    float: left;
    width: 110px;
}

#submit_newsletter {
    bottom: 0;
    height: 65px;
    position: absolute;
    right: 0;
    width: 65px;
	cursor: pointer;
	
}





/* TRIPADVISOR WIDGET*/

.textwidget #CDSWIDWRL {
 width: 300px !important;
 max-width: 300px !important;
}
 

.textwidget .widWRLData {
  width: 278px !important;
}

/* TRIPADVISOR SLIDE HOME */


.slides #CDSWIDWRL {
 width: 580px !important;
 max-width: 580px !important;
}
 

.slides .widWRLData {
  width: 558px !important;
 max-height: 117px !important;
}

.slides #CDSWIDWRL .widWRLReview {
    float: right !important;
}
    
    
.slides #CDSWIDWRL .widWRLRating {
    float: left !important;
}


.slides #CDSWIDWRL .widWRLLink {
    margin-top: 10px !important;
    text-align: center !important;
}


.slides #CDSWIDWRL .widWRLData form {
    float: left !important;
}

.slides #CDSWIDWRL .widWRLBranding {
    float: left !important;
}

.slides #CDSWIDWRL .widWRLReview textarea {
    max-height: 40px !important;
    max-width: 339px !important;
    min-height: 64px !important;
    min-width: 210px !important;
    width: 339px !important;
 }
 
 
#featured2 {
	width:100%;
	margin:0 auto;
	position:relative;
	height:300px;
}
#featured2 .layers {
	position:absolute;
	height:643px;
	overflow:hidden;
	width:960px;
	text-align:center;
}
#featured2 .logos_focus {
	background:url(images/logo_nectare_pachamama_float.png) no-repeat;
	height:230px;
	z-index:80;
	margin-top:40px;
}
#featured2 .logos_blur {
	background:url(images/logo_nectare_pachamama_float.png) 0 -230px no-repeat;
	height:237px;
	z-index:60;
	margin-top:25px
}
#featured2 .texttop {
	background:url(images/textlayers.png) 100% 0 no-repeat;
	height:540px;
	z-index:50;
}
#featured2 .textmiddle {
	background:url(images/textlayers.png) 100% -565px no-repeat;
	height:450px;
	z-index:40;
}
#featured2 .textbottom {
	background:url(images/textlayers.png) 100% -1130px no-repeat;
	height:450px;
	z-index:30;
}
#featured2 .jaya_blur {
	background:url(images/logo_casa_jaya_float.png) 100% -263px no-repeat;
	height:263px;
	z-index:10;
}
#featured2 .jaya_focus {
	background:url(images/logo_casa_jaya_float.png) 100% 0 no-repeat;
	height:258px;
	z-index:20;
}
#featured2 .s-bubbletop {
	background:url(images/smallbubbles.png) no-repeat;
	height:500px;
	z-index:70;
}
#featured2 .s-bubblebottom {
	background:url(images/smallbubbles.png) 0 -565px no-repeat;
	height:500px;
	z-index:70;
}
#parallax {
	position:absolute;
	overflow:hidden;
	width:100%;
	height:330px;
	margin:0 auto;
}
#featuredWrap {
	position:relative
}
#main {
	width:960px;
	margin:0 auto;
	background:#f5f5f5;
}
#featured2 .vintage_box {
    background: url(images/bg_vintage_box.png) no-repeat scroll 0 0 transparent;
    height: 330px;
    left: 50%;
    margin-left: -208px;
    position: absolute;
    top: -330px;
    width: 676px;
    z-index: 100;
}

#featured2 .cloud_01 {
    background: url(images/cloud_01.png) no-repeat scroll 0 0 transparent;
    height: 103px;
    left: 270px;
    position: absolute;
    top: -103px;
    width: 346px;
    z-index: 90;
}



#featured2 .cloud_02 {
    background: url(images/cloud_02.png) no-repeat scroll 0 0 transparent;
    height: 70px;
    position: absolute;
    right: 10px;
    top: -70px;
    width: 247px;
    z-index: 80;
}


#featured2 .cloud_03 {
    background: url(images/cloud_03.png) no-repeat scroll 0 0 transparent;
    height: 175px;
/*    left: 270px;*/
    position: absolute;
    top: -175px;
    width: 1200px;
    z-index: 80;
		left:15px
}

#featured2 .cloud_04 {
    background: url(images/cloud_04.png) no-repeat scroll 0 0 transparent;
    height: 175px;
/*    right: 10px;*/
    position: absolute;
    top: -175px;
    width: 1200px;
    z-index: 90;
}

#featured2 .cloud_05 {
    background: url(images/cloud_05.png) no-repeat scroll 0 0 transparent;
    height: 250px;
    position: absolute;
    top: -250px;
    width: 1200px;
    z-index: 70;
}

#logo_jaya_home {
    background: url(images/logo_casa_jaya.png) no-repeat scroll 0 0 transparent;
    height: 231px;
    left: 50%;
    margin-left: -454px;
    position: absolute;
    top: 37px;
    width: 205px;
    z-index: 120;
}