/*********************************************




***********************************************/

* {
margin: 0px;
padding: 0px;
}

body {/*
background-color: #fff;
color: #9f9f9f;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;*/
background-color: #fff;
	color: #9f9f9f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

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

a:hover {
text-decoration: none;
color: #fffffff;
/*background: #D3E378 url('img/bbg1.gif') repeat-x;*/
}

strong {
background: inherit;
color: #50514D;
}

#header {
width: 100%;
height: 280px;
background-color: #770207;
color: #ffffff;
/*text-align: right;*/
border-bottom: 2px solid #000000;
border-top: 2px solid #000000;
background-image: url(../img/texture.jpg);
background-repeat: repeat;

}

#header_inner {
position: relative;
width: 680px;
height: 280px;
margin: 0px auto;
/*text-align: center;*/
background-color: #000000;
background-position: center;
background-image: url(../img/sala_ok3d.jpg);
background-repeat: no-repeat;
position: relative;
}

#header_inner h1 {
background: inherit;
position: absolute;
right: 100px;
top: 180px;
text-transform: lowercase;
font-size: 39px;
color: #fff;
font-weight: bold;
letter-spacing: -2px;
/*background-color: red;*/
}

#nuovoteatropezzani {
/*background: inherit;*/
position: absolute;
right: 90px;
bottom: 80px;/*120*/
text-transform: lowercase;
font-size: 39px;
color: #fff;
/*background: Fuchsia;*/
font-weight: bold;
letter-spacing: -2px;
/*padding-right: 30px;*/
}
#direzione {
	/*right: 60px;*/
	bottom: 10px;
	text-transform: none;
	font-size: 14px;
	color: #fff; /*background: Fuchsia;*/
	font-weight: bold;
}

#header_inner h1 span {
/*background: inherit;*/
color: #ffffff;
padding-right: 20px;
}

#slogan {
position: absolute;
right: 90px;
bottom: 36px;/*70*/
color: #ffffff;
text-transform: lowercase;
font-size: 20px;
}

/********************************************************************************/
#main {
padding-top: 20px;
position: relative;
width: 680px;
margin: 0px auto;
padding-bottom: 10px;
}
/********************************************************************************/
#menu ul {
list-style: none;
margin: 0px;
border-top: 6px solid #eeeeee;
border-bottom: 6px solid #eeeeee;
}

#menu li {
background: none;
padding: 0px;
font-weight: bold;
border-bottom: 1px solid #eeeeee;
}

#menu a {
display: block;
position: relative;
width: 168px;
/*height: 27px;*/
/*margin-bottom: 1px;*/
text-decoration: none;
background: inherit;
/*background-image: url('img/bbg0.gif');*/
padding-left: 17px;
padding-top: 11px;
color: #636363;
text-transform: lowercase;
font-size: 13px;
}

#menu a span {
position: absolute;
left: 0px;
margin-top: 5px;
margin-left: 5px;
width: 7px;
height: 7px;
background: url('../img/arrow.gif') no-repeat; 
}

#menu a:hover span {
position: absolute;
left: 0px;
margin-top: 5px;
margin-left: 5px;
width: 7px;
height: 7px;
background: url('../img/arrow_b.gif') no-repeat;
}

#menu a span#activespan {
position: absolute;
left: 0px;
margin-top: 5px;
margin-left: 5px;
width: 7px;
height: 7px;
background: url('../img/arrow_b.gif') no-repeat;
}

#menu a:hover {
background: inherit;
color: #fff;
background-color: #770207;
}

#menu_end {
height: 30px;
background-image: url('../img/a2.gif');
}

#menu a#activemenu {
color: #ffffff;
background-color: #770207;	
}
/*************************************************************************/
h1 {
background: inherit;
color: #000000;
/*text-transform: lowercase;*/
font-size: 26px;
}
/*
h1 {
background: inherit;
color: #50514D;
text-transform: lowercase;
font-size: 26px;
}
/*
h1 span {
background: inherit;
color: #85AC1E;
}
/*
h1 span sup {
background: inherit;
color: #85AC1E;
font-size: 14px;
}
*/
h3 {
margin-top: 30px;
background: inherit;
color: #50514D;
font-size: 15px;
/*text-transform: lowercase;*/
height: 34px;
background: url('img/a3.gif') repeat-x 0px 17px;
}

h3 span {
background: inherit;
color: #85AC1E;
color: #770207;
}

h3.first {
margin-top: 0px;
clear: both;
}
h4 {
margin-top: 30px;
background: inherit;
color: #000000;
font-size: 15px;
/*text-transform: lowercase;*/
height: 34px;
background: url('img/a3.gif') repeat-x 0px 17px;
}
h5 {
background: inherit;
color: #333333;
/*text-transform: lowercase;*/
font-size: 16px;
}
/***************************************************************************/
#lcol {
/*position: relative;*/
width: 185px;
float: left;
padding-top: 40px;
}

#lcontent {
position: relative;
padding: 0px 15px 0px 15px;
}
#lcontent a {
color: #000000;
font-weight: bold;
text-decoration: none;
}
#lcontent a:hover {
color: #aaaaaa;
font-weight: bold;
text-decoration: none;
}
/****************************************************************************/
#rcontent {
position: relative;
padding: 0px 20px 0px 20px;
/*border-bottom: 6px solid #eeeeee;
border-top: 6px solid #eeeeee;*/
}
/****************************************************************************/
ul {
list-style: none;
}

li {
background: url('../img/arrow_rouge.gif') no-repeat 0px 5px;
padding-left: 15px;
}
li:hover {
background: url('../img/arrow_rouge.gif') no-repeat 0px 5px;
padding-left: 15px;
}

p {
margin-bottom: 10px;
text-align: justify;
line-height: 18px;
font-size: 12px;
}

#lcol p {
font-size: 10px;
line-height: 16px;
margin: 0px;
}
/****************************************************************************/
.divider {
font-size: 0px;
position: relative;
border-bottom: solid 6px #666666;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.summary {
text-align: right;
font-style: italic;
}

ul.divided li {
border-bottom: solid 1px #F5F5F5;
margin-top: 4px;
padding-top: 4px;
background-position: 0px 9px;
}

ul.divided li.first {
border-top: 0px;
border-bottom: solid 1px #F5F5F5;
margin-top: 0px;
padding-top: 0px;
background-position: 0px 5px;
}
/****************************************************************************/
#rcol {
position: relative;
margin-left: 190px;
width: 485px;
background-image: url('img/a2.gif');
background-repeat: repeat-x;
/*color: #50514D;*/
color: #333333;
padding-top: 10px;
}

#slogan2 {
font-size: 14px;
position: relative;
top: -5px;
}
/****************************************************************************/
.box {
position: relative;
border: dashed 1px #dadada;
margin-top: 15px;
background: inherit;
color: #AAB165;
}

.box h2 {
background: inherit;
color: #6C7425;
text-transform: lowercase;
font-weight: normal;
font-size: 18px;
margin-bottom: 5px;
}

.box p {
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.box_inner {
border: solid 1px #fff;
padding: 15px;
background: #FFFFE9 url('img/a4.gif') repeat-x;
color: inherit;
}
/****************************************************************************/
.captioned_image {
position: relative;
padding-bottom: 15px;
float: left;
margin-right: 17px;
}

.captioned_image div {
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
}
/****************************************************************************/
#footer {
	color: #333333;
	clear: both;
	border-top: 1px solid #770207; 
	background: url('../img/a2.gif') repeat-x;
	width: 680px;
	margin: 0px auto;
	margin-bottom: 25px;
	padding-top: 10px;
	text-align: center;
	text-transform: lowercase;
	/*aggiunti per ie6*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/********************************/
}
/****************************************************************************/
#search {
	/*background-color: #F3F3F3;*/
	background-color: #ffffff;
}

#searchbox {
	background-color: none;	
}

.search-username {
	width: 100px;
	color: #555;
	/*height: 2em;*/
	margin: 5px 0 0px 20px;
	padding: 0px 0px 0px 6px;
	/*background: url(../img/img/logo_user.gif) no-repeat 0px 50%;*/
	background-color: #fff;
	border: 0;
	font-size:90%;
	border: 1px solid #666666;
}

.search-password {
	width: 100px;
	color: #555;
	/*height: 2em;*/
	margin: 5px 0 4px 20px;
	padding: 0px 0 0 6px;
	/*background: url(../img/img/logo_pass.gif) no-repeat 0px 50%;*/
	background-color: #fff;
	border: 0;
	font-size:90%;
	border: 1px solid #666666;
}
form,fieldset {
	border:0;
	padding:0;
	margin:5px 0;
}
#bottonelogin {
	/*width: 50px;*/
	color: #fff;
	/*height: 2em;*/
	/*margin: 5px 0px 0px 68px;*/
	margin: 5px 0px 0px 20px;
	
	padding: 0px 0 0 0px;
	background-color: #980000;
	border: 0;
	font-size: 90%;
	font-weight: bolder;
}
/****************************************************************************/
/*NEWS*/
/****************************************************************************/

img {
	border: none;
}
.news {
}
.puntina {
	width: 100%;
	text-align: center;
	background-image: url(/img/puntina.gif);
	background-position: center;
	background-repeat: no-repeat;
 	height: 30px;
}
.newshome {
	/*padding: 5px;*/
	/*border: 1px dashed #dddddd;*/
	/*background-color: #F3F39B;*/
        border: 2px solid #dddddd;
	background-color: #ffffff;
	/*width: 200px;
	height: 200px;*/
	/*width: 100%;*/
        width: 428px;/*la misura dell'immagine deve essere 424px*/
	vertical-align: top;
	/*margin: 0 auto;*/
	text-align:center;
}
.contenitorelocandina {
	/*float:left;*/
	text-align: center;
	/*background-color: #fbfbfb;*/
	width: 428px; /*dimensione massima immagine 424px*/

}
.linkallanewshome {
	width: 97%;
	text-align: right;
	margin-top: 8px;
	background-color: transparent;
}
.locandina {
	float:left;
	border: 1px solid #cccccc;
}
.locandinaspettacoli {
	/*border: 1px solid #cccccc;*/
}
.locandinaspettacoli img{
	padding: 2px;
	width:424px;
	/*border: 2px solid #cccccc;*/
	
}
.locandinarassegne {
	margin: 0px 0px 84px 20px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}
.datapubblicazionenews {
	text-align: right;
	color: #666666;
	border-bottom: 1px solid #666666;
	font-size: 10px;
	width: 100%;
}
.dataeventonews {
	color: #980000;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
}
.luogonews {
	font-size: 10px;
	color: #000000;
	background-color: none;
}
.dataproiezione {
	color: #980000;
	font-weight: bold;
}
.titolonews {
	/*font-family: serif;*/
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.descrizionenews {
	padding-left: 46px;
}
.dividerlait {
font-size: 0px;
border-bottom: solid 1px #eeeeee;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}
.dividerlait2 {
font-size: 0px;
border-bottom: solid 1px #F3F39B;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.linkagliarticoli {
	color: #FF6000;
	text-decoration: none;
	background-color: none;
}
.linkagliarticoli:hover {
	/*color: #980000;
	text-decoration: none;
	background-color: none;*/
}
.gruppo {
	background-color: #FF6000;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.dataesecuzione {
	left: 0px;
	font-weight: bold;
	padding-left: 24px;
	color: #888888;
}
.spaziatorenews {
	height: 24px;
	/*background-color: Black;*/
}
/****************************************************************************/
/*Stagione*/
/****************************************************************************/
.dataeventospettacolo {
	font-size: 13px;
	font-family: monospace;
	color: #980000;
	font-weight: bold;
	/*background-color: InfoBackground;*/
}
.ildalal {
	font-size: 11px;
	color: #000000;
	background-color: none;
}
.titolospettacolo {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.tipoabbonamento {
	background-color: #5F9EA0;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-left: 30px;
}
.autorespettacolo {
	font-size: 11px;
}
.autore {
	font-weight: bold;
}
.attorispettacolo {
	font-size: 11px;
}
.attori {
	font-weight: bold;
}
.regiaspettacolo {
	font-size: 11px;
}
.regia {
	font-weight: bold;
}
.produzionespettacolo {
	font-size: 11px;
}
.produzione {
	font-weight: bold;
}
.generespettacolo {
	font-size: 11px;
}
.genere {
	font-weight: normal;
	font-style: italic;
}
.datitecnicispettacolo {
	font-size: 11px;
}
.datitecnici {
	font-weight: normal;
}
.abstractspettacolo {
	font-size: 12px;
	font-weight: bold;
}
.abstract {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #666666;
}
.home {
	/*background-image: url(../img/news01ok.jpg);
	background-position: right;
	background-repeat: no-repeat;*/
}
#orologio {
	text-align: left;
	vertical-align: middle;
	background-image: url(../img/teatro_home.jpg);
	background-repeat: no-repeat;
}

#sloganorologio {
	font-family: sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #980000;
	vertical-align: middle;
}
.clearboth {
	clear: both;
}

/* Posizionamento clock */
#clock {
	position: absolute;
	top: 210px;
	left: 22px;
	z-index: 10;
}
/*news home page a seguire ultime 2*/
.contenitorelocandina1 {
	float:left;
}
.locandinaspettacoli1 {
	border: 1px solid #cccccc;
}
.descrizionenews1 {
	padding-left: 86px;
}
.datapubblicazionenews1 {
	text-align: right;
	color: #666666;
	border-bottom: 1px solid #980000;
	font-size: 11px;
	width: 100%;
}
.dataeventonews1 {
	color: #980000;
	font-weight: bold;
}
.titolonews1 {
	/*font-family: serif;*/
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}
.abstracthome {
	text-align: justify;
	color: #000000;
	/*width: 97%;*/
	padding: 0px 8px 0px 8px;
}
#colloghi {
	float:right;
	width:100px;
	height: 250px;
	background-color: transparent;
	position: absolute;
	top:318px;
	right: -100px;
	background-image: url(../img/loghi_lato4.jpg);
	background-repeat: no-repeat;
}
