/*
	André Faleiro - contato@andrefaleiro.com
	19/03/2013 - 19h00m
*/

/* Corpo HTML
----------------------------------------------------------------------------------------------------*/

body {
	/* font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; */
	font-family: Verdana;
	font-size: 14px;
}

/* Linha
----------------------------------------------------------------------------------------------------*/

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Titulos
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

/* Espaçamentos
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 15px;
    padding-right: 7px;
    padding-top: 7px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 10px;
}