/*
Theme Name: Dialetica: De Bubuia
Theme URI: http://dialetica.org
Template: dialetica_comum
Description: De Bubuia, 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: #FFFFFF;
	font-family: NotthingYouCouldDo, Georgia, Times New Roman;
	color: #2A423C;
}

/* == HEADER == */

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

	#content>header h2 {
		color: #FFE9B7;
		font-size: 18px;
		text-shadow: 2px 2px #6E212E;
		}

/* == NAVIGATION == */

#content>nav {
	display: block;
}

#content>nav ul li {
    background: #6E212E;
    padding: 5px;
}

#content>nav a:link, #content>nav a:visited {
	text-decoration: none;
	color: #CDDEC6;
	}


/* == POSTS == */

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

#content>section h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;

}

.postheader, .postfooter {
	font-size: 13px;
	color: #6E212E;
}

/* == COMMENTS == */

#comments h3 {
	font-size: 15px;
}

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

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

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

/* == SIDEBAR == */

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

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

	#content>aside h2 {
	font-size: 18px;
	letter-spacing: -1px;
    color: #FFFFFF;
}

#content>aside a:link, #content>aside a:visited {
	text-decoration: none;
	color: #CDDEC6;
	}

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

/* == FOOTER == */

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


/* == LINKS == */

#content a:link, #content a:visited {
	text-decoration: none;
	color: #6E212E;
	}
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #CCCCCC;
	}
