/*
Theme Name: Dialetica: Dragão Gordo
Theme URI: http://dialetica.org
Template: dialetica_comum
Description: Dragão Gordo, 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: #262626;
	font-family: Quicksand, Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	font-size: 14px;
}

/* == HEADER == */

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

	#content>header h2 {
		font-size: 14px;
		color: #FFFFFF;
		text-shadow: 2px 2px #000000;
}

/* == NAVIGATION == */

#content>nav {
	display: none;
	}

/* == POSTS == */

#content>section {
	display: block;
	width: 920px;
	background-color: #333333;
	padding: 20px;
	}

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

#content>section h1 {
	font-size: 20px;
	text-shadow: 2px 2px #000000;

}
	
/* == COMMENTS == */

#comments h3 {
	font-size: 20px;
	text-shadow: 2px 2px #000000;

}

/* == SIDEBAR == */

	#content>aside {
		display: none;
	}

/* == FOOTER == */

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

	#content>footer h2 {
	font-size: 20px;
	text-shadow: 2px 2px #000000;
}

	#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: " § ";
}

/* == LINKS == */

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