@charset "utf-8";

html, body {
	font-family: 'Open Sans', sans-serif;
}

b {
    font-weight: bold;
}
html, body{
	height: 100%;
	background: url('../images/bg2.jpg') repeat;
}
.pointer{
	cursor: pointer;
}
#wrapper{
	position: relative;
	height: 100%;
}
#topbar{
	background: url('../images/topbar.png') repeat-x;
	height: 86px;
}
#menu{
	text-align: center;
	margin-top: 0px;
}
#menu div{
	display: inline;
}
#content{
	width:100%;
	height:100%;
	margin:auto;
}
#inicio_wrapper{
	width: 960px;
	margin:auto;
	text-align: center;
	position:relative;
}
#inicio_wrapper #selos{
	position: absolute;
	top: 288px;
	right: 34px;
}

#inicio_wrapper #comprar{
	position: absolute;
	top: 600px;
	right: 80px;
	cursor: pointer;
	z-index: 1;
}
#inicio_wrapper #title{
	position: relative;
	margin-top: 50px;
}
#inicio_wrapper #livros{
	position: relative;
	margin-top: 100px;
	left: -70px;
}
#inicio_wrapper #text1{
	font-family: 'Open Sans', sans-serif;
	color: #1f1f1f;
	font-size: 13px;
	margin-top: 10px;
	text-shadow:0px 0px 4px #FFF;
}
#inicio_wrapper #text2{
	font-family: 'KomikaHandRegular', Arial, sans-serif;
	color: #1f1f1f;
	font-size: 19px;
	margin-top: 20px;
	text-shadow:0px 0px 6px #FFF;
}
#footer-wrapp
{
	
}
#footer{
	height: 160px;
	width: 960px;
	margin: 0 auto;
}
#footer #div{
	margin-top:20px;
	margin-bottom:20px;

}
#footer #asa{
	float: left;
	margin-top:6px;

}
#footer #p{
	float:right;

}
#footer #text{
	color: #1f1f1f;
	font-size: 11px;
	padding-top: 20px;
	text-align: center;
}
.white{
	background-color: #FFF;	
}
#coleccao_wrapper{
	width: 960px;
	margin:auto;
	text-align: center;
	position:relative;
}
#livros{}
#livros .livro{
	float:left;
	text-align: left;
	margin: 20px 12px;
}
#livros .livro .date{
	color: #595959;
	font-size: 12px;
	font-weight: bold;
}
#livros .livro .capa{
	background: url('../images/capabg.png') no-repeat;
	width: 165px;
	height: 227px;
	margin: 10px 0 4px 0;
	position: relative;
	cursor: pointer;
}
#livros .livro .capa img{
	position: absolute;
	top: 1px;
	left: 2px;	
}

#livros .livro .title{
	font-family: 'KomikaHandRegular', Arial, sans-serif;
	color: #1f1f1f;
	font-size: 12px;
	height: 26px;
}
#livros .livro .date2{
	font-family: 'KomikaHandRegular', Arial, sans-serif;
	color: #595959;
	font-size: 11px;
}

#livros .livro .comprar{
	text-align: center;
	padding-top: 6px;
}
#poplivro{
	background: none !important;
	position: relative;
}
#poplivro #fechar{
	position:absolute;
	top:0px;
	right: 42px;
}
#poplivro #capa{
	position:absolute;
	top: 112px;
	left: 93px;
}
#poplivro #info{
	position:absolute;
	top: 112px;
	left: 440px;
	width: 402px;
}
#poplivro #info #div{
	margin: 20px 0;
}
#poplivro #info .title{
	font-family: 'Arbutus', cursive;
	color: #1f1f1f;
	font-size: 30px;
	text-transform: uppercase;
}
#poplivro #info .subtitle{
	font-family: 'KomikaHandRegular', Arial, sans-serif;
	color: #808080;
	font-size: 13px;
	padding-top: 6px;
}
#poplivro #info .text{
	font-family: 'Open Sans', sans-serif;
	color: #404040;
	font-size: 13px;
	padding-bottom: 10px;
	line-height: 14px;
}

#personagens{
	background: url('../images/p.jpg') top center no-repeat #FFFFFF;
}
#personagens #title{
	text-align: center;
	padding-top: 30px;
	margin-left: -26px;
	margin-bottom:48px;
}
#personagens .p{
	width:450px;
	height: 230px;
	position:relative;
	left:50%;
}
#personagens .p .name{
	font-family: 'Arbutus', cursive;
	color: #5b3e2c;
	font-size: 24px;
	margin-bottom:4px;
}
#personagens .p .text{
	font-family: 'KomikaHandRegular', Arial, sans-serif;
	color: #1f1f1f;
	font-size:11px;
	line-height:17px;
}
#personagens #a{
	margin-left: -365px;
    margin-top: 52px;
    text-align: right;
}
#personagens #b{
	margin-left: -55px;
    margin-top: 10px;
}
#personagens #c{
	 margin-left: -304px;
    margin-top: -32px;
    text-align: right;
}
#personagens #d{
	margin-left: -12px;
    margin-top: -21px;
}
#personagens #e{
	 margin-left: -354px;
    margin-top: -15px;
    text-align: right;
}
#personagens #f{
	margin-left: -129px;
    margin-top: -26px;
    padding-bottom: 45px;
}
.more
{
	display:none;
	position: absolute;
	z-index: 1;
}
#copy
{
	position: absolute;
	top:10px;
	right:50%;
	margin-right:-668px;
	font-size: 13px;

}
