body {
	margin:0; padding:0;
	background:#FFF url(./images/bg_page.gif) repeat-x fixed;
	font-family:"Arial", "Verdana", sans-serif;
	font-size:12px;
	color:#555;
	line-height: 1.4em;
}

.clear {
	clear:both;
}

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

a:hover {
	text-decoration:underline;
}

a:active {
	color:#555;
}

span {
	color:#005db3;
}

p {
	margin:30px 0;
	text-align:center;
}

hr {
	border-top: 3px solid #EEE;
	border-bottom: 3px solid #EEE;
	border-right: 0;
	border-left: 0;
	margin: 1.4em 0;
}

h2 {
	font-size: 2.2em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.8em;
}

#header {
	width:960px;
	margin:0 auto;
	padding:30px 10px;
	text-align:center;
	font-size:1.4em;
	position:relative;
}

#header h1 {
	margin:0;
	padding:0;
	font-size:1.0em;
	position:absolute;
	top:12px;
	left:10px;
}

#header a {
	margin:0 15px;
	text-decoration:none;
	padding-bottom:7px;
}

#header a:hover {
	color:#073385;
	padding-bottom:2px;
	border-bottom:5px solid #073385;
}

div.header-2 {
	margin: 20px 0;
	background: #62231b url(./images/bg_header2.png) repeat-x;
	height: 140px;
}

div.header-2 div.content {
	text-align: center;
}

#content {
	width: 960px;
	margin: 20px auto;
}

div.livros {
	float: left;
	width: 440px;
	font-size: 1.2em;
	text-align: center;
}

div.box-comprar {
	width: 180px;
	float: left;
	margin: 10px;
	background: #eee;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-top: 1px solid white;
	border-bottom: 1px solid #CCC;
	box-shadow: 0px 3px 3px #EEE;
}

div.box-comprar:hover {
	background: #DDD;
}

div.box-comprar a {
	color: white;
	text-shadow: 0px 2px 1px #333;
	background: #777;
	padding: 6px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 80px;
	margin: 5px auto;
	font-weight: bold;
}

div.box-comprar a:hover {
	background: #a41200;
	text-decoration: none;
}

div.livro-release {
	float: right;
	width: 500px;
	font-size: 1.2em;
	line-height: 1.4em;
}

div.livro-release h2 {
	font-size: 1.8em !important;
}

#text {
	background: #DDD;
	width: 600px;
	padding: 30px 0px;
	float: left;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.2em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	-moz-box-shadow: 0px 0px 10px #CCC;
	border: 1px solid #CCC;
	font-family: 'Josefin Slab', Arial, Verdana, serif;
	text-shadow: 1px 1px 1px white;
}

#text hr {
	background: transparent url(./images/hr_text.gif) repeat-x;
	display: block;
	height: 24px;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}


#text h2 {
	font-family: 'Dancing Script', Arial, Verdana, serif;
	font-size: 2.8em;
	line-height: 1.4em;
	font-weight: bold;
}

div.winners-list b {
	font-family: 'Josefin Slab', Arial, Verdana, serif;
	font-size: 1.6em;
	line-height: 1.2em;
}

div.winners-column-left {
	float: left;
	width: 310px;
}

div.winners-column-middle {
	float: left;
	width: 320px;
	margin: 0 10px;
}

div.winners-column-right {
	float: right;
	width: 310px;
}

div.winners-list {
	margin: 10px 0;
	padding: 8px;
	background: #f5f5f5;
	border-top:1px solid white;
	border-bottom: 1px solid #CCC;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.europa {
	background: #555;
	color: white;
	text-shadow: 1px 1px 2px #333;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top:1px solid #EEE;
	border-bottom:1px solid #222;
}

#twitter {
	background: #888;
	width: 310px;
	padding: 20px 10px;
	margin-top: 20px;
	float: left;
	z-index: -999;
	border-radius: 10px;
	-webkit-border-radius:0px 10px 10px 0px;
	-moz-border-radius:0px 10px 10px 0px;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	-moz-box-shadow: 0px 0px 10px #CCC;
	border: 1px solid #777;
}

#twitter span {
	color: white;
}

#twitter h2 {
	font-size: 2.0em;
	font-weight: normal;
	line-height: 1.2em;
	color: #70d4f9;
	text-shadow: 1px 1px 2px #666;
}

a.twitter-message {
	background: transparent url(./images/twitter_message.png) no-repeat;
	display: block;
	width: 306px;
	height: 93px;
	margin: 10px 0;
}

span.twitter-message a {
	color: #70d4f9;
}

#tweet li {
	padding: 15px 0;
	border-top: 1px solid #777 !important;
	text-shadow: 1px 1px 1px #666;
}

#tweet li:hover {
	background: transparent url(./images/bg_tweet.png) center top no-repeat;
}

#tweet li span {
	color: white;
}

#tweet li a {
	color: #CCC;
}

span.tweet_time {
	font-size: 0.90em;
	font-style: italic;
}

a.tweet_avatar {
	display: block;
	float: left;
	margin-right: 10px;
}

a.tweet_avatar img {
	background: transparent url(./images/loader.gif) center center no-repeat;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

div.tweet_wrap {
	width: 240px;
	float: left;
}

a.main-banner {
	width:720px;
	height:300px;
	overflow:hidden;
	margin:6px 0px 3px 8px;
	float:left;
}

a.btn-home {
	background:transparent url(./images/btn-home.jpg) no-repeat 0 0;
	display:block;
	width:222px;
	height:300px;
	margin:6px 8px 3px 0px;
	float:right;
}

a:hover.btn-home {
	background-position:0 -300px;
}

a:active.btn-home {
	background-position:0 -600px;
}

a.mini-banner {
	width:250px;
	height:160px;
	background:#E5E5E5;
	overflow:hidden;
	float:left;
	margin:20px 15px 0 8px;
}



img.capa {
	padding:1px;
	border:1px solid #CCC;
}

div.header-promo {
	width:810px;
	margin:0 auto;
	padding-bottom:20px;
	border-top:1px solid #CCC;
	text-align:center;
}

img.header-promo {
	margin-bottom:30px;
}

#footer {
	width:960px;
	margin:0 auto;
	padding:15px;
	font-size:0.90em;
}

#footer span {
	font-size:1.2em;
	line-height:2.0em;
}

div.float-box {
	float:left;
	margin-right:20px;
}

img.capa-grande {
	float:left;
	margin-left:80px;
}

div.box-assinatura {
	width:210px;
	float:left;
	margin-right:15px;
}

div.box-revista {
	float: left;
}

div.box-division {
	width: 1px;
	height: 340px;
	border-left: 1px solid #CCC; 
	margin: 20px 20px 0 0;
	float: left;
}

span.destaque {
	color:#333;
	font-size:2.6em;
}
