/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 100;
	font-size: 13pt;
	font-family: Roboto;
	vertical-align: baseline;
	color: #333;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
.footer-bottom #assina {
	float: right;
}
#heading-wrap .heading h10 {
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	width: 150px;
	height: 35px;
	padding-left: 15px;
}
#heading-wrap .heading #titulo-pags {
	float: left;
	height: 35px;
	margin-top: 30px;
	font-family: Oswald, serif;
	font-size: 18pt;
	color: #333;
	margin-left: 10px;
	margin-right: 15px;
}
#mid-column-wrap .mid-column .portfolio li h8 {
	font-family: Roboto;
	font-size: 36px;
}
#mid-column-wrap .mid-column .column3_2 .blog-list li .description h8 {
	font-family: Roboto;
}
#mid-column-wrap .mid-column h8 {
	font-family: Oswald, serif;
	font-size: 36px;
}
h20 {
	font-family: Roboto;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	float: left;
	text-align: center;
	margin-left: 15px;
}
