﻿html, body {
	overflow:hidden;
}

body {
	background: #333 url('../img/bg.gif') repeat-x center top ;
	background-position:0px 0px;
	font: normal 11px/18px 'Trebuchet MS', tahoma, arial, sans-serif;
	color: #333;
	min-width:800px;
	min-height:580px;
	width:100%;
}

header {
	position:absolute;
	right:-12px;
	top:-12px;
	width:154px;
	height:162px;
	overflow:hidden;
	background: url('../img/envie_sua_frase-out.png') no-repeat 0 0;
	background-position:0 0;
	
}
header:hover {
	background-position:0 -162px;
}

hgroup a {
	width:inherit;
	height:inherit;
	display:block;
}

#content h1, hgroup h2, hgroup h3 {
	text-indent:-9999px;
}

header h2 {
	width:100px;
	height:100px;
	float:right;
	cursor:pointer;	
}

#content {
	width:800px;
	height:580px;
	background: url('../img/raios_uva.png') no-repeat center top;
	position:absolute;
	top:40%;
	left:50%;
	margin-top:-290px;
	margin-left:-400px;
}

#content h1 {
	width:366px;
	height:104px;
	background: url('../img/logo.png') no-repeat;
	position:absolute;
	overflow:hidden;
	top:240px;
	left:216px;
	z-index:3;
}

#content figure {
	width:153px;
	height:264px;
	position:absolute;
	top:110px;
	left:320px;
}

#content aside {
	width:705px;
	height:323px;
	background: url('../img/box.png') no-repeat;
	position:absolute;
	top:220px;
	left:47px;
}

#content aside p {
	width:500px;
	height:120px;
	margin:150px 0 0 110px;
	font-size:2.0em;
	line-height:28px;
	color:#633a4d;
	text-align:center;
}

#content aside nav {
	background:#eee;
	width:460px;
	margin:0 0 0 110px;
	text-align:right;
	padding:3px;
}

.twitter {
	width:57px;
	height:42px;
	position:absolute;
	background: url('../img/twitter_a.png') no-repeat;
	background-position: 0 0;
	overflow:hidden;
	top:400px;
	left:0;
	cursor:pointer;
}
.envie-twitter {
	width:100px;
	height:30px;
	position:absolute;
	background: url('../img/envie_twitter.png') no-repeat;
	background-position: 0 0;
	overflow:hidden;
	top:450px;
	left:0;
	cursor:pointer;
}

.gimmemore, .send-button {
	width:151px;
	height:33px;
	position:absolute;
	background: url('../img/maisuma.png') no-repeat top left;
	text-indent:-9999px;
	overflow:hidden;
	top:523px;
	left:324px;
	cursor:pointer;
}

.gimmemore:hover {
	background-position: bottom left;
}

.send-button {
	background: url('../img/send_btn.png') no-repeat top left;
	display:none;
}

.send-button:hover {
	background-position: bottom left;
}

.rss {
	width:100px;
	height:85px;
	position:absolute;
	background: url('../img/rss.png') no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	top:390px;
	right:0;
	cursor:pointer;
}
.rss:hover{
	background-position:0 0;
	
}

/* MODAL *****************************************************/
#content #modal {
	width:532px;
	height:170px;
	background: url('../img/modal.gif');
	position:absolute;
	top:350px;
	left:140px;
	z-index:5;
	display:none;
}

#content #modal form {
	padding:10px 30px;
}

#content #modal label {
	display:block;
	float:left;
	font-size:12px;
	color:#c4191c;
}

#content #modal input[type="text"] {
	display:block;
	margin-right:15px;
	width:210px;
}

#content #modal input[type="checkbox"] {
	margin-right:5px;
}

#content #modal textarea {
	width:100%;
	height:70px;
	margin:10px 0 0 0;
	font-family: 'Trebuchet MS', tahoma, arial, sans-serif;
}

#content #count-down {
	margin-left:450px;
	font-size:18px;
	color:#ccc;
}

#content #modal > p {
	position:absolute;
	top:65px;
	left:0;
	font-size:20px;
	text-align:center;
	padding:0 30px;
	display:none;
	line-height:25px;
}

.input-text {
	padding:3px;
	font-size:14px;
	text-shadow:0px 1px 0px #fff;
	border: 1px solid #717171;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow:  1px 1px 0px #efefef;
	outline:none;
	color:#222;
}

.close {
	width:23px;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../img/close_btn.png') no-repeat top left;
	position:absolute;
	top:4px;
	right:4px;
	cursor:pointer;
}

.close:hover {
	background-position:bottom left;
}

