﻿/** BEGIN sidebar **/

#sidebar {
	width: 312px;
	float: right;
        font-family:verdana, helvetica, sans-serif;
	margin-top:9px;
	margin-right:12px;
}

	#sidebar .box {
             width:300px;
             padding:6px;
             border:solid 1px #d41a27;
             margin-bottom: 24px;
             margin-top:6px
	}

    #sidebar .box a {
	text-decoration: none;
        padding-top:3px;
        padding-bottom:3px;
        font-weight:normal;
	}

.bianco {
        color:#fff;
        font-weight:bold;
        letter-spacing:1px;
        font-size:13px;
}

.bianco:hover {color:#fff}

#sidebar .box h2{
    padding:3px;
    color:white;
    background-color:#d41a27;
    margin-bottom:6px;
    text-align:center;
    text-transform:uppercase;
    font-size:13px;
    }

            #sidebar .box p {
			font-size:80%;
                        margin-bottom:6px;
                        padding-left:3px;
                        
		}

		#sidebar .box h3 {
			height:16px;
			font-size: 14px;
			margin-top:12px;
			padding-right:3px;
		}

               #sidebar .box h3 a{
			color:#000;
		}


	.box > p {
                        border-bottom:solid 1px #d41a27;
	}

/*	#sidebar .box .top {
		background-image:url(images/grigio-superiore.gif);
		height:20px;
		width:311;
	}	


	#sidebar .box .bottom {
		background-image:url(images/grigio-inferiore.gif);
		height:20px;
		width:311;
	}
	
		#sidebar .box a {
			color: #d41a27;
			text-decoration: none;
                        padding-top:4px;
                        padding-bottom:4px;
                        line-height:1.2em;

		}	
		




		#sidebar .box h2 {
			font-size: 1.7em;
			margin-bottom: 10px;    
			text-align:right;
                        font-weight:normal;
		}


		

	
*/
	
		#sidebar  .box .rubrica {}
		
			#sidebar  .box .rubrica .titolo { font-size: 1.1em; }

            #sidebar .box .titolo a {
                    color:#000;
                    font-style:italic;
		    }

            #sidebar .box .dettagli a {
                    color:#555;
                    font-style:italic;
                    font-weight:bold;
		    }
                     
			#sidebar  .box rubrica dettagli{ font-size: .7em; }

		#sidebar ul {
			list-style-type: none;
			}
	
		#sidebar ul li {
			line-height: 1.1em;
			padding: 2px 0;
		
		}

