/*----- Geral -----*/
* {
margin:0;
padding:0;
}
body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #333;
background-image:url(http://www.euodeiovoce.com.br/blog/images/fnd_body.gif);
background-attachment:fixed;
text-align:center;
width: 100%;
height: 100%;
}
input {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color: #333;
}
p {
margin: 7px 0;
}
li {
list-style:none;
}
img {
border:0;
}
a {
text-decoration: none;
color: #900;
}
a:hover {
text-decoration: underline;
}
/*----- Estrutura do Site -----*/
#topoAdmin {
width: 762px;
color:#FFF;
font: bold;
text-align:right;
background-image:url(http://www.euodeiovoce.com.br/blog/images/fnd_topoAdmin.gif);
margin: 40px auto 0px auto;
}
#topoAdmin a {
font: 11px;
color:#FFF;
margin-right: 15px;
}
#topoBanner {
width:762px;
height:180px;
background-image:url(http://www.euodeiovoce.com.br/blog/images/fnd_site.gif);
text-align: center;
margin: 0 auto;
}
#logo {
float:left;
margin-left: 15px;
}
#separador {
float:left;
}
#lema {
margin-top: 53px;
}
#rodape {
width:762px;
height:20px;
background-image:url(http://www.euodeiovoce.com.br/blog/images/fnd_rodape.gif);
margin: 0 auto;
}
/*----- Boxes -----*/
#conteiner {
width: 762px;
background-image:url(http://www.euodeiovoce.com.br/blog/images/fnd_site.gif);
display:table;
margin: 0 auto;
}
#menu {
width: 176px;
text-align:right;
float:left;
display:table-cell;
margin-left:10px;
}
#menu a {
color:#333;
}
#conteudo {
width: 500px;
float:right;
display:table-cell;
text-align:justify;
margin-right:30px;
_margin-right:20px;
}
/*----- Fontes -----*/
h1 {
font-size:24px;
color:#000;
margin-bottom:15px;
}
h2 {
font-size:12px;
color:#900;
}