@charset "UTF-8";

/*
Name: Onde Comer Splash 
Description: Onde Comer splash page :)
Version: 1.0
Author: Daniel Barradas
Author URI: http://codefactor.pt
Tags: 
*/

@import "reset.css";
/* CSS Document */

body{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
	background: #009900 url(../images/ondedormir_bg.png) repeat-x;
	margin:0;
	padding:0;
	color: #666;
	line-height: 1.5em;
	}


h2 {
	font-size: 1.0em;
}

p {
	font-size: 0.9em;
}

#splash {
	background: url(../images/ondedormir_splash.png) no-repeat;	
	width: 960px;
	height:550px;
	margin:0 auto;
}	

h2 { margin-bottom: 5px; }

#footer { 
	display: block;
	clear: both;
	width: 960px;
	margin: 0 auto;
}


#about, #form, #other {
	display: block;
	width: 280px;
	margin: 5px;
	float:left;
}

form {
	padding-top: 5px;
}
#about p {
	padding-top: 8px;
}


.box {
	background: #efefef;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	height: 85px;

}

a#ondebeber {
	display: block;
	background:transparent url(../images/btn_ondebeber.png) no-repeat 0 0;	
	text-indent:-2000px;
	width: 120px;
	height: 28px;	
}

a:hover#ondebeber {
	display: block;
	background:transparent url(../images/btn_ondebeber.png) no-repeat 0 -28px;	
	text-indent:-2000px;
	width: 120px;
	height: 28px;	
}	

a#ondecomer {
	display: block;
	background:transparent url(../images/btn_ondecomer.png) no-repeat 0 0;	
	text-indent:-2000px;
	width: 120px;
	height: 28px;	
}

a:hover#ondecomer {
	display: block;
	background:transparent url(../images/btn_ondecomer.png) no-repeat 0 -28px;	
	text-indent:-2000px;
	width: 120px;
	height: 28px;	
}


#corefactor p {
	width: 99%;
	text-align: right;
	font-size: 0.7em;
	color: white;
}

a:link, a:visited {
	text-decoration: none;
	color: black;
}

a:hover, a:active {
	text-decoration: none;
	color: red;
}

input[type=text] {
	width: 170px;
}

.clear {
	clear: both;
}


#newsletter-footer { 
	position: absolute;
	top: 550px;
	display: block;
	clear: both;
	width: 280px;
	left: 50%;
	margin-left: -140px;
}

#newsletter-footer #corefactor p {
	width: 310px;
	text-align: right;
	font-size: 0.7em;
	color: #afafaf;
}

#newsletter-confirm {
	position: absolute;
	top: 350px;
    width:600px;
	left: 50%;
	margin-left: -250px;
    height:226px;
    background:url(../images/laptop_s1.png) no-repeat;
}

#newsletter-success {
	position: absolute;
	top: 350px;
    width:600px;
	left: 50%;
	margin-left: -250px;
    height:226px;
    background:url(../images/dormir_s1.png) no-repeat;
}

#newsletter-list {
	position: absolute;
	top: 348px;
    width:600px;
	left: 50%;
	margin-left: -130px;
    height:226px;
    background:url(../images/lista_s1.png) no-repeat;
}

.border {		
	border-left: 5px solid #dfdfdf;
	padding-left: 15px;
}
#newsletter-text {
	position:absolute;
	width: 400px;
	background: white;
	top: 200px;
	padding: 20px;
	left: 50%;
	margin-left: -200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
} 

#newsletter-text a:link,#newsletter-text a:visited  {
	color: #F3973C;
}

#newsletter-text a:hover, #newsletter-text a:active {
	color: black;
}
#newsletter-text a.voltar {
    background: url(../images/icon_voltar.png) no-repeat left center;
    padding-left: 25px; 
}