/* @override http://www.eusd.it/blog/wp-content/themes/eusd/style.css */

/*  
Theme Name: EUSD
Theme URI: http://www.eusd.it/
Description: my first attempt at building a custom wordpress theme
Version: 0.1
Author: Sergio Simone
Author URI: http://myriapod.com/
*/

@import "css/reset.css";@import "css/typography.css";@import "css/forms.css";

body {
	color: #333;
	background-color: #b2b2b2;
	//background-color: #eee;
}

hr {
	display: none;
}

#page {
	width: 900px;	text-align: left;
	margin: 0 auto;

	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;
}

img.banner_big {
	margin-top: 50px;
}

/* @group header */

#header {
	text-align: center;
}

/*#header, #content, #sidebar {
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;
}*/

#header h1 {
	display: none;
}

#header .description {
	display: none;
}

/* @end */

#content {
	width: 600px;
	float: left;
	padding-right: 2em;
	padding-left: 2em;
}

div.post {
	margin-bottom: 4em;
}

div.post small {
	color: #ccc;
	margin-bottom: 10px;
	font-size: medium;
}

div.post div.entry {
	margin-top: 20px;
}

/* @group sidebar */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar .widgettitle {
	display: none;
}

#sidebar li.page_item {
	text-transform: uppercase;
	list-style-image: url(/images/icon-star.gif);
	margin-bottom: .5em;
	border-bottom: 1px dotted #fcff00;
	font-size: 1em;
}

/* @end */

#footer {
	float: none;
}

#footer p {
	width: 100%;
	clear: both;
	text-align: center;
	color: #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* @group forms */

#searchform input {
	width: 10em;
	margin-bottom: 6px;
}

form ol {    padding: 0;    list-style: none;}form li {	clear: left;	width: 100%;	padding-bottom: 1em;
	margin: 0;
}label {
	display: block;	width: auto;	margin-right: 1em;
	margin: 0;
	padding: 0;
}label.error {	float: none;	font-weight: bold;	color: #f00;	margin-left: 1em;}

form input {
	width: 30em;
}

form input#submit {
	width: auto;
	margin-left: 20em;
}

form textarea {
	height: 10em;
	width: 40em;
}

/* @end */
