/*  
Theme Name: Projeto The Green Project
Theme URI: 
Description: The default theme for The Green Project
Version: 1.0
Author: Luiz Celso de Faria Alves & Ana Galuppo Mendes | Email: celsodesign@gmail.com / anagaluppo@gmail.com
Author URI:
*/
/*
+-------------------------------------------------------------+
	Estilos Pre Home
+-------------------------------------------------------------+	
*/
html, body#prehome {
	height:100%;
}
body#prehome {
    text-align:center; /* Centralizar na horizontal no IE */
}
body#prehome #distance {
    width:1px;
    height:50%;
    
    margin-bottom:-27em; /* Metade da altura do #container */
    float:left;
}
body#prehome #container {
	background:transparent url(../img/bg/bg_prehome.jpg) center top no-repeat;
    margin:0 auto;
    position:relative; /* Coloca o container frente ao elemento com o id distance */
    text-align:left;
    height:54em;
    width:53.7em;
    padding-top:1em;
    clear:left;
}
body#prehome #container h1#logo {
	background:transparent url(../img/logo/logo_prehome.png) left top no-repeat;
	height:11.2em;
	margin:0 0 4em 9em;
	width:36.4em;
}
body#prehome #container h2#subtitle {
	background:transparent url(../img/home/prehome_txt.png) left top no-repeat;
	height:5.5em;
	margin:0 0 5.5em 6em;
	width:41em;
}
body#prehome #container h3#ttl-age {
	background:transparent url(../img/home/prehome_txtnasc.png) left top no-repeat;
	height:1.3em;
	margin:0 0 1em 0;
	/* Hack for IE 7 */
	*margin:0 0 1em 1em;
	padding:0;
	width:21.2em;
}
body#prehome #container h1#logo span, body#prehome #container h2#subtitle span, body#prehome #container h3#ttl-age span {
	display:none;
}
body#prehome #container .age {
	margin:0 0 0 20.5em;
}
body#prehome #container form {
	margin-left:1.6em;
}
body#prehome #container form input.dt {
	background:transparent url(../img/home/bg_inputdata.png) left top no-repeat;
	border:0;
	color:#000;
	font-size:1.6em;
	font-weight:700;
	height:2.2em;
	/* Hack All IE�s*/
	*height:2.0em;
	margin:0 0.6em 0 0;
	/* Hack All IE�s*/
	padding:0.6em 0 0 0\9;
	text-align:center;
	width:3.3em;
}
body#prehome #container a.btn_gray {
	background:transparent url(../img/home/bg_btnentrar.png) left top no-repeat;
	color:#76dd2d;
	display:block;
	font-weight:bold;
	height:2.2em;
	margin:1em 0 0 4em;
	/* Hack All IE�s*/
	*margin:1em 0 0 5em;
	padding-top:10px;
	text-align:center;
	text-decoration:none;
	width:7.7em;
}
body#prehome .footer {
	margin-top:120px;
	text-align:center;
}

