/*
Theme Name: Leonardo Liotino
Theme URI: http://wordpress.org/
Description: Este tema foi desenvolvido por Lt Comunicacao Visual desenvolvimentos de sites
Version: 1.6
Author: Leonardo liotino
Author URI: http://www.ltcomunicacao.com.br

*/



/* obs nos divs sala loca e etc para alterar mudar alterar a heigh ou seja a alura!! */

body {

	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(images/bk_ornamento.png);
	background-repeat: repeat;
	line-height:20px; /* esse aumenta o espaco entre de linhas pego com bala */ 
	
}

html , body {

	height: 100%;
	padding: 1px;
	

}

#header {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 50px;
}

#header2 {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(images/sub_logo.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 80px;
}



#conteudo_principal { /*index*/

	width: 900px;
	height: 880px;	
	background-color:#000000;
	margin: auto;
	/*border: 1px solid;*/
	/*border-color:gray;*/
	padding: 10px;

}



#menu {

	width:auto;
	height:auto;
	margin: auto;
	padding: 20px;
	color:#a4be69;
	text-align:right;
	font-size:14px;
	
	
}



#div_borda {
	
	position:relative;
	width:646px;
	height:100%;
	margin: auto;
	text-align: left;
	float:left;
	/*border: 1px solid;*/
	/*border-color:gray;*/
	overflow:hidden;
	 /* esse e importante para dar a quebra de linah no final do div. */
}


#borda_maps {
	
	position:relative;
	width:580px;
	height:400px;
	float:left;
	/*border: 1px solid;*/
	/*border-color:gray;*/
}



.page_item { /* no word press deu certo essa classe   */

	margin: 0;
	padding: 25px;
	cursor: default;
	list-style-type: none;
	display: inline;
	border: none;
		

}



fieldset {
width: 60%;
padding: 10px;

}


#borda {
	
	position:relative;
	width:416px;
	height:318px;
	float:left;
	border: 1px solid;
	border-color:gray;
}

#menu_lista {
	
	position:relative;
	background-image: url(images/tb_amb.jpg);
	background-repeat: no-repeat;
	width:250px;
	height:auto;
	float:left;
	/*border: 1px solid;*/
	/*border-color:gray;*/ 
	
}




#texto_foto {
	
	width:413px;
	height:auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding:5px;
	color:#e2325e;
	
}


#texto_foto_2 {
	
	position:relative;
	float:left;
	width:550px;
	height:auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding:5px;
	color:#e2325e;
	
}


#footer {

	width:999px;
	float:left;
	height:auto;
	/*border: 1px solid;*/
	border-color:gray;
	padding:2px;
	/*border-color:gray;*/
	margin: auto;
}




#form {

width: 390px;
display: block;
margin-bottom: 10px;
float: left;
color:white;

}

fieldset {

padding:10px;

}


label {
padding-top:10px;
margin-bottom: 10px;

}







hr {

	color:#a4be69;
	height: 1px;
	border-bottom-style: dotted;
	

}



ul li {

padding: 5px;
text-decoration: none;
color:#a4be69;
display: block;
list-style-type: none;
font-size:16px;
border-bottom-style: dotted;
border: 1px;
border-bottom: dotted 1px; /*para o mozilla precisa usar isso para borda */
text-align:right;

}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	padding: 2px;
	color: #e2325e;
}




.menu_h {

	margin: 0;
	padding: 25px;
	cursor: default;
	list-style-type: none;
	display: inline;
	border: none;
}



.menu_h_footer {
	margin: 0;
	padding: 20px;
	list-style-type: none;
	display: inline;
}


.entry {  /* classe word press */
color:white;


}


/*isso aqui e para aclasse do word press */


/* estilizando os links */

a:link {
color:#a4be69;
text-decoration:none;
}

a:visited {
color:#a4be69;
text-decoration:none;
}

a:hover {
color:#a4be69;
text-decoration:underline;
}

a:active {
color:#a4be69;
text-decoration:underline;
}



/*aqui acaba a classe do word press 
a classe do word press se chama page_item

*/


