/* 
 * Summary
 * 
 ** General
 ** Titles 
 ** Articles
 ** Tips
 ** Featured modules
 *
 *****************/

/* Custom Scroll bars */
* {
  scrollbar-arrow-color:#DC3468;
  scrollbar-3dlight-color:#F686A4;
  scrollbar-highlight-color:#F686A4;
  scrollbar-face-color:#F686A4;
  scrollbar-shadow-color:#F686A4;
  scrollbar-darkshadow-color:#F686A4;
  scrollbar-track-color:#DC3468;  
}

/* General */
body {
  background: #fff url(../images/background.jpg) repeat;
  font-family: Verdana, Helvetica, Arial;
  font-size: 14px;
}

a img {
  border: none;
}

a {
  color: #0000FF;
}
.fix { clear: both; }
.main_content { height: 250px; width: 710px; overflow: auto; font-size: 1em; margin-bottom: 25px; }

/* Titles */
h1 { display: block; width: 340px; height: 70px; text-indent: -9999px; overflow: hidden; }
.contacts h1 { background: transparent url(../images/caramel/tit_contato.png) no-repeat top left; }
.rsvp h1 { background: transparent url(../images/caramel/tit_rsvp.png) no-repeat top left; }
.events h1 { background: transparent url(../images/caramel/tit_eventos.png) no-repeat top left; }
.articles h1 { background: transparent url(../images/caramel/tit_curiosidades.png) no-repeat top left; }
.curiosities h1 { background: transparent url(../images/caramel/tit_curiosidades.png) no-repeat top left; }
.press_releases h1 { background: transparent url(../images/caramel/tit_midia.png) no-repeat top left; }
.tips h1 { background: transparent url(../images/caramel/tit_dicas.png) no-repeat top left; }
.testimonials h1 { background: transparent url(../images/caramel/tit_depoimentos.png) no-repeat top left; }
.site.about h1 { background: transparent url(../images/caramel/tit_caramel.png) no-repeat top left; }
.site.services h1 { background: transparent url(../images/caramel/tit_servicos.png) no-repeat top left; }


/* Articles */
#articles h2 { font-size: 1em; }
#articles h2 a { color: white; }
#articles.double_content .show h2 { line-height: 60px; font-size: 1.3em; }
#articles.double_content .show h2 img { float: left; margin-right: 15px; }
#articles.double_content .show .content { 
  height: 250px; overflow: auto; 
  scrollbar-arrow-color:#DC3468;
  scrollbar-3dlight-color:#F686A4;
  scrollbar-highlight-color:#F686A4;
  scrollbar-face-color:#F686A4;
  scrollbar-shadow-color:#F686A4;
  scrollbar-darkshadow-color:#F686A4;
  scrollbar-track-color:#DC3468;  
  padding-right: 10px;
}

/* Article */
#article {  }
#article h2 { font-size: 1em; margin-bottom: 10px!important; }
#article .image { float: left; margin: 0 10px 10px 0; }
#article .tags { clear: both; }

/* Home */
#header {
	margin: 0 auto;
	height: 145px;
}

#header a {
	background: transparent url(../images/top.png) no-repeat center;
	height: 110px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#container {
  width: 748px;
  margin: 0 auto;
	padding: 0;
}

#content {
  width: 718px;
	padding: 15px;
	background: transparent url(../images/background-content.png) no-repeat top center;	
	color: white;
}

.site.index #content {
	padding: 0;
	width: 748px;
	background-image: none;
	text-align: center;
}

#content h1,
#content h2,
#content h3 { margin: 0; padding: 0; }

#footer {
	margin: 0px 0 20px 0;
	background: transparent url(../images/footer.png) no-repeat bottom center;	
	clear: both;
	height: 20px;
}

#footer a {
  float: left;
  display: block;
  width: 240px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
}

#footer a.icolori {
  padding-left: 240px;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

/* Contact */
body.contacts #contacts { height: 275px; } 
body.contacts p { text-align: center; }
body.contacts #content { padding-left: 3px; padding-right: 3px; width: 739px; }
body.contacts form { float: left; margin-top: -70px; font-size: .9em; 
  background: transparent url(../images/separator.png) repeat-y -9px 0;
}
.contact_fields { width: 450px; margin-left: 20px; height: 279px; font-size: .8em;}
.contact_fields .fieldWithErrors input { background-color: #E59C8F; border: 2px solid white; }
.contact_fields 
.contacts.create .errorExplanation,
.contacts.new .errorExplanation h2 { margin: 0; padding: 0; font-size: 0.9em; }
.contact_fields .spam_control { display: none; }
#contact_emails { 
  width: 240px; 
  float: left; 
  padding-top: 15px; 
  margin-right: 10px; 
  font-size: .7em;  
}
#contact_emails a { color: white; text-decoration: none; }
#contact_emails a:hover { font-weight: bolder; text-decoration: underline; }
#contact_emails div { padding: 25px 10px 25px 35px; margin-top: 10px; }
#contact_emails h3 { 
	margin: 0; padding: 0 0 0 15px; 
	background: url(../images/pointer-3.png) no-repeat left center; 
	text-align: left; 
	color: white;
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 2.4em;
	margin-left: -16px;
}
body.contacts label { display: block; float: left; padding-top: 5px; padding-right: 0px; width: 95px; }
.contact_fields .row { clear: both; height: 30px; }
.contact_fields .row .column { float: left; }
.contact_fields .row .column.first { margin-right: 10px; }
.contact_fields .row .column.first.time label { width: 54px; padding-right: 0; }
.contact_fields .row .column.guests label { width: 90px; padding-right: 0; }
.contact_fields .row.submit { text-align: right; }
.contact_fields .row.submit span { float: left; }
.contact_fields #contact_phone { width: 115px; }
.contact_fields #contact_email { width: 115px; }
.contact_fields #contact_guests { width: 20px; }
.contact_fields #contact_event_date { width: 115px; }
.contact_fields #contact_event_time { width: 30px; }
.contact_fields #contact_event_local,
.contact_fields #contact_reception_local { width: 340px; }
.contact_fields #contact_name_man,
.contact_fields #contact_name_woman { width: 115px; }
.contact_fields .observations { height: 85px; }
.contact_fields .observations label { width: 400px; }
.contact_fields textarea { width: 440px; height: 50px;}

/* Gallery */
.galleries.show {  }
.galleries.show h1 { border-bottom:1px solid #666; color:#089948; margin: 0!important; }
.galleries.show h2 { font-size: 14px; color:#00461c; }
.galleries.show p { clear: both; }
.galleries.show ul { margin: 0; padding: 0; list-style: none; }
.galleries.show ul li { float: left; margin-right: 10px; }
.galleries.index { }
.galleries.index .gallery_item { margin-bottom: 20px; clear: both; }
.galleries.index .gallery_image { float: left; margin-right: 15px; }
.galleries.index a { color: #47423a; text-decoration: none; }
.galleries.index a:hover { color: #a82a20; }
.galleries.index h2 { font-size: 1.1em; margin: 0; }
.galleries.index h2 span { display: block; font-size: 0.8em; color: #666; margin-bottom: 2px; }

/* Tips */
#tips h2 { font-size: 1em; }
#tips h2 a { color: white; }
#tips.double_content .show h2 { line-height: 60px; font-size: 1.3em; }
#tips.double_content .show h2 img { float: left; margin-right: 15px; }
#tips.double_content .show .content { 
  height: 250px; overflow: auto; 
  scrollbar-arrow-color:#DC3468;
  scrollbar-3dlight-color:#F686A4;
  scrollbar-highlight-color:#F686A4;
  scrollbar-face-color:#F686A4;
  scrollbar-shadow-color:#F686A4;
  scrollbar-darkshadow-color:#F686A4;
  scrollbar-track-color:#DC3468;  
  padding-right: 10px;
}

/* Tip */
#tip {  }
#tip h2 { font-size: 1em; margin-bottom: 10px!important; }
#tip .image { float: left; margin: 0 10px 10px 0; }
#tip .tags { clear: both; }

/* Navigation links */
.navigation { margin-top: 15px; }
.navigation a { color: white; font-size: 0.8em; }

/* Featured modules */
.site.index #featured_modules { width: 718px; margin-top: 13px; margin-right: auto; margin-left: auto; }
#featured_modules {  }
#featured_modules .item img { float: left; margin: 5px 10px 10px 0; border: 0; padding: 0; }
#featured_modules .item h3 { 
	margin: 0; padding: 0 0 0 15px; 
	background: url(../images/pointer-3.png) no-repeat left center; 
	text-align: left; 
	color: rgb(207, 51, 91);
	font-size: .9em;
	font-weight: normal;
	line-height: 1.4em;
}
#featured_modules .item h4 { 
  color: #333; 
  margin: 0; padding: 0;
  font-size: .8em;
}
#featured_modules .item { 
	float: left; width: 235px; 
	padding-right: 3px;
	text-align: left;
}
#featured_modules .item.last {
  padding-right: 0;
}
#featured_modules .item .summary {	
	color: #444;
	font-size: 10px;
	margin: 0;
	padding: 0 10px 0 0;
}
#featured_modules .item .read_more a {	
	font-size: 10px;	
	color: rgb(207, 51, 91);
	text-decoration: none;
}

/* Facebox */
#facebox .close {
  background: transparent url(../images/caramel/close.gif) no-repeat;
  width: 20px !important;
  height: 25px !important;
  float: right;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}
#facebox h2,
#facebox h3 { color: #777!important; }
#facebox .navigation a { color: #444!important; }

/* Press Release */
.double_content { height: 280px; font-size: .9em; }
.double_content .list { 
  height: 250px; float: left; overflow: auto; margin: 0 10px 0 0; padding: 0; 
  width: 330px;
  scrollbar-arrow-color:#DC3468;
  scrollbar-3dlight-color:#F686A4;
  scrollbar-highlight-color:#F686A4;
  scrollbar-face-color:#F686A4;
  scrollbar-shadow-color:#F686A4;
  scrollbar-darkshadow-color:#F686A4;
  scrollbar-track-color:#DC3468;  
}
.double_content .show {
  background: transparent url(../images/separator.png) repeat-y -9px 0;
  height: 330px; float: right; overflow: hidden; margin: 0; padding: 20px 20px 0 20px; 
  width: 335px; margin-top: -85px; font-size: .8em;
  scrollbar-arrow-color:#DC3468;
  scrollbar-3dlight-color:#F686A4;
  scrollbar-highlight-color:#F686A4;
  scrollbar-face-color:#F686A4;
  scrollbar-shadow-color:#F686A4;
  scrollbar-darkshadow-color:#F686A4;
  scrollbar-track-color:#DC3468;  
}
.double_content .content { margin-top: 10px; padding: 0; text-align: justify; text-indent: 15px; line-height: 1.6em; }
.double_content .image { float: left; margin: 15px 20px 15px 0; }
.double_content .download { text-align: right; margin-top: 20px; }
.double_content ul { margin: 0; padding: 0; list-style: none; }
.double_content ul li { background: url(../images/pointer-3.png) no-repeat left center; margin: 0; padding-left: 20px; }
.double_content a { color: white; text-decoration: none; }
.double_content li.active a,
.double_content .download a { color: white; text-decoration: underline; }

/* Services */
.site.services .list li { padding-top: 15px; padding-bottom: 15px; }
.site.services .small { font-size: .7em; }
.site.about .list { width: 380px; font-size: .8em; margin-right: 0; }
.site.about .list .content { padding-right: 15px; }
.site.about .show { width: 290px; }
.site.services .show,
.site.about .list { padding-right: 0!important; }
.site.services .show .content { overflow: auto; height: 290px; padding-right: 15px; }
.site.services .list a:hover { text-decoration: underline; font-weight: bolder; }
#about #gallery ul { padding: 0; margin: 0; }
#about #gallery ul li { list-style: none; float: left; display: block; padding: 0; margin: 0 16px 16px 0; background: none; }
#about #gallery ul li.last { margin-right: 0!important; }

/* RSVP */
#rsvp { height: 280px; font-size: .9em; }
body.rsvp .show * { font-size: 10px; }
body.rsvp form { clear: both; margin-top: 20px; font-size: 10px; }
body.rsvp label { width: 125px; display: block; float: left; line-height: 23px; }
body.rsvp .phone label { width: 80px; }
body.rsvp .row { clear: both; min-height: 30px; }
body.rsvp .row .column { float: left; margin-right: 15px; }
body.rsvp .row .column.last { margin-right: 0; }
body.rsvp .content { height: 150px; }
body.rsvp .auto_complete li { color: black!important; }
body.rsvp h3 { font-size: 1.4em; line-height: 22px;}
body.rsvp h3 .image { margin: 0 15px 0 0; padding: 0; }
body.rsvp h3 span { display: block; font-size: .8em; }
body.rsvp h4 { margin: 10px 0 0 0; padding: 0; }
body.rsvp .row p { margin: 0; padding: 0; }
body.rsvp .row a { font-weight: bolder; text-decoration: underline; }
body.rsvp .list { width: 380px; }
body.rsvp .show { width: 280px; }
body.rsvp .spam_control { display: none; }
body.rsvp #customer_name { width: 140px; }
body.rsvp #rsvp_name { width: 240px; }
body.rsvp #rsvp_email { width: 240px; }
body.rsvp #rsvp_total { width: 20px; }
body.rsvp #rsvp_phone { width: 120px; }
body.rsvp p { font-size: .8em; text-align: justify; }
body.rsvp .small { font-size: .8em; }

/* Testimonials */
#testimonials .show { padding-right: 0!important; }
#testimonials .content { overflow: auto; height: 230px; padding-right: 15px; margin-right: 10px; clear: both; }
.testimonials .double_content .image { margin-top: 0; margin-right: 15px; height: 60px; }

/* Index */
.site.index #content { height: 475px; }

/* Press Release */
div#press_releases div.show .content { height: 240px; overflow: auto; padding: 0 10px 10px 0; } 

/* Events */
#events { height: 280px; font-size: .9em; }
body.events .show * { font-size: 10px; }
body.events .content { height: 255px; overflow: auto; }
body.events ul { margin: 30px 0 0 0; padding: 0; }
body.events ul li { list-style: none; width: 210px; display: block; float: left; text-align: center; margin: 0 10px 10px 10px; }
body.events .logos { text-align: center; margin-top: 20px; }







