/*
Theme Name: Helveticus
Theme URI: http://macacos.com/
Description: A simple, clean, content-oriented theme.
Version: 1.0
Author: Pedro Couto e Santos
Author URI: http://macacos.com/
Tags: simple, three columns
*/

/*Eric Meyer's Reset*/
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Helveticus Styles*/
body, html {
	font-size:18px;
	background-color:#F2F2F2;
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

a {
	color:#007ecb;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	margin:1em 0 0.5em 0;
}

div#wrapper {
	width:1048px;
	margin:0 auto;
	padding:1em;
}

/*Header*/
header {
	width:100%;
	padding:0;
	margin:0;
}

header a h1 {
	width:349px;
	height:94px;
	background:url('images/logo.png') no-repeat;
	text-indent: -90000px;
}

header a {
	width:349px;
	height:94px;
}

/*Search Form*/
form#searchform {
	padding-top:12px;
	width:210px;
	float:right;
}

form#searchform input[type="text"] {
	border:1px solid #D4D4D4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:2px;}

/*Main nav*/
nav.main_nav ul {
	list-style:none;
	margin:24px 0 21px 0;
	padding:0;
}

nav.main_nav ul li {
	display:inline;
	margin-right:42px;
	font-size:28px;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: -0.07em;
}

nav.main_nav ul li.selected a {
	color:#404040;
position:relative;
top:18px;}

nav.main_nav ul li.flushright a {
	float:right;
	}

nav.main_nav ul li a {
	color:#CFCFCF;
	text-shadow:0px 1px 0 #FFF;
	
}

/*Columns*/
.column1, .column2, .column3 {
	float:left;
}

.column1 {
	width:728px;
	margin-right:20px;}
	
.column2 {
	width:177px;}
	
.column3 {
	width:300px;}
	
/*Column 1*/
div.column1 h1 {
	padding:35px 0 12px 0;
font-size:22px;
letter-spacing:-0.04em;
}

column1 p {
	line-height:1.3em;
	margin-bottom:1em;
}
	
	/*Column 2*/	
	div.column2 h2 {
		font-size:12px;
		text-transform:uppercase;
		padding:35px 0 0 30px;
	}

	div.column2 ul.wp-tag-cloud, div.column2 ul.categories	{
		padding:18px 0 0 30px;
	}

	div.column2 ul.wp-tag-cloud li a	{
	color:#000;}
	
	div.column2 ul.categories li {
		padding:0.3em 0;
	}
	
	div.column2 ul.categories li a {
		color:#000;
		font-size:0.85em;
	}

	/*Column 3*/
	div.column3 {
		padding-top:27px;
		font-size:75%;
	}

	div.column3 h2 {
		color:#AAA;
		margin:8px 0;
	}

	div.column3 ul, div.column3 li {
		list-style:none;
		padding-left:8px;
	}

	div.column3 ul li {
		line-height:1.5em;
	}

	div.column3 a {
		color:#245c7e;
	}

/*Stuff in posts*/	
div.post {
	padding:35px 0 13px 0;}
	
div.post.single {
	padding:10px 0 13px 0;
}

div.post ul, div.post ol {
	padding-left:2em;
	margin:2em 0;
}

div.post ul {
	list-style:disc;
}

div.post ol {
	list-style-type: decimal;
}

div.post ul li, div.post ol li {
	line-height:1.3em;
	padding-bottom:0.3em;
}

div.post h1 {
	font-size:22px;
	letter-spacing:-0.04em;
	padding:0;
	margin:0;
	font-weight:700;}
	
div.post h1 a {
	color:#000;
}

div.post h1 a:hover {
	color:#007ECB;
}
	
div.post h3 {
	text-transform:uppercase;
	font-size:14px;
	color:#9E9E9E;
	font-weight:normal;
	padding:0;
	margin:22px 0 0 0;
}

div.post p {
	line-height:1.3em;
	margin-top:1em;
}

div.post p.data {
	color:#4D4D4D;
	padding:0;
	margin-top:-2px;
	margin-bottom:28px;
	font-size:12px;}

div.post img {
	display:block;
	border:1px solid #F2F2F2;
	-moz-box-shadow:0 0 20px #BBB;
	-webkit-box-shadow:0 0 20px #BBB;
	max-width:100%;
}

div.post img.center {
	margin-left:auto;
	margin-right:auto;
}

div.post img.topofpost {
	margin-bottom:12px;
}

div.post img.bottomofpost {
	margin-top:12px;
}

div.post img.middleofpost {
	margin-top:12px;
	margin-bottom:12px;
}

div.post img.avatar {
	float:left;
	margin:0 6px 6px 0;
}

div.post ul.related_post {list-style:none;margin:0;padding:0;}

div.post ul.related_post li {
	display:inline-block;
	line-height:1em;
	padding:0;
	margin:0 28px 0 0;}
	
.wp-caption-text {
	font-size:0.7em;
    background:url('images/camera.png') no-repeat top left ;
    font-family:Georgia, Times New Roman, Times, Serif;
    padding:6px 4px 4px 28px;
	line-height:24px;
}
	
p.comments {
	background:#FFF url('images/separator.png') no-repeat left bottom;
	font-weight:bold;
	font-size:18px;
	letter-spacing: -0.05em;
	margin-top:16px;
	padding:4px 4px 16px 4px;
}

p.comments a {
	color:#113c5e;
	
}

p.comments span {
	vertical-align: super;
	font-size: 11px;
	font-weight: normal;}

/*Comments*/
ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	margin-top:24px;
}

ol.commentlist div.reply {
	margin-top:12px;
}

ol.commentlist div.reply a {
	padding:6px;
	background:#888;
	color:#fff;
	font-size:11px;
	text-transform: uppercase;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

ol.commentlist div.reply a:hover {
	background:#AAA;
	text-decoration:none;
}

ol.commentlist li ul.children {
	padding-left:8px;
	margin-left:8px;
	border-left:1px dotted #666;
	list-style:none;
}

li.comment {
	padding:10px;
}

li.comment.odd {
	background:#DEDEDE;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

/*Post navigation*/
nav.postnav {
	font-size:11px;
} 

nav.postnav ul {
	border-top:1px solid #DDD;
	padding-top:3px;
	margin-top:35px;
}

nav.postnav ul li.next {
	float:right;
}
	
/*Page navigation*/

nav.pages {
	text-transform: uppercase;
	font-weight:bold;
	font-size:28px;
	letter-spacing: -0.07em;
}

nav.pages a {
	color:#404040;
}

nav.pages ul {
	padding:0;
	margin:0;
	list-style:none;
}

nav.pages ul li.previous {
	float:left;
}

nav.pages ul li.previous a {
	padding-bottom:10px;
	background:url('images/setas.png') no-repeat 0px 20px;
}

nav.pages ul li.next {
	float:right;
}

nav.pages ul li.next a {
	padding-bottom:10px;
	background:url('images/setas.png') no-repeat right -163px;
}





/*Footer*/
footer {
	width:100%;
	display:block;
	position:absolute;
	margin-top:24px;
	border-top:1px solid #000;
	background:#333;
}

footer div {
	width:960px;
	margin:12px auto;
}

footer div h2 {
	color:#BABABA;
	font-size:28px;
	font-weight:bold;
	letter-spacing: -0.07em;
}

p.claim {
	font-size:14px;
	color:#7A7A7A;
	margin-top:-3px;
	margin-bottom:12px;
}

p.notes {
	color:#FFF;
	line-height:1.5em;
	font-size:12px;
}

/*Archives*/
div.smart-archives {
	margin-top:24px;
	
}

div.smart-archives p {
	line-height:2em;
	border-bottom:1px dotted #888;
}

div.smart-archives a {
	font-size:18px;
}

div.smart-archives a.year-link {
	font-size:22px;
	padding:0;
}

div.list_titles {
	padding:6px 0 6px 12px;
	border-bottom:1px solid #DDD;
}

div.list_titles time {
	color:#AAA;
	font-size:12px;
}

/*Additional stuff*/
.hidden {display:none;}
iframe {margin-top:10px;}