/*
Theme Name: Hotsite Pottermore
Theme URI: http://pottermore.potterish.com
Description: Layout para o hotsite do Pottermore
Author: Daniel Mählmann
Author URI: http://potterish.com
Version: 1.0
*/


* {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

body {
	font-family: Calibri;
	font-size: 14px;
	text-align: justify;
	color: #433123;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #433123;
	text-align: center;
	margin: 5px 0 10px 0;
}

h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #433123;
	margin: 5px 0 0 10px;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-size: 15px;
	font-weight: bolder;
	color: #433123;
	margin: 2px 0 0 80px;
}

blockquote {
	padding: 0 50px;
}

h3 a {
	text-decoration: none;
}

h4 {
	font-size: 14px;
	color: #e6c951;
	margin: 2px 0 0 80px;
}

a {
	color: #433123;
	text-decoration: none;
}

a:hover {
	color: #86694b;
	text-decoration: none;
}


#wrapper {
	width: 100%;
	height: 100%;
}

#wrapper ul li {
	z-index: 1;
}

#wrapper img.bg {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
}

#meio {
	width: 100%;
	height: 70%;
}

#menu {
	position: absolute;
	width: 21%;
	height: 84.5%;
	top: 6.5%;	
	left: 6%;
}

#menu h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #433123;
	margin: 2px 0 0 60px;
}

#menu h2 a {
	color: #433123;
	text-decoration: none;
}

#menu img.logo {
	z-index: 0;
	width: 85%;
	max-width: 440px;
	top: 0%;
}

#menu img.banner {
	z-index: 0;
	width: 60%;
	max-width: 400px;
	padding: 3% 0 0 0;
	top: 0%;
}

#conteudo {
	position: absolute;
	width: 61%;
	height: 73%;
	top: 10.5%;;
	left: 29.5%;
}

#conteudo img.titulo {
	z-index: 0;
	width: 100%;
	max-width: 1795px;
	top: 0%;
}

#material {
	overflow: auto;
	position: absolute;
	float: left;
	width: 80%;
	height: 88%;
}

#texto {
	padding: 3.8% 0 1% 0;
	width: 98.5%;
	height: 90%;
}

#titulopost {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#data {
	font-size: 11px;
	color: #433123;
	text-align: center;
	padding-bottom: 5px;
}

#comentarios {
	font-size: 11px;
	color: #433123;
	padding-top: 5px;
	text-align: center;
}

#comentarios a {
	color: #433123;
	text-decoration: underline;
}

#comentarios a:hover {
	color: #86694b;
	text-decoration: none;
}

.imagem {
padding-top: 15px;
}

/** CONTATO **/

.input {
	height: 13px;
	margin-left: 3%;
	font-size: 12px;
	background: #FFC;
	border: #3F3709 1px solid;
}

.textarea {
	font-size: 12px;
	background: #FFC;
	border: #3F3709 1px solid;	
}

#propaganda {
	position: absolute;
	width: 17.5%;
	height: 88%;
	margin: auto;
	left: 81%;
	float: right;
}

#footer {
	position: absolute;
	font-size: 16px;
	width: 61%;
	height: 6%;
	top: 88%;
	left: 29.5%;
}

#footer a {
	text-decoration: none;
}