/*   
Theme Name: Shu
Theme URI: http://alex.amiran.it
Description: A self-made theme
Author: Alessandro Pellizzari
Author URI: http://alex.amiran.it
Version: 3.0
.
No comment
.
*/

/* Eric Meyer CSS Reset Reload */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}*/
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Fine Eric Meyer CSS Reset */


/*****
	Layout generale
				*****/

#container {
	width: 90%;
	max-width: 80em;
	margin: 0 auto;
}

#header {
}

	/* Layout come da http://blog.html.it/layoutgala/ */
#maincontent {
	float: left;
	width: 100%;
}
	#mcontents {
		margin-right: 38%;
	}

#sidebar {
	width: 38%;
	float: left;
	margin-left: -38%;
}
	
	#sidebar h2 {
		margin: 0;
	}

#top {
	clear: both;	
	width: 100%;
}

#bottom {
	clear: both;	
	width: 100%;
}

#footer {
	clear: both;
	width: 100%;
}


/****** 
	Stili grafici 
				******/

/* Site base font: 1.3*body size (10px) = 13px */

#container {
	font-size: 1.3em;
	line-height: 1.5em;
}

#header {
	background: url(img/header-circuit.jpg) no-repeat top right;
	min-height: 50px;
	border-bottom: 1px solid #4fc84f;
	padding: 10px 0;
	margin: 0 0 20px 0;
}

#header a {
	display: block;
	margin-left: 1em;
	font: 30px monospace;
	line-height: 45px;
}

#subtitle {
	margin-left: 45px;
	font-size: 0.3em;
	font: 18px serif;
	font-style: italic;
}

#top {
	clear: both;
}

	#sidebar ul {
		list-style-type: none;
	}
	
	#sidebar ul.sidebar {
		border-left: 1px solid #4fc84f;
		margin: 0 0 0 0.5em;
		padding: 1em;
	}
	#sidebar li {
		margin: 0;
	}
	
	#sidebar li.widget {
		margin: 0 0 2em 0;
		border-top: 2px solid #4fc84f;
		border-right: 1em solid #4fc84f;
	}
	
	#sidebar h2 {
		font-size: 1em;
		background-color: #e3ffe3;
		padding: 0.3em;
		
	}
	
	#sidebar h3 {
		font-size: 1em;
		font-weight: bold;
		font-style: italic;
	}
	
#bottom {
	clear: both;
}

#posttop {
	width: 130px;
	float: right;
	clear: right;
}

#postbottom {
	clear: both;
}

/*****
	Contents
			*****/

.post {
	padding: 0 0 3em 0;
	margin: 0 1em 2em 1em;
	border-bottom: 1px dashed #4fc84f;
}

	.post p a {
		font-weight: bold;
	}

	.post h1 {
		text-align: center;
	}
	
/**	.post h1, .post h2, .post h3, .post h4, .post h5, .post h6,
	.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6
	 {
		font-family: Tahoma, "DejaVu Serif", "Times New Roman", times serif;
		margin: 1.5em 0 0.5em 0;
	}
*/

	.post .post_info {
		width: 10em;
		float: right;
		clear: right;
		color: #777;
		margin: 0 0 0.5em 1em;
		border-left: 1px solid #4fc84f;
		border-bottom: 1px solid #4fc84f;
		padding: 0 0.5em 0.5em 0.5em;
		text-align: center;
	}
	
		.post address.post_date {
			font-weight: bold;
		}
		
		.post address.post_author {
			font-style: italic;
			font-weight: bold;
		}
		
		.post address.post_category {
			font-style: italic;
			font-weight: bold;
		}
		
		.post ul.post_tags {
			text-align: left;
			font-size: 0.9em;
			border-top: 1px solid #4fc84f;
			padding: 5px 0 0 0;
			margin: 0;
			overflow: auto;
			list-style-type: none;
		}
		
			.post ul.post_tags li {
				padding: 0;
				margin: 0;
			}

	
.postmetadata {
	background-color: #efe;
	font-size: 0.7em;
	color: #696;
	padding: 1em;
	margin: 1em 0 0 0;
	clear: both;
}

.postmetadata a {
	color: #99f;
}

.comments_link {
	border-top: 1px solid #4fc84f;
	border-left: 1em solid #4fc84f;
	padding: 0.2em 0.5em;
	clear: both;
}


.post_comments {
	border-top: 2px solid #4fc84f;
	border-left: 1em solid #4fc84f;	
	font-size: 1.1em;
}

	address.comment_author {
		font-size: 120%;
		font-weight: bold;
	}
	
	.post_comments p {
		margin: 0.5em 0.5em 1em;
		text-align: justify;
	}

#comments {
	background-color: #efe;
	padding: 0.2em 0.5em;
	color: #000;
	font-weight: bold;
}

.commentmetadata {
	font-style: italic;
	font-size: 0.8em;
}

.commentlist {
	margin: 1em 0;
	list-style-type: none;
}

.commentlist li {
	border-bottom: 2px solid #4fc84f;
	margin-bottom: 1.5em;
	padding: 0.5em;
}

#respond {
	font-weight: bold;
	font-size: 1.2em;	
}

p.logged_as {
	font-style: italic;
	font-size: 0.9em;
}

div.post_trackbacks {
	border-top: 2px solid #4fc84f;
	border-left: 1em solid #4fc84f;	
	font-size: 1.1em;
}

div.navigation {
	border: 1px solid #4fc84f;
	padding: 1em;
	margin: 2em 0;
	overflow: hidden;
	height: auto !important;
	height: 1em;
	min-height: 1em;
}

div.navigation .alignleft {
	float: left;
	clear: left;
}

div.navigation .alignright {
	float: right;
	clear: right;
}



div.empty {
	text-align: center;
	font-size: 1.5em;
	border: 2px solid #4fc84f;
	margin: 1em;
	padding: 1em;
	color: #393;	
}


/******
	Forms
	 	******/

fieldset {
	margin: 0.5em;
	border: 1px solid #aaa;
	padding: 0.5em;
}

fieldset legend {
	font-weight: bold;
}

#comment_add {
	position: relative;
}

.form_row {
	padding: 0.2em 0 1em 0;
	clear: left;
	overflow: hidden;
}

	.form_row label {
		width: 27%;
		float: left;
		text-align: right;
		font-size: 0.9em;
	}
	
	.form_row .form_input {
		font-size: 1em;
		padding: 2px;
		display: block;
		/*margin-left: 28%;*/
		float: left;
		margin-left: 1%;
		width: 70%;
	}
	
		.form_input input,
		.form_input textarea,
		.form_input select {
			border: 1px solid #999;
			width: 90%;
			background-color: transparent;
		}
	
	.form_row textarea {
		height: 10em;
	}
	
	.form_row .form_description {
		text-align: right;
	}

.form_buttonbox {
	text-align: right;
}

.form_ops {
	padding: 0.2em 0 1em 0;
	clear: left;
	overflow: hidden;
	text-align: center;
}

.op_submit {
	border: 1px solid #00f;
	background-color: #ccf;
	margin-left: 1em;
	padding: 0 0.5em;
}

.op_cancel {
	border: 1px solid #000;
	background-color: #ccc;
	margin-left: 1em;
	padding: 0 0.5em;
}

.op_edit {
	border: 1px solid #00f;
	background-color: #ccf;
	margin-left: 1em;
	padding: 0 0.5em;
}

.op_delete {
	border: 1px solid #f00;
	background-color: #fcc;
	margin-left: 1em;
	padding: 0 0.5em;
}

a.op_submit,
a.op_cancel,
a.op_edit,
a.op_delete {
	text-decoration: none;
	color: #000;
}

#searchform {
	text-align: right;	
}

#searchform input {
	border: 1px solid #aaa;
}

input#s {
	width: 80%;
	border: 1px solid #aaa;
}

/*****
	Blocks
		*****/

#nav1 {
	background-color: #eaffea;
}

#nav2 {
	background-color: #bfb;	
}

.block {
	margin: 0.5em;
	border: 1px solid #aaa;
	padding: 0.5em;
}


/*****
	AdSense
		*****/

li.adsensem_widget .adsense {
	margin: 1em 0;
	text-align: center;
}


/*****
	Footer
		*****/
		
#footer {
	border-top: 1px solid #4fc84f;
	padding: 1em 0;
	margin: 1em 0;
	text-align: center;
	color: #999;
	font-style: italic;
}

#footer p {
	border-top: 1px solid #aaa;
	padding: 1em;
}


/*****
	Shu Widgets
		*****/
		
.shu_feeds li {
	height: auto !important;
	height: 20px;
	min-height: 20px;
	padding-left: 20px;
}

li.shu_rss2_feed {
	background: url(img/feed_orange.png) no-repeat center left;
	padding-left: 24px;
}

li.shu_atom_feed {
	background: url(img/feed_blue.png) no-repeat center left;
	padding-left: 24px;
}

li.shu_rss0_feed {
	background: url(img/feed_green.png) no-repeat center left;
	padding-left: 24px;
}

li.shu_rdf_feed {
	background: url(img/feed_cyan.png) no-repeat center left;
	padding-left: 24px;
}

/*****
	Temi per widgets
						*****/

#recent-comments li.recentcomments,
#recent-posts li {
	padding-bottom: 0.6em;
}

