@import 'general.css';

#container{
  margin:0 auto;
  width:950px;
  background:transparent url('../img/blog_fondo.jpg') no-repeat top left;
  min-height:700px;
  height:1000px;
}

#main_c{
  padding-top:70px;
  margin-left:200px;
}

/* BLOG: TITOLO ALTO */
#main_c #top{
  height:70px;
}
#main_c #top h2#tit_pubb{
  color:#00529E;
  font-weight:bold;
  font-size:1.1em;
  margin-top:20px;
  margin-left:30px;
  display:none;
}

/* BLOG: LISTA *******************************************/
#main_c #blogs{
  width:515px;
  margin-left:30px;
  border:1px solid #00529E;
}
#blogs div.list{
  width:465px;
  margin-left:25px;
}
#blogs div.list h3.b_data{
  color:#00529E;
  font-size:1em;
  margin:20px 0;
}
#blogs div.list h3.b_titolo{
  color:#666;
  font-size:1.3em;
  font-weight:bold;
  margin-bottom:15px;
}
#blogs div.list span.b_testo{
  display:block;
  width:380px;
  font-size:0.9em;
  margin-bottom:8px;
  text-align:justify;
}
#blogs div.list div.b_other{
  color:#666;
  font-size:0.95em;
  font-weight:bold;
  margin-bottom:40px;
  border-top:1px dashed #666;
  padding-top:8px;
}
#blogs div.list div.b_other ul li{
  display:inline;
}
#blogs div.list div.b_other ul li a{
  color:#666;
}

#blogs div.b_commenti{
  display:none;
  width:400px;
  color:#666;
  border:1px dashed #666;
  padding:5px;
  margin-bottom:40px;
}
#blogs div.b_commenti h3.tit_ins_comm{
  color:#666;
  margin-bottom: 20px;
}
#blogs div.b_commenti span{
  display:block;
  width:350px;
  height:25px;
  margin-bottom:5px;
}
#blogs div.b_commenti span.text{
  height:120px;

}
#blogs div.b_commenti span label{
  float:left;
  font-size:1em;
  font-weight:bold;
}
#blogs div.b_commenti span input,#blogs div.b_commenti span textarea {
  float:right;
}

/* BLOG: SIDEBAR A DESTRA ********************************/
#main_c #sidebar_r{
	position:absolute;
	top:150px;
	margin-left:600px;
}
#archivio,#standing,#utilities{
	margin-bottom:10px;
}

#sidebar_r #archivio h2,#sidebar_r #standing h2,#sidebar_r #utilities h2{
  display:block;
  width:155px;
  height:23px;
  background:transparent url('../img/hp/arancio.gif') no-repeat top left;
  color: #FFF;
  font-size:1em;
  text-align:center;
  padding-top:2px;
}

#lista_utility,#lista_utilityNoCat{
  margin-left:30px;
  /*width:200px;*/
  list-style-image:url('../img/hp/segna.gif');
}
#lista_archivio li,#lista_utility li,#lista_utilityNoCat li{
  font-size:0.9em;
  width:140px;
  color:#666;
  padding-left:10px;
}
#lista_archivio li a,#lista_utility li a,#lista_utilityNoCat li a{
  color:#666;
}



/* BLOG COMMENTI *****************************************/
#main_comments{
  width:600px;
  padding:10px;
}
#main_comments #top{}
#main_comments #top h2#tit_lista{
  font-weight:bold;
  color:#666;
  font-size:1.3em;
  margin-bottom:10px;
}

#main_comments #comments{
  width:500px;
}
#comments div.list_comments{
  border-bottom:1px dashed #666;
  margin-bottom:20px;
}
#comments div.list_comments h3.c_data{
  color:#00529E;
  font-weight:bold;
  font-size:1em;
  margin-bottom:5px;
}
#comments div.list_comments h3.c_autore{
  color:#666;
  font-weight:bold;
  font-size:1.1em;
  margin-bottom:10px;
}
#comments div.list_comments h3.c_autore a{color:#999;}
#comments div.list_comments h3.c_autore a:hover{color:#666;}
#comments div.list_comments span.c_testo{
  display:block;
  width:300px;
  font-size:0.9em;
  margin-bottom:10px;
}


