/*
Theme Name: Dialetica: Próximos Capítulos
Theme URI: http://dialetica.org
Template: dialetica_comum
Description: Próximos Capítulos, 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: #D7C48C;
	font-family: LindenHill, Georgia, Times New Roman;
	color: #330000;
}

/* == HEADER == */

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

#content>header img {
    position:relative;
    top: 80px;
    left: 400px;
}

	#content>header h2 {
		font-size: 16px;
		font-variant: small-caps;
		}

/* == NAVIGATION == */

#content>nav {
	background: #A6832C;
}

/* == POSTS == */

#content>section h1 {
	font-weight: bold;
	font-size: 26px;
    text-align: center;
	text-transform: capitalize;
	font-variant: small-caps;
	line-height: 26px;

}

.postheader {
	font-size: 15px;
	line-height: 15px;
	}
	
.postfooter {
	background-color: #A6832C;
	padding: 3px;
	font-size: 15px;
	line-height: 15px;
}

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

/* == COMMENTS == */

#comments h3 {
	font-size: 17px;
	font-variant: small-caps;
}

#comments>header h4 {
	font-size: 17px;
	font-variant: small-caps;
}

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

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

/* == SIDEBAR == */

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

	#content>aside h2 {
	font-size: 19px;
	font-variant: small-caps;
    text-align: center;
}

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

/* == FOOTER == */

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


/* == LINKS == */

#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #330000;
	}
#content a:hover, #content a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	}
