/*
Theme Name: blogitalia
Theme URI: http://www.kifulab.net/
Description: The default BlogItalia theme.
Version: 1.0
Author: Kilotto & Fulippo
Author URI: http://www.kifulab.net/
Tags: wordpress 2.9, fixed width, two columns, widgets
*/

/* Begin Reset Style*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%; 
	font-family: inherit;
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td  { margin: 0; padding: 0; }
strong { }
:focus { outline: 0; } /* remember to define focus styles! */
body { /* line-height: 1; */ /*  Disabilito l'altezza della linea */ color: black; background: white; }
ol, ul , li{ list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* End Reset Style*/


/* Begin Tags */
*{margin:0;padding:0}
html { margin:0px; }
body {
	text-align: center;
	color: #232323;
	font-size:62.5%; /* Resets 1em to 10px */
	font-size:13px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	margin:0px;
	padding:0;
	background:#f5f5f5;
}
a, a:visited { text-decoration:none; color:#3D9D0D }
a:hover { text-decoration:underline; }
blockquote { background:#f8f8f8; font-style:italic; border-left:5px solid #CCCCCC; padding:5px 0; padding-left:15px; margin-bottom:10px; }
blockquote p { margin:0; padding:0px; }
code { background:#f9f9f9; border:1px solid #e2e2e2; padding:5px; }
h1 { font-size:18pt; }
h2 { font-size:14pt; }
h3 { font-size:12pt; }
p {margin-bottom:10px;}
small { font-size:8pt; }
/* End Tags */


/* Begin Stuff */
	.overflow{overflow:hidden;}
	.clear { clear:both; }
	.cleaner { clear:both; height:0px; line-height:0px; font-size:0px; }
	.no-border, .no-border img { border:none; }
	.no-decoration, .no-decoration a, .no-decoration a:hover { text-decoration:none; }

	/* Font */
	.georgia { font-family: Georgia, 'Times New Roman', Arial, Sans-Serif; }
	
	.bold, .bold a { font-weight:bold; }
	.italic, .italic a { font-style:italic; }
	
	.fsize-10 { font-size:10px; }
	.fsize-12 { font-size:12px; }
	.fsize-14 { font-size:14px; }
	.fsize-16 { font-size:16px; }
	.fsize-18 { font-size:18px; }
	.fsize-22 { font-size:22px; }
	.fsize-24 { font-size:24px; }
	.fsize-26 { font-size:26px; }
	
	.text-left { text-align:left; }
	.text-right { text-align:right; }
	.text-center { text-align:center; }
	.text-justify { text-align:justify; }
	
	/* Colors */
	.azure, .azure a, .azure a:visited { color:#0A71B3; }
	.azure-a a { color:#0A71B3; }
	.azure-light, .azure-light a, .azure-light a:visited { color:#E4F4F9; }
	.black, .black a, .black a:visited { color:#232323; }
	.blue, .blue a, .blue a:visited { color:#0C538E; }
	.green, .green a, .green a:visited {color:#5CC11A;}
	.green-dark, .green-dark a, .green-dark a:visited {color:#225103;}
	.grey, a.grey , a.grey:visited { color:#666; }
	.red, .red a, .red a:visited { color:red; }
	.veryblack, .veryblack a, .veryblack a:visited { color:#000; }
	.yellow, .yellow a, .yellow a:visited { color:#FFFF00; }
	.yellow-med, .yellow-med a, .yellow-med a:visited { color:#BFBF30; }
	.white, .white a, .white a:visited { color:white; }
	.orange, .orange a, .orange a:visited{color:#f90}
	.alignleft{ float:left; }
	.alignright{ float:right; }

	.line-height-64 { line-height:64px; }

	.separator-ori-5  { border-top:5px solid #0C538E; }

	.margin-r-0 { margin-right:0px; }
	.margin-r-10 { margin-right:10px; }
	.margin-r-20 { margin-right:20px; }
	.margin-r-30 { margin-right:30px; }
	.margin-l-10 { margin-left:10px; }
	.margin-l-20 { margin-left:20px; }
	.margin-b-10 { margin-bottom:10px; }
	.margin-b-20 { margin-bottom:20px; }
	
	.padding-top-10{padding-top:10px}
	.padding-b-10 { padding-bottom:10px; }
	.padding-b-20 { padding-bottom:20px; }
	.padding-t-10 { padding-top:10px; }
	.padding-t-20 { padding-top:20px; }
	
	.col-1 { width:300px; }
	.col-2 { width:620px; }
	.col-3 { width:940px; }
	
	.grid_140 { width:140px; }
	.grid_300 { width:300px; }
	.grid_460 { width:460px; }
	.grid_940 { width:940px; }
	
	.grid_1 { width:60px; }
	.grid_2 { width:140px; }
	.grid_3 { width:220px; }
	.grid_4 { width:300px; }
	.grid_5 { width:380px; }
	.grid_6 { width:460px; }
	.grid_7 { width:540px; }
	.grid_8 { width:620px; }
	.grid_9 { width:700px; }
	.grid_10 { width:780px; }
	.grid_11 { width:860px; }
	.grid_12 { width:940px; }
	.banner{}
	
	.f10{font-size:10px;}
	.f11{font-size:11px;}
	.f12{font-size:12px;}
	.f14{font-size:14px;}
	
	.underline{text-decoration:underline}
/* End Stuff */

/* Begin Structure */
#bi_logo{position:absolute;left:18px;top:30px}
#page { 
	background:url(images/bg.gif) repeat-y;
	width:980px; 
	margin: 0px auto;
}

#container { 
	overflow:hidden;
	padding:0px 15px 0px 16px;
}
#content { 
	text-align:left;
	overflow:hidden;
	margin:0 20px 20px 20px;
	padding-top:5px;
}
#content-page {
	float:left;
	text-align:left;
}

#sidebar { }

#footer { 
	background:url(images/footer.gif) no-repeat;
	font-size:12px;
	width:950px;
	color:white;
	padding:10px 0;
	margin:0px auto;
}
#footer a {color:white;}
#footer p { margin-bottom:0px; }
/* End Structure */

/* Begin Header */
#header {
	position:relative;
	padding:0 20px;
	margin:20px 0;
	overflow:hidden;
	width:909px;
}
#bartop {
	/* height:30px; */
	padding:0 20px;
	
}
#bartop ul li { 

}

#menumain {
	background:URL("images/menutop_bg.jpg") center top no-repeat;
	
	border-bottom:1px dotted #656565;
	padding-top:20px;
	margin:0 20px;
	margin-top:5px;
	padding-bottom:10px;
}
#menumain ul{width:865px;margin:0 auto;overflow:hidden;}
#menumain ul li { 
	float:left; 
	padding:0 2px;
	height:46px;
	line-height:46px;
	border-right:1px dotted #656565;
}

#searchblog{padding:5px 0;margin:0 20px;border-bottom:1px dotted #656565;text-align:left}
#searchblog #searchbg{position:relative; width:810px;background:#3D9D0D;height:41px;padding:0 5px; overflow:hidden;}
#searchblog .text{background:white;border:none;font-size:18px;padding:5px 4px;margin-top:5px;width:450px}
#searchblog .ac_loading {background: url('images/39.gif') white 435px center no-repeat;}
#searchblog select{font-size:12px;padding:6px 4px;border:none; }
#searchblog select#provincia { position:absolute; top:5px; left:665px; height:32px; }
#searchblog select#categoria { position:absolute; top:5px; left:490px; width:160px; height:32px; }
.ac_results{background:white;text-align:left;position:relative;top:1px;width:458px}
.ac_results li{border-bottom:1px solid #e5e5e5;padding:5px}
.ac_results li:hover{background:#f2f2f2}
.ac_results strong{color:#3D9D0D}
/* End Header */

/* Begin Sidebar */
.banner_300{margin-bottom:10px;width:300px;float:left;overflow:hidden;}
#container_300{overflow:hidden;float:left;width:300px;margin-right:10px}
#sidebar-page { }
.sidebars{width:145px;float:left;margin-right:10px;overflow:hidden;}
.sidebars h2.widgettitle{background:URL("images/bubble_green.png") left bottom no-repeat;padding:10px 20px 30px 15px;width:110px;color:white;font-size:12px;text-transform:uppercase;font-weight:bold;margin-bottom:8px;font-weight:bold}

#sidebar-one h2.widgettitle{background:URL("images/bubble_green.png") left bottom no-repeat;font-weight:bold}
#sidebar-two{margin-right:0;}

#sidebar-two h2.widgettitle{background:URL("images/bubble_red.png") left bottom no-repeat;padding-bottom:30px;font-weight:bold;}
#sidebar-three{width:120px;margin-right:0;}


#sidebar-one .widget_kf_kf_partners h3{background:URL("images/bubble_grey.png") left bottom no-repeat;}

.widget_kf_kf_partners ul li{padding:5px 0}
.widget_kf_kf_partners ul li img{float:left;margin-right:10px;position:relative;top:2px}
.widget_kf_kf_partners ul li a{font-weight:bold;color:#3D9D0D;font-size:11px;}

.sidebars .widget ul{margin-bottom:15px}
.sidebars .widget {margin-bottom:10px}

.widget_kf_kf_categorie ul li{padding:5px 0;font-size:11px}
.widget_kf_kf_categorie ul li a{font-size:12px;font-weight:bold}

.widget_kf_kf_ultime-segnalazioni li, 
.widget_kf_kf_tre-blog-a-caso li,
.widget_kf_kf_dalla-top-100-italia li,
.widget_kf_kf_dalla_top li,
.widget_kf_kf_ultime_segnalazioni li,
.widget_kf_kf_tre_a_caso li 
	{margin-bottom:10px;font-size:12px}

.widget_kf_kf_dalla_top ul li a {font-weight:bold;}
.widget_kf_kf_ultime_segnalazioni ul li a {font-weight:bold;}
.widget_kf_kf_tre_a_caso ul li a {font-weight:bold;}

.widget_kf_kf_ultime-segnalazioni li img, 
.widget_kf_kf_tre-blog-a-caso li img, 
.widget_kf_kf_dalla-top-100-italia li img, 
.widget_kf_kf_geo_post li img, 
.widget_kf_kf_ultime_segnalazioni li img ,
.widget_kf_kf_tre_a_caso li img  
	{float:left; margin-right:5px;}

.widget_kf_kf_geo_post ul li {margin-bottom:10px;}

.widget_kf_kf_ultime-segnalazioni li a, 
.widget_kf_kf_tre-blog-a-caso li a, 
.widget_kf_kf_dalla-top-100-italia li a{font-size:12px;font-weight:bold}

.widget_kf_kf_cerca_ancora_su img{margin:3px 3px 0 0}

.widget_kf_kf_dalla_top img{margin:3px 3px 0 0}
.widget_kf_kf_ultime_segnalazioni img{margin:3px 3px 0 0}
.widget_kf_kf_tre_a_caso img{margin:3px 3px 0 0}

/* End Sidebar */

/* Begin Focus */
#focus {
	margin-bottom:20px;
}
/* End Focus */

/* Begin content */
.news {
}
/* End content */

/* Begin Home */
#content-home { /* padding:0px 10px; */ }
#left { 
	float:left;
	text-align:left;
	margin-right:8px;
	width:470px;
}

#right {
	float:left;
	text-align:left;
	width:430px;
}
/* End Home */

/* Begin Hit */
#hit-table { }
#hit-table thead tr {
	background:#f2f2f2;
	font-size:10px; 
	height:30px;
	line-height:30px;
}
#hit-table thead tr th{
	text-align:center;
}
#hit-table tbody tr {
	height:30px;
	line-height:30px;
}
#hit-table tbody tr td {
	border-bottom:1px solid #e2e2e2;
}
.hit-position{color:white;background:#3D9D0D;width:32px;height:32px;text-align:center;line-height:32px;display:block;float:left;margin-right:10px;font-size:12px}

.blog-trend{padding:0 4px;background:white}
/* End Hit */


/*HEADER*/

#tot_iscritti{background:URL("images/bar_tot_iscritti.png") left top no-repeat;font-size:11px;text-align:center;padding-top:17px;padding-right:15px;border-right:1px dotted #d3d3d3;margin-right:10px;width:165px}
ul#menu_utenti{background:URL("images/bar_login.png") left top no-repeat;font-size:11px;text-align:left;width:669px;padding:7px 20px 0 20px;overflow:hidden;position:relative}
#menu_utenti li{float:left;display:inline;}
#menu_utenti li a{background:URL("images/bubble_login.png") center top no-repeat;padding-top:10px;margin-right:20px;color:#656565;text-transform:uppercase;display:block}
#menu_utenti li#rss_link{position:absolute;right:0px;top:7px}
#menu_utenti li#rss_link a{background:url('images/bubble_rss.png') center top no-repeat;}
#menu_utenti li#fb_link{position:absolute;right:100px;top:7px}
#menu_utenti li#fb_link a{background:url('images/bubble_rss.png') center top no-repeat;}
#menu_utenti li#twitter_link{position:absolute;right:40px;top:7px}
#menu_utenti li#twitter_link a{background:url('images/bubble_rss.png') center top no-repeat;}

#multimedia{padding-top:5px;margin:0 20px;border-bottom:1px dotted #656565;padding-bottom:5px}
/*HEADER*/


/*POSTS*/

h2.sezione-title{font-size:21px;padding:15px 0;color:#3D9D0D;font-weight:bold;text-transform:uppercase;border-bottom:1px dotted #656565;margin-bottom:10px}

/* Elenco Post */
#posts h2{font-size:12px;text-transform:uppercase;color:white;}
#posts h2 a{color:white;background:URL("images/post_title.png") right top no-repeat;display:block;line-height:28px;text-indent:10px;font-weight:bold;}
#posts h2.noblock{background:URL("images/post_title.png") right top no-repeat;padding-left:10px;}
#posts h2.noblock a{line-height:28px;text-indent:10px;font-weight:bold;display:inline;background:none;}
#posts h2.noblock a.orange{color:#F90}
#posts h2 a:hover{text-decoration:none}
#posts .post{width:100%;overflow:hidden;color:#666;margin-bottom:15px}
#posts .entry{float:right;text-align:justify;width:395px;padding:5px 0;font-size:12px;}
#posts .entry p{line-height:20px;margin:0 10px 10px 0}
#posts .entry p img.alignleft{margin-right:10px;margin-bottom:10px}
#posts .entry p img.alignright{margin-left:10px;margin-bottom:10px}
#posts .entry p a{color:#666;text-decoration:underline}
#posts .entry p a:hover{color:#666;text-decoration:none}
#posts .entry h3{font-size:13px;font-weight:bold;margin:5px 0}
#posts .entry h4{font-size:12px;font-weight:bold;margin:5px 0}
#posts .entry h5{font-size:11px;font-weight:bold;margin:5px 0}
#posts .entry h6{font-size:11px;font-weight:bold;margin:5px 0}
#posts .entry ol{margin:10px 0;padding:0 10px;}
#posts .entry ol li{list-style:decimal;padding:5px;margin:0 15px;}
/* == */


/* Struttura Post */
.datapost{background:URL("images/data_bg.jpg") left top no-repeat;width:65px;float:left;height:75px;text-align:center;color:white;float:left;margin-right:10px;margin:5px 0;}
.datapost span{display:block;}
.datapost .giorno{height:30px;line-height:30px;font-weight:bold;font-size:14px;width:58px;margin-left:2px;margin-bottom:2px;}
.datapost .mese, .datapost .anno{width:58px;margin-left:2px;font-size:10px;}
#posts .posttags{clear:both;border-top:1px dotted #656565;padding:15px 15px 15px 20px;color:#3D9D0D;background:URL("images/clip.png") left center no-repeat;font-size:11px;}
#posts .posttags a{color:#3D9D0D;font-weight:bold;}

#posts .postgeo,#blogs .postgeo{clear:both;border-bottom:1px dotted #656565;padding:8px 15px 8px 20px;color:#F90;background:URL("images/geo.png") left center no-repeat;font-size:11px;}
#posts .postgeo a,#blogs .postgeo a{color:#F90;font-weight:bold;}

.postmeta{overflow:hidden}
.postmeta a{color:#666}
.postmeta .author{border-bottom:1px dotted #656565;padding-bottom:3px;font-size:11px;width:365px;float:right}
.postmeta .commenti{border-bottom:1px dotted #656565;padding:3px 0;font-size:11px;margin-bottom:10px;width:365px;float:right;background:URL("images/comment.png") left center no-repeat;text-indent:24px}
.postmeta img{margin-right:8px;margin-bottom:3px;margin-top:7px}
/* == */


/* Commenti */
.commentlist li{margin-bottom:10px;padding:10px;overflow:hidden;}
.commentlist li .comment-meta, .commentlist li .vcard{font-size:11px;}
.commentlist li img{float:left;margin-right:10px;margin-bottom:10px}
.commentlist li p{ clear:both; font-size:12px; line-height:20px; }
.commentlist li.even{background:#ECFDE3}
h3.comments{margin-bottom:15px;color:#3D9D0D;font-weight:bold;}
#author, #url, #email, #comment{padding:4px;border:1px solid #d2d2d2}
/* == */


/* Blogs */
#blogs h2{color:white;background:URL("images/blog_title.png") right top no-repeat;display:block;line-height:28px;text-indent:10px;font-weight:bold;font-size:12px;text-transform:uppercase}
#blogs h2 a{display:block;color:white;font-weight:bold;}
#blogs .posttags{clear:both;border-top:1px dotted #656565;padding:15px 15px 5px 20px;color:#3D9D0D;background:URL("images/clip.png") left center no-repeat;font-size:11px;}
#blogs .posttags a{color:#3D9D0D;font-weight:bold;}
#blogs .entry{padding:10px 0;}
#blogs .entry img{ float:left; margin-right:10px; margin-bottom:5px; }
#blogs .entry img.blog-thumb { float:left; margin-right:10px; margin-bottom:5px; }
#blogs .postmeta{width:257px;float:left;position:relative;}
#blogs .blogauthor, #blogs .categorie, #blogs .url{font-size:11px;border-bottom:1px dotted #656565;padding:3px 0;}
#blogs .read-blog{background:URL("images/read_more.png") right center no-repeat;display:block;height:32px;line-height:32px;position:absolute;bottom:10px;right:0px;padding-right:40px;color:#3D9D0D;font-weight:bold}
#blogs .blog_preview{float:left;margin-right:10px;margin-bottom:10px;width:202px;height:152px}
#blogs .description{clear:both; font-size:12px;padding-top:10px;padding-bottom:40px;}
/* == */


/* Multimedia */
#multimedia{overflow:hidden;width:909px;padding:10px 0;}

#focus_video{float:left;margin-right:15px;width:300px;}
#focus_video h3{font-size:16px;text-align:right;color:#666;padding-bottom:10px;}

#focus_foto{float:left;margin-right:15px;width:231px;overflow:hidden;}
#focus_foto img{float:left;width:70px;height:53px;padding:1px;border:1px solid #999;margin-right:3px;margin-bottom:3px}
#focus_foto h3{font-size:16px;text-align:right;color:#666;padding-bottom:10px;}

#focus_blogs{float:left;width:345px;text-align:left;}
#focus_blogs h3{font-size:16px;text-align:right;color:#666;border-bottom:1px dotted #656565;padding-bottom:10px;}
#focus_blogs ul{}
#focus_blogs li{padding:3px 0;text-transform:uppercase;border-bottom:1px dotted #656565}
#focus_blogs li a{padding:10px 40px 10px 20px;text-transform:uppercase;background:URL("images/blog_focus_bg.png") left center no-repeat;display:block;color:#666;font-size:12px;font-weight:bold;}
/* == */

/*POSTS*/ 

/* Strumenti di Condivisione */
.sharelinks{padding:8px 0;border-top:1px dotted #656565;overflow:hidden;clear:both}
.sharelinks img{}
#blogs .sharelinks img{padding-right:3px}
.fb-share{padding:5px 0}
/* Strumenti di Condivisione */

/* Paginazione */
.tablenav-pages{text-align:center;color:#666;font-size:14px}
.tablenav-pages .current{background:#3D9D0D;padding:3px 5px;color:white;}
/* Paginazione */

/* Classi Gestioni Errori */
.input-hint{display:none;color:#666;font-size:10px;}
.input-error{display:none;color:#CF0D0C;font-size:10px}
h3.subsection{color:#018101;font-size:14px;text-transform:uppercase;border-bottom:1px dotted #656565;padding:10px 0}
p.errors{background:URL("images/alert.png") #FFD3D3 10px 10px no-repeat;border:1px solid #FFA8A8;padding:10px; margin:10px 0;font-size:11px;line-height:19px;padding-left:35px}
p.success{background:URL("images/tick.png") #E3F6DA 10px 10px no-repeat;border:1px solid #98DE7A;margin:10px 0;padding:10px;font-size:11px;line-height:19px;padding-left:35px}
/* Classi Gestioni Errori */

/* Form Modifica Password */
#modifica-password .required-field{width:200px;border:1px solid #656565}
#modifica-password label{display:block; margin: 4px 0;color:#3D9D0D; font-size:14px;}
#modifica-password .input-text{border:1px solid #d2d2d2; padding:4px 8px; font-size:14px; color: #666; width: 400px;}
#modifica-password .textarea{border:1px solid #d2d2d2; padding:4px 8px; font-size:14px; color: #666; width: 400px; height: 200px;}
#modifica-password p{padding:5px;}
#modifica-password .input-error{color:#CF0D0C;font-size:10px;display:block;}
/* Form Modifica Password */

/* Form Modifica Profilo */
#modifica-profilo .required-field{width:200px;border:1px solid #656565}
#modifica-profilo label{display:block; margin: 4px 0;color:#3D9D0D; font-size:14px;}
#modifica-profilo .input-text{border:1px solid #d2d2d2; padding:4px 8px; font-size:14px; color: #666; width: 400px;}
#modifica-profilo .textarea{border:1px solid #d2d2d2; padding:4px 8px; font-size:14px; color: #666; width: 400px; height: 200px;}
#modifica-profilo p{padding:5px;}
#modifica-profilo .input-error{color:#CF0D0C;font-size:10px;display:block;}
/* Form Modifica Profilo */

/* Form Login */
#loginform label{display:block;padding:4px;color:#3D9D0D;margin-bottom:10px;}
#loginform .input-text{border:1px solid #d2d2d2; padding:6px; font-size:12px; width:300px}
/* Form Login */

/* Form Registrazione */
#register-form label{display:block;padding:4px;color:#3D9D0D;margin-bottom:10px;}
#register-form .input-text{border:1px solid #d2d2d2; padding:6px; font-size:12px; width:300px}
#register-form .input-hint{display:none;color:#666;font-size:10px;}
#register-form .input-error{display:none;color:#CF0D0C;font-size:10px}
/* Form Registrazione */


.link-block, .link-block a, a.link-block{display:block;font-size:10px;text-transform:uppercase;color:white;background:#999;padding:6px;}
.link-block:hover, .link-block a:hover, a:hover.link-block{text-decoration:none}

#choose_prov_widget{margin:5px 0; font-size:11px}
#search_details{padding:0 0 10px 0;font-size:11px;}




#search_hints{font-size:12px;padding:5px 0;display:none}  
#show_hint, #show_hint:hover{text-decoration:none;color:white;}

#hit-table .coldata{font-size:10px;text-align:center}
#hit-legenda{padding:4px 0;text-align:right;font-size:11px}
#hit-table span#th-position{color:white;background:#fff;text-align:center;line-height:32px;width:32px;font-size:12px;display:block}

.rank-data{border-bottom:1px dotted #666; padding:10px 0 10px 20px;font-size:11px;background:URL("images/stats.png") left 10px no-repeat;}

#flickr-gallery{overflow:hidden;}
#flickr-gallery img{width:70px;float:left;margin-right:2px;margin-bottom:2px} 
#flickr-gallery p{font-size:11px;padding:4px 0;text-align:center}



#youtube-gallery{overflow:hidden;}
#youtube-gallery p{font-size:11px;padding:4px 0;text-align:center}
#youtube-gallery img{width:145px;height:108px;float:none;margin-bottom:2px} 
#youtube-gallery li{font-size:11px;margin-bottom:10px;text-align:center}

#twitter-gallery p{font-size:11px;padding:4px 0;text-align:center}
#twitter-gallery li{font-size:11px;overflow:hidden;margin-bottom:10px}
#twitter-gallery li img{float:left;margin-right:4px;margin-bottom:4px;width:48px;height:48px}

#friendfeed-gallery li{margin-bottom:10px;font-size:11px;}
#friendfeed-gallery p{font-size:11px;padding:4px 0;text-align:center}




#ordinaper{text-align:right;padding:5px 0;font-size:10px;}


.informativa { font-size:11px; }

.sidebar-three ul { margin:0px; padding:0px; }
.sidebar-three li { margin:0px; padding:0px; }
.sidebar-three .textwidget { margin:0px; padding:0px; }
.sidebar-three ins { margin:0px; padding:0px; }


.codeimages {}
.codeimages label {
	font-size:11px;
	font-weight:bold;
	}
.codeimages textarea { 
	width:450px; 
	height:90px;
	}
