@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px;border:0px;}
body {color:white;background-color:#000}

.entry {border:1px solid #75797c;width:100%;background-color:#000;opacity:0.8;filter:alpha(opacity=80);margin-bottom:15px;}
.entry-title {font-size:16px;font-family:Georgia;font-style:italic;padding-left:15px;padding-top:15px;padding-right:15px;}
.entry-title a{text-decoration:none;color:white;}
.entry-date {font-family:Georgia;font-size:11px;font-style:italic;padding-bottom:10px;padding-left:15px;padding-right:15px;color:#99afc4;}
.entry-content {font-size:12px;font-family:"Trebuchet MS", Arial, Georgia, sans-serif;padding:15px;color:#FFF;}
.entry-content a {text-decoration:underline;color:white;}

#topo{
	padding:40px 40px 10px 40px;
	position:relative;
}

#foto-topo{
	position:absolute;
	right:93px;
	top:15px;
}

#imgright{
	float:right;
	padding:10px;
	margin:10px;
	border:1px solid #ccc;
}

#imgleft{
	float:left;
	padding:10px;
	margin:10px;
	border:1px solid #ccc;
}

#imgcenter{
	margin:auto;
	padding:10px;
	margin:10px;
	border:1px solid #ccc;
}

#menu{
	width:900px;
	height:90px;
	margin:18px auto;
	background-color:#000;
	border:1px solid #75797c;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align:center;
}

#container{
	margin:0 auto;
	position: relative; 
	width: 900px; 
	z-index: 40000; 
	vertical-align: middle;
}

#form-contato{
	width:400px;
	float:left;
}

#endereco{
	float:right;
	width:390px;
}

address{
	text-align:center;	
}

a:link, a:active, a:visited{
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;	
}

label{
	float:left;
	margin:8px;
	width:70px;
	display:block;
}

.clearAll{
	clear:both;
}

input, select, textarea {
	padding:5px 3px;
	margin:8px;
	border:1px solid #75797c;
	background-color:#fff;
	color:#000;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus {
	background:#DFDAD1;
}

.btn{
	cursor:pointer;	
}

#cont{
	clear:both;
	margin-bottom:22px;
	border:1px solid #75797c;
	padding:8px;
}

#data{
	text-align:center;
	padding:12px 0px;
	width:100px;
	float:left;
	background-color:#0f0e0e;
	border:1px solid #75797c;
}

#info{
	width:670px;
	float:right;
}

#nome{
	margin-bottom:6px;
}

#adm-log{
	width:300px;
	margin:auto;
}

.dia{
	color:#e7e1e1;
	font-size:26px;
	font-weight:bold;
}

.mes{
	color:#e7e1e1;
	font-size:18px;
	font-weight:bold;
}

.titulo{
	font-size:38px;
	font-weight:bold;
	color:#8C2B2B;
}

.titulo-blog{
	font-weight:bold;
	color:#e7e1e1;
	font-size:22px;
}

/*** ESTILO DO MENU ***/

    #menu ul{
      list-style:none;
    }
    #menu li{
      top:0;
      height:90px;
	  float:left;
    }
    #menu li a{
      display:block;
      width:100%;
      height:100%;
      top:0;
      cursor:pointer;
    }
    #menu li a span{
      display:block;
      width:100%;
      height:100%;
      top:0;
    }
	
    #esp{
      width:26px;
	  height:90px;
    }
    #um{
      width:90px;
	  height:90px;
    }
    #dois{
      width:92px;
	  height:90px;
    }
    #tres{
      width:112px;
	  height:90px;
    }
	#quatro{
      width:109px;
	  height:90px;
    }
	#cinco{
      width:103px;
	  height:90px;
    }
	#seis{
      width:98px;
	  height:90px;
    }
	#sete{
      width:117px;
	  height:90px;
    }
	#oito{
      width:107px;
	  height:90px;
    }
    #um a span{
      background:url(menu/homea.png) no-repeat;
    }
    #dois a span{
      background:url(menu/budegaa.png) no-repeat;
    }
    #tres a span{
      background:url(menu/desenhosa.png) no-repeat;
    }
	#quatro a span{
      background:url(menu/tattoosa.png) no-repeat;
    }
    #cinco a span{
      background:url(menu/videosa.png) no-repeat;
    }
	#seis a span{
      background:url(menu/historiaa.png) no-repeat;
    }
	#sete a span{
      background:url(menu/cuidadosa.png) no-repeat;
    }
	#oito a span{
      background:url(menu/contatoa.png) no-repeat;
    }
    #menu ul li a:hover{
      z-index:1000;
    }
    #um a:hover span{
      background:url(menu/home.png) no-repeat;
    }
    #dois a:hover span{
      background:url(menu/budega.png) no-repeat;
    }
    #tres a:hover span{
      background:url(menu/desenhos.png) no-repeat;
    }
	#quatro a:hover span{
      background:url(menu/tattoos.png) no-repeat;
    }
    #cinco a:hover span{
      background:url(menu/videos.png) no-repeat;
    }
	#seis a:hover span{
      background:url(menu/historia.png) no-repeat;
    }
	#sete a:hover span{
      background:url(menu/cuidados.png) no-repeat;
    }
	#oito a:hover span{
      background:url(menu/contato.png) no-repeat;
    }