@charset "UTF-8";

body {
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

ul, div {
	margin:0px;
	padding:0px;
}

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

.lista ul {
	padding:0px;
	margin:5px 0 0 25px;
}

.lista li {
	list-style-type:disc;
	list-style-position:outside;
}

a img { border:0px none; }

a {
	font-weight:bold;
	color: #9e0505;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color: #575656;
	text-decoration:underline;
}

h1, h2, h3, h4 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#575656;
	padding:0px;
	margin:0px;
	line-height:25px;
}

h1 {
	font-size:24px;
	margin:0 0 30px 0;
}

h2 {
	font-size:18px;
	margin:0 0 8px 0;
}

.clear {
	clear:left;
	padding:0px;
	margin:0px;
}

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

input {
	border:1px solid #d6d4d4;
	background-color:#efefef;
	padding:2px;
	font-size:10px;
}

fieldset {
	border:1px solid #aeaeae;
	background-image:url(../img/bgs/bg-approfondisci.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

legend {
	padding:5px;
	border-top:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-bottom:2px solid #aeaeae;
	border-right:2px solid #aeaeae;
	font-size:13px;
	color:#333333;
	font-family:"Trebuchet MS";
	font-weight:bold;
	background-color:#f0f0f0;
}

/* Layout */
#container {
	width: 975px;
	margin: 0 auto;
}

#wrapper {
	width: 975px;
	background: #ffffff;
}

/* ########## HEADER ########## */
#header {
	height:96px;
	background-color:#d6d4d4;
}

#header span { display:none; }

#header #logo {
	width:186px;
	height:96px;
	background-image:url(../img/tsa.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#header #logo a {
	display:block;
	width:186px;
	height:96px;
}

#header #header-right { float:right; }

#header #header-right #partners {
	width:418px;
	height:63px;
	background-color:#b9b8b8;
}

#header #header-right #partners ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#header #header-right #partners ul li { float:left; }

#header #header-right #service {
	padding:6px 5px 0 0;
	text-align:right;
	clear:right;
	font-size:11px;
}

#header #header-right #service a:hover { text-decoration:none; }

#flash {
	padding:0px;
	margin:0px;
	height:208px;
}

/* ########## MENU ########## */
#menu {
	height:43px;
	display:block;
	background-image:url(../img/bgs/bg-menu.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#d6d5d5;
}

#menu ul {
	padding:0px;
	margin:0 0 0 109px;
	list-style-type:none;
}

#menu ul li {
	float:left;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding:14px 13px 0;
}

#menu ul li a:hover { text-decoration:none; }

#menu ul li.current a, #menu ul li.current a:hover { color:#575656; }

#menu ul li a span, #menu ul li.current a span {
	/*font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-transform:lowercase;*/
	text-decoration:none;
	font-style:italic;
}

#menu ul li a span.accessKey, #menu ul li.current a span.accessKey {
	text-decoration:underline;
	font-style:normal;
}

/* ########## SUBMENU ########## */
#submenu {
	display:block;
	border-top:1px solid #d6d5d5;
	border-bottom:1px solid #d6d5d5;
	margin:0 0 20px 0;
	padding:10px 0;
	background-color:#ebebeb;
}

#submenu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#submenu ul li {
	display:inline;
	font-size:13px;
	font-weight:bold;
	padding:0 8px 0 8px;
}

#submenu ul li a:hover { text-decoration:none; }

#submenu ul li.current a, #menu ul li.current a:hover { color:#575656; }

/* ########## CONTENT ########## */
#bodysite {
	background-image:url(../img/bgs/bg-wrapper.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 0 0 0;
	float:left;
}

#bodysite #content {
	width:825px; /* width:865px; con padding 0*/
	margin:1px 0 1px 108px;
	padding:50px 20px 20px;
	border:1px solid #d6d4d4;
	background-image:url(../img/bgs/bg-content.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}

#bodysite #content a { /*text-decoration:underline;*/
}

#bodysite #content h1 a, #bodysite #content h2 a, #bodysite #content h3 a, #bodysite #content h4 a { text-decoration:none; }

#bodysite #content .back { float:right; }

#bodysite #content .back a.list {
	background-image:url(../img/list.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin:0 10px 0 0;
	font-weight:normal;
}

#bodysite #content .back a.print {
	background-image:url(../img/print.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	font-weight:normal;
}

#bodysite #content .back a.feed {
	background-image:url(../img/feed.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	font-weight:normal;
}

#bodysite #content a.email {
	background: url(../img/icon-email.gif) 0 3px no-repeat;
	padding: 2px 0 2px 16px;
}

/* ########## FOOTER ########## */
#footer {
	width:827px; /* width:865px; con padding 0*/
	margin:0 0 0 108px;
	padding:7px 20px 4px;
	background-color:#d6d4d4;
	font-weight:bold;
	line-height:14px;
	color: #575656;
	font-size:11px;
	clear:left;
	overflow:hidden;
	zoom:1;
}

#footer #footer-left { float:left; }

#footer #footer-right {
	float:right;
	text-align:right;
}

#footer-bottom {
	background-image:url(../img/bgs/bg-content.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	margin:0 0 20px 108px;
	clear:left;
}

/* ########## LISTS ########## */
.list-infos {
	border-bottom:2px solid #d6d4d4;
	padding:0 0 5px 0;
}

.list-infos .list-infos-left { }

.list-infos form { float:right; }

.list-item {
	background-color:#e5e5e5;
	padding:8px;
	margin:0 0 3px 0;
	overflow:hidden;
	zoom:1;
}

.list-item .item-date {
	float:right;
	font-weight:bold;
	font-size:11px;
	padding:5px;
}

.when {
	margin:4px 0 0 0;
	padding:2px 0;
	border-top:1px dotted #ffffff;
	border-bottom:1px dotted #ffffff;
}

.list-item .item-text { line-height:16px; }

.list-item .item-img {
	float:right;
	margin:0 0 8px 8px;
}

.list-item .item-img img {
	border:1px solid #575656;
	padding:1px;
	width:120px;
}

.list-item .item-stagione a {
	padding:3px;
	margin:3px 0 2px;
	display:table;
	text-decoration:none;
}

.list-item h2 {
	padding:5px;
	background-color:#ffffff;
}

.list-item h2 a {
	display:block;
	background-image:url(../img/fr.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}

.list-item h2 a:hover {
	display:block;
	background-image:url(../img/frr.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}

/* ########## VIDEO ITEMS ########## */
.video-item {
	background-color:#e5e5e5;
	padding:8px;
	margin:0 0 3px 0;
	overflow:hidden;
	zoom:1;
}

.video-item .item-date {
	float:right;
	font-weight:bold;
	font-size:11px;
	padding:5px;
}

.video-item .item-text { line-height:16px; }

.video-item .item-img {
	float:right;
	margin:0 0 8px 8px;
}

.video-item .item-img img {
	border:1px solid #575656;
	padding:1px;
}

.video-item .item-stagione a {
	padding:3px;
	margin:3px 0 2px;
	display:table;
	text-decoration:none;
}

.video-item h2 {
	padding:5px;
	background-color:#ffffff;
}

.video-item h2 a {
	display:block;
	background-image:url(../img/video.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}

.video-item h2 a:hover {
	display:block;
	background-image:url(../img/video.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}

/* ########## SINGLE ITEM ########## */
.single-item { padding:0 0 20px 0; }

.single-item .single-date {
	float:right;
	font-weight:bold;
	font-size:11px;
	padding:5px;
}

.single-item .single-text { line-height:16px; }

.single-item .video {
	line-height:16px;
	float:left;
	margin:0 20px 0 0;
}

.single-item .single-img {
	float:right;
	margin:0 0 8px 8px;
}

.single-item .single-img img {
	border:1px solid #575656;
	padding:1px;
	width:250px;
}

.single-item .single-stagione a {
	padding:3px;
	margin:3px 0 2px;
	display:table;
	text-decoration:none;
}

.single-item h2 {
	padding:5px 0;
	background-color:#ffffff;
	font-size:25px;
}

.single-item h3 {
	padding:0;
	margin:0 0 8px 0;
	background-color:#ffffff;
	font-size:16px;
	border-bottom:1px dashed #575656;
}

/* ########## SCHEDA SPETTACOLI ########## */
.datiprogetto { }

.datiprogetto ul {
	padding:0;
	margin:5px 0 0 15px;
	list-style-type:none;
}

.datiprogetto .rag {
	display:block;
	clear:left;
	font-size:11px;
}

.datiprogetto .rag .sin {
	padding:4px 0;
	margin:0 0 0 0;
	width:120px;
	float:left;
	/* border-bottom:1px dotted #aeaeae;*/
	text-align: right;
}

.datiprogetto .rag .des {
	padding:4px 0;
	margin:0 0 0 130px;
	border-bottom:1px dotted #aeaeae;
	font-weight:bold;
}

.datiprogetto .rag .completato { color:#00CC00; }

.datiprogetto .rag .incorso { color:#FF9900; }

/* ########## BIGLIETTERIA ########## */
.biglietti {
	float:left;
	width:410px;
}

.biglietti .rag {
	display:table;
	clear:left;
	border-bottom:1px dotted #aeaeae;
	padding:5px 0;
}

.biglietti .rag .b1 {
	padding:4px 0;
	margin:0;
	width:110px;
	float:left;
	font-weight:bold;
}

.biglietti .rag .b2 {
	padding:4px 0 0 5px;
	margin:0;
	width:130px;
	float:left;
	border-left:1px dotted #aeaeae;
}

.biglietti .rag .b3 {
	padding:4px 0 0 5px;
	margin:0;
	width:130px;
	float:left;
	border-left:1px dotted #aeaeae;
}

/* ########## GALLERY ########## */
.gallery ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.gallery ul li {
	float:left;
	margin:0 8px 10px 0;
}

.gallery ul li a { text-decoration:none; }

.gallery ul li a img {
	border:1px solid #9e0505;
	margin:0px;
	padding:1px;
}

.gallery ul li a .zoom {
	display:block;
	padding:2px 20px;
	background-image:url(../img/zoom.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	background-color:#efefef;
}

.foto {
	float:right;
	margin:0 0 8px 8px;
}

.foto img {
	border:1px solid #575656;
	padding:1px;
}

.foto a .zoom {
	display:block;
	padding:2px 20px;
	background-image:url(../img/zoom.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	background-color:#efefef;
}

/* ########## HEADERS ########## */
#flash { height:253px; }

#home #flash {
	display:block;
	background-image:url(../img/headers/produzioni.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#teatro-stabile-abruzzo #flash {
	display:block;
	background-image:url(../img/headers/tsa.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#stagioni-tsa #flash {
	display:block;
	background-image:url(../img/headers/spettacoli.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#produzioni-tsa #flash {
	display:block;
	background-image:url(../img/headers/home.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#questo-teatro #flash {
	display:block;
	background-image:url(../img/headers/questoteatro.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#video-tsa #flash {
	display:block;
	background-image:url(../img/headers/video.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#botteghino-tsa #flash {
	display:block;
	background-image:url(../img/headers/botteghino.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#credits #flash, #accessibilita #flash {
	display:block;
	background-image:url(../img/headers/general.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

/* ########## PRODUZIONI-HOME ########## */
.produzioni-home {
	background-color:#e5e5e5;
	padding:8px;
	margin:0 0 3px 0;
	overflow:hidden;
	zoom:1;
}

.produzioni-home .item-img {
	float:right;
	margin:0 0 8px 8px;
}

.produzioni-home .item-img img {
	border:1px solid #9e0505;
	width:154px;
	height:81px;
}

.produzioni-home .item-text { line-height:16px; }

.produzioni-home .item-text h2 { padding:5px; }

.produzioni-home .item-text h2 a {
	display:block;
	background-image:url(../img/fr.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}

.produzioni-home .item-text h2 a:hover {
	display:block;
	background-image:url(../img/frr.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}

/* ########## TOP-HOME ########## */
.top-home {
	background-color:#e5e5e5;
	border-bottom:5px solid #575656;
	padding:10px;
	margin:0 0 3px 0;
	overflow:hidden;
	zoom:1;
}

.top-home .newshome {
	width:590px;
	float:left;
}

.top-home .newshome .item-img {
	float:left;
	margin:0 8px 0 0;
}

.top-home .newshome .item-img img {
	border:1px solid #9e0505;
	width:180px;/*height:81px;*/
}

.top-home .newshome .item-text { line-height:16px; }

.top-home .newshome .item-text .tutti {
	margin:30px 5px 10px 190px;
	clear:right;
	padding:5px;
	background-color:#cecece;
}

.top-home .newshome .item-text h2 { padding:5px; }

.top-home .newshome .item-text h2 a {
	display:block;
	background-image:url(../img/fr.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}

.top-home .newshome .item-text h2 a:hover {
	display:block;
	background-image:url(../img/frr.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}

.top-home .boxhome {
	border-left:4px solid #ffffff;
	margin:0 0 0 600px;
	padding:0 0 0 15px;
	line-height:15px;
}

.top-home .boxhome .newsletter {
	border-bottom:4px solid #ffffff;
	padding:0 0 3px 0;
}

.top-home .boxhome .newsletter form { margin:4px 0; }

.top-home .boxhome .videohome { padding:8px 0 0 0; }

h1.homeh1 {
	font-size:24px;
	margin:0 0 0 0;
	padding:0 0 5px 0;
}

