body {
	background: #808080; /* 4f4f4f; #978166 */
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #4F4F4F;
}

a, a:link, a:visited { color: #cd902f; text-decoration: underline; }
a:hover { color: #eee; background: #cd902f; text-decoration: none; }


img { border-color: 1px solid #111; }

body { text-align: center }  
#header { width: 950px; height: 150px; text-align: center; }
#navbar { width: 950px; height: 25px; text-align: center;}
#container { width: 950px; margin: auto; text-align: left;}
#corpo { width: 950px; margin: auto; text-align: left }
#footer { width: 950px; margin: 1em auto; }

#corpo { 
	background-color: #eee;
	float: left;
	padding: 0px;
	border: 3px solid #000;
}

#header { 
background-image: url(http://www.i-bones.net/images/header/header-5cumple.png);
background-repeat: no-repeat;
border-bottom: 2px solid black;
}

#logo { display:none; }

#navbar {
padding-top: 7px;
padding-bottom: 3px;
font-size: 15px;
font-weight: bold;
text-align: center;
background: #eee;
}

a.menu_o, a:link.menu_o, a:visited.menu_o {
padding-right:2%;
padding-left:2%;
border: 1px solid #111;
background: #978166; /* 7c7565;  */
color: #eee;
text-decoration: none;
}

a:hover.menu_o { background-color: #cd902f; color: #fff; }

#leftbar { 
	width: 180px;
	float: left;
	background: #eee;
	margin: 0px;
}

#narrowcolumn { 
	width: 560px; 
	background: #eee;
	margin: 0px;
	padding: 5px 15px;
	float: left;
}

#rightbar { 
	width: 180px; 
	background: #eee;
	margin: 0px;
	text-align: right;
	float: right;
}

#widecolumn { 
	width: 730px;
	float: left; 
	background: #eee;
	padding: 5px 15px;
}

#footer { 
	background-color: #eee;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px; 
	/*padding: 10px; 
	font-size: 0.6em;
	font-weight: normal;*/
	color: #4F4F4F;
	text-align: center;
	float: bottom;
	margin: 0;
}

.box { margin-bottom: 20px; border: 2px solid #cd902f; padding-left: 5px; padding-right: 5px; min-height: 110px; }
.box_small { margin-bottom: 20px; border: 2px solid #cd902f; padding-left: 5px; padding-right: 5px; }
.post {  }
.navigation { margin-top: 0px; margin-bottom: 15px; color: #808080; display: block; font-size: 10px; }
.navigation a, .navigation a:link, .navigation a:active, .navigation a:visited { color: #808080; text-decoration: none; } 
.navigation a:hover { text-decoration: underline; background: transparent; color: #111; }
.avatar { margin-top: 5px; margin-right: 5px; float: left; display: block; }
.date { text-align: right; background: #eee; margin: 0px; color: #111; font-size: 10px; }
.postmetadata { text-align: center; background: #eee; margin-bottom: 5px; }
.postmetadata a:link, .postmetadata a:active, .postmetadata a:visited {text-decoration: none; color: #111;}
.postmetadata a:hover {text-decoration: underline overline; background: transparent; color: #cd902f; }
.entry { background: #eee; text-align: justify; font: 11px verdana; }
.entry_bigger { background: #eee; font-size: 13px; text-align: justify; }
.warning { text-align: center; color: #f00; }

.scrivi_comm { border: 2px solid #cd902f; width: 50%; padding: 10px; margin: auto; margin-top: 15px;}
#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: 10px; }
.comment2 { background-color: #eee; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 10px; }
#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 {
	background: #978166;
	width: 150px;
	font-size: 11px;
	color: #111;
	padding: 2px;
	border: 1px solid #000;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

.menu a:link, .menu a:visited, .menu a:active { color: #fff; text-decoration: none; }
.menu a:hover { color: #000; text-decoration: none; background: transparent; } 

.menu_c {
	background: #978166;
	width: 150px;
	font-size: 11px;
	color: #111;
	padding: 2px;
	border: 1px solid #000;


	margin: auto;
	text-align: center;
}

.menu_c a:link, .menu_c a:visited, .menu_c a:active { color: #fff; text-decoration: none; }
.menu_c a:hover {}

.ul_prim {
  /* list-style-image: url(http://www.i-bones.net/images/esagono.gif); */
  list-style-type: square;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 15px;
  font-size: 12px;
  align: left;
}

.menu ol {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 18pxpx;
  padding-left: 5px;
  font-size: 11px;
  list-style-position: outside;
}

.menu 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
h3 = titoli commenti
h4 = scrivi un commento
h5 = paragrafo "titolo" con sfondo colorato
h6 = titoli menu
*/


/* Titoli menu laterali */
h6 {
color: #cd902f; 
font-size: 15px;
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;
}

h6 a:link, h6 a:visited { text-decoration: underline; }
h6 a:hoover { background-color: #cd902f; }

/* Titolo di articoli in pagina singola, di "Archivio pagina", "archivio Categoria", ecc */
h1 {
text-align: center;
border-bottom: 2px solid #cd902f;
margin-top: 10px;
font: 18px verdana;
font-weight: bold;
margin: 0px;
color: #111;
}

h1 a:link, h1 a:active, h1 a:visited { color: #cd902f; text-decoration: none; }
h1 a:hover { color: #111; background: transparent; text-decoration: none; } 
.pagetitle { color: #111; border: none; }

/* titoletti articoli in home, pag cat, ecc */
h2 {  	
margin-bottom: 2px;
color: #cd902f; 
font: 15px verdana;
font-weight: bold;
text-align: left;
margin-left: 0px;
padding-left: 17px;
background: url(http://www.i-bones.net/images/esagono.gif) no-repeat bottom left;
}

h2 a:link, h2 a:visited { color: #cd902f; text-decoration: none;}
h2 a:hover { color: #111; text-decoration: none; background: transparent;}

h4 { text-decoration: underline; color: #cd902f; text-align: center; font-weight: bold; font-size: 15px; margin: 0px; }

h5 { 
color: #eee;
font-weight: bold;
font-size: 13px;
background-color: #978166;
text-align: left;
padding: 3px;
margin-bottom: 0px;
border: 1px solid #000;
}
h5 a:link, h6 a:visited { color: #111; text-decoration: underline; }
h6 a:hoover { background-color: #cd902f; }

.alignright { float: right; }
.alignleft { float: left }

table { border-color: #978166; }

thead {
color: #eee;
font-weight: bold;
font-size: 13px;
background-color: #978166;
text-align: center;
}

.centertab {border: 0px; border-collapse: collapse; padding: 5px; width: 100%; align: center;}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Guida episodi */

#dati {
height: 112px;
padding-top: 10px;
margin-bottom: 2px;
border-bottom: 2px solid #cd902f;
}

h1.episodio {
margin-bottom:0;
text-align: right;
}

h3.episodio {
margin: 0;
text-align: right;
}

table.episodio {
height: 100px;
}

hr {
// color: #cd902f;
// background-color: #cd902f;
// height: 2px;
border: 1px solid #cd902f;
}

#pagina_episodio { margin-top: 2px; }

#pagina_episodio blockquote {
	background: #ddd;
	border: 1px solid #ccc;
	margin: 0 auto;
	width: 400px;
	// margin-right: 5px;
	padding: 10px;
}

.ul_sec {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3px;
  padding-left: 15px;
  font-size: 11px;
  width: 88%;
  list-style-position: outside;
}

.ul_sec li {
  text-indent: -5px; 
}
