/****** FILE: public/resources/themes/journal/css/layout.css *****/


/* Top Elements */
* { margin: 0; padding: 0;  }


body
{
background: #fff;
font-size: 11px;
color: #231f20;
line-height: 16px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
}


/* links */

a
{
color: #333;
text-decoration: underline;
}

a:hover
{
text-decoration: underline;
}



/* headers */

p
{
/*padding: 10px;*/
text-align: justify;
/*margin-left: 15px;*/
margin-right: 10px;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}

/* images */

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	/*font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;*/
  	/* white-space: pre; */
  	background: url(../../public/resources/themes/journal/images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(../../public/resources/themes/journal/images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
	/*border-width: 1px; 
	border-color:#ffffff;*/
	
	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../../public/resources/themes/journal/images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
/*tr {
	height: 30px;
}*/
td {
	padding-left: 11px;
	padding-right: 11px;
	/*border:1px solid #fff;*/
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	/*border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;*/
	
	
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	/*margin:5px; padding: 0 5px;*/
	/*border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; */
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #e0e0e0;
	font-size: 10px;
	color:#666;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../../public/resources/themes/journal/images/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	/*position: relative;*/
	width:100%;
	margin: 0 auto;
	background: #fff;	
}



#content-wrap {
	/*position: relative;*/
	clear: both;
	background: #fff;
	width: 1025px;
	margin: 0 auto;
	padding:40px 0 0 0;
}

#rightbar{
	width:200px;
	float:left;
	}

/*Header*/

#header{
	/*position: relative;*/
	background: #ececec;
	width:100%;
	height: 117px;
	color: #fff;
}

#header_int{
	width:1025px;
	height: 117px;
	margin:0 auto;
	background: url(../../public/resources/themes/journal/images/banner01.jpg)  no-repeat;
}



/* Navigation */
#nav_menu{
	width:100%;
	background: #224099;
	height: 30px;
}
#nav {	
	margin: 0 auto;
	width:1025px;
}

#nav1{
	float:left;
	width:745px; /*615px*/
	height: 30px;
	}
	
#nav2{
	float:left;
	width:217px;
	height: 30px;
	text-align:right;
	}
	
#nav3{
	float:left;
	width:103px; /*213px;*/
	height: 30px;
	text-align:right;
	}

#nav table{
	border-spacing:0;
	background: #224099;
}

#nav tr{
	padding:0;
	margin:0;
	border:0;
}

#nav td{
	height:30px;
}
	
	
#nav td.first {
	background-color: #224099;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding:0 10px;
}
	
#nav td a, #nav td a:hover, #nav td a:visited{
	color: #fff;
	text-align: center;
	font-size: 11px;
	text-decoration:none;
	line-height:30px;
}
	
#nav td.first#current {
	background-color: #87012e;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
	



/* bar editor */
#bareditor{
	width: 213px;
	float: left;
	background:#fff;
	
}

#boxbareditor{
	padding:0 0 0 10px;
	}
	
#top_boxbareditor{
	height:30px;
	background:#224099;
    color: #fff;
    font-size: 13px;
    height: 18px;
    padding: 6px 0 6px 10px;
	}
	
#content_boxbareditor{
	background:#f2f2f2;
	}

#bareditor p{
	padding:0 0 3px 10px;
	margin:0;
	text-align:justify;
	line-height:14px;
	}
	
#bareditor h2 {
	font-size: 11px;
	color: #224099;
	text-align:left;
	padding:8px 0 0 10px;
	
}

#content_boxbareditor_img{
	text-align:left;
	padding:10px 0 10px 10px;
	}
	
#content_boxbareditor_txt{
	padding:0 10px 10px 10px;
	}

/* right search home */
#rightsearch{
	width:200px;
	height:210px;
	background:#d0d2d3;
	float:left;
	margin:20px 0 0 0;
	}
	
#rightsearch_bar {
    background: #224099;
    color: #fff;
    font-size: 13px;
    height: 18px;
    padding: 6px 0 6px 10px;
    
}

#rightsearch_content{
	 color:#808184;
	 position:relative;
	 margin:5px; padding: 0 5px;
	}
	
/* registrazione home */
#rightreg{
	background: url(../../public/resources/themes/journal/images/registrazione.jpg)  no-repeat;
	width:200px;
	height:78px;
	float:left;
	margin:10px 0 30px 0;
	color:#fff;
	}
	
#rightreg_top{
	float:left;
	border-bottom:1px solid #dab8b9;
	width:180px;
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	font-size:13px;
	}
	
#rightreg_top a{
	color:#fff;
	text-decoration:none;
	}
	
#rightreg_top a:hover{
	color:#fff;
	text-decoration:none;
	}
	
#rightreg_top a:visted{
	color:#fff;
	text-decoration:none;
	}
	
#rightreg_bottom{
	float:left;
	width:180px;
	padding:10px 0 0 10px;
	font-size:12px;
	line-height:14px;
	}
	
#main_hit_reg{
	background:#f2f2f2;
	padding: 0 0 0 10px;
	}
	
#inner_left_reg{
	width:602px;	
	background:#f2f2f2;
	float: left;
	text-align:left;
	
}

#main #inner_left_reg p {
    margin: 10px;
    text-align: left;
}

#inner_left_reg td{
	padding-left:0;
	
	}
	
.reg_red{
	border:1px solid #bb9299;
	}

	
/* Main Column */
#main {	
	/*position: relative;*/
	width: 612px;
	float: left;
	background:#fff;
	
}

#main_home{
	width: 612px;
	float: left;
	background:#fff;
	}
#main_left{
	width:305px;
	background:#fff;
	float: left;
}
#main_right{
	width:306px;
	background:#fff;
	float: left;
	/*height:590px;*/
}

#main_left_top{
	padding:0 0 0 10px;
	float:left;
	width:295px;
	height:420px;
}

#main_left_top_white{
	margin:10px;
	background:#fff;
	}

#main_left_top_bar{
	height:18px;	/*30-padding*/
	color:#fff;
	font-size:13px;
	background:#87012e;
	padding:6px 0 6px 10px;
	
	}
	
#main_left_top_bar a{
	color:#fff;
	text-decoration:none;
	}
	
#main_left_top_bar a:hover{
	color:#fff;
	text-decoration:none;
	}
	
#main_left_top_bar a:visited{
	color:#fff;
	text-decoration:none;
	}
	
#main_left_top_content{
	background:#f2f2f2;
	text-align:center;
	float:left;
	width:100%;
	}

#main #main_left_top_content p{
	padding: 10px;
	}
	
#main_left_top_img{
	text-align:center;
	padding:10px;
	}
	
#main_left_top_txt{
	text-align:center;
	padding:10px;
	
	}


#main_right_top{
	padding:0 0 0 10px;
	float:left;
	width:295px;
	background:#fff;
	
}

#main_right_top_bar{
	height:18px;	/*30-padding*/
	color:#fff;
	font-size:13px;
	background:#87012e;
	padding:6px 0 6px 10px;
	float:left;
	width:285px;
	}
	
#main_right_top_content{
	/*background:#f2f2f2;*/
	text-align:left;
	float:left;
	width:100%;
	}

#main #main_right_top_content p{
	padding: 10px;
	}
	
#main #main_right_top_content h1{
	color:#87012e;
	font-size:14px;
	padding:2px 0 0 10px;
	}
#main_right_box1_cc{
	background:#f2f2f2;
	}
#main_right_box1_title{
	padding:0 10px 0 10px;
	font-size:12px;
	font-weight:bold;
	}
	
#main_right_box1_title a{
	text-decoration:none;
	}
	
#main_right_box1_title a:hover{
	text-decoration:none;
	}
	
#main_right_box1_title a:visited{
	text-decoration:none;
	}
	
#main_right_box1_aut{
	padding:0 10px 10px 10px;
	color:#666;
	}
	
#main_right_bottom{
	height:18px;	/*30-padding*/
	color:#fff;
	font-size:13px;
	background:#87012e;
	padding:6px 0 6px 10px;
	width:285px;
	float:left;
	}
	
#main_right_bottom a{
	color:#fff;
	text-decoration:none;
	}
	
#main_right_bottom a:hover{
	color:#fff;
	text-decoration:none;
	}
	
#main_right_bottom a:visited{
	color:#fff;
	text-decoration:none;
	}

#main_left_focus{
	padding:0 0 0 10px;
	float:left;
	width:295px;
	height:250px;
}

#content_focus{
	background: fff;
	width:100%;		
}

.text_focuson{
	color:#231f20;
	font-weight:bold;
	font-size:14px;
	line-heigth:16px;
	height: 45px;		
	padding:5px 0 0 10px;
	background:#d0d2d3;
}
.text_focuson a{
	color:#231f20;
	text-decoration:none;
	font-weight:normal;
}
.text_focuson a:hover{
	color:#231f20;
	text-decoration:none;
	font-weight:normal;
}

#divfocuson{
	font-size:11px;
	line-height:13px;
	color:#666666;
	background:#f2f2f2;
	height:170px;
}

#imgfocus{
	width:88px;		/*83-10padding left*/
	float:left;
	background:#e0e0e0;
	height:170px;
}

#imgfocusbig {
	width:100%;		/*83-10padding left*/
	float:left;
	background:#e0e0e0;
	height:170px;
}

#imgfocus img{
	padding:10px;
	}


#abstfocus_on{
	float:left;
	height:150px;	/*170-20*/
	padding:10px;
	width:185px;
	text-align:left;
}

/* news homepage */
#main_news{
	width: 612px; 
	float: left;
	background:#fff;
	height:180px;
	margin: 20px 0 0 0;
	
	}
	
	
#main_news_title{
	float:left;
	width:20px;
	height:80px;
	padding:0 0 0 10px;
	}
	
#main_news_title_a{
	width:20px;
	float:left;
	background:#87012e;
	height:80px;
	
	}
	
#main_news_list{
	width:177px;
	float:left;
	background:#fff;
	height:180px;
	}
	
#main_news_list_bar{
	width:10px;
	float:left;
	background:#e0e0e0;
	height:80px;
	font-size:1px;
	}
#main_news_list_content{
	background:#f5f5f5;
	float:left;
	width:167px;
	height:180px;
	}
	
#main_news_list_title{
	width:167px;
	height:35px;
	background:#224099;
	color:#fff;
	float:left;
	line-height:13px;
	}
	
#news_list_titolo{
	float:left;
	padding:6px 0 0 10px;
	height:35px;
	width:120px; /*130-10*/
	text-align:left;
	}
	
#news_list_titolo a, #news_list_titolo a:hover, #news_list_titolo a:visited{
	color:#fff;
	text-decoration:none;
	}
	
#news_list_img{
	float:left;
	height:25px;
	width:27px;
	text-align:right;
	padding:10px 10px 0 0;
	}
	
#news_list_abs{
	background:#f5f5f5;
	padding:10px;
	float:left;
	border-bottom:1px solid #dab8b9;
	text-align:left;
	}
	
#news_list_date{
	background:#fff;
	text-align:right;
	color:#87012e;
	}
	
#main_news_arch{
	float:left;
	width:51px;
	}

#main_news_arch_a{
	float:left;
	width:51px;
	height:70px;
	background:#e0e0e0;
	text-align:center;
	color:#87012e;
	padding:10px 0 0 0;
	}

#main_news_arch_a a, #main_news_arch_a a:hover, #main_news_arch_a a:visited{
	color:#87012e;
	text-decoration:none;
	}
	
/* hitnews page */
#main_hit_news{
	background:#f2f2f2;
	padding: 0 0 0 10px;
	}
	
/* hilist page */
#main_hit{
	background:#f2f2f2;
	padding: 0 0 0 10px;
	}
	
#main_hit_art{
	background:#f2f2f2;
	padding: 0 0 0 10px;
	position:relative;
	}
	
#main_hit_art_aris{
	position:absolute;
	right:0;
	top:50px;
	width:167px;
	height:20px;
	background:#224099;
	color:#fff;
	font-size:13px;
	text-align:right;
	padding:2px 5px 0 0;
	}
	
#main_hit_art_aris a{
	color:#fff;
	text-decoration:none;
	
	}
	
#main_hit_art_aris a:hover{
	color:#fff;
	text-decoration:none;
	
	}
	
#main_hit_art_aris a:visted{
	color:#fff;
	text-decoration:none;
	
	}
	
#main_hit_bar {
    background: #87012e;
    color: #fff;
    font-size: 13px;
    
    padding: 6px 10px 6px 10px;
}

#main_hit_search{
	width: 602px; 
 	float:left;
 	background:#f2f2f2;
}

#main_hit_search_area{
	margin:5px; padding: 0 5px;
	position:relative;
}

.main_hit_search_title{
	color: #87012e;
	}
	
.main_hit_search_title_g{
	color: #666;
	}
	
.qry_button_cerca{
	background:#224099;
	color:#fff;
	}
	
.searcharea{
	padding:0;
	margin:0;
	}

.searcharea_tr{
	height:27px;
	}
.but_blue, .but_blue a, .but_blue a:hover {
    background: #224099;
    border:0;
    color: #ffffff;
    float: left;
    font-size: 10px;
    height: auto;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    width: auto;
    float:right;
}

.but_blue_princ, .but_blue_princ a, .but_blue_princ a:hover {
    background: #224099;
    border:0;
    color: #ffffff;
    float: left;
    font-size: 10px;
    height: auto;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    width: auto;
    float:left;
}

.but_red, .but_red a, .but_red a:hover {
    background: #87012e;
    border:0;
    color: #ffffff;
    float: left;
    font-size: 10px;
    height: auto;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    width: auto;
    float:right;
}

#qry_button_reset{
	position:absolute;
	bottom:4px;
	left:90px;
	/*right: 10px;
    top: 139px;*/
	width:100px;
	height:18px;
	float:left;
	margin:0;
	padding:0;
	}

.main_searcharea{
	padding:10px 0 10px 0;
	margin:0;
	}

.main_searcharea_std{
	padding:10px 20px 10px 0 ;
	margin:0;
	}
	
.main_searcharea_std a{
	text-decoration:underline;
	}
	
.main_searcharea_std_src{
	padding:10px 145px 0px 0 ;
	margin:0;
	}
	
.main_searcharea_std_but{
	padding:0 ;
	margin:0;
	}
	
#main_hit_artaut {
    background: #f2f2f2;
    color: #231f23;
    font-size: 12px;
    font-weight:bold;
    padding: 0 0 0 10px;
    margin:10px 0 0 0;
    width:400px;
}

#main_hit_artdata {
    background: #f2f2f2;
    color: #231f23;
    font-size: 11px;
    padding: 10px 0 0 10px;
    margin:0 0 10px 0;
}

#main_hit_artaree {
    background: #f2f2f2;
    color: #231f23;
    font-size: 11px;
    padding: 10px 0 0 10px;
    margin:0 0 10px 0;
}

#main_hit_intero {
    background: #f2f2f2;
    font-size: 11px;
    padding: 10px 0 0 10px;
    margin:0 0 10px 0;
    font-weight:normal;
    /*text-align:right;*/
    width:585px;
    height:15px;
    
}

#main_hit_intero_sx{
	float:left;
	text-align:left;
	color:#231f23;
	width:50%;
}

#main_hit_intero_dx{
	float:left;
	text-align:right;
	color:#87012e;
	width:50%;
}

#main_hit_intero_dx a{
	color:#87012e;
}
	
/*divisorio*/
#maindivisorio_left{
	width:585px;
	height:20px;
	background:#fff;
	float:left;
	
}
#maindivisorio_right{
	width:148px;
	height:20px;	
	
}

/*left top: rivista*/

#intestazione_rivista{
	background: url(../../public/resources/themes/journal/images/intestazione_box_grandeORO.jpg)  no-repeat;
	width:580px;
	height: 26px;	/*31 -5 padding*/
	color:#FFF;
	text-align:left;
	font-size:11px;
	padding:5px 0 0 10px;
	
}
#content_rivista{
	background: #f3f3f3;
	width:580px;
	height: 299px;
}


#box_img_rivista{
	background: #fff;
	width:270px;	/*280-10*/
	height: 279px;	/*299-10(margin-top)-10(margin-bottom)*/
	float:left;
	margin:10px;
	
}
#box_rivista_white{
	width:260px;
	height: 269px;
	background-color:#fff;
	border:10px solid #f3f3f3;
}

.rivista_foto{
	padding:10px;
}
.rivista_absst{
	padding:0 10px 10px 10px;
	text-align:left;
	line-height:15px;
}

#box_tratteggio{
	background: transparent url(../../public/resources/themes/journal/images/linea_tratteggio_boxgrande.png) no-repeat scroll left bottom ;
	width:3px;	
	height: 279px;	
	float:left;
	padding-top:5px;
	
	
}
#box_testo_rivista{
	background: #f3f3f3;
	width:280px;
	height: 299px;
	float:left;
	text-align:left;
	position:relative;
}

.inquestonumero{
	color:#003DA0;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:10px;
}
.iqstn_freccia{
	padding:2px 5px 5px 15px;
	float:left;
	width:10px;
}
.inquestonumero_title{
	padding:0 5px 5px 5px;
	font-weight:bold;
	float:left;
	width:230px;
	line-height:15px;
}

.inquestonumero_title a{
	text-decoration:none;
}

.inquestonumero_title a:hover{
	text-decoration:none;
}

.inquestonumero_autore{
	font-weight:normal;
}

.arch_rivista{
	position:absolute;
	top:270px;
	left:35px;
	width:280px;
	height:15px;
}

.arch_rivista a{
	text-decoration:none;
	
}

.arch_rivista a:hover{
	text-decoration:none;
}

.arch_rivista_img{
	position:absolute;
	top:272px;
	left:15px;
	width:280px;
	height:15px;
}

#main_right_button{
	width:148px;
	height:91px;
	background: #fff;
	margin-left:5px;
	position:relative;
}

/*right top: news*/

#intestazione_news{
	background: url(../../public/resources/themes/journal/images/box_blu_small.jpg) no-repeat;
	width:140px;
	height: 26px;	/*31 -5 padding*/
	color:#FFF;
	text-align:left;
	font-size:11px;
	padding-left:1px;
	padding:5px 0 0 10px;
}
#content_news{
	height:208px; /*299px;*/
	width:140px;
	background: #f3f3f3;
	color:#ff0000;
}

#content_news a{
	text-decoration:none;
}

#content_news a:hover{
	text-decoration:none;
}

.news_title{
	text-align:left;
	padding-left:10px;
	padding-top:5px;
	line-height:15px;
}
.archivio{
	text-align:right;
	font-weight:bold;
	position:absolute;
	top:210px;
	right:30px;
	
}
.archivio a{
	text-decoration:none;
}

.archivio a:hover{
	text-decoration:none;
}

.archivio_img{
	text-align:right;
	font-weight:bold;
	position:absolute;
	top:212px;
	right:15px;
	
}

/*news scorrevoli*/

#newsticker-demo { 
width:140px; 
background:#EAF4F5; 
padding:5px 5px 0; 
/*padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
/*margin:20px auto;*/
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:140px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail {  width:110px; }
.newsticker-jcarousellite .info { float:right; width:140px; }	/*se cambio la misura la news parte da più sotto a scrollare*/
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }





/*left bottom_focus on + sezione forum */
#main_left_bottom{
	width:580px;
	background:#fff;
	height:215px;
	
}

#main_left_bottom_focus{
	width:286px;
	background:#fff;
	float:left;
	text-align:left;
	
}

#main_left_bottom_sezione{
	width:286px;
	background:#fff;
	float:left;
	text-align:left;
}

#divisorio_bottom{
	width:8px;
	float:left;
}

#intestazione_focuson{
	/*background: url(../../public/resources/themes/journal/images/intestazione_box_medioORO.jpg)  no-repeat;*/
	background: url(../../public/resources/themes/journal/images/focuson_top.jpg)  no-repeat;
	width:286px;
	height: 26px;	/*31 -5 padding*/
	color:#FFF;
	text-align:left;
	font-size:11px;
	padding:5px 0 0 10px;
}
#intestazione_sezione{
	background: url(../../public/resources/themes/journal/images/intestazione_box_medioORO.jpg)  no-repeat;
	width:286px;
	height: 26px;	/*31 -5 padding*/
	color:#FFF;
	text-align:left;
	font-size:11px;
	padding:5px 0 0 10px;
}


#content_sezione{
	background: url(../../public/resources/themes/journal/images/box_medio_bk.jpg)  no-repeat;
	width:286px;
	height: 178px;
	position:relative;
}


.text_sezione_bg{
	width:286px;	
	background: url(../../public/resources/themes/journal/images/forum_oriz.jpg)  repeat-y;
}
.text_sezione{
	color:#003DA0;
	font-weight:bold;
	/*position:absolute;
	top:10px;
	left:10px;*/
	line-height:15px;
	width:256px;		/*276-10 paffing left-padding right*/
	min-height: 38px;		/*43-5px padding top*/
	padding:5px 10px 0 10px;
	
	
}
.text_sezione a{
	color:#003DA0;
	text-decoration:none;
}
.text_sezione a:hover{
	color:#003DA0;
	text-decoration:none;
}



/*right bottom: visibilita intern.*/

#intestazione_visibilita{
	background: url(../../public/resources/themes/journal/images/box_blu_small.jpg) no-repeat;
	width:140px;	
	height: 26px;	/*31 -5 padding*/
	color:#FFF;
	text-align:left;
	font-size:11px;
	padding-left:1px;
	/*line-height:10px;*/
	padding:5px 0 0 10px;
}

#content_visibilita{
	height: 285px;
	width:130px;	/*140-10padding left*/
	background: #f3f3f3;
	position:relative;
	text-align:left;
	padding:5px 0 0 10px;
}

#content_visibilita_titoli{
	height: 167px;
	width:130px;
}
#tratteggio_visib{
	width:130px;
	height:10px;
	background:url(../../public/resources/themes/journal/images/linea_tratteggio_piccola.png) no-repeat;
}
#content_visibilita_abst{
	height: 108px;
	width:130px;
}

#content_news_white{
	width:120px;
	height:250px;
	background-color:#fff;
	border:10px solid #f3f3f3;
	position:relative;
}

.iqstn_freccia_visib{
	padding:2px 5px 5px 5px;
	float:left;
	width:10px;
}


.logo1_visib{position:absolute;top:10px;left:20px;}
.logo2_visib{position:absolute;top:50px;left:25px;}
.logo3_visib{position:absolute;top:105px;left:10px;}
.logo4_visib{position:absolute;top:140px;left:5px;}
.logo5_visib{position:absolute;top:140px;right:5px;}
.logo6_visib{position:absolute;top:188px;left:1px;}

.arch_visib{
	position:absolute;
	top:265px;
	left:115px;
	width:30px;
}

.text_visib{
	float:left;
	width:130px;
	/*padding:0 0 8px 0;*/
	height:27px;
}
.text_visib a, .text_visib a:hover, .text_visib a:visited{
	text-decoration:none;
	font-weight:bold;
}

.abstvisib{
 width:130px;
 line-height:13px;
}



/*left loghi */
#main_left_loghi{
	width:580px;
	background:#fff;
	height:90px;
	float:left;
}
#box1{
	width:200px;
	height:80px;
	float:left;
	/*border:1px #a6a6a8 solid;*/
}
#box2{
	width:360px;
	float:left;
	/*border:1px #a6a6a8 solid;*/
	}
#box_trtg{
	width:10px;
	float:left;
	
}



#main h3
{
position: relative;
top: 4px;
font-size: 12px;
line-height: 25px;
color: #224099;
padding: 0px 0px 5px 10px;
margin-bottom: 10px;
text-align:left;
font-weight:normal;
}



#main h4
{
position: relative;
font-size: 14px;
color: #A01A1C;
letter-spacing: 1px;
padding: 0px 0px 0px 0px;
text-align:left;
font-weight:bold;
}

#main h5
{
position: relative;
font-size: 14px;
color: #A01A1C;
letter-spacing: 1px;
padding: 0px 0px 0px 0px;
text-align:left;
font-weight:normal;
}

#main h6
{
position: relative;
font-size: 14px;
color: #000000;
letter-spacing: 1px;
padding: 0px 0px 0px 0px;
text-align:left;
font-weight:normal;
}

#main h1 {
	font-size: 14px;
	line-height: 20px;
	color: #224099;
	text-align:left;
	font-weight:normal;
	
}
#main h2 {
	font-size: 11px;
	line-height: 20px;
	color: #224099;
	text-align:left;
	
}
#main h2 a {
	color: #87012e;
	text-decoration: none;	
}

#main p{
	padding:0;
	margin:0;
	text-align:justify;
	}




/*Rubriche homepage*/
#main .post
{
margin-bottom: 30px;
}

#main .post .header
{
position: relative;
}

#main .post .date
{
position: absolute;
right: 15px;
top: 0px;
line-height: 35px;
color: #AFAFA4;
font-weight: bold;
}

#main .post .content
{
margin-bottom: 0px;


}

#main .post .content .picA { 
position: relative;
top: -3px;
background: url(../../public/resources/themes/journal/images/a47.gif) no-repeat;
width: 76px;
height: 74px;
padding: 8px;
margin-left: 12px;
margin-right: 12px;
float : left;
}



#main .post .footer
{
position: relative;
top: -1px;
background: url(../../public/resources/themes/journal/images/a33.gif) repeat-x;
/*height: 64px;*/
/*height: 44px;*/
height: 24px;
width:470px;
}

#main .post .footer ul
{
list-style: none;
position: absolute;
right: 15px;
/*bottom: 15px;*/
bottom: 1px;
}

#main .post .footer ul li
{
display: inline;
line-height: 14px;
padding-left: 17px;
margin-left: 25px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

#main .post .footer ul li.printerfriendly
{
background-image: url(../../public/resources/themes/journal/images/a41.gif);
}

#main .post .footer ul li.mail
{
background-image: url(../../public/resources/themes/journal/images/a36.gif);
}

#main .post .footer ul li.readmore
{
background-image: url(../../public/resources/themes/journal/images/a38.gif);
}

/*inner: pagine interne*/
#inner_left{
	width:602px;	/*612-10 padding*/
	background:#fff;
	float: left;
	text-align:left;
	padding:0 0 0 10px;
	
}

#inner_left_small{
	width:440px;	/*450-10 padding*/
	background:#fff;
	float: left;
	text-align:left;
	padding:0 0 0 10px;
}

#inner_left p{
	text-align:left;
	margin: 0 0 0 10px;
	font-family: 'Open Sans', sans-serif !important;
	font-size:11px !important;
}

#inner_left_small p{
	text-align:left;
	margin: 0 0 0 10px;
}

#inner_left a{
	color: #333;
	text-decoration: underline;
}

#inner_left a:hover{
	color: #333;
	text-decoration: underline;
}

#inner_left_small a{
	color: #333;
	text-decoration: underline;
}

#inner_left_small a:hover{
	color: #333;
	text-decoration: underline;
}

#inner_left_elenco{
	width:602px;	
	background:#f2f2f2;
	float: left;
	text-align:left;
	
}

#inner_left_elenco p{
	text-align:left;
}

#inner_left a:visited{
	color: #333;
	text-decoration: underline;
}

#inner_right{
	width:152px;
	background:#f2f2f2;
	float: left;
	margin:0 0 0 10px;
}
#paginazione{	
	float: left;
	width:602px;	
	height:30px;	
	background:#224099;
	color:#fff;
	position:relative;
}
#totalpage{
	height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
#precsuccpage{
	width:265px;	/*275-10 padding right*/
	float:right;
	text-align:right;
	padding-right:10px;
}
#precsuccpage a, #precsuccpage a:hover, #precsuccpage a:visited{
	text-decoration:none;
}

#e_news{
	width:602px;
	float:left;
	background:#fff;
	margin:10px 0 0 0;
	/*border:1px solid #d0d2d3;*/
	}
	
#e_news_data{
	width:592px;
	float:left;
	padding: 0 0 0 10px;
	}
	
	
#e_news_data_a{
	width:492px;
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#231f20;
	}
	
#e_news_data_a a{
	color:#231f20;
	text-decoration:none;
}
#e_news_data_a a:hover{
	color:#231f20;
	text-decoration:none;
}

#e_news_data_a a:visited{
	color:#231f20;
	text-decoration:none;
}
	
#e_news_data_b{
	width:90px;
	float:left;
	text-align:right;
	color:#87012e;
	font-weight:bold;
	font-size:12px;
	padding: 0 10px 0 0;
	}
	
.e_news_title{
	color:#003da0;
	font-weight:bold;
}
.e_news_title a{
	color:#003da0;
	text-decoration:none;
}
.e_news_title a:hover{
	color:#003da0;
	text-decoration:none;
}
.e_nesw_abstract{
	padding-bottom:30px;
	text-align:justify;
	padding: 0 10px 0 10px;
}
.r_nesw_abstract{
	margin-bottom:30px;
	text-align:justify;
	background:#fff;
}
.r_autore{
	background:#fff;
}
.r_abs{
	background:#f0f0f0;
}

.txt_titlepage{
	font-size:10px;
	padding-top:10px;
	padding-left:230px;
	text-align:left;
}

.box_loghetto{
	/*width:235px;
	height:59px;	89-10 di bordo- 20 padding
	background:#fff;
	border:10px #f0f0f0 solid;
	text-align:center;
	line-height: 35px;
	margin-bottom:5px;*/
	width:245px;
	height:85px;
	background: url(../../public/resources/themes/journal/images/fondino_loghi.jpg);
	margin-bottom:5px;
	position:relative;
}
.logo1{position:absolute;top:20px;left:30px;}
.logo2{position:absolute;top:15px;left:80px;}
.logo3{position:absolute;top:30px;left:60px;}
.logo4{position:absolute;top:15px;left:90px;}
.logo5{position:absolute;top:15px;left:70px;}
.logo6{position:absolute;top:15px;left:20px;}

#title_princ{
	background: #87012e;
    color: #fff;
    font-size: 13px;
    padding: 6px 0 6px 10px;
}

#title_princ h2{
	color: #fff;
    font-size: 13px;
}

#abs_princ{
	/*background: url(../../public/resources/themes/journal/images/int.jpg) repeat-y;*/
	font-weight:bold;
	padding:10px 0 10px 0;	
}









/********SIDEBAR********/
.urbangreymenu{
width:  222px; /*width of menu*/
}

.urbangreymenu .headerbar{
	/*padding: 5px 12px 0px 25px;*/
	font-size: 10px;
	color: #333; 
}

.urbangreymenu .headerbar a{
	text-decoration: none;
	/*color: white;*/
	display: block;
}

.urbangreymenu .headerbar a:hover{
	text-decoration: none;
	/*color: white;*/
	display: block;
	background: transparent url(../../public/resources/themes/journal/images/rettangolo_attivo.jpg) no-repeat scroll left bottom ;	

}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0px 12px 0px 35px;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	text-align:left;
}

.urbangreymenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	padding: 0px 12px 0px 25px;
	text-decoration: none;
	font-size: 11px;
	color: #333; 
	font-weight: bold;
	background: transparent url(../../public/resources/themes/journal/images/quad_gr.jpg) no-repeat scroll left bottom ;
	
}

/*.urbangreymenu ul li a:visited{
	background: transparent url(../../public/resources/themes/journal/images/quadratino_vocemenu_attivo.jpg) no-repeat scroll left bottom ;
}*/

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	background: transparent url(../../public/resources/themes/journal/images/quadratino_vocemenu_attivoORO.jpg) no-repeat scroll left bottom ;
}


.urbangreymenu ul li#current a{ /*hover state CSS*/
	background: transparent url(../../public/resources/themes/journal/images/quadratino_vocemenu_attivoORO.jpg) no-repeat scroll left bottom ;
}







#sidebar h3 {
	padding: 5px 12px 0px 25px;
	margin-left:0px;
	font-size: 11px;
	color: #333; 
	/*background: transparent url(../../public/resources/themes/journal/images/rettangolo_nonattivo.jpg) no-repeat scroll left bottom ;	*/
	text-align:left;	
}
#sidebar h3 a{
	color: #333; 
	/*background: transparent url(../../public/resources/themes/journal/images/rettangolo_nonattivo.jpg) no-repeat scroll left bottom ;	*/
	background: transparent url(../../public/resources/themes/journal/images/rettangolo_grigio_x.jpg) no-repeat scroll left bottom ;	
	/*padding: 0px 12px 0px 25px;*/
	text-align:left;	
	
}
#sidebar h3 a:hover{
	color: #333; 
	/*background: transparent url(../../public/resources/themes/journal/images/rettangolo_attivo.jpg) no-repeat scroll left bottom ;	*/
	background: transparent url(../../public/resources/themes/journal/images/rettangolo_oro_x.jpg) no-repeat scroll left bottom ;	
	/*padding: 0px 12px 0px 35px;
	margin-left:10px;*/
	text-align:left;	
	
}
#sidebar h3#current a{
	color: #333; 
	/*background: transparent url(../../public/resources/themes/journal/images/rettangolo_attivo.jpg) no-repeat scroll left bottom ;	*/
	background: transparent url(../../public/resources/themes/journal/images/rettangolo_oro_x.jpg) no-repeat scroll left bottom ;	
	/*padding: 0px 12px 0px 35px;
	margin-left:10px;*/
	text-align:left;	
	
}

.text_menu_ext{
	padding-left:25px;
}



/* footer */
#footer-wrap {
	clear: both;
	width: 100%; 
	text-align: center;
	background: #87012e;
	height: 106px;
	
}
#footer-wrap a {
	text-decoration: none;
	color: #fff;
	
}
#footer-wrap a:hover {
	color: #fff;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}


/* bottom */
#footer-bottom {
	/*clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 820px;
	padding: 10px 0;
	text-align: center;
	position: relative;*/
	clear: both;
	width: 960px;
	height: 106px;
	text-align: center;
	line-height: 46px;
	margin:0 auto;
	color: #A8A88D;
}


/* Footer Navigation */
#nav_footer {
	/*clear: both;	
	height: 46px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;*/
	
	/*float:left;*/
	width:635px;
	height: 30px;
	text-align:center;
	margin:0  auto;
}
#nav_footer ul {
	text-align:center;
	
}
#nav_footer ul li {
	display: inline;
	line-height: 30px;
	padding-left: 3px;
}
#nav_footer ul li.first
{
border-left: 0px;
padding-right:0px;
}
#nav_footer ul li a {
	
	padding: 5px 12px 0px 10px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


#nav_footer ul li a:hover, 
#nav_footer ul li a:active,
#nav_footer ul li a:visited, {
	
	color: #fff;
	text-decoration: none;
}



/* postmeta */
.post-footer {
	background: url(../../public/resources/themes/journal/images/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* comments */



#CommentHolder ul {
	list-style: none !important;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #dfdfdf;
	padding-left: 40px;
	padding-right: 10px;
	border-top: 1px dotted #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
}

#PageComments li.even {
	background: #e4e2e2;
	padding-right: 40px;
	padding-left: 10px;
	border-top: 1px dotted #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
}

#PageComments li.odd p.info {
	color: #607a00;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../../public/resources/themes/journal/images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

img {
  border:0 !important;
}


/*************************************** RUBRICHE *********************************************/

#div_query{
	
	width:760px;	/*540*/
	background-color:#fff;
	float:left;
	padding-top:20px;
	
	
	
}

#lista_rubrica{
	color:#333333;
	padding-left:5px;
	
}

#dettaglio_prodotti{
	color:#333333;
	
}

/* The rest of this file is for the second tutorial */
#lista_rubrica{

	margin: 0;
	text-align:left;
	
}

#lista_rubrica li {
	/*margin: 0;*/
	list-style-type: none;
	color:#3d3d35;
	clear:both;
	margin: 0 0 0 0;
}


#lista_rubrica .titolo_rubrica { 
clear: both;

/*height: 1.2em;*/
font-size: 14px;
line-height: 25px;
color: #1b5472;
background: url(../../public/resources/themes/journal/images/a22.gif) bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 10px;
}

#lista_rubrica .picA { 
float: left;
margin-left: 12px;
margin-top: -8em;
background: url(../../public/resources/themes/journal/images/a47.gif) no-repeat;
width: 76px;
height: 74px;
padding: 8px;
}

#lista_rubrica .rubrica{
margin-left: 120px;
padding-right:10px;
margin-top: 0px;
font-size: 11px;
color:#333333;
text-align: justify;
}

#lista_rubrica .desc_autori{
margin-left: 15px;
padding-right:10px;
margin-top: 0px;
font-size: 11px;
color:#333333;
text-align: justify;
}


/**SIDEBAR*/

p.subtitle{
	font-size:10px;
	margin-left:0;
	font-style: italic;
	margin-top:0;
}

/*immagin interne */
#img_A{
	width:132px;	
	padding:10px 0 30px 10px;
	float:left;
}
#articolo_pdf{
	width:235px;	/*245 -10 margin*/
	height:15px;	/*20 - 5 padding top*/
	color:#003DA0;
	font-weight:bold;
	padding-top:5px;
}
#blocco_img_A_pdf{
	width:235px;
	height:214px;	/*229-15 padding*/
	background: url(../../public/resources/themes/journal/images/sfondo_img.jpg) repeat ;
	padding-top:15px;
}
#blocco_img_A{
	width:142px;
	
}
#didascalia_img_A{
	width:132px;	/*235-52 padding*/	
	font-size:10px;
	text-align:left;
	line-height:11px;
	color:#666;
	
}
.blocco_didascalia_A{
	background: url(../../public/resources/themes/journal/images/rettangolino_dida.jpg) ;
	position:absolute;
	left:0px;
	top:249px;
	width:50px;
	height:43px;
}




#main ol{
	list-style-type: lower-roman;
	margin: 0;
	padding: 5px 12px 0px 35px;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	text-align:left;
}

#main ol li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	list-style-type: decimal;
}

#main ul{
	list-style-type: disc;
	margin: 0;
	padding: 5px 12px 0px 35px;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	text-align:left;
}

#main ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	list-style-type: disc;
}


#accordion{
	width:150px;
	float:left;
}


/*alert registrazione*/
#error_registration{
	width:560px;	
	background:#f2f2f2;
	float: left;
	text-align:left;
	}
	
#error_registration{
	padding:0;
	margin:0;
	}
	

#alert{
	width:602px;	
	background:#f2f2f2;
	float: left;
	text-align:left;
	
}

#alert .alert_mess{
	padding:10px;
	font-weight:bold;
	color:#87012e;
	font-size:14px;
	margin:10px;
	background:#dab8b9;
	}
	
/*il sistema abi*/
#inner_left_box_elenco{
	width:100%;
	margin:10px 0 10px 0;
	padding:0;
	float:left;
	text-align:left;
	}
#abs_standard_elenco{
	width:95%;
	margin:5px 0 0px 0;
	padding: 5px 10px 5px 10px;
	float:left;
	text-align:left;
	color:#666;
	font-size:13px;
	background:#f2f2f2;
	}
	
#st_image{
	padding:10px 10px 10px 0;
	float:left;
	width:160px;
	}
	
#st_titolo{
	padding:0;
	margin:0;
	float:left;
	width:310px;
	}
	
#st_abs{
	width:95%;
	margin:5px 0 0px 0;
	padding: 5px 10px 5px 0px;
	float:left;
	text-align:left !important;
	color:#666;
	font-size:11px;
	background:#f2f2f2;
	}
	
#titolo_standard_elenco{
	font-weight:bold;
	padding-left:0;	
	text-align:left;
}

#main #titolo_standard_elenco h2{
	color:#87012e;
	font-size:12px;
	text-transform:none;
	padding:0;
	margin:0;
	font-weight:bold;
	}
	
#main #titolo_standard_elenco h2 a{
	color:#87012e;
	text-decoration:none;
	}
	
#titolo_standard_elenco span{
	color:#4c4c4c;
	font-size:11px;
	font-weight:normal;
	}
	
#titolo_standard_elenco span a, #titolo_standard_elenco span a:hover, #titolo_standard_elenco span a:visited{
	text-decoration:none;
	color:#4c4c4c;
	}








/****** FILE: public/resources/themes/journal/css/typography.css *****/
.typography h1 {
  color:#85970c;
  font-size: 190%;
  font-family: 'Open Sans', sans-serif;
	font-weight: Bold; 		
}

.typography h2 {
  color:#5b6516;
  font-size: 130%;
 font-family: 'Open Sans', sans-serif;
	font-weight: Bold;

}

.typography h3 {
  color:#85970c;
  font-size: 120%;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
	font-weight: Bold;

}

.typography h4 {
  color:#85970c;
  font-family: 'Open Sans', sans-serif;
	font-weight: Bold;

}

.typography h5 {
  color:#5b6516;
 font-family: 'Open Sans', sans-serif;
	font-weight: Bold;
	font-style:italic;

}

.typography h6 {
  color:#85970c;
  font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-decoration:underline;

}


.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../../public/resources/themes/journal/images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../../public/resources/themes/journal/images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../../public/resources/themes/journal/images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../../public/resources/themes/journal/images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../../public/resources/themes/journal/images/icons/application.png) no-repeat left center;
}


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
/* IMAGES */
 img {
	border: none;
}
	 img.right {
		float: right;
		margin-left: 20px;
	}
	 img.left {
		float: left;
	}
	 img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	 img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

/****** FILE: public/resources/themes/journal/css/form.css *****/
/* Forms
*******************************************************/

fieldset {
	border: 0;
	font-size: 1.2em;
}

textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	font-size: 10px !important;
	color:#666;
	width: 300px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}
/****** FILE: public/resources/themes/journal/css/carousel.css *****/
	.image_carousel {
	    margin: 0 0 0 5px;
	    height:175px;
	    width:120px;
	    background-color: #F3F3F3;
	}
	/*.image_carousel img {
	    border: 1px solid #ccc;
	    background-color: white;
	    padding: 9px;
	    margin: 7px;
	    display: block;
	    float: left;
	}*/
	.clearfix {
	    float: none;
	    clear: both;
	}
	
	
#foo0{
	margin:0 0 0 0;
	
}	
			.wrapper {
				background-color: white;
				width: 480px;
				margin: 40px auto;
				padding: 50px;
				box-shadow: 0 0 5px #999;
			}
			
			.caroufredsel_wrapper{
				width:120px;
			}
			
			
			
			
/****** FILE: public/resources/themes/journal/css/menu.css *****/
ul {
	margin: 0;
	padding: 0;
}

ul.container {
	width: 100px;
	/*margin: 0 auto;*/
	margin:0 0 0 10px;
	padding:0;
	/*padding: 50px;*/
}

li {
	list-style: none;
	text-align: left;
}

li.menu {
	/* Voci dell'elenco principale */
	width: 100%;
	padding: 1px 0;
}

li.title a {
	/* Voce del menu principale */
	display: block;
	position: relative;
	width: 175px;/*150px;*/
	height: 18px;
	padding: 3px 3px 0 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*background-color: #cc0000;*/
	color: #333333;
	font-weight:bold;
	/*font-family: BPreplay,Arial,Helvetica,sans-serif;*/
	font-size: 11px;
	overflow: hidden;
	background: transparent url(../../public/resources/themes/journal/images/rettangolo_grigio_x.jpg) no-repeat scroll left bottom ;
	
}

li.title a:hover {
	/*background-color: #333;*/
	text-decoration: none;
	background: transparent url(../../public/resources/themes/journal/images/rettangolo_attivo.jpg) no-repeat scroll left bottom ;
}

/*li.title a:visited {
	text-decoration: none;
	background: transparent url(../images/rettangolo_grigio_x.jpg) no-repeat scroll left bottom ;
}*/

li.title a span {
	/* Questo span agisce come parte finale della sezione title */
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 44px;
}

#sidebar #current a {	
	/*background: url(../images/nav-current.jpg) repeat-x;*/
	background: transparent url(../../public/resources/themes/journal/images/rettangolo_attivo.jpg) no-repeat scroll left bottom ;
	text-decoration: none;	
}





.sub-menu {
	/* Sotto menu */
	display: none;
	/*width: 100%;*/
	width:180px;
	padding-top: 5px;
}

.sub-menu li {
	/* Voci del sotto menu */
	margin: 3px 0;
	padding:0 0 0 35px;
	/*padding: 4px 18px;
	border: 1px solid #40392c;
	background-color: #2F2F2F;*/
	color: #cccccc;
}

.sub-menu li a {
	/*background-color: #333;*/
	text-decoration: none;
	background: transparent url(../../public/resources/themes/journal/images/quad_gr_b.jpg) no-repeat scroll left bottom ;
	padding:0 0 0 15px;
}

.sub-menu li a:hover {
	/*background-color: #333;*/
	text-decoration: none;
	background: transparent url(../../public/resources/themes/journal/images/quadratino_vocemenu_attivo_b.jpg) no-repeat scroll left bottom ;
}

.sub-menu li a:visited {
	/*background-color: #333;*/
	text-decoration: none;
	background: transparent url(../../public/resources/themes/journal/images/quad_gr_b.jpg) no-repeat scroll left bottom ;
}

#current_sub a {	
	/*background: url(../images/nav-current.jpg) repeat-x;*/
	text-decoration: none;
	background: transparent url(../../public/resources/themes/journal/images/quadratino_vocemenu_attivo_b.jpg) no-repeat scroll left bottom ;
}

/*classe applicata se sono nella current page*/
.sub-menu-open {
	display: block;
	width:180px;
	padding-top: 5px;
}

.sub-menu-open li {
	/* Voci del sotto menu */
	margin: 3px 0;
	padding:0 0 0 35px;
	/*padding: 4px 18px;
	border: 1px solid #40392c;
	background-color: #2F2F2F;*/
	color: #cccccc;
	width:180px;
}

.sub-menu-open li a {
	/*background-color: #333;*/
	text-decoration: none;
	background: transparent url(../../public/resources/themes/journal/images/quad_gr.jpg) no-repeat scroll left bottom ;
	padding:0 0 0 15px;
}

.sub-menu-open li a:hover {
	/*background-color: #333;*/
	text-decoration: none;
	background: transparent url(../../public/resources/themes/journal/images/quadratino_vocemenu_attivo.jpg) no-repeat scroll left bottom ;
}

.sub-menu-open li a:visited {
	/*background-color: #333;*/
	text-decoration: none;
	background: transparent url(../../public/resources/themes/journal/images/quad_gr.jpg) no-repeat scroll left bottom ;
}


/* Stile della pagina demo */

h1 {
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: normal;
}

h2 {
	top: 15px;
	right: 0;
	padding-right: 140px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}

.clear {
	clear:both;
}

#mainxx {
	position: relative;
	width: 200px;
	/*margin: 0 auto;*/
	margin:10px  0 10px 0;
	padding:0;
	text-align: left;
	/*background: url(../images/sfondo_centro.jpg) repeat-y;*/
}

#sidebar {
	float: left;
	width: 200px;
	padding: 0px 0px 0 0; 
	margin: 0;	
	background:#f5f5f5;
	
}	

#sidebar_middle{
	width: 200px;
	background: url(../../public/resources/themes/journal/images/sfondo_centro.jpg) repeat-y;
}
#sidebar_bottom{
	height:15px;
	width: 200px;
}

#sidebar_top{
	height:15px;
	width: 200px;
}

a{
	color: #333;
	text-decoration: none;
	outline: none;
	
}


p {
	padding: 10px;
	text-align: center;
}

/****** FILE: public/resources/themes/journal/css/hitlist.css *****/
/** 
CSS per HITLIST
-------------------------------------------- */
#hit_page{
	width: 781px; 
 	float:left;
 	background: #e0e4ee;
 	/* border:1px solid #00765b; */
 	min-height:576px;
 	padding:0px;
 	margin:0;
 	position:relative;
 }
 	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding-left:12px;
}

.hit_table { font-family: "Lucida Sans Unicode",tahoma,verdana,arial,sans-serif ; background: #f2f2f2; padding:0; margin:0;}
.hit_table_rivista { font-family: "Lucida Sans Unicode",tahoma,verdana,arial,sans-serif ; background: #ffffff; padding:0; margin:0;}
.hit_header {font-size: 12px;  color: #eb8d6d; background-color:#ebebeb; height:27px; background: #fdfdfd;}
.hit_header_0 {  padding:0 0px 0 10px; font-weight:bold;}
.hit_header_1 {  padding:0 0px 0 20px; font-weight:bold;}
.hit_header_2 {  padding:0 0px 0 5px;  font-weight:bold;}
.hit-row{ color: #231520; text-align: left; font-weight:bold; padding:10px; border:1px solid #efefef; background:#fff;}
.hit-row_rivista{ color: #ffffff; text-align: left; font-weight:bold; padding:0;/*padding:0 10px 0 5px;*/ }

.hit_table tr{
	height: 10px;
	}
	
.hit_table_rivista tr{
	height: 6px;
	}

.hit_abs{
	font-weight:normal;
	margin: 3px 0 3px 15px;
	padding: 0 10px 0 10px;
	border-left:3px solid #e6e6e6;
	text-align: justify;
	float:left;	
}

.hit_title{	
	font-weight:bold;
	text-align:justify;
	
}

.hit_title_ban{	
	font-weight:bold;
	text-align:justify;
	
}

.hit_title_img{
	float:left;
	width:2%;
}
.hit_title_txt{
	float:left;
	color:#87012e;
	font-size:13px;
	width:100%;
	float:left;
}

.hit_title a{
	color:#87012e;
	font-size:13px;
}
.hit_title a:hover{
	color:#87012e;
	text-decoration:none;
	font-size:13px;
}
.hit_title a:visited{
	color:#87012e;
	text-decoration:none;
	font-size:13px;
}

.hit_title_ban a{
	color:#231f20;
	font-size:12px;
}
.hit_title_ban a:hover{
	color:#231f20;
	text-decoration:none;
	font-size:12px;
}
.hit_title_ban a:visited{
	color:#231f20;
	text-decoration:none;
	font-size:12px;
}


	
.hit_title_fsc{
	color:#666666;
	font-size:11px;
	width:100%;
	float:left;
	}
	
.hit_title_aut{
	color:#666666;
	font-size:11px;
	width:100%;
	float:left;
	font-weight:400;
	padding:0 10px 10px 10px;
	-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
.hit_title_aut_2{
	color:#231f20;
	font-size:12px;
	padding:3px 0 0 0;
	width:100%;
	float:left;
	}

.hit_title_100_free{
	text-transform:uppercase;
	background:#f4f6da;
	text-align:justify;
	padding:0 10px 0 0;
}
.hit_title_100_free a{
	color:#455560;
}
.hit_title_100_free a:hover{
	color:#455560;
	text-decoration:none;
}
.hit_title_100_free a:visited{
	color:#455560;
	text-decoration:none;
}

.hit_title_100{
	text-transform:uppercase;
	text-align:justify;
	padding:0 10px 0 0;
}
.hit_title_100 a{
	color:#455560;
}
.hit_title_100 a:hover{
	color:#455560;
	text-decoration:none;
}
.hit_title_100 a:visited{
	color:#455560;
	text-decoration:none;
}


.hit_free{
	color:#f38d61;
}

#hit_left_box{	/*198x87 + bordo*/ 
	width: 198px; 
	padding-left:1px;
 	float:left;
 	border-left:1px solid #fff;
 	border-right:1px solid #fff;
 	height:40px;


}

#hit_list{
	background:#e6e6e6;
	border-bottom:1px solid #FFFFFF;
	height:40px;	
	
}
#hit_list_ris_tot{
	float:left;
	width:612px;	
	height:55px;
	margin:20px 0 0 0;
	
		
}
#hit_list_ris{
	float:left;
	width:602px;	
	height:30px;	
	background:#224099;
	color:#fff;
}

#hit_list_ris_pag{
	width:200px;
	text-align:center;
	margin: 0 auto;
	line-height:30px;
	height:30px;
}

#hit_prec{
	position:absolute;
	width:100px;
	bottom:1px;
	left:250px;
}
#hit_succ{
	position:absolute;
	width:100px;
	bottom:1px;
	right:170px;
}

/*#hit_page_number{
	border-top:1px solid #e6e6e6;
	margin-top:40px;
	padding:10px 0 10px 0;
}*/

/* facet */

#facetbox{	/*132x87 + bordo*/
	width: 197px; 
 	/*border:1px solid #fff; */
 	float:left;
 	background: #fdfdfd;
}
#facet_top_box{
	width: 195px; 
	border:1px solid #00765b;
	float:left;
 	min-height:100px;
 	background: #fdfdfd;
}
#facet_top_box h1{
	font-size:12px;
}

#facet_bottom_box{
	width: 195px; 
	border-left:1px solid #00765b;
	border-right:1px solid #00765b;
	border-bottom:1px solid #00765b;
	float:left;
 	min-height:200px;
 	background: #fdfdfd url(../images/hitlist/sffacet.jpg) repeat-x left center;
	background-position:bottom;
}
#facet_bottom_box h1{
	font-size:12px;
}

#facet_titolo{
	width: 185px;	/*195-10 padding-left*/
	height:30px;	/*40-10 padding-top*/
	padding:10px 0 0 10px;
	background: #007c61 url(../images/facetsfondo.jpg) repeat-x left center;
	color:#fff;
}
#facet_content{
	width: 185px;	/*195-10 padding-left*/
	padding:10px 0 0 10px;
	
	
}
#hitbox{
	width: 602px; 
 	float:left;
 	background:#f2f2f2;
 	position:relative;
}

#hitbox_sommario{
	width: 602px; 
 	float:left;
 	background:#fff;
	}

#list_hit{
	width: 747px; 
}
#testata_hit{
	width: 747px; 
	height:40px;
	
}
#areaeditorialeHitTitolo{
	width: 547px; 
	backgrounf:#ff0000;
	/*float:left;*/
	height:40px;
}

.singolfacet { 
	font-family: "Lucida Sans Unicode",tahoma,verdana,arial,sans-serif ;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:2px solid #c1c8cb;
	font-size:12px;
	width:175px;
	float:left;
	margin-bottom:10px;
}

.singolfacet_name{
	color:#f59c7f;
	font-weight:bold;
}

.singolfacet_valore{
	font-size:11px;
	color:#b8b8b8;
	font-weight:bold;
}

.list_facet_altri{
	color:#f59c7f;
	font-weight: bold;
}
/*
.. _riv_.. vedi hitlist rivista bancaria
*/
.hit_riv_numero{
	text-align: right;		
	padding-top:10px;
	padding-bottom:0px;
	font-weight:normal;
	font-size:12px;
	color: #bbbbbb;
}

.hit_riv_img{
	text-align: left;	
	font-weight:bold;
	padding-top:15px;	
	height: 15px;	
}

.header_rivista {
    text-align: left;	
	font-weight:bold;	
	margin: 0 20px 0 20px;			
	padding:5px;		
	font-size:13px;
	background:#5f9a94;
	color:#fff;
}

.content_rivista{
	float: left;
    padding: 20px 0 0;
    width: 432px;	
}

#main .content_rivista h1 {
    color: #87012e;
    font-size: 14px;
    padding: 0 0 0 10px;
}

#main .content_rivista .hit-row_rivista{
	/*border-bottom:5px solid #fff;*/
	background:#f2f2f2;
	}

.hit_riv_titolosezione{
	text-align: left;
	color: #87012e;
	font-size: 14px;
	padding: 0 0 10px 10px;
	font-family: "Open Sans",sans-serif;
	font-weight:400;
	background:#ffffff;
}
.hit_riv_titoloimg{
	text-align: left;	
	font-weight:bold;
	padding-top:10px;
	height:27px;
	weight : 50px;	
	background: url(../images/rettangolo_rivista.gif) repeat-x left center;			
}
.hit_riv_titolo{
	text-align: left;
	padding:10px 10px 0 10px;
	/*padding-top:10px;
	padding-bottom:0px;*/
	font-weight:bold;
	font-size:12px;
	color:#666666;
}
.hit_riv_titolo a {
	color:#231f20;
	text-decoration:none;
}

.hit_riv_autore{ 
	text-align: left;		
	padding-top:5px;
	padding-bottom:15px;
	font-weight:normal;
	color:#5f9a94;
	font-size:11px;
}

.hit_riv_autore a, .hit_riv_autore a:hover, .hit_riv_autore a:visited{
	color:#5f9a94;
	text-decoration:none;
}

.numerazione{
	font-size:10px;
	font-weight:normal;
}



#facetfonte_x{
	float:left;
	width:175px;
}

#img_sommario{
	float:left;
	width:170px;
	}
	
#img_sommario img{
	padding:20px 0 0 0;
	}
	
#cont_sommario{
	float:left;
	width:432px;
	padding:20px 0 0 0;
	}
	
#cont_sommario_data{
	float:left;
	width:422px;	/*432-10*/
	padding:0 0 0 10px;
	font-size:12px;
	}
	
.cont_sommario_data_num{
	font-size:11px;
	color:#87012e;
	
	}
	
#cont_sommario_data_left{
	float:left;
	width:182px;
	
	}
	
#cont_sommario_data_right{
	float:left;
	width:240px;
	text-align:right;
	font-size:11px;
	color:#666;
	}
	
#cont_sommario_data_right_butt{
	
	width:167px;
	height:20px;
	background:#224099;
	color:#fff;
	font-size:13px;
	text-align:right;
	padding:2px 5px 0 0;
	
	float:right;
	}
	
#cont_sommario_data_right_butt a{
	color:#fff;
	text-decoration:none;
	}
	
#cont_sommario_data_right_butt a:hover{
	color:#fff;
	text-decoration:none;
	}
	
#cont_sommario_data_right_butt a:visited{
	color:#fff;
	text-decoration:none;
	}
	
#cont_sommario_data_right_txt{
	float:right;
	margin:5px 0 0 0;
	}


