body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman";
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
text-align: center 
}

a, a:link, a:visited, a:hover { color:#000066; text-decoration: underline; }

img { border: 1px solid #111; }

#container { width: 100%; margin: auto; text-align: left;}
#corpo { margin: auto; text-align: left }
#footer { margin: 1em auto; text-align: left }

#corpo { 
	float: left;
	padding: 0px;
	border: 3px solid #000;
}

#header, #navbar, #leftbar, #rightbar  {  display: none;  }
.ad { display: none; }
#logo { margin: auto; clear: both; border: 0;}

#narrowcolumn { 
	width: 95%; 
	margin: 0px;
	padding: 5px 15px;
	float: left;
	clear: both; 
}

#widecolumn { 
	width: 95%;
	float: left; 
	padding: 5px 15px;
	clear: both; 
}

#footer { 
	background-color: #eee;
	font-size: 10pt;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px; 
	color: #4F4F4F;
	text-align: center;
	float: bottom;
	margin: 0px;
}

#ricerca_footer, #menu_footer { display: none; }
#disclaimer { font-size: 8pt; }

.box { margin-bottom: 20px; border: 2px solid #cd902f; padding-left: 5px; padding-right: 5px; min-height: 110px; }
.post {  }
.navigation { display: none; }
.avatar { margin-top: 5px; margin-right: 5px; float: left; display: block; }
.date { text-align: right; background: #eee; margin: 0; color: #111; font-size: 10pt; }
.postmetadata { text-align: center; margin-bottom: 5px; color: #333; font-size: 11pt; font-weight: bold;}
.postmetadata a:link, a:active, a:visited {text-decoration: none; }
.entry { background: #eee; text-align: justify; font: 11pt; }
.entry_bigger { background: #eee; font-size: 12pt; text-align: justify; }
.warning { text-align: center; color: #f00; }

.scrivi_comm { display: none; }
#commentform textarea { clear:both; width: 100%; }
#commentform #submit { background: #978166; color: #fff; }
.comment1 { background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 10pt; }
.comment2 { background-color: #eee; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 10pt; }
#comment_meta {  }
#comment_meta a, .comment_meta a:link, .comment_meta a:visited { color: #111; text-decoration: none; background: none; }
#comment_meta a:hover { text-decoration: underline; background: none; }

#entry_list { margin-top: -5px; padding: 0px; }

.menu, .menu_c { display: none; }

ul {
  /* list-style-image: url(http://www.i-bones.net/images/esagono.gif); */
  list-style-type: square;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 15px;
  font-size: 12pt;
}

ol {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 18px;
  font-size: 11pt;
}

li { color: #eee; }

blockquote {
	background: #ddd;
	border: 1px solid #ddd;
	margin-left: 110px;
	margin-top: 0px;
	margin-right: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/*
h1 = titoli pagina
h2 = titoli articoli home/archivi
h2 class "titoli_commenti" = titoli commenti
h4 = scrivi un commento
h5 = paragrafo "titolo" con sfondo colorato
h6 = titoli menu
*/


/* Titoli menu laterali */
h6 {
color: #cd902f; 
font-size: 16pt;
font-weight: bolder;
font-family: Verdana;
text-transform: uppercase;
text-align: left;
padding-top: 3px;
padding-bottom: -1px;
padding-left: 20px;
margin-bottom: 2px;
margin-top: 2px;
margin-left: 12px;
background: url(http://www.i-bones.net/images/esagono.gif) no-repeat bottom left;
}

/* Titolo di articoli in pagina singola, di "Archivio pagina", "archivio Categoria", ecc */
h1 {
text-align: center;
border-bottom: 2px solid #;
margin-top: 10px;
font: 16pt;
font-weight: bold;
margin: 0;
color: #000;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover { text-decoration: none; border: none; }

h1.episodio { margin-bottom: 0; }

/* titoletti articoli in home, pag cat, ecc */
h2 {  	
margin-bottom: 2px;
color: #000; 
font: 15pt;
font-weight: bold;
text-align: center;
}
h2 a:link, h2 a:visited, h2 a:hover{ text-decoration: none; color: #000; }

.titoli_commenti { font-size: 14pt; }

h3.episodio { text-align: right; margin-top: 0; }

h4 { text-decoration: underline; color: #000; text-align: center; font-weight: bold; font-size: 16pt; margin: 0; }

h5 { 
color: #000;
border-bottom: 2px solid black;
width: 100%;
font-weight: bold;
font-size: 14pt;
text-align: left;
}

.alignright { float: right; }
.alignleft { float: left }

table { border-color: #111; font-size: 12pt; }

thead {
color: #eee;
font-weight: bold;
font-size: 14pt;
background-color: #978166;
text-align: center;
}

.centertab {border: 0px; border-collapse: collapse; padding: 5px; width: 100%; align: center;}
