/* ======================================
=========================================
Logmania - Screen Styles
Data: 01.04.2011
URL: http://www.logmania.net
Autor: Rômulo Alves <romulo@logmania.net>
=========================================
====================================== */


/* ======================================
CSS Reset
====================================== */

@import url("reset.css");


/* =====================================
Configurações Gerais
===================================== */

body {
	font-family: Tahoma, Helvetica, Verdana, sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #595c5f;
	background: #fafafa;
}
body, html, #stage { height: 100%; }
body > #stage {
	height: auto;
	min-height: 100%;
}

hr { display: none; }


/* =====================================
Barra Topo
===================================== */

#barra-topo {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	border-top: 10px solid #5ddd6c;
	background: transparent;
}

#barra-topo ul {
	position: absolute;
	top: -5px;
	right: 19%;
	width: 312px;
	height: 30px;
	padding: 0 7px;
	font-size: 18px;
	text-transform: lowercase;
	color: #fff;
	background: #5ddd6c url(../images/div.gif) no-repeat 170px 8px;
	border-radius: 5px;
}

#barra-topo ul li {
	float: left;
	margin: 0 0 0 23px;
	line-height: 30px;
}

#barra-topo ul li span { color: #595c5f; }

#barra-topo ul li a {
	margin: 0 0 0 30px;
	text-decoration: none;
	color: #fff;
}

/* =====================================
Stage
===================================== */

#stage {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.box {
	position: relative;
	padding: 105px 0 125px 20px;
}

.left { width: 300px; }

.left h1 a {
	float: left;
	position: relative;
	width: 227px;
	height: 70px;
	overflow: hidden;
	margin: 0 0 150px 0;
	text-indent: -9000em;
	background: url(../images/logo-logmania.png) no-repeat center;
}

.left ul {
	position: relative;
	float: left;
	clear: both;
	margin: 0 0 120px 0;
}
.left ul li { display: inline; }
.left ul li a:link, .left ul li a:active, .left ul li a:visited {
	float: left;
	clear: both;
	width: 227px;
	margin: 0 0 5px 0;
	font-size: 22px;
	font-style: italic;
	text-align: right;
	text-transform: lowercase;
	text-decoration: none;
	color: #595c5f;
}

.left p, .left a.email {
	float: left;
	clear: both;
	position: relative;
	width: 227px;
	font-size: 22px;
	font-style: italic;
	text-align: right;
}
.left p span, .left a.email { color: #5ddd6c; }
.left a.email:link, .left a.email:active, .left a.email:visited {
	margin: 30px 0 0 0;
	font-size: 18px;
	text-decoration: none;
}

.content {
	width: 500px;
	background: gold;
}


/* =====================================
Footer
===================================== */

#footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 105px;
	margin: -125px 0 0 0;
	padding: 20px 0 0 0;
	font-size: 10px;
	text-align: center;
	background: transparent url(../images/bg-footer.jpg) no-repeat left bottom;
}
