/*
Theme Name: ON-Orange
Theme URI: http://www.open-network.it
Description: Orange OpenNetwork theme
Version: 1.0
Author: Giuseppe Timpano
Author URI: http://www.open-network.it
Tags: orange, fixed width, two columns, right column
Color1: E50C03
Color2: FF6633
*/

.transparent {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}
.transparent:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.roundedcornr_box {
	margin-bottom:20px;
   background: #fafafa url(images/roundedcornr_grad.gif) repeat-x top left;
}
.roundedcornr_top div {
   background: url(images/roundedcornr_tl.gif) no-repeat top left;
}
.roundedcornr_top {
   background: transparent url(images/roundedcornr_tr.gif) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(images/roundedcornr_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom{
   background: transparent url(images/roundedcornr_br.gif) no-repeat bottom right;
}
.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 15px; }

.lastAuthor{
	float:left;
	margin-right:20px;
}

.titleDiv{
	float:left;
	width:89%;
}
/* Chat */
#main_container {
	width:100%;
	background-color:#ffffff; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	overflow-x: hidden;
	overflow-y: scroll;
	height:100%;	/* this will make sure that the height will extend at the bottom */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
	z-index:100000000;
}
.draggableWindow{
	width: 500px;
	overflow: auto;
	clear: both;
	padding: 0 20px;
	float: left;
	margin: 40px;
}
.draggableWindow h1{
	width: 100%;
	height: 25px;
	float: left;
	
	font-size: 10px;
	text-align: center;
	text-indent: -67px;
	color:#333;
	background: url(images/gadmin_btn_bg.gif) repeat-x;
	text-shadow: #fff 1px 0 1px;
	cursor: default;
}

.draggableWindow .content{
	background: white;
	padding: 36px;
}

.draggableWindow .content h2{
	margin-bottom: 1em;
}

#smaller{
	width: 300px;
	float: right;
	margin: 10px;
	margin-top: -100px;
}
#simplegallery1 .gallerydesctext{
	text-align: left;
	padding: 2px 5px;
}
.colorDark{
	color:#E50C03;
}
.colorLite{
	color:#FF6633;
}
.indexMeta {
	border-top:1px dotted #ccc;
	margin-bottom:0;
	clear:both;
}
.date {
background:transparent url(images/grafica/calendar.gif) no-repeat scroll 0 0;
color:#666666;
float:right;
font-size:22px;
font-size-adjust:none;
height:50px;
line-height:100%;
padding:0 2px 0 0;
text-align:center;
width:45px;
}
.date span {
color:#FFFFFF;
display:block;
font-size:10px;
font-size-adjust:none;
font-weight:bold;
height:16px;
line-height:normal;
padding-top:5px;
text-align:center;
}
.tendine {
	float:right;
	margin-right:8px;
	color:#999;
	font-size:13px;
	cursor:pointer;
}
.menuSCV {
	width:240px;
	height:80px;
	background: url(images/grafica/scv.jpg) no-repeat;
}

#medaglia {
	width:25px;
	height:37px;
	display:block;
	position:absolute;
	margin:28px 0 0 20px;
}

.pollSingle {
	border:1px solid #ddd;
	padding:0 12px;
	margin:0 0 10px 10px;
	float:right;
	overflow:hidden;
	width:200px;
}

.pollSingle form{
	float:left;
}
	
.oro {
	background: url(images/oro.png) no-repeat;
}
.argento {
	background: url(images/argento.png) no-repeat;
}
.bronzo {
	background: url(images/bronzo.png) no-repeat;
}

.footerMenu {
	width: auto;
	margin: 0 auto;
	color: #777777;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	list-style: none;
	text-align:center;
	overflow:hidden;
}

.footerMenu li {
	margin: 0 5px; 
	padding:0 5px; 
	float:left;
	text-decoration:none; 
}

.footerMenu ul {
	margin: 0;
	padding: 0 0 0 245px; 
	text-decoration:none; 
	list-style: none;
	text-align:center;
	overflow:hidden;
}

.footerMenu li a{
	color: #777777;
}

.footerMenu li a:hover{
	text-decoration:none; 
	color: #444444;
}

/* Login Panel */
#top {
  	background: url(images/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 435px;
  	color: white;
  	font-size: 1em;
	text-align: center;
  	background: url(images/login_r.jpg) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(images/login_l.jpg) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(images/login_m.jpg) repeat-x 0 0;
}

#top ul.login li:hover {
	color: #FF6633;
}


.bm_icon{
	text-align:center;
}

.cercaAmici {
	margin:4px 0 0 0;
	float:left;
	height:20px;
}
.giudizio{
	height:50px;
	width:50px;
	float:right;
	background:url(images/freccia.jpg);
}
.giudizioAutore{
	height:56px;
	width:120px;
	margin: 0  0 -20px 20px;
}
.home{
	float:left;
	margin:25px 0 0 40px;
	cursor:pointer;
}
h4.subtitle{
	font: 15px Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
	margin:5px 0;
	color:#5a5a5a;
	text-align: left;
}
.mycenter{
	margin-left:120px;
}
.mycenter select, .mycenter textarea{
	width:180px;
}
.mycenter input[type=text] {
	width:180px;
}
/*Date time*/
.bc-red span.date-number {
}
span.date-number {
font-weight:bold;
padding:4px 5px;
}
.date-line {
float:left;
margin-top:50px;
width:100%;
}
.bc-red .date-block {
border-bottom:1px solid #D12E2E;
}
.date-block {
color:#777;
font-size:14px;
float:right;
padding:5px 0 0 0;
height:133px;
width:210px;
}
.clock {
	margin:0 0 0 5px;
	float:left;
}
/*End date time*/
#dock{
	margin: 0 auto;
	min-width: 20px;
	max-width: 400px;
	z-index: 9999;
}
#dock img{
	float: left;
}
div.jqDockLabel {
	margin-top:-12px; 
	font-weight:bold; 
	font-size:12px;
	color:#FF6633; 
}
div.jqDockLabelLink {
	cursor:pointer;
}
a.titleImg{
		float:right;
		margin:-62px 5px 0 0;
}
a.titleImg img{
	width:40px;
	height: 40px;
}
img.titleImg {
	float:right;
	width:100px;
	height: 70px;
	margin:-80px 10px 0 0;
}
/*Bottoni*/
.bottone {
	background:#F0F0F0 url(images/gadmin_btn_bg.gif) repeat-x scroll 0 0;
	border:1px solid #aaa;
	padding:2px 8px;
	color:#6E6E6E;
	font-size:12px;
	margin:0 10px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
.bottone input{
	padding:0;
	cursor:pointer;
	border:0;
	color:#6E6E6E;
	background:none;
	font-size:13px;
}
.bottoneIm {
	padding:4px 0 4px 23px;
}
.bottoneIm input{
	padding:2px 10px;
	cursor:pointer;
	border:0;
	color:#6E6E6E;
	background:#F0F0F0 url(images/gadmin_btn_bg.gif) repeat-x scroll 0 0;
}
.bottoneIm span{
	padding:4px 10px;
	cursor:pointer;
	background:#F0F0F0 url(images/gadmin_btn_bg.gif) repeat-x scroll 0 0;
}
.bottoneAdm {
	padding:4px 10px;
}
.bottone input:hover{
	color:#FF6633;
}
.bottone span:hover{
	color:#FF6633;
}
.bottone:hover{
	color:#FF6633;
	border-color:#ccc;
}
.bottoneRes {
	background:#F0F0F0 url(images/reset.gif) no-repeat scroll left;
}
.bottonePub {
	background:#F0F0F0 url(images/grafica/pubblica_butt.jpg) no-repeat scroll left;
}
.bottoneVar {
	background:#F0F0F0 url(images/grafica/vario_butt.jpg) no-repeat scroll left;
}
.bottoneRec {
	background:#F0F0F0 url(images/grafica/rec_butt.jpg) no-repeat scroll left;
}
.bottoneCan {
	background:#F0F0F0 url(images/grafica/cancella_butt.jpg) no-repeat scroll left;
}
.bottoneAdd {
	background:#F0F0F0 url(images/grafica/aggiungi_butt.jpg) no-repeat scroll left;
}
.bottoneSer {
	background:#F0F0F0 url(images/grafica/cerca_butt.jpg) no-repeat scroll left;
}
.bottoneCom {
	background:#F0F0F0 url(images/grafica/commenta_butt.jpg) no-repeat scroll left;
}
.bottoneSen {
	background:#F0F0F0 url(images/grafica/invia_butt.jpg) no-repeat scroll left;
}
.bottoneCut {
	background:#F0F0F0 url(images/grafica/taglia_butt.jpg) no-repeat scroll left;
}

input#rememberme{
	width:auto;
}
/*Messaggio di errore */
#message{
	position:absolute;
	width:187px;
	height: 120px;
	background:url(images/error.png) no-repeat top left;
	padding:10px 18px 10px 15px;
	top : -170px;
	margin-left: 360px;
	z-index:100001;
}
#message p{
	font-size:10px;
}
#mioOJ{
	width:645px;
	height: 640px;
	padding-left:15px;
}
.bloccoMioOJ{
	padding: 20px 30px 20px 30px;
	background:url(images/ilMioON.jpg) no-repeat top left;
	width:260px;
	height: 275px;	
	float:left;
}
.bloccoMioOJ a{
	font-weight:bold;
}
.bloccoMioOJ#scuro a{
	color:#fff;
}
.bloccoMioOJ#chiaro a:hover{
	color:#E50C03;
}
.bloccoMioOJ img{
	margin:12px 5px -15px 0;
}
.bloccoMioOJ small {
	color: #fff;
	text-align:justify;
	float:left;
}
.bloccoMioOJ#scuro h2 {
	margin:10px 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.bloccoMioOJ#chiaro h2 {
	margin:10px 0;
	color: #E50C03;
	font-size: 15px;
	font-weight: bold;
}
/* Calendario Popup */
div.jqDrag {
	cursor: move;
}
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;   
    margin-left: -300px;
    width: 260px;   
    height: 270px;   
    color: #333;
    border: 1px solid black;
    padding: 20px;
}
.jqmOverlay { 
	background-color: #000; 
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
div.jqmDialog {
	padding:15px;
	background: url(images/grafica/calendar.jpg) no-repeat top left;
  	display: none;
    position: fixed;
    top: 17%;
    left: 50%;    
    margin-left: -200px;
  	width: 186px;
  	height: 190px;
  	overflow: hidden;
  	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
	color:#fff;
	padding: 28px 0;
	font-size:15px;
	font-weight: bold;
	text-align:center;
}
div.jqmdTL { 
	background: url(images/sprite.gif) no-repeat 0px -41px; padding-left: 3px;
}
div.jqmdTR { 
	background: url(images/sprite.gif) no-repeat right 0px; padding-right: 3px; * zoom: 1;
}
/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  padding: 7px 7px 7px;
  width: 170px;
  overflow: auto;
}
div.jqmdBL { 
	background: url(images/bl.gif) no-repeat left bottom; padding-left: 7px; 
}
div.jqmdBR { 
	background: url(images/br.gif) no-repeat right bottom; padding-right: 7px; * zoom: 1 }
div.jqmdMSG { 
}
/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 50px;
  top: 30px;
  height: 13px;
  width: 13px;
  background: url(images/close.gif) no-repeat top left;
  overflow: hidden;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}
div.jqmdBC button, div.jqmdBC input[type="submit"] {
  margin: 8px 10px 4px 10px;
  cursor: pointer;
}
/*End Calendario popup*/
/* First Post Layout*/
.firstPost {
	text-align: justify;
	
}
.firstPost img {
	margin-right:5px;
}
.firstPost h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 22px;
}
/*End of First Post*/
/*Slide Panel*/
#panel {
	background: #4a4a4a;
	height: 130px;
	/*height: 260px;*/
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 2px #CCC;
}
.btn-slide {
	cursor:pointer;
}
.panel_content{
	margin:auto;
	width:100%;
	padding-top:30px;
}
.panel_content p a{
	float:left;
	color:#eee;
}
.panel_content a:hover{
	text-decoration:underline;
	color:#fafafa;
}
.panel_content a img{
	float:left;
	margin:0 8px 0 30px;
}
.panel_content p {
	float:left;
	padding-top:30px;
	font-size:11px;
}
/*End*/
.opzioni{
	background: url(images/grafica/opzioni.jpg) no-repeat;
	width:550px;
	height:50px;
	padding-top:5px;
	margin:0 auto;
	margin-top:10px;
}
.opzioni p{
	float:left;
	padding:12px 0 0 55px;
	margin:0;
}
.opzioni a{
	color: #fff;
	font-size: 12px;
	font-weight:bold;
}
.opzioni a:hover{
	color: #fff;
}
/*Registrazione*/
#spiegazione{
	margin: 35px 0 0 50px;
	width:300px;
	float:left;
	color: #555555;
	font-size: 13px;
	text-align:justify;
}
#spiegazione h2{
	font-size: 18px;
	color: #E50C03;
	margin: 0;
}
#spiegazione h3{
	font-size: 14px;
	color: #E50C03;
	margin: 12px 0 5px 0;
}

#registrazione{
	float:left;
	width:300px;
	background: url(images/regBG.png) repeat-y;
}
#registrazioneContent{
	width:270px;
	padding:0 17px;
}
.testata-reg{
	width:300px;
	height:32px;
	padding-top:14px;
	background: url(images/regTop.png) no-repeat;
	color: #555555;
	font-size: 14px;
}
.footer-reg{
	width:298px;
	padding: 1px;
	height:28px;
	background: url(images/regBottom.png) no-repeat;
}
/*End Registrazione*/
/* video */
#video-separator{
	width:900px;
	float:left;
	border-bottom:1px solid #999999;
}
#video-area{
	width:900px;
	float:left;
	text-align:center;
}
#mini_video {
	width:140px;
	margin:15px 7px 0 7px;
	float:left;
	padding:3px;
	border:1px solid #999;
	text-align:center;
}
#mini_video:hover {
	border-color:#777;
}
#video1 {
	width:410px;
	padding:10px;
	margin: 15px auto;
	display:block;
	text-align:center;
	border:1px solid;
	border-color:#999999;
}
#video1 label, #mini_video label {
	padding:3px;
}
#link{
	float:left;
	width:100%;
}
.index-post {
	margin:10px 0;
	text-align:justify;
}
.index-post img {
	background: #fff;
	border: solid 1px #DDD;
	padding: 4px;
	width:50px;
	height: 50px;
	margin-right:10px;
}
.single-post #cornice, .rilievo img {
	background: #fff;
	border: solid 1px #DDD;
	padding: 4px;
	margin-right:10px;
	margin-bottom:10px;
}
.single-post #cornice:hover,  .index-post img:hover, .rilievo img:hover {
	border-color:#AAA;
}
/* Collapsible panel */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.message_list li {
	padding: 0;
	margin: 0;
}
.message_head {
	cursor: pointer;
	position: relative;
}
.message_head .timestamp {
	float: right;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
.message_body {
	text-align:left;
	display:none;
}
.collapse_buttons {
	text-align: right;
}
.collapse_buttons a {
	float: right;
}
.show_all_message {
}
.show_recent_only {
	display: none;
}
.collpase_all_message {
}
/*Messaggi*/
/*End Messaggi*/
#messaggi {
	border-bottom: solid 1px #FF6633;
	width:660px;
	}
#messaggi input#oggetto, textarea{
	margin:10px 0;
	}
.message_list2 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 383px;
}
.message_list2 li.email_list {
	padding: 0;
	margin: 0;
	background: url(images/mail-top.png) no-repeat;
}
.message_head2 {
	font-size: 110%;
	color:#E50C03;
	padding: 5px 10px 10px 10px;
	cursor: pointer;
	position: relative;
	margin:0;
}
.message_head2 .timestamp {
	color:#E50C03;
	font-size:100%;
	float: right;
	right: 10px;
	top: 5px;
}
.message_body2 {
	padding: 5px 10px 15px;
}
/*End collapsible panel*/
/* ---------- Foto gallery styles start here ----------------------- */
.foto {
	margin: 5px;
	position: relative;
	width: 191px;
	height: 191px;
	float: left;
}
.foto img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	width:182px;
	height: 182px;
}
.foto span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.foto a {
	text-decoration: none;
}
.sample1 span {
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	top: -7px;
	left: -6px;
	background: url(images/cut-corner.png) no-repeat;
}
.sample2 span {
	width: 193px;
	height: 193px;
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	background: url(images/round-corner.png) no-repeat;
}
/*End foto*/
/*Scheda Autore*/
#networkAutore {
	float: right;
	margin-left:10px;
	padding:0 10px;
	width: 240px;
	border-left: 1px solid #DADADA;
	}
.miniList{
	float: left;
	width:100%;
	margin-bottom:20px;
	}
.listaApprovazione {
	float:left;
	margin:10px 20px 10px 0;
	text-align:center;
	width:150px;
	padding:5px;
	background: url(images/stripe.gif) repeat;
	}
.listaApprovazioneTop {
	width:150px;
	height:20px;
	font-weight: bold;
}
.listaApprovazioneCorpo {
	width:140px;
	padding:5px;
	text-align: left;
}
.listaApprovazioneBottom {
	width:150px;
	height:20px;
	margin:10px 0;
}
.miniList img{
	width:35px;
	height: 35px;
	border: 1px solid #DDD;
	padding:1px;
	margin:5px 7px 0 0;
	}
.miniListBig {
	width:auto;
}
.miniListBig img{
	width:50px;
	height: 50px;
	margin:2px 5px 0 0;
}
.miniList img:hover{
	border-color: #AAA;
	}	
.listaApprovazione img{
	margin:0;
	margin-top:5px;
	}
#datiAutore {
	float: left;
	margin-left:20px;
	padding:0 10px;
	width: 387px;
	}
#profiloAutore {
	width: 900px;
	float: left;
	}
/*End Scheda Autore*/
/*Begin Fumetto alt*/
.firma {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	padding: 0;
	list-style: none;
	position: relative;
	float: right;
	padding-bottom:5px;
	clear:both;
}
.firma em {
	background: url(images/grafica/fumetto.png) no-repeat;
	width: 210px;
	height: 100px;
	position: absolute;
	left: -150px;
	text-align: left;
	padding: 20px 7px 0 20px;
	font-style: normal;
	z-index: 200;
	display: none;
}
.firma img {
	float:left;
	width:52px;
	height: 52px;
	border: 1px solid #FFFFFF;
	padding:1px;
	}
.firma .firmaTesto {
	padding:0 0 0 6px;
	font: bold 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	position: relative;
	float:left;
	text-align:left;
	width: 140px;
	}
/*End of Fumetto alt*/
p#nav{
	font-size:10px;
}
/********Begin footer menu*************/
#navigation{
	width: 960px;
	height: 75px;
}
/*Begin Avatar*/
#author {
	margin-top:20px;
}
div#author img {
border:1px solid #E5E5E5;
margin-bottom:2px;
padding:2px
}
div#author1 img {
border:1px solid #E5E5E5;
margin-bottom:2px;
padding:2px;
float: right;
}
img.avatar {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #DDDDDD;
margin-bottom:14px;
margin-right:11px;
padding:2px;
}
.avatar {
border:1px solid #E5E5E5;
padding:2px;
}
/*End Avatar*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
#header {
	background: url('images/kubrickheader.jpg') no-repeat top left;
	}
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 690px;
	}
#content {
	font-size: 12px;
	padding-top:15px;
	}
.widecolumn .entry p {
	font-size: 12px;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 14px;
	margin-top:10px;
	}
.widecolumn {
	line-height: 16px;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.alt {
	background: url('images/bg_comment.gif') repeat-x bottom;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#footer1 {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
}
small {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
}
h1, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	font-size: 40px;
	text-align: center;
}
#headerimg .description {
	font-size: 12px;
	text-align: center;
}
h2 {
	font-size: 16px;
}
.post h3 {	
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	text-align: left;
}
.post h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	clear:both;
	font-size: 19px;
	text-align: left;
}
h2.pagetitle {
	font-size: 16px;
	margin-bottom:15px;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 13px;
}

h2.wrap{
	color:#666666;
	border-bottom-color:#DADADA;
	border-bottom-style:solid;
	border-bottom-width:1px;
	clear:both;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0 0pt 20px;
	padding:10px 0pt 5px;
}
h3 {
	font-size: 12px;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.commentlist li,  #commentform textarea {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.commentlist p {
	font-weight: normal;
	line-height: 16px;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
.defaultSidebarTop{
	background:url(images/widgetTop.png) no-repeat top;
	width: 210px;
	height:28px;
	padding: 7px 0 0 30px;	
}
.defaultSidebarTop2{
	background:url(images/widgetTop2.png) no-repeat top;
	width: 240px;
	height:10px;
	margin:0px;
	padding:0;
}
.defaultSidebarTop3{
	padding: 10px 0 0 30px;	
	background:url(images/widgetTop3.png) no-repeat top;
	width: 210px;
	height:25px;
	margin-bottom:-5px;
}
.defaultSidebarBG{
	width: 210px;
	padding:5px 15px;
	background:url(images/widgetBG.png) repeat-y;
	overflow:hidden;
}
.defaultSidebarBG p, .defaultSidebarBG ul li{
	font: 10px 'Lucida Grande', Verdana, Sans-Serif;
	text-align:left;
	margin:5px 0;
}
.defaultSidebarBG small {
	font-size: 9px;
}
.defaultSidebarBG ul{
	width: 180px;
	padding:0 0 0 30px;	
	list-style: none;
	margin:0;
}

.defaultSidebarBG li{
	margin:0 0 3px 0;
	padding:0;
}
.defaultSidebarBottom{
	background:url(images/widgetBottom.png) no-repeat top;
	width: 240px;
	height:10px;
}
#defaultSidebar{
	margin-bottom: 20px;
	width: 240px;
	padding:0;	
}
#defaultSidebarCont{
	padding: 28px 20px 0 0;
	width: 240px;
	float: right;
	margin:0;
}
#defaultSidebar h2{
	color: #777;
	margin-top: 0;
	font-size: 13px;
}
#sidebar {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 11px 'Courier New', Courier, Fixed;
}
a, h2 a:hover, h3 a:hover {
	color: #E50C03;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 12px 'Lucida Grande', Verdana, Sans-Serif;
	text-align: left;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: right;
}	
#giraffe_calendar{
	padding: 0 0 5px 10px;
	font: 11px 'Lucida Grande', Verdana, Sans-Serif;
}
/* End Typography & Colors */
/*Begin Ajax login*/
.al_nodisplay {
	display: none;
}
#al_loading, #al_login, #al_register, #al_lostPassword {
	height: 120px;
	padding: 10px 26px 0 7px;
	margin-top: 25px;
	background: url('images/login.png') no-repeat scroll 0%;
}
.scheda_alto {
	height: 92px;
}
.logrow {
	float:left;
	margin-top:5px;
	width:100%;
	text-align:center;
}
.logrow input {
	padding:0;
	float:right;
}
.logrow label {
	margin-top:4px;
	float: left;
}
#al_loggedin {
	height: 120px;
	padding: 10px 26px 0 7px;
	margin-top: 25px;
	background: url('images/login.png') no-repeat scroll 0%;
}
.righe{
	float: left;
	margin-top:2px;
	padding-left:7px;
}
.loggedrow {
	float:left;
	margin-top:8px;
	width:100%;
}
.loggedrow img {
	float:left;
	width:52px;
	height: 52px;
	border: 1px solid #FFF;
	padding:1px;
}
.loggedrow img:hover{
	border-color:#AAA;
}
#al_loadingImage {
	padding: 25px 10px 10px 0;
}
/*End Ajax login*/
/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}
#page {
	background-color: white;
	margin: 6px auto;
	padding: 0;
	width: 960px;
	border: 1px solid #959596;
}
#header {
	margin: 0 0 0 0;
	padding: 0;
	height: 235px;
	width: 960px;
	float:left;
}
#headerimg {
	margin: 0;
	height: 150px;
	width: 100%;
}
#mylogin {
	margin-left: 700px;
	width: 260px;
	height: 150px;
	background: url('images/ban2.jpg') no-repeat right top;
}
#mylogin2 {
	margin-left: 20px;
	width: 240px;
	height: 175px;
}
#login-page {
	align:center;
	padding: 20px 27px;
	text-align:center;
	float:left;
	margin:0;
}
.login_top{
	width:110px;
	height: 16px;
	font-size:12px;
}
#login {
	padding:20px 0;
	height: 220px;
	width: 300px;
	background: url('images/login1.png') no-repeat scroll 0%;
}
.narrowcolumn {
	float: left;
	padding: 0 0 40px 27px;
	margin: 0;
	width: 660px;
}
.widecolumn {
	padding: 10px 27px 20px 27px;
	margin: 5px 0 0 0;
	width: 900px;
	float:left;
}
.post {
	margin:15px 0;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	clear:both;
}
.widecolumn .postmetadata {
	margin: 35px 0 15px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
.clear {
	clear: both;
}
#footer1 {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	height: 138px;
}
#footer1 p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */
/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin: 27px 0 0 0;
}
h2.pagetitle {
	margin-top: 27px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 27px 0 10px;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */
/* Begin Images */
p img {
	padding: 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */
/* Begin Lists*/
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 27px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 13px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
	margin: 12px auto;
	padding: 0 20px 0 0;
	text-align: right;
}
#horiz-menu-end #searchform #s {
	width: 120px;
	padding: 2px 3px;
	float:left;
	font-size:1.1em;
	color:#999;
}
#sidebar #searchsubmit {
	margin:0;
}
#commentform textarea {
	width: 894px;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */
#cerca {
	text-align:center;
	float:right;
	margin-right:5px;
}
#cerca p {
	float:left;
	font:  11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top:5px;
}
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 5px;
}
.commentlist {
	padding: 0;
	width: 900px;
	margin:0;
	text-align: justify;
}
.commentlist li {
	margin: 0 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-size:11px;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */
#titolo  {
	width: 720px;
	height: 155px;
	float: left;
	}

.secondMenu  {
	font:  bold 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 180px;
	height: 17px;
	background: url('images/menu2.jpg') no-repeat scroll 0%;
	position: relative;
	color:#DDD;
	float:right;
	margin:0 23px 0 0;
}
.secondMenu ul {
	padding:0; 
	margin:3px 0 0 9px;
}
.secondMenu li {
	margin:0 0 0 0; 
	padding-left:6px; 
	float:left;
	list-style-type: none;
}
.secondMenu li a {
	text-decoration:none; 
	color:#BBB;
}
.secondMenu li a:hover {
	text-decoration:none; 
	color:#CCC;
}
/* Begin Sidebar */
#sidebar
{
	padding:0 10px 0 0;
	width: 230px;
	float: right;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
    margin: 5px 0 0 0;
	empty-cells: show;
	width: 180px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: right;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: left;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: right;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 27px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.wp-pagenavi{
	padding-left:27px;
	width:663px;
	font-size:120%;
	display: block;
	text-align: center;
	float:left;
	}
/* End Various Tags & Classes*/
.chiSiamo {
	padding-right:20px;
	float:left;
	width:310px;
}
h2.chiSiamo {
	font: 14px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#E50C03;
	font-weight:bold;
	margin-top:15px;
	padding:0;
}
p {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
