/*
Style Sheet | www.ivogomes.com
Author: Ivo Gomes | ivo@ivogomes.com
Last Updated: 14/03/2007
*/

body {
	background: #f6f9ea ;
	color: #000;
	margin: 20px;
	text-align: left;
	padding: 0;
	font-size: 80%;
	line-height: 1.6em;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

a, a:link, a:visited {color: #809823;}
a:hover {
	background: #ccea8d;
	color: #000;
	text-decoration: none;
}
a:active {
	background: #c3e933;
	color: #fff;
	text-decoration: none;
}
	
code {color: #c63;}
code strong {color: #930;}

em {font-style: italic;}
strong {font-weight: bold;}

.highlight {
	background: #fffddd;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 1.5em;
	color: #525252;
}	

.erro {
	background: #FFDED1 url(/lib/images/erro.png) no-repeat 5px 50%;
	padding: 3px 0 3px 25px;
	font-weight: bold;
	color: #444;
}	

#footer {
	margin-top:100px;
	border-top:1px solid #ccc;
	font-size:0.9em;
	height:3em;
	background: url(../images/logo-small.png) no-repeat left center;
}

#footer p {
	margin:0;
	line-height: 3em;
	padding-left:120px;
}
