/* Global - corpo da pagina, estilo padrão para parágrafos, listas, etc */
body {
	background: #FFF url(figuras/fundo.jpg) top center no-repeat;
	font: 13px/24px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: 0;
	padding: 0;
}

/* @fontface */

/* Cabeçalho */
#header {
	/*background: url(figuras/separador_sup.png) bottom no-repeat;*/
	background: url(figuras/topo.png) top no-repeat;
	height: 165px;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

/* Estrutura */
input, textarea {
	font: 13px/24px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#conteudo {
	margin: 0 auto;
	width: 920px;
	padding: 15px 30px 0 30px;
}
#conteudo_quem {
	background: url(figuras/fundo_quem.png) top center no-repeat;
	margin: 0 auto;
	width: 920px;
	padding: 15px 30px 0 30px;
	min-height: 330px;
}

#moldura {
	background: #FFF;
	border: 1px solid #d0cfcc;
	margin: 0 auto;
	padding: 8px;
	width: 800px;
	text-align: center;
}

#fundo {
	width: 800px;
	margin: 0 auto ;
}

#casamento h2, #trash h2 {
	font-size: 20px;
	margin: 0;
}

#casamento {
	width: 400px;
	position: relative;
	float: left;
}
#casamento a {
	background: url(figuras/e_casamento.jpg);
	background-position: 0px 0px;
	display: block;
	height: 266px;
}
#casamento a:hover {
	background-position: 400px 0px;
	display: block;
	height: 266px;
}

#trash {
	float: left;
	width: 400px;
	position: relative;
}
#trash a {
	background: url(figuras/e_trash.jpg);
	background-position: 0px 0px;
	display: block;
	height: 266px;
}
#trash a:hover {
	background-position: 400px 0px;
	display: block;
	height: 266px;
}
.clear { 
	clear:both; 
} 

#fundo_evento {
	width: 920px;
	margin: 40px auto 0 auto;
}

#evento {
	width: 900px;
	float: left;
	margin-bottom: 30px;
}
#evento_moldura {
	background: #FFF;
	border: 1px solid #d0cfcc;
	padding: 6px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
#evento img {
	border: 0;
}
#evento h2 {
	font-size: 20px;
	margin-bottom: 0;
}
#evento a {
	text-decoration: none;
	color: #666666;
} 
#evento a:hover {
	color: #a39375;
}
#evento_exibe {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	font-size: 22px;
	height: 30px;
} 
#evento_exibe img {
	height: 21px;
	vertical-align: middle;
}
 
/* Rodapé */
#footer {
	background: url(figuras/separador_inf.png) top no-repeat;
	margin: 0 auto;
	padding: 30px;
	width: 920px;
}
.mensagem {
	color: #999999;
}

/* Estilos de Títulos */
#titulo {
	background: url(figuras/titulos.png) -1px 3px no-repeat;
	width: 600px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	margin: 0 0 30px 60px;
}	

/* Estilos de Textos */
p {
	text-align: justify;
}

/* Navegação */
a.link:active, a.link:link, a.link:visited {
	color: #a39375;
	text-decoration: none;
}
a.link:hover {
	color: #333333;
} 

#menu {
	/*padding: 60px 18px 0 0;
	margin: 0;
	float: right;*/
	padding-top: 122px;
	text-align: center;
}
#rodape {
	padding-top: 10px;
	text-align: center;
}

#menu ul, #rodape ul {
	font: 12px Tahoma, Arial, "Myriad Pro";
	letter-spacing: 1px;
	/*font: 12px Georgia, "Times New Roman", Times, serif;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li, #rodape li {
	display: inline;
	color: #a39375;
}
#menu li a, #rodape li a {
	color: #a39375;
	padding: 5px 10px;
	text-decoration: none;
}
#menu li a:hover, #rodape li a:hover {
	background: #fdfbf8;
}

#social	{
	width: 386px; 
	margin: 15px auto 60px; 
	padding: 0;
}
#social li {
	display: inline;
}
#social li a {
	background: url(figuras/social.png); 
	float: left; 
	height: 32px; 
	text-indent: -10000px; 
	margin: 0 5px;
}
#social .orna        {float: left; margin: 0 5px;}

#social .face		     {background-position: 0px 0px; width: 32px;}
#social .face:hover	 {background-position: 0px -32px;}

#social .blog		     {background-position: -32px 0px; width: 32px;}
#social .blog:hover	 {background-position: -32px -32px;}

#social .vimeo		   {background-position: -64px 0px; width: 32px;}
#social .vimeo:hover {background-position: -64px -32px;}

#social .mail		     {background-position: -96px 0px; width: 32px;}
#social .mail:hover	 {background-position: -96px -32px;}


/* Formulários */

/* Extras */
#content {
	width: 860px;
	position: relative;
	margin: 10px auto 20px auto;
}	
#slider {
	width: 860px;
	margin: 0 auto; !important 
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 800px;
	height: 450px;
	overflow: hidden;
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:21px;
	top:190px;
	}	
#nextBtn{ 
	left:784px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:56px;
	height:58px;
	background:url(figuras/seta_ant.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(figuras/seta_prox.png) no-repeat 0 0;	
	}								
