/*
Theme Name: Dialetica: É a Mãe!
Theme URI: http://dialetica.org
Template: dialetica_comum
Description: É a Mãe!, 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: #FFCC33;
	font-family: PTSans, Arial, Helvetica;
	color: #000000;
}

/* == HEADER == */

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

	#content>header h2 {
		color: #990000;
		font-size: 18px;
		}

/* == NAVIGATION == */

#content>nav {
	display: block;
	background: #990000;
}

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


/* == POSTS == */

#content>section {
	font-size: 15px;
	background-color: #FFFFEE;
	padding: 10px;
}

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

.postheader, .postfooter {
	font-size: 13px;
}

/* == 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: #FFFFEE;
	padding: 10px;
	margin-bottom: 10px;
}

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

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

#content>aside a:hover, #content>aside a:active {
	text-decoration: underline;
	color: #FFCC33;
}
	
	#content>aside li {
		list-style: none;
}

/* == FOOTER == */

	#content>footer {
	margin-top: 10px;
	padding-top: 10px;
	background-color: #FFFFEE;
}

	#content>footer h2 {
	font-size: 18px;
    color: #990000;
}

	#content>footer ul {
	padding-right: 30px;
}

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

#content>footer li:first-child:before {
    content: "";
}
#content>footer li:before {
	content: " • ";
}


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

#content>footer a:hover, #content>footer a:active {
	text-decoration: underline;
	color: #FFCC33;
}

/* == LINKS == */

#content a:link, #content a:visited {
	text-decoration: none;
	color: #990000;
	}
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #FFCC33;
	}
