/*
Theme Name: Nautilus
Theme URI: http://www.madeve.com/
Description: theme developed for http://madeve.com by Marco Della Vecchia
Version: 1.2.1
Author: Marco Della Vecchia
Author URI: http://www.madeve.com/
	
	CSS rilasciato sotto Licenza Creative Commons
	http://creativecommons.org/licenses/by-nc-nd/2.0/it/	
		Design ed elementi grafici di questo sito non possono essere riutilizzati
	senza il permesso scritto dell'autore. Sei comunque libero di studiare e utilizzare 
	le tecniche implementate in questo codice.
	
	CSS released under Creative Commons License
	http://creativecommons.org/licenses/by-nc-nd/2.0/it/deed.en_GB
		This design is not a template. You may not reproduce it elsewhere without the 
	designer's written permission. However, feel free to study the CSS and use 
	techniques you learn from it elsewhere.
*/

body {
	font-family: Verdana, Arial !important;	
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	}
#headline, #submenu {
	display:none;
	}
#logom span {
	font-size:1.2em;
	}
	
a { color:#000; text-decoration:underline; }
img { display:none; }

.post {
	margin:0 0 50px 0;
	padding:0;
	
	}

.entry {
	padding:0;
	margin:0;
	font-size:0.9em;
	line-height:1.5em;
	text-align:justify;
}

.entry blockquote {
	padding:0 8px;
	border-left:1px solid #000;
	color:#666;
	}

.entrytitle {
	margin:0;
	padding:0;
}
.entrytitle h2 {
	margin:0 0 30px 0;
	padding:12px 0 5px 0;
	font-size:1.0em;
	font-weight:normal;
	background:url('') no-repeat;
	border-top:5px solid #666;
	border-bottom:1px solid #666;

	}
.entrytitle h2 a {
	text-decoration:none;
	color:#000;	
	}
.entrytitle h2 a:hover {
	text-decoration:none;
	color:#000;
	}	

.data {
	margin:0;
	padding:0;
	font-size:0.8em;
	color:#000;
	text-align:center;
	}


