/*
Theme Name: Dialetica: Micro-ondas
Theme URI: http://dialetica.org
Template: dialetica_comum
Description: Micro-ondas, tema em HTML 5, baseado no codigo desenvolvido para o H5.
Version: 1.0
Author: Jeff Starr e Andre Marmota
Author URI: http://perishablepress.com/
Tags: minimalist, template, html5

	Original theme: H5 v1.0
	http://diggingintowordpress.com/

	This theme was lovingly designed and developed by Jeff Starr, 
	who blogs at perishablepress.com and designs at monzilla.biz.

	The CSS, HTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html
*/

@import url("/wp-content/themes/dialetica_comum/style.css");

/* == BASICS == */

body {
	background: #EEEEEE;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
}

/* == HEADER == */

	#content>header h2 {
		display: none;
		}

	#content>header img {
		position: relative;
		left: -35px;
		}

/* == NAVIGATION == */

#content>nav {
	display: none;
	}

/* == POSTS == */

#content>section {
	display: block;
	width: 960px;
	}

#content>section article {
	padding: 10px;
	margin-top: 20px;
	}

#content>section h1 {
	font-size: 80px;
	letter-spacing: -3px;
	line-height: 0.9;

}

#content>section blockquote {
    background-color: #CCCCCC;
    padding: 10px 30px;
}

#content>section .category {
	display: none;
}

img{
	border:none;
}

a img { border:none }

	
/* == COMMENTS == */

#comments h3 {
	font-size: 40px;
	letter-spacing: -3px;

}

/* == SIDEBAR == */

	#content>aside {
		display: none;
	}

/* == FOOTER == */

	#content>footer {
	margin-bottom: 10px;
}

	#content>footer h2 {
	font-size: 40px;
	letter-spacing: -3px;
}

	#content>footer .widget {
	display: table;
	display:inline-block;
	width: 40%;
	vertical-align: top;
	padding-right: 10px;
}

	#content>footer li {
	display: block;
    list-style: none outside none;
}

/* == LINKS == */

#content a:link, #content a:visited {
	text-decoration: none;
	color: #000000;
	}
#content a:hover, #content a:active {
	text-decoration: none;
	color: #666666;
	}
