/**
 * author: Ciro Feitosa - http://cirofeitosa.com
 * 2009/oct
 */

body
{
	font-family: arial, helvetica, sans-serif;
	text-align: center; /* ie old versions */
	padding: 10px 0;
}

.site
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/**
 * reassign classes disabled from reset
 */
strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

acronym
{
	cursor: help;
	border-bottom: dotted #ccc 1px;
}


/**
 * logo & nav & lang
 */
ul#nav
{
	font-family: Rockwell;
}

h1#logo, p#logo a
{
	float: left;
	display: block;
	width: 580px;
	height: 85px;
	overflow: hidden;
	text-indent: -9999em;
	background: white url(../_img/logo.gif) no-repeat top left;
}

h1#logo.logo-pt, p#logo.logo-pt a
{
	background-image: url(../_img/logo-pt.gif);
}

ul#nav
{
	margin-top: 30px;
	float: right;
	list-style: none;
}

ul#nav li
{
	display: inline;
}

ul#nav li a
{
	margin-right: 20px;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	border-bottom: solid white 7px;
}

ul#nav li.last a
{
	margin-right: 0;
}

ul#nav li a:hover
{
	border-bottom: solid #e8e8e8 7px;
}

p#lang
{
	display: block;
	clear: both;
	text-align: right;
	font-size: 11px;
	color: #999;
}

p#lang small
{
	font-size: 11px;
}

p#lang a
{
	color: #666;
}

p#lang a:hover
{
	color: black;
}


/**
 * intro
 */
#intro
{
	display: block;
	clear: both;
	background: #555 url(../_img/bg-intro.jpg) repeat-x top left;
	padding: 10px;
}


/**
 * footer
 */
p#footer
{
	clear: both;
	font-size: 11px;
	color: #555;
	padding-top: 30px;
	text-align: center;
}
