/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body { 
	background: #eee;
	color: #444;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px/1.231;
}

a { color: #C33; text-decoration: underline; }
a:hover { text-decoration: none; background-color: #eee;}

em {
	font-style: italic;
}

#page {
	padding: 20px 0;
		border-top: 25px solid #333;
}


#logo {
	margin-top: 40px;
	
}

#logo h1 a {
	display: block;
	width: 100%;
	height: 155px;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat center center;
	
}


.profile {
	margin-bottom: 2em;
}

.profile p, #contato p {
	font-size: .8em;
	line-height: 1.8em;
}
.profile h3 {
	margin-bottom: 20px;
}
	

h3 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.4em;
	color: #C33;
	margin-bottom: 10px;
	text-shadow: 0 2px 1px #fff;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.4em;
	color: #333;
	text-shadow: 0 2px 2px #fff;
	border-top: 1px solid #666;
}

small {
	font-style: italic;
	font-size: .9em;
	display: block;
	line-height: 1.8em;
	color: #666;
}

#tagline { margin-bottom: 40px; padding-top: 40px; }
#tagline h2 { font-weight: bold; font-size: 2.6em; color: #444;  line-height: 48px; text-shadow: 0 2px 1px #fff; margin-bottom: .8em; letter-spacing: -3px;}


#tagline p {  color: #666; line-height: 1.8em; margin-bottom: 1em; text-align: left; font-size: 1em; text-shadow: 0 2px 1px #fff; ;  }


.figure {
	padding-bottom: 30px;
	margin-bottom: 2em;
}

.figure img {
	border: 1px solid #ccc;
}
.figure h3 {
	color: #333;
}
.figure p {
	font-size: .8em;
	line-height: 1.2em;
}



