@CHARSET "ISO-8859-1";

.nocomments{
	visibility: hidden;	
}

.bollettino_form input, .bollettino_form select, .bollettino_form textarea{
	width: 66%;
}

.bollettino_form label{
	margin-top: 4px;
	display: block;
	float: left;
	width: 30%;
}

#categories-all input, #categories-all select, #categories-all textarea, #categories-all label  {
	width: 0;
	float: none;
	display: inline;
	/* margin-top:0; */
}

.bollettino_post_right {
	margin-top: 4px;
	display: block;
	float: right;
}

/* azzotta il padding per il paragrafo impostato da TickBox*/
#TB_ajaxContent p {
	padding:0px 0px;
}

/* Prepara il padding per l''elenco delle categorie come tree */
#categories-all ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	
}

#categories-all ul li ul{
	list-style-type: none;
	padding-left: 15px;
}

/* imposta il carattere piccolo nelle grid flexigrid */
.flexigrid div.bDiv td {
	font-size: 11px;
}

.fpb_add {
	background: url(js/images/add.png) no-repeat left;
}
	
.fpb_delete {
	background: url(js/images/delete.png) no-repeat left;
}

.fpb_export_xls {
	background: url(js/images/export_xls.png) no-repeat left;
}

.fpb_export_pdf {
	background: url(js/images/export_pdf.png) no-repeat left;
}

.fpb_print {
	background: url(js/images/print.png) no-repeat left;
}


/* Fix dei css FlexiGrid utilizzandolo in amministrazione 
.flexigrid {
	border-bottom-style: 0;
	border-bottom-width: 0;
	padding: 0;
	vertical-align: middle;
	width:0;
}

*/
#bollettino_search label {
	width: 100%;
}
#bollettino_search input {
	width: 100%;
}
#bollettino_search select {
	width: 100%;
}
#bollettino_search textarea {
	width: 100%;
}



/* Qui cominciano i settaggi per la trasformazione delle liste ul li metadati in div */
#header {
	position: relative;
	float:left;
	margin: 0px auto;
	font-size: .9em;
	height: 90px;
	width: 670px;
}
#feed {
	position:relative;
	float:right;
	width:280px;
	height:90px;
	background-color: #FFFFFF;
}

.post-metar {
	text-align: left;
    height:28px;
}

.post-meta {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
	
.post-meta li {
	text-align: left;
    float: left;
    list-style: none;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    border: 1px solid #CCC;
    font-size: .8em;
	font-weight: normal;
	
}
.post-meta span {
	color:blue;
}
.post-meta span {
	color:red;
}

.smalltext {
	font-size: .6em;
	color:red;
}
