/* ---------------------------------------------------
   Custom CSS Layout 
------------------------------------------------------*/

#header {
  background-image: url(../img-layout/bg-header.jpg);
  background-repeat: no-repeat;
  height: 245px;
}

#header-bottom {
  background-image: url(../img-layout/header-bottom.jpg);
  background-repeat: no-repeat;
  height: 56px;
}

#page-layout {
  background-image: url(../img-layout/bg-page.png);
  background-repeat: repeat-y;	
}

#content, #sub-content {
  padding-left: 0px;	
}

#footer {
  background-color: #323D01;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-item {
  padding-right: 2px;
}

.bg-menu-v {
  background-image: url(../img-layout/bg-menu-v.png);
  background-repeat: no-repeat;
  width: 240px;
}

#stripes-left {
  width: 79px;
  height: 477px;
  position: absolute;
  background-image: url(../img-layout/stripes-left.png);
  background-repeat: no-repeat;
}

/* ---------------------------------------------------
   Menù Horizontal CSS
------------------------------------------------------*/

#menu-h {
  height: 30px;
  margin-top: 8px;
}

#menu-h ul {
  list-style: none;	
  text-align: right;
}

#menu-h ul li {
  display: inline;	
}

#menu-h ul li a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

#menu-h .middle {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#menu-h ul li a:hover {
  color: #FFF;	
}


/* ---------------------------------------------------
   Menù Header CSS
------------------------------------------------------*/

#menu-header {
  margin-top: 60px;
}

#menu-header ul {
  list-style: none;	
  margin-left: 15px;
}

#menu-header ul li {
  margin-top: 10px;	
}

#menu-header ul li a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 310px;
  height: 28px;
}

.menu-header-btn1 {
  background-image: url(../img-layout/btn-inprimopiano.png);
  background-position: top;
  background-repeat: no-repeat;
}

.menu-header-btn2 {
  background-image: url(../img-layout/btn-biglietteria.png);
  background-position: top;
  background-repeat: no-repeat;
}

.menu-header-btn3 {
  background-image: url(../img-layout/btn-abbonamenti.png);
  background-position: top;
  background-repeat: no-repeat;
}

.menu-header-btn1-active {
  background-image: url(../img-layout/btn-inprimopiano.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.menu-header-btn2-active {
  background-image: url(../img-layout/btn-biglietteria.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.menu-header-btn3-active {
  background-image: url(../img-layout/btn-abbonamenti.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.menu-header-btn1:hover, .menu-header-btn2:hover, .menu-header-btn3:hover {
  background-position: bottom;	
}

/* ---------------------------------------------------
   Menù Vertical CSS
------------------------------------------------------*/

#menu-v {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #470502;
}

#menu-v ul {
  list-style: none;
  margin-left: 0px;
}

#menu-v ul li {
  margin-top: 20px;	
}

#menu-v .li-stagione {
  display: block;
  width: 230px;
  height: 30px;
  background-image: url(../img-layout/li-stagione.png);
  background-repeat: no-repeat;
  
  text-indent: -9999px;
  overflow: hidden;
}

#menu-v .li-produzioni {
  display: block;
  width: 230px;
  height: 30px;
  background-image: url(../img-layout/li-produzioni.png);
  background-repeat: no-repeat;
  
  text-indent: -9999px;
  overflow: hidden;
}

#menu-v .li-spettacoliscuole {
  display: block;
  width: 230px;
  height: 30px;
  background-image: url(../img-layout/li-spettacoliscuole.png);
  background-repeat: no-repeat;
  
  text-indent: -9999px;
  overflow: hidden;
}

#menu-v .li-palestra {
  display: block;
  width: 230px;
  height: 30px;
  background-image: url(../img-layout/li-palestra.png);
  background-repeat: no-repeat;
  
  text-indent: -9999px;
  overflow: hidden;
}

#menu-v .li-pianta {
  display: block;
  width: 230px;
  height: 30px;
  background-image: url(../img-layout/li-pianta.png);
  background-repeat: no-repeat;
  
  text-indent: -9999px;
  overflow: hidden;
}

#menu-v .li-cineforum {
  display: block;
  width: 230px;
  height: 30px;
  background-image: url(../img-layout/li-cineforum.png);
  background-repeat: no-repeat;
  
  text-indent: -9999px;
  overflow: hidden;
}

#menu-v .li-accademia {
  display: block;
  width: 230px;
  height: 30px;
  background-image: url(../img-layout/li-accademiateatrale.png);
  background-repeat: no-repeat;
  
  text-indent: -9999px;
  overflow: hidden;
}


#menu-v .li-news {
  display: block;
  width: 230px;
  height: 30px;
  background-image: url(../img-layout/li-news.png);
  background-repeat: no-repeat;
  
  text-indent: -9999px;
  overflow: hidden;
}

#menu-v ul li ul {
  margin-top: 10px;
}

#menu-v ul li ul li {
  margin-top: 0px;
  margin-bottom: 8px;	
  width: 240px;
  text-align: right;
}

#menu-v ul li ul li a {
  color: #004000;
  padding-right: 30px;
  text-decoration: none;
}


#menu-v ul li ul li a:hover {
  color: #000000;
}


/* ---------------------------------------------------
   SIDEBAR CSS
------------------------------------------------------*/

.sidebar {
  width: 210px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px;
}

.sidebar h3 {
  font-size: 12px;
  font-weight: bold;
  color: #6B9115;
}

.sidebar-spacer {
  height: 20px;
  border-bottom: 1px solid #B3B300;
  margin-bottom: 10px;
  width: 230px;
  margin-left: 10px;
}

.sidebar-spacer2 {
  height: 20px;
}

.sidebar input {
  border: 1px solid #000000;
  background-color: #A0A805;
  margin-top: 4px;
}


/* ---------------------------------------------------
   FOOTER ITEMS CSS
------------------------------------------------------*/

#footer ul {
  list-style: none;
  margin-left: 0px;
  margin-right: 0px;
}

#footer ul li {
  color: #EBEBEB;
  /*font-weight: bold;*/
  text-transform: uppercase;
  border-top: 1px solid #666;
}

#footer ul li ul {
  /*border-top: 1px solid #FFF;*/
  padding-top: 5px;

}

#footer ul li ul li {
  border: none;
  text-transform: lowercase;
}

#footer ul li a {
  color: #EBEBEB;
  font-weight: normal;
  text-decoration: none;
  padding-left: 10px;
  display: block;
}

#footer ul li a:hover {
  color: #CC3;
}

#footer .footer-item-last ul li {
  border: 0px;
  padding-top: 1px;
}

#footer .footer-item-last ul li ul li a {
  text-transform: uppercase;
}


/* ---------------------------------------------------
   CONTENT LAYOUT CSS
------------------------------------------------------*/

#header-bottom h1 {
  font-size: 18px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
}

#content-right .spacer{
  height: 15px;
  border-top: 1px solid #666;
  margin-top: 15px;
}

#content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  
}

#content-left .buyonline {
  border-top: 1px solid #550603;
  border-bottom: 1px solid #666;
  text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

#content-right .buyonline {
  border-top: 1px solid #666;
  text-align: right;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#content-right .credits-left {
  float: left;
  width: 110px;
}

#content-right .credits-left ul {
  list-style: none;
  font-weight: bold;
  margin-left: 10px;
}

#content-right .credits-right {
  float: left;
  width: 200px;
}

#content-right .credits-right ul {
  list-style: none;
  margin-left: 0px;
}

#content-right .credits-right ul li, #content-right .credits-left ul li {
  margin-top: 10px;	
}


#sub-content h2 {
  font-size: 12px;
  font-weight: bold;
}

#sub-content-right .buyonline {
  border-top: 1px solid #666;
  text-align: right;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#sub-content-right .credits-left {
  float: left;
  width: 120px;
}

#sub-content-right .credits-left ul {
  list-style: none;
  font-weight: bold;
  margin-left: 20px;
}

#sub-content-right .credits-right {
  float: left;
  width: 230px;
}

#sub-content-right .credits-right ul {
  list-style: none;
  margin-left: 0px;
}

#sub-content-right .credits-right ul li, #sub-content-right .credits-left ul li {
  margin-top: 10px;	
}

.quadrifoglio {
  height: 18px;
  background-image: url(../img-layout/quadrifoglio.png);
  background-repeat: no-repeat;
  padding-left: 30px;
}

.abbonamento_danza {
  height: 18px;
  background-image: url(../img-layout/icona_danza_autore.png);
  background-repeat: no-repeat;
  padding-left: 36px;
}

.palcoscenico {
  height: 18px;
  background-image: url(../img-layout/palcoscenico.png);
  background-repeat: no-repeat;
  padding-left: 30px;
}

.quadrifoglio a, .palcoscenico a, .abbonamento_danza a {
  color: #C60;
}
