/* -------------------------------------------------------------- 

	Ciro Esposito - konomedia.com
	Ultima modifica 14/10/2010
	
	Css Layout
	
	colori:
	
	rosso chiaro: e0001a
	rosso scuro: 9c0012
-------------------------------------------------------------- */


/*---------------------------------------
--------------------------- Testata
----------------------------------------*/

#testata {
	height:161px;
	position:relative;
	background:url(../img-layout/sf-testata.png) no-repeat 0 0;
}

#logo h1 {
	margin:0;
	padding:0;
}

#logo h1 a {
	width:480px;
	height:150px;
	background:url(../img-layout/diana-logo.png) no-repeat 0 0;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}


#logo:active {
	padding-top:1px;
}

/*---------------------------------------
---------------------------------- Menu H
----------------------------------------*/

.menu-h {
	position:absolute;
	left:200px;
	bottom:50px;
	font-family:"ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande","Lucida Sans Unicode","Lucida Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.menu-h ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.menu-h li {
	float:left;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	text-transform:uppercase;
	border-right:1px solid #8c0415;
}

.menu-h a {
	color:#fff;
	font-size:12px;
}

.menu-h a:hover {
	color:#fff;
	border-bottom: 1px solid #e0001a;
	text-decoration: none;
}

.menu-h a.attivo {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px solid #e0001a;
}


/*---------------------------------------
---------------------------------- Content
----------------------------------------*/

#content {
	background:#ede9e4;
	padding:0;
}

.content-alto {
	background:url(../img-layout/sf-content-alto.png) no-repeat 0 0;
}

.content-basso {
	background:url(../img-layout/sf-content-basso.png) no-repeat 0 0;
	min-height: 40px;
}

.content-centrale {
	background:url(../img-layout/sf-content-centrale.png) repeat-y 0 0;
}

.content-full-alto {
	background:url(../img-layout/sf-content-full-alto.png) no-repeat 0 0;
}

.content-full-basso {
	background:url(../img-layout/sf-content-full-basso.png) no-repeat 0 0;
	min-height: 40px;
}

.content-full-centrale {
	background:url(../img-layout/sf-content-full-centrale.png) repeat-y 0 0;
}

#content h2 {
	padding:0 0 25px 40px;
	margin:0;
	color:#555;
	font-weight:bold;
	font-family:"ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", /*"MetaSerifLF-Book",*/ Georgia, "Times New Roman", Times, serif;
}

#content-full {
	background:url(../img-layout/sf-content-full.png) repeat-y 0 0;
}

#content h5 {
	font-weight:bold;
	font-size:14px;
	margin:0 0 20px 0;
}

#content p {
	margin-right:20px;
}

.content-centrale img {
	float: left;
	margin: 0 10px 15px 0; 
	padding: 0; 
	border:1px solid #9c1e2d;
}

/*---------------------------------------
------------------------------- Menu V
----------------------------------------*/

.menu-v {
	margin-top:20px;
}

.menu-v ul {
	margin:2px 10px 0 10px;
	padding: 0 0 10px 0;
	list-style-type:none;
	font-family:/*"ff-meta-web-pro-1","ff-meta-web-pro-2",*/ "Lucida Grande","Lucida Sans Unicode","Lucida Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	clear:both;
}

.menu-v a {
	color:#9b0012;
	display:block;
	margin:0;
	padding:5px;
	border-bottom:1px dotted #b49e90;
	font-weight:normal;
	font-size:12px;
	line-height:16px;

}

.menu-v a:hover {
	border-bottom:1px solid #9b0012;
	color:#000;
	text-decoration:none;
}

.menu-v a.attivo {
	font-weight:bold;
	border-bottom:1px solid #9b0012;
	color:#000;
	text-decoration:none;
}

.menu-v ul ul {
	border-bottom:1px dotted #b49e90;
	margin:0; padding:5px 0;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans", Arial, Helvetica, sans-serif;
}

.menu-v ul ul a {
	border-bottom:none;
	font-size:10px;
	padding:2px 5px;
	color:#756e64;
}

.menu-v ul ul a:hover {
	border-bottom:none;
	text-decoration:underline;
}

.menu-v ul ul a.attivo {
	font-weight:bold;
	border:none;
}


/*---------------------------------------
------------------------------- Spettacolo
----------------------------------------*/

.spettacolo img {
	border:1px solid #d9d6d2;
}

.spettacolo h1 {
	font-size:20px;
	margin:10px 10px 0 0; padding:10px 0 0 0;
	color:#9c0012;
	font-weight:bold;
	border-top:1px solid #ccc;
	font-family:"ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", "MetaSerifLF-Book", Georgia, "Times New Roman", Times, serif;
}

.spettacolo h4 {
	color:#555;
	font-family:"ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande","Lucida Sans Unicode","Lucida Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	border-bottom:1px solid #ccc;
	margin:0 10px 5px 0;
	padding: 0 0 10px 0;
	color:#000;
	font-size:18px;
}

.spettacolo h3 {
	font-size:12px;
	padding:0 10px 0 0;
	color:#555;
}

.spettacolo h5 {
	margin:0;
	padding:0;
}

.spettacolo p {
	font-size:12px;
	line-height:18px;
	margin:10px 10px 10px 0;
}

.spettacolo {
	border-top:3px solid #ccc;
	clear:both;
	padding:20px 0 0 0;
	margin:0 0 50px 0;
	float:left;
	background:url(../img-layout/freccia-spettacolo.png) no-repeat 10px -3px;
}

h5.back-link {
	text-align:right;
	padding-right: 20px;
}


/*----------------------- Menu Spettacolo
----------------------------------------*/

.primopiano {
	background:url(../img-layout/sf-primo-piano.png) repeat-y 0 0;
	float:left;
	text-decoration:none;
	border-top:4px solid #9c0012;
	margin:0 0 30px 0;
	padding:20px 0 0 0;
}

.primopiano img {
	border:1px solid #d9d6d2;
}

.primopiano p {
	font-size:12px;
	line-height:18px;
}

.primopiano h1 {
	font-size:26px;
	margin:10px 10px 0 0; padding:10px 0 0 0;
	color:#9c0012;
	font-weight:bold;
	border-top:1px solid #ccc;
	font-family:"ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", "MetaSerifLF-Book", Georgia, "Times New Roman", Times, serif;
}

.primopiano h4 {
	color:#555;
	font-family:"ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande","Lucida Sans Unicode","Lucida Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	border-bottom:1px solid #ccc;
	margin:0 10px 5px 0;
	padding: 0 0 10px 0;
	color:#000;
	font-size:20px;
}

.primopiano h3 {
	color:#555;
	font-size:12px;
	padding-right:10px;
}


/*---------------------------------------
------------------------- Menu Spettacolo
----------------------------------------*/

.menu-s {
	margin:5px 0 0 0;
	float:left;
}

.menu-s ul {
	list-style:none;
	margin:0 10px 10px 40px;
	border-top:1px dotted #b49e90;
	clear:both;
	float:left;
	width:500px;
	font-size:11px;
}

.menu-s li {
	float:left;
	margin:0 5px 0 0;
	float:left;
	padding:5px 5px 0 0;
	margin:0 5px 0 0;
	border-right:1px dotted #b49e90;
	color:#999;
}

.menu-s li.last {
	border:none;
}

.menu-s a {
	color:#e0001a;
	display:block;
	margin:0;
	font-weight:normal;
}

.menu-s a:hover, .menu-s a.attivo {
	color:#3f0101;
}


/*---------------------------------------
------------------------- Menu Secondo livello in pagina
----------------------------------------*/

.menu-sub {
	margin:5px 0 0 0;
	float:left;
}

.menu-sub ul {
	list-style:none;
	margin:0 10px 10px 0px;
	clear:both;
	float:left;
	width:100%;
}

.menu-sub li {
	float:left;
	margin:0 5px 0 0;
	float:left;
	padding:5px 5px 0 0;
	margin:0 5px 0 0;
	border-right:1px dotted #b49e90;
	color:#999;
}

.menu-sub li.last {
	border:none;
}

.menu-sub a {
	color:#e0001a;
	display:block;
	margin:0;
	font-weight:normal;
}

.menu-sub a:hover, .menu-sub a.attivo {
	color:#3f0101;
}

/*---------------------------------------
----------------------------------- Footer
----------------------------------------*/

#footer {
	background:url(../img-layout/sf-footer.png) no-repeat 0 0;
	margin:0; padding:50px 0 0 0;
}

#footer h5 {
	color:#5c4a4b;
	font-weight:bold;
	margin:0;
	font-size:12px;
}

#footer p {
	background:url(../img-layout/sf-footer.png) no-repeat 0 0
	margin:0 0 10px 0;
	font-size:11px;
}

/*---------------------------------------
---------------------------------- Banner
----------------------------------------*/

.banner img {
	margin: 15px 0 0 10px;
	border:none;
}

/*---------------------------------------
-------------------------------------- Box
----------------------------------------*/

.box h4 {
	border-bottom:1px dotted #b49e90;
	font-size:13px;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	font-weight:bold;
	color:#6a655d;
}

.box p {
	color:#555;
	font-size:11px!important;
	margin:0 0 10px 0!important;
	line-height:16px!important;
}

.box h5 {
	font-weight:bold;
	margin:0 0 20px 0;
}


/*---------------------------------------
------------------------------- Cartellone
----------------------------------------*/

.cartellone {
	width:738px;
	height:300px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	margin:0 0 0 1px;
}
		
.slides {
	position:absolute;
	top:0;
	left:0;
}
	
.slides > div {
	position:absolute;
	top:80px;
	width:739px;
	display:none;
}

#loopedslider {
	position:relative;
	width:750px;
	height:320px;
/*	border-bottom:5px solid #d2c5b4;
*/
	background:url(../img-layout/sf-content-cartellone.png) repeat-y 0 0;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

ul.pagination {
	list-style-type: none;
	margin:0;
	padding:0;
	position:absolute;
	right:20px; top:10px;
}

ul.pagination li {
	margin:0;
	float:left;
}

ul.pagination li a {
	background:url(../img-layout/circle-cartellone.png) no-repeat 0 0;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
}

ul.pagination li a:hover {
	background-position:0 -20px;
}

ul.pagination li.active a {
	background-position:0 -20px;
}

#loopedslider img {
	border:none;
}

.cartellone-bottom  {
	background:#f00 url(../img-layout/sf-cartellone-bottom.png) no-repeat left bottom;
}

.cartellone h1 {
	font-size:32px;
	margin:10px 0 0 0; padding:10px 0 0 0;
	color:#9c0012;
	font-weight:bold;
	border-top:1px solid #ccc;
	font-family:"ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", "MetaSerifLF-Book", Georgia, "Times New Roman", Times, serif;
}

.cartellone h3 {
	font-size:14px;
	margin:0; padding:0;
	color:#555;
}

.cartellone h4 {
	font-size:26px;
	color:#000;
	font-family:"ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande","Lucida Sans Unicode","Lucida Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	border-bottom:1px solid #ccc;
	margin:0 0 5px 0;
	padding: 0 0 10px 0;
}

.cartellone h5 {
	font-size:14px;
	margin:0; padding:0;
}

.cartellone p {
	margin:0;
	padding:0;
	font-size:15px;
	line-height:20px;
}

.cartellone h6 a, .cartellone a.button {
	display:block;
	position:absolute;
	right:10px;
	bottom:10px;
	margin:0;
	padding:0;
	background:url(../img-layout/button-prezzi.png) no-repeat 0 0;
	width:145px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
}

.cartellone h2 {
	background:#3f0101!important;
	color:#fff!important;
	padding-top:5px!important;

}

.highslide-maincontent a.button {
	display:block;
	margin:20px 0 0 0;
	padding:0;
	background:url(../img-layout/button-info.png) no-repeat 0 0;
	width:145px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
}

/*---------------------------------------
------------------------- Tabella Prezzi
----------------------------------------*/

ul.griglia {
	margin: 0;
	padding: 0 0 30px 0;
	width:470px;
}



ul.griglia li {
	font-weight: bold;
	display: block;
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.griglia ul {
	margin: 0;
	padding:0;
	border-bottom:1px dotted #00355e;

}

ul.griglia ul li {
	font-weight: normal;
	float: left;
	width:80px;
	margin-right: 10px;
	padding: 0.5em 0;
	clear: none;
	border:none;
	font-size:12px;
	background:none;
}

ul.griglia ul li.lunga {
	width:180px;
}

.gallery {
	 margin-left:10px;
}

.gallery ul {
	margin:0 0 0 10px;
	padding:0;
	list-style-type:none;
}

.gallery li {
	float:left;
	margin:0 10px 10px 0;
}

.gallery li.last {
	margin-right:0;
}

.gallery img {
	display:block;
	border:1px solid #ede9e4;
	width:auto;
	height:auto;
}

.gallery a:hover img {
	border:1px solid #e0001a;
}

.social {
	position:absolute;
	top:35px;	
	right:10px;
}

.social ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
	color:#000;
}

.social li {
	margin:0 0 0 10px;
	float:left;
	
}

.social a {
	display:block;
	height:16px;
	overflow:hidden;
	color:#000;
	padding:0 0 0 20px;
}

.social a.fb {
	background:url(../img-layout/fb.png) no-repeat 0 0;
}

.social a.tw {
	background:url(../img-layout/tw.png) no-repeat 0 0;
}

.social a:hover {
	background-position:0 -16px;
	color:#fff;
}ast {
	margin-right:0;
}

.gallery img {
	display:block;
	border:1px solid #ede9e4;
	width:auto;
	height:auto;
}

.gallery a:hover img {
	border:1px solid #e0001a;
}

.social {
	position:absolute;
	top:35px;	
	right:10px;
}

.social ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:10px;
	color:#000;
}

.social li {
	margin:0 0 0 25px;
	float:left;
	
}

.social a {
	display:block;
	height:20px;
	overflow:hidden;
	color:#000;
	padding:2px 0 0 20px;
}

.social a.fb {
	background:url(../img-layout/fb.png) no-repeat 0 0;
}

.social a.tw {
	background:url(../img-layout/tw.png) no-repeat 0 0;
}

.social a:hover {
	color:#fff;
}
