/** overriding common, common_dafault style **/
/** Author: Borgato Matteo **/


body, html {
    background: #f2f2f2 url('img/bg_body.jpg') top left repeat-x;
    color:#3E4243;
}

div#container {
    margin: 0px auto;
    width: 980px;
}

#header {
    padding-top: 10px;
    background: #952422 url(img/header.gif) no-repeat scroll center bottom;
    height: 91px;
    border-bottom: 2px solid #550000;
    color:white;
    font-size:35px;
    height:15px;
    padding:43px 150px;
    text-shadow:2px 2px 2px #333333;
    text-transform:uppercase;
    font-family: "Times New Roman";
    font-style: italic;
}

div#topbar {
    border-top: 1px solid #77BCD3;
    background: transparent url(img/bg_topbar.jpg) repeat-x scroll left top;
    height:31px;
}
#topbar .container {
    margin: 0px auto;
    width: 980px;
}

#breadcrumb {
    border-bottom: 1px dotted #ffaaaa;
}

#container {
    background-color: transparent;
}

#footer {
    background-color: #952422;
    border-bottom: none;
    border-top: 2px solid #c42f3c;
    color:#E0E0E0;
}

#bottomlinks ul li.leftCorner {
    background: transparent url('img/bg_top.png') top left no-repeat;
}

div#footer {
    padding: 1px 205px;
}

div#bottomlinks ul li {
    margin-left:120px;
    padding: 2px 8px;
}


/* menu */
#rightcolumn.column.menu h3, #leftcolumn.column.menu h3 {
    background: transparent url(img/bg_menu.png) no-repeat scroll left top;
}

.menu h3, .menu h3 {
    color: #952422;
}

.menu .menucnt {
    background:#EFF3F5 none repeat scroll 0 0;
    border: 1px solid #D6E0E4;
    border-top: none;
}
.menu .menucnt a, .menu .menucnt a:visited, .menu .menucnt a:active {
    background:transparent url(img/menulnk_off_right.gif) no-repeat scroll 5% 51%;
}
.menu .menucnt a:hover, .menu .menucnt a.selected {
    background:#F5F8FD url(img/menulnk_on_right.gif) no-repeat scroll 6% 51%;
}

div#cal_eve {
    background-color: #EFF3F5;
    border: 1px solid #D6E0E4;
    border-top: none;
}

/** notizie **/
h3.notizie {
    background:transparent url(img/arrow.png) no-repeat scroll 2px 7px;
    border-bottom:medium none;
    color: #2f6e83;
    margin-top:20px;
    padding-left:25px;
}

h4.notizie {
    background: url('img/hr.png') repeat-x top left;
    padding:5px 15px;
    color: #666;
    margin: 0px;
    height:20px;
}

