
/*
Gencobus
*/





* {
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
  }


body {
    background-color : #e01400;
    color : #353535;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
  }


input, textarea {
    background-color : #ddb11e;
    border-bottom-color : #FFFFFF;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #FFFFFF;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #FFFFFF;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #FFFFFF;
    border-top-style : solid;
    border-top-width : 1px;
    color : #2c1f03;
    font-family : Arial,Helvetica,sans-serif;
    font-size : 13px;
    font-weight : bold;
  }


h1, h2, h3, p, ol, ul {
    margin-top: 0;
  }


h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
  }


h5 {
    color : #181818;
    font-family : Arial, Helvetica, sans-serif size=;
    font-size : 18px;
    font-weight : bold;
    text-align : center;
  }


h6 {
    color : #FF0303;
    font-family : Arial, Helvetica, sans-serif size=;
    font-size : 18px;
    font-weight : bold;
    text-align : center;
  }


h1, h2 {
    text-transform: lowercase;
    font-weight: normal;
  }


h1 {
    font-size: 2.4em;
  }


h2 {
    font-size: 1.8em;
  }


a {
    color : #f29d0b;
    font-weight : bold;
    text-align : center;
  }


a:hover {
    color : #fcc86a;
    font-weight : bold;
    text-decoration : none;
  }


hr {
    display: none;
  }


#main {
    width: 976px;
    margin: 0 auto;
    background: #e01400;
  }

/* Header */






#header {
    height: 351px;
    width: 976px;
  }


#logo {
    width: 976px;
    height: 300px;
    background: url(img/header.jpg) no-repeat;
  }


#logo h1, #logo p {
    margin: 0;
    line-height: normal;
  }


#logo h1 {
    padding: 47px 0 0 20px;
    font-size: 24px;
    color: #ffffff;
  }


#logo h2 {
    padding: 10px 0 0 20px;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
  }


#logo a {
    text-decoration: none;
    color: #ffffff;
  }


#menu {
    height: 51px;
    background: url(img/menu.gif) no-repeat top;
    width: 856px;
    padding-left: 120px;
  }


#menu ul {
    margin: 0;
    list-style: none;
  }


#menu li {
    display: inline;
  }


#menu a {
    float: left;
    width: 140px;
    height: 66px;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }


#menu a:hover {
    background: url(img/menu_r.gif) repeat-x;
    height: 50px;
    text-decoration:underline;
    color: #fcc86a;
  }

/* Page */







#page {
    width: 876px;
    margin: 0 auto;
  }

/* Content */







#content {
    float: left;
    width: 720px;
    padding: 11px;
  }


#content p {
    padding-left: 10px;
    padding-right: 10px;
  }


#content .line1 {
    background: #ffffff url(img/center_top.gif) top no-repeat;
    padding: 4px;
  }


#content .post ul, #content .post ol {
    margin-left: 30px;
  }


#content .top {
    width: 720px;
    background: url(img/top.png) no-repeat;
    height: 13px;
  }


#content .middle_back {
    width: 477px;
    background: #ffffff;
  }


#content .title {
    width: 690px;
    height: 20px;
    padding-top: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #b01000;
    margin-bottom: 8px;
  }


#content .date {
    height: 41px;
    margin-top: 5px;
    padding-top: 3px;
    font-size: 10px;
    background: #ffffff;
  }


#content .date ul {
    list-style: none;
  }


#content .date li {
    display: inline;
  }


#content .small_icon1 {
    background: url(img/icon1.gif) no-repeat;
    height: 24px;
    float: left;
    display: block;
    text-align: left;
    padding-top: 6px;
    padding-left: 30px;
    padding-right: 5px;
  }


#content .small_icon2 {
    background: url(img/icon2.gif) no-repeat;
    height: 24px;
    float: left;
    display: block;
    text-align: left;
    padding-top: 6px;
    padding-left: 30px;
    padding-right: 5px;
  }


#content .small_icon3 {
    background: url(img/icon3.gif) no-repeat;
    height: 24px;
    float: left;
    display: block;
    text-align: left;
    padding-top: 6px;
    padding-left: 30px;
  }


.post {
    color: #000000;
  }


.post a {
    color: #b01000;
  }


.post a:hover {
    color : #FE6B02;
    font-weight : bold;
  }


.post H2 {
    color: #b01000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
  }


.center_bottom {
    background: url(img/center_bottom.gif) no-repeat bottom;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

/* Footer */





#footer {
    clear: both;
    padding-top: 20px;
    height: 42px;
    background: url(img/footer.gif) no-repeat;
  }


#footer p {
    text-align: center;
    font-size: smaller;
    color: #CCCCCC;
  }


#footer a {
    float: left;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
  }


#footer a:hover {
    text-decoration:underline;
    color: #fcc86a;
  }


#search {
    background-attachment : fixed;
    background-image : url('img/biglietteria.jpg');
    background-position : top left;
    background-repeat : inherit;
    color : #000000;
    font-family : 'Bitstream Charter';
    font-size : 14px;
    font-weight : bold;
    height : 200px;
    left : 0px;
    position : absolute;
    right : 0px;
    table-layout : fixed;
    width : 488px;
  }


#change {
    background-attachment : fixed;
    background-image : url('img/cambia_prenot.jpg');
    background-position : top left;
    background-repeat : inherit;
    color : #ff0303;
    font-family : 'Bitstream Charter';
    font-size : 14px;
    font-weight : bold;
    height : 200px;
    left : 0px;
    position : absolute;
    right : 0px;
    width : 488px;
  }


#change1 {
    background-attachment : fixed;
    background-position : top left;
    background-repeat : inherit;
    color : #ff0303;
    font-family : 'Bitstream Charter';
    font-size : 16px;
    font-weight : bold;
    height : 200px;
    left : 0px;
    position : absolute;
    right : 0px;
    table-layout : fixed;
    width : 488px;
  }


#search1 {
    background-attachment : fixed;
    background-position : top left;
    background-repeat : inherit;
    color : #000000;
    font-family : 'Bitstream Charter';
    font-size : 16px;
    font-weight : bold;
    height : 200px;
    left : 0px;
    position : absolute;
    right : 0px;
    table-layout : fixed;
    width : 488px;
  }


#main_page {
    background-attachment : fixed;
    background-image : url('img/main_bg.jpg');
    background-position : top left;
    color : #ff0303;
    height : 398px;
    width : 876px;
  }


#popup {
    background-color : #ffffff;
    background-repeat : repeat;
  }




