/* @override http://officinaeditoriale.altromondoeditore.com/wp-content/themes/altromondo/style.css */

/*  
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar!
Version: 1.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

#sidebar {
	float:right;
	width:200px;
	padding-left:5px;
	margin-top:30px;
	border-left:1px solid #bbb;
	margin-bottom: 10px;
}

#sidebar ul {
	margin-left: 0;
}

#sidebar h2 {
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.2em;
	color: #c00;
	border-bottom:1px solid #ddd;
}

#footer {
	clear:both;
}

#sections {
	clear:both;
}

h2,
h3,
h2 a,
h3 a {
	color:#fff;
}

.post, .postmetadata { clear:both; }

.post h2 {
	padding:0;
	margin: 0;
}

.post { width:100%; overflow:hidden; }

.post img { float:left; margin-right:10px; margin-bottom:10px; }

.postmetadata {
	font-size: 11px;
	color: #fcc;
	border-top: 1px solid #922;
}
