/* =reseting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

a, a:visited { text-decoration: none; }	
fieldset, img { border: none; }
li { list-style: none; }

h1 {
	margin-bottom: 0.5em;
}

h1 a {
	-moz-binding: url(moz-gcontent-fix.xml#XBLDocument);
	text-decoration: none;
	color: #f00;
}

h1 a::before {
	content: url(link.png) " Permalink do " attr(title);
	display: block;
	font-size: 0.35em;
	font-weight: normal;
	text-decoration: none;
	position: static;
	color: #333;
	text-align: left;
	margin-bottom: 1em;
}

