/* @override http://www.casteldeimondi.com/sito/ndxz-studio/site/sample/style.css */

/* @override http://www.casteldeimondi.com/sito/ndxz-studio/site/sample/style.css */

/* @override http://www.casteldeimondi.com/sito/ndxz-studio/site/sample/style.css */

/* @override http://www.casteldeimondi.com/sito/ndxz-studio/site/sample/style.css */

/* @override http://www.casteldeimondi.com/sito/ndxz-studio/site/sample/style.css */

/* @override http://www.casteldeimondi.com/sito/ndxz-studio/site/sample/style.css */


	/*INFO GENERICHE*/
* {
	margin: 0;
	padding:0;
	font: 13px/15px Arial;
	color: black;
}





		/*attributi di tutto l'html*/
html , div#menu{
	margin-top: 50px;
}

		/*attributi del body*/
body {
	background: #fff;
	line-height: 14px;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

	/*------------------------------------------------------------*/
	/*TIPOGRAFIA*/
	
	/*paragrafo generico*/
p {
	color: #0586ff;
	font-size: 12px;
}
	/*bold*/
b,strong {
	font-size: 100%;
	color: #0586ff;
}
	/*stile h1*/
h1 { font-size: 12px;
	line-height: 13px;
	color: #0586ff;
}

#engtitle h1 {
	color: black;
	clear: both;
	display: inline;
	font-weight: bold;
	border-bottom: 1px dashed #0586ff;
	font-size: 25px;
	line-height: 50px;
}
	/*stile h2*/
h2 { font-size: 24px;
	line-height: 23px;
}
	/*stile h3*/
h3 {
	color: #0586ff;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
	/*stile h4*/
h4 { font-size: 14px;
	line-height: 14px;
}
	/*stile h5*/
h5 { font-size: 13px;
	color: #aaaaaa;
	margin-bottom: 3px;
	margin-top: 5px;
	font-weight: bold;
}

#faux div.col-home2 a h5 {
	color: white;
}

#faux div.col-home2 a h5:hover {
	color: black;
}

#faux div.col-home2 b {
	color: #eeeeee;
}

	/*over del testo con stile h5*/
a:hover h5  {
	color: black;
	font-weight: bold;
}

	/*testo generico*/
a{ text-decoration: none;
	color: #888888;
}
	/*over del testo generico*/
a:hover {
}

		/*titoli delle sezioni del menu*/
#menu ul li.section-title {
	color: gray;
	text-transform: uppercase;
	font-weight: bold;
}
		/*titoli delle sezioni del menu hover*/
#menu ul li.section-title:hover {
	background-color: #0586ff;
	color:  white;
	clear: both;
}

	/*testo generico del menu*/
#menu div.container ul li a {
}

	/*testo generico del menu*/
#menu div.container ul li a:hover {
	background-color:black; color:white;
}

		/*i singoli elementi della lista delle voci*/
#menu div.container ul li {
	display: block;
}

		/*i singoli elementi della lista delle voci*/
#menu div.container ul li:hover {
		display: block;
}

		/*testo del contenitore delle immagini*/
#img-container p	{ margin: 0;
	padding-bottom: 5px;
	position: relative;
	top: 21px;
}
		/*testo didascalie*/
#img-container p.nav {
	position: absolute;
	color: silver;
	text-transform: uppercase;
	left: 41px;
}

	/*------------------------------------------------------------*/
	/*SCHEDE*/
	
	
p.easy-stelline {
	font-size: 40px;
	line-height: 50px;
	margin-top: 20px;
}

p.easy-link-attivo-anche-non-sottolineato- {
	color: black;
	margin-bottom: 10px;
}

p.easy-testo {
	color: black;
}

p.easy-compagnia 
{ 	
	font-size: 24px;
	line-height: 35px;
}

p.easy-prima-nazionale {
	color: black;
	font-weight: bold;
	margin-top: 10px;
}

p.easy-luogo {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 20px;
}

p.easy-date {
	color: black;
	font-weight: bold;
}

p.easy-crediti {
	color: black;
	font-size: 10px;
}

p.easy-titolo { 
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 10px;
}

span.easy-sottotitolo { 	font-size: 24px;
	line-height: 23px;
}



	/*------------------------------------------------------------*/
	/*MENU LATERALE*/

		/*menu generale*/
#menu {
    overflow: auto;
    bottom: 0;
	left: 0;
    position: fixed;
	background-color: white;
	top: 0;
	width: 170px;
}
		/*contenitore del menu*/
#menu div.container {
	margin-left:42px;
}

		/*lista voci del menu come oggetto*/
#menu ul {
}



 
	/*------------------------------------------------------------*/
	/*CONTENITORI, GRIGLIE, COLONNE*/
	
	
		/*contenitore delle immagini*/
#img-container	{ margin: 0; padding: 0;
	clear: none;
	float: none;
}
		/*contenitore generale*/
.container {
	padding-right: 20px;
}
		/*pagina generica*/
#content {
	margin-left:200px;	
}
		/*contenitore delle colonne 1*/
div#faux {
}
		/*contenitore delle colonne 2*/
div#wrapper {
	width: 800px;
}
		/*footer sotto le colonne*/
div#footer {
	color: #333;
	border-top: 1px dashed #13a5ff;
	clear:both;
	padding-top:10px;
	width: 600px;
}


.clear { clear: both; background: none; }

#once { clear: left; }


	/*TABELLE con ID programma*/
#programma td {
	vertical-align:top;
	padding-bottom:10px;
	padding-right:10px;
}

	/*COLONNE ID: "col-off" */	
div#col-off {
	width: 120px;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #eeeeee;
	padding: 7px;
}

	/*COLONNE ID: "col-programma" */
div#col-programma {
	width: 205px;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #eeeeee;
	padding: 7px;
}

	/*COLONNE ID: "video" */

#video {
	width: 440px;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 30px;
}


	/*COLONNE ID: "col-programma-filetto" */
div#col-programma-filetto {
	width: 220px;
	position: relative;
	right: 7px;
	height: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: white;
}
	/*COLONNE ID: "col-home" */
div.col-home { 
	color: #333;
	padding: 0px 0px 0px 10px;
	width: 130px;
	float: left;
	
	border-left: 1px dashed black;
	margin: 10px 10px 30px 0;

}

div.col-home2 {
		color: #333;
	padding: 0 10px 5px;
	width: 130px;
	float: left;
	margin: 10px 10px 30px 0;
	background-color: #13a5ff;
}


	/*COLONNE ID: "col-tickets" */

div.col-tickets {
		width: 205px;
	text-align: left;
	margin-right: 15px;

	float: left;
	display: block;
	font-size: 11px;
}

	/*COLONNE ID: "col-news" */
div#col-news {
	width: 205px;
	text-align: left;
	margin-right: 15px;

	float: left;
	display: block;
	color: #13a5ff;
}
	/*COLONNE ID: "col-news2" */
div#col-news2 {
	width: 205px;
	text-align: left;
	margin-right: 15px;

	float: left;
	display: block;
	color: gray;
}
	/*COLONNE ID: "col-link" */
	div#col-link {
	width: 205px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;

	padding: 7px;
	float: left;
	display: block;
	color: #13a5ff;
}

div#col-prog-fest {
		width: 205px;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #eeeeee;
	padding: 7px;
}

div#col-lab {	width: 205px;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #eeeeee;
	padding: 7px;
	margin-top: 10px;
}

div#col-talk { 	width: 205px;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #eeeeee;
	padding: 7px;
	margin-top: 10px;
}

div#col-teatriabitati { 	width: 205px;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #eeeeee;
	padding: 7px;
	margin-top: 10px;
}

div#col-off-eng { 	width: 205px;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #eeeeee;
	padding: 7px;
	margin-top: 10px;
}

div#engtitle {
	clear: both;
	padding-top: 10px;
}


	/*------------------------------------------------------------*/
	/*IMMAGINI*/
	
		/*immagine generica*/
a img { border: none;
}


		/*immagine nella colonna con ID programma*/
#col-programma img {
	margin-bottom: 10px;
}

		/*immagine nel div con ID faux*/
div#faux img{ 
	margin-bottom:5px;
}



	/*------------------------------------------------------------*/
	/*FORM VOLONTARI*/
	
	input {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

textarea {
	margin-top: 10px;
}


	/*------------------------------------------------------------*/
	/*ISSUU*/

#issuu object {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	right: 12px;
}

div#spettacoli {
	clear: both;
	position: relative;
	top: 30px;
}

#spettacoli strong {
	font-weight: bold;
	color: black;
}

div#new {
	width: 600px;
	margin-bottom: 20px;
}

#info {
	font-size: 9px;
	line-height: 11px;
}



