/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.

	Modified by Jonathas Scott
	http://www.echoes4ever.com.br
	april-2008. contact: scott@echoes4ever.com.br
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-size: 62.5%;  /* 16px × 62.5% = 10px */
	font-family: "Trebuchet Ms", Verdana, Helvetica, Arial, sans-serif;
	color: #E0DE99;
}

/* =Headings
--------------------------------------------------------------------------------*/
hr{
	border-color: #951313;
	border-style: solid;
	border-width: 0.1em;
	clear: both;
	height: 0.1em;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Bookman Old Style", Georgia, Garamond, "Times New Roman", Times, serif;
	color:#EEA616;
	letter-spacing:-0.05em;
	line-height:1em;

}
h1{
	font-size: 4.8em;
}
h2{
	font-size: 3.6em;
}

h3{
	font-size: 3.2em;
}

h4{
	font-size: 2.4em;
  	/*letter-spacing:-0.02em;
	line-height:1em;*/
}

h5{
	font-size: 1.8em;
}

h6{
	font-size: 1.4em;
}

.section{
	border-top: #DB9710 dotted thin;
	border-bottom: #DB9710 dotted thin;
	padding: 0.5em 0 0.5em 0;
	background: url(../img/pepper.png) no-repeat right center;
}

.small{
	font-size: 0.7em;
}

p{
	font-size: 1.6em;
	line-height:1.3em;
	margin-bottom:1em;
}
ol li{
	font-size: 1.3em;
  line-height:1.2em;
	background:url(../img/fire_ico.png) no-repeat left 0.2em;
	padding-left: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.6em;
  border-bottom:#342211 dotted thin;
	margin-left:4.8em;
	text-transform: uppercase;
}
.separa{
border-top: #EEA615 dotted 0.1em;
padding-top: 0.5em;
}