/*
 * Julia Rosa Eventos CSS
 */
body {
	margin: 0 0 50px 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.7em;
	font-size: 11px;
	color: #fff;
	background: #33242B;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.2em;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
}

h2.img {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	line-height: 25px;
}

h3, h3 a {
	font-size: 20px;
	margin-bottom: 5px;
	color: #E4ABD4;
	font-weight: bold;
	letter-spacing: 1px;
}

h3 a:hover { color: #F2BF47; }

h4 {
	font-size: 16px;
	color: #E4ABD4;
	font-style: italic;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

ul {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

a {
	color: #E16ABB;
	text-decoration: none;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 13px;
}

a:hover {
	color: #D632A0;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 2px 5px;
}

input, textarea {
	border: 1px solid #bbb;
}

input.text { width: 70%;}

textarea {
	height: 250px;
	width: 98%;
}

input.button {
	border: 1px solid #000;
	padding: 2px 10px;
	font-size: 12px;
}

/*
 * Helpers
 */
.minHeight {
	height: 300px;
	width: 1px;
	float: left;
}

.break { clear: both; }
.hide { display: none;}

.nobullets {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.nobullets ul { list-style: none; }

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.nav li {
	float: left;
	padding: 0;
	margin: 0;
}

ul.nav li a {
	float: left;
	display: block;
}

.futureDate {

}

/*
 * Layout containers
 */
.centralizer {
	width: 704px;
	margin: 0 auto;
}

#header {
	height: 155px;
	background: url('../images/header-bkg.png') bottom repeat-x;
}

#header .centralizer {
	position: relative;
	height: 155px;
}

#header h1 {
	margin: 0;
	padding: 20px 0;
}

#header h1 a {
	display: block;
	background: url('../images/logo.png') top left no-repeat;
	height: 81px;
	width: 142px;
	text-indent: -9999px;
}

#page {
	background: #44313A;
	padding-bottom: 10px;
}

#footer {
	padding-top: 45px;
	background: url('../images/footer-bkg.png') top repeat-x;
	color: #725965;
	font-size: 11px;
}

.rosa {
	background: url('../images/footer-rosa.png') center left no-repeat;
	padding-left: 35px;
}

#sidebar {
	width: 135px;
	padding-left: 20px;
	float: left;
	margin-right: 40px;
/*	text-align: right;*/
}

#mainContent {
	width: 500px;
	float: left;
}


/*
 * Navbar
 */
#navbar {
	position: absolute;
	right: 80px;
	bottom: 35px;
}

* html #navbar {
	bottom: 34px;
}

#navbar ul li a {
	height: 22px;
	line-height: 22px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#navbar ul li a:hover, body.empresa #navbar ul li#navEmpresa a, body.servicos #navbar ul li#navServicos a,
body.eventos #navbar ul li#navEventos a, body.responsabilidadeSocial #navbar ul li#navResponsabilidade a,
body.contato #navbar ul li#navContato a {
	background-position: 0 -22px;
}

#navbar ul li#navEmpresa a {
	background-image: url('../images/nav-empresa.png');
	width: 70px;
} 

#navbar ul li#navServicos a {
	background-image: url('../images/nav-servicos.png');
	width: 63px;
}

#navbar ul li#navEventos a {
	background-image: url('../images/nav-eventos.png');
	width: 65px;
}

#navbar ul li#navResponsabilidade a {
	background-image: url('../images/nav-responsabilidade.png');
	width: 162px;
}

#navbar ul li#navContato a {
	background-image: url('../images/nav-contato.png');
	width: 69px;
}

/*
 * Home page
 */
body#home #hightlightImage {
	padding-bottom: 20px;
}

body#home #blurb {
	width: 330px;
	float: left;
	margin-right: 34px;
}

#homeButtons {
/*	float: left;*/
}

#homeButtons a {
	display: block;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 145px;
	width: 165px;
	float: left;
	outline: none;
}

#homeButtons a:hover {
	background-position: 0 -145px;
}

#homeButtonDepoimentos a {
	background-image: url('../images/button-depoimentos.jpg');
	margin-right: 10px;
}

#homeButtonRSVP a {
	background-image: url('../images/button-rsvp.jpg');
}

/*
 * Eventos page
 */
#sidebar.wider {
	width: 370px;
	padding-left: 0px;
}

#mainContent.thinner {
	width: 290px;
}


/*
 * Slideshow
 */
#slideshowContainer {
/*	height: 199px;
	width: 306px;*/
	position: relative;
	margin-bottom: 20px;	
}

#slideshowContainer img,.paddedImage img, img.paddedImage {
	border: 1px solid #6A455A;
	padding: 3px;
}

#slideshowContainer div {
	position: absolute;
	top: 0px;
	left: 0px;
}

body#sambaDiferente #slideshowContainer, body#somandoEsforcos #slideshowContainer { margin-left: 40px; }

.paddedImage {
	margin: 10px 0;
}

/*
 * Contato page
 */
#contatoCol1 {
	width: 330px;
	float: left;
	line-height: 1.5em;
	padding-top: 30px;
}

#contatoCol1Pink {
	font-family: Georgia, Times, serif;	
	font-size: 20px;
	color: #E4ABD4;
	
}

#contatoCol2 {
	width: 330px;
	margin-left: 40px;
	float: left;
}

/*
 * Serviços page
 */
body#servicos h4 a {
	font-size: 12px;
	font-style: normal;
}

body#servicos h3 a {
	color: #E16ABB;
	font-weight: normal;
	font-size: 12px;
}
body#servicos h3 a:hover { color: #D632A0; }

body.servicos #sidebar {
	line-height: 1.3em;
}

body.servicos #sidebar ul li {
	margin-bottom: 10px;
}

/*
 * 
 */
.floatPhoto {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #6A455A;
	padding: 3px;
}

/*
 * RSVP
 */
body.rsvp textarea {
	height: 150px;
	width: 70%;
}

/*
 * Depoimentos
 */
.depoimentoContainer {
	margin-bottom: 30px;
}
.depoimentoContainer p {
/*	font-family: Georgia, Times, serif;
	font-size: 13px;	*/
}

body#depoimentos h4 {
	font-style: normal;
	margin-bottom: 0px;
}

body#depoimentos h5 {
	font-weight: normal;

/*	font-style: italic;*/
/*	font-size: 14px;*/
	margin-bottom: 0px;
	margin: 5px 0;
}


.depoimentoFoto {
	border: 1px solid #6A455A;
	padding: 3px;
	float: right;
	margin: 0 0 5px 10px;
}

p.tight {
	margin-bottom: 0px;
}