/*
Theme Name: Dialetica: Agridoce
Theme URI: http://dialetica.org
Template: dialetica_comum
Description: Agridoce, 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: #EEEEEE;
	font-family: Verdana, Arial, Helvetica;
	color: #333333;
}

/* == HEADER == */

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

	#content>header h2 {
		font-family: Quicksand;
		color: #FFFFFF;
		font-size: 14px;
		}

/* == NAVIGATION == */

#content>nav {
	display: none;
	}

/* == POSTS == */

#content>section article {
	display: block;
	border: 2px solid;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-color: #CCCCCC;
	padding: 10px;
	margin-top: 20px;
	}

#content>section h1 {
	font-family: Quicksand;
	font-weight: bold;
	font-size: 23px;
}

.postheader, .postfooter {
	font-size: 11px;
	}
	
#content>section {
	font-size: 13px;
}

img{
	border:none;
}

a img { border:none }

	
/* == COMMENTS == */

#comments h3 {
	font-size: 13px;
	font-family: Quicksand;
}

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

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

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

/* == SIDEBAR == */

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

	#content>aside h2 {
	display: block;
	font-family: Quicksand;
	color: #CC5C5C;
	font-size: 15px;
	padding: 7px;
}

	#content>aside .widget {
		background-color: #990000;
		padding: 0 5px 5px 5px;
		margin-bottom: 10px;
		color: #FFFFFF;
		border: 2px solid;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-color: #990000;
}


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

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

#content>aside a:hover, #content>aside a:active {
	text-decoration: none;
	color: #630000;
	}

/* == FOOTER == */

	#content>footer {
	background-color: #990000;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
	border: 2px solid;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-color: #990000;

}

	#content>footer h2 {
	font-family: Quicksand;
	color: #CC5C5C;
	font-size: 15px;
}

	#content>footer .widget {
	display: table;
	display:inline-block;
	width: 25%;
	vertical-align: top;
	padding-right: 30px;
}

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

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

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

/* == LINKS == */

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