/*
Theme Name: Dialetica: Café Mineiro
Theme URI: http://dialetica.org
Template: dialetica_comum
Description: Café Mineiro, 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: #C7B69C;
	font-family: PTSans, Georgia, Times New Roman;
	color: #333333;
}

/* == HEADER == */

#content>header {
	background-image:url('/wp-content/themes/cafemineiro/header_bg.jpg');
	}

	#content>header h2 {
		display: none;
}

/* == NAVIGATION == */

#content>nav {

}

/* == POSTS == */

#content>section {
	background-color: #EAE3DA;
	font-size: 14px;
	color: #000033;
	padding: 10px;
}

#content>section h1 {
	color: #663300;
	font-size: 18px;
}

.postheader, .postfooter {
	color: #663300;
}

/* == COMMENTS == */

#comments h3 {
	color: #663300;
	font-size: 14px;
}

#comments>header h4 {
	color: #663300;
	font-size: 14px;
}

#comments>section {
	font-size: 15px;
}

#comments form {
	font-size: 14px;
}

/* == SIDEBAR == */

	#content>aside {
	padding-right: 30px;
	font-size: 15px;
}

	#content>aside .widget {
	background-color: #EAE3DA;
	padding: 10px;
	margin-bottom: 10px;
}

	#content>aside h2 {
	font-size: 18px;
	color: #663300;
}

	#content>aside li {
		list-style: none;
}

/* == FOOTER == */

	#content>footer {
	padding-top: 10px;
}


/* == LINKS == */

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #663300;
	}
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #333333;
	}
