@charset "iso-8859-1";

/**
 *
 * Página Inicial
 * http://www.historiasfantasticas.mus.br
 *
 **/



/**
 *
 * Formatação de elementos em geral
 *
 **/
* {
	font-family:Tahoma, Geneva, Helvetica, "Trebuchet MS", sans-serif;
	margin:0;
	padding:0;
}

body { background-color:#3f1324; }

a {
	text-decoration:none;
	color:#9e425e;
}
a:hover { color:#fff; }

img { border:none; }

hr { display:none; }



/**
 *
 * Principal (box)
 *
 **/
div#principal {
	position:relative;
	width:780px;
	height:485px;
	margin:0 auto;
	background:url(../imagens/pagina_inicial/bgPrincipal.jpg) no-repeat left top;
}



/**
 *
 * Header (logotipo + menu)
 *
 **/
div#header {
	position:absolute;
	top:57px;
	left:0;
	width:780px;
	height:150px;
	background-color:#fff;
	overflow:visible;
	z-index:2;
}



/**
 *
 * Logotipo
 *
 **/
div#header h1#logotipo {
	position:absolute;
	top:-42px;
	left:0;
	width:335px;
	height:470px;
	background:url(../imagens/pagina_inicial/mulher.gif) no-repeat top left;
}

div#header h1#logotipo a {
	position:absolute;
	top:75px;
	left:340px;
	display:block;
	width:350px;
	height:75px;
	border-bottom:none;
}



/**
 *
 * Menu
 *
 **/
div#header ul#menu {
	position:absolute;
	top:162px;
	right:12px;
}

div#header ul#menu li {
	display:block;
	height:22px;
	line-height:22px;
	margin-bottom:11px;
}

div#header ul#menu li a {
	display:block;
	float:right;
	height:20px;
	line-height:20px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	font-weight:bold;
	color:#fff;
	padding:0 8px 0 24px;
	background:#631b41 url(../imagens/bulletMenu.gif) no-repeat 8px;
	border:1px dotted #fff;
	outline:none;
}
div#header ul#menu li a:hover { text-decoration:underline; }



/**
 *
 * Rodapé
 *
 **/
div#footer {
	width:780px;
	height:165px;
	margin:0 auto;
	background:url(../imagens/bgFooter.jpg) no-repeat left bottom;
}

/* Patrocínio */
div#footer div#patrocinio {
	width:780px;
	height:75px;
	background-color:#000205;
}

div#footer div#patrocinio h3 {
	display:block;
	float:left;
	width:85px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:60%;
	color:#fff;
	padding:5px 0 50px;
}

div#footer div#patrocinio h3#apoio {
	width:60px;
	text-align:right;
	padding-right:10px;
}

div#footer div#patrocinio a.patrocinador {
	display:block;
	float:left;
	height:75px;
	background-color:transparent;
	border:none;
}

div#footer div#patrocinio a.patrocinador:hover {
	background-color:transparent;
	border:none;
}

div#footer div#patrocinio a.patrocinador img {
	display:block;
	height:75px;
	background-color:transparent;
	border:none;
}

/* Desenvolvimento */
div#footer div#patrocinio a#webDeveloper {
	display:block;
	float:right;
	width:63px;
	height:41px;
	margin:17px 35px 0 0 !important;
	margin:17px 17px 0 0;	/* IE6 */
	border:none;
	overflow:hidden;
}
div#footer div#patrocinio a#webDeveloper:hover { border:none; }


