/*
	Reset CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background-color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	list-style-position: inside;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	End Reset CSS
*/



/*
	Basic styles
*/

body {
	background-color: #000;
	text-align: center;
}

p, ul li, ol li {
	color: #d3d2d2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

ol {
	list-style: decimal;
}

ol li {
	margin-bottom: 12px;
}

a {
	color: #ff1717;
	text-decoration: none;
}

a:hover {
	color: #c7c800;
}

strong {
	color: #c7c800;
	font-weight: bold;
}

em {
	font-style: italic;
}

/*
	Structure
*/

#container {
	width: 956px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width: 956px;
	height: 141px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	z-index: 1;
}

#header h1 {
	text-indent: -9999px;
}

body#homepage #container h2 {
	display: block;
	height: 34px;
	color: #fff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px;
	padding-top: 16px;
	padding-left: 30px;
	background-image: url(img/heading-bg.jpg);
	background-repeat: no-repeat;
}

#container #top {
	width: 956px;
	height: 13px;
	background-image: url(img/top-bg.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
}

#container #body {
	width: 956px;
	background-image: url(img/body-bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

#container #bottom {
	width: 956px;
	height: 17px;
	background-image: url(img/bottom-bg.gif);
	background-repeat: no-repeat;
}

#content {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 30px;
}

#short-news {
	float: left;
	width: 348px;
}

#short-news  a {
	font-weight: bold;
}

#short-news ul {
	margin-top: 20px;
}

#short-news ul li {
	list-style: none;
	background-image: url(img/short-separator.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 13px;
}

#short-news ul li p {
	font-size: 11px;
	line-height: 18px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 20px;
}

#long-news {
	clear: both;
}

#long-news h3 {
	font-size: 22px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #ff1717;
	margin-top: 16px;
	margin-bottom: 10px;
}

#long-news .news, #long-news .news-festival {
	margin-left: 20px;
}

#long-news .news .news-pic, #long-news .news-festival .news-pic {
	float: left;
	width: 190px;
	margin-top: 10px;
	text-align: center;
}

#long-news .news .news-text, #long-news .news-festival .news-text{
	float: right;
	width: 680px;
	margin-top: 10px;
}

.long-separator, .long-separator-festival {
	clear: both;
	width: 901px;
	height: 22px;
	background-image: url(img/long-separator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#slideshow {
	float: right;
	width: 537px;
	height: 444px;
	background-image: url(img/slideshow-bg.jpg);
	background-repeat: no-repeat;
}

#slideshow-centered {
	width: 537px;
	height: 444px;
	background-image: url(img/slideshow-bg.jpg);
	background-repeat: no-repeat;
	margin-left: 175px;
	padding-top: 1px;
	margin-top: -30px;
	margin-bottom: -30px;
}

#slideshow span {
	color: #555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin-top: 7px;
	margin-right: 24px;
}

#imgarea {
	margin-top: 37px;
	margin-left: 33px;
}

#footer {
	margin-top: 15px;
	height: 80px;
}

#footer img#logo-copyright {
	float: right;
	margin-right: 20px;
}

#footer ul {
	margin-left: 10px;
}

#footer ul li {
	float: left;
	margin-left: 5px;
	color: #6c6c6c;
}

#footer ul li a {
	color: #6c6c6c;
	font-size: 11px;
}

#footer ul li a:hover {
	border-bottom: 1px solid #6c6c6c;
}

/* Stili di pagina */

body#page #container h2 {
	display: block;
	color: #fff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px;
	padding-top: 18px;
	padding-bottom: 20px;
	padding-left: 34px;
	margin-bottom: 20px;
	background-image: url(img/page-heading-bg.jpg);
	background-repeat: no-repeat;
}

body#page #container h3 {
	display: block;
	height: 62px;
	color: #fff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	padding-top: 18px;
	padding-left: 34px;
	background-image: url(img/page-heading-bg.jpg);
	background-repeat: no-repeat;
	font-variant: small-caps;
}

h2 span, h3 span {
	font-size: smaller;
}

body#page #container #body #content p {
	margin-left: 35px;
	margin-right: 35px;
}

body#page #container #body #content ul, body#page #container #body #content ol {
	margin-left: 35px;
	margin-right: 35px;
}

body#page #container #body #content ul li {
	list-style-image: url(img/bullet.gif);
	list-style-position: outside;
	line-height: 22px;
}

.letterbox {
	border: 2px dashed #6a6a00;
	background-color: #b8b900;
	color: #222222;
	padding: 30px;
	font-size: 22px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 340px;
}

table#modulo tr td {
	text-align: center;
	padding: 10px;
}

table#staff {
	 margin-left: 20px;
}

table#staff tr td {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000;
}

table#staff tr td.t1 {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	background-image: url(img/orange_grd.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	width: 435px;
}

table#staff tr td.t2 {
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle;
	background-image: url(img/black_grd.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	width: 350px;
}

table#partner {
	 width: 650px;
	 margin-left: 30px;
}

table.partner tr td {
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

table.partner tr td + td {
	padding-left: 70px;
}

/*
	Header workshop
*/

p#wk {
	font-family: calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

p#wk span {
	display: block;
	line-height: 52px;
}

p#wk #wk_title {
	font-size: 40px;
	font-weight: bold;	
}

p#wk #wk_promoter {
	font-size: 22px;
}

p#wk #wk_subtitle {
	font-size: 30px;
	font-style: italic;
	text-decoration: underline;
}


/*
	Video
*/

a.mb {
	float: left;
	position: relative;
	display: block;
	height: 220px;
	width: 187px;
	background-image: url(img/videobg.jpg);
	background-repeat: no-repeat;
	margin-right: 25px;
	margin-left: 10px;
	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ddd;
	line-height: 13px;
}

a.mb img {
	position: absolute;
	top: 35px;
	left: 16px;
}

a.mb span {
	display: block;
	position: absolute;
	width: 187px;
	top: 164px;
	text-align: center;
}

div#text span#strutture h3 {
	background-image: none;
	margin-bottom: 13px;
	height: auto;
	width: auto;
}

div#text span#strutture span.voce {
	color: #fff;
	margin-left: 34px;
	font-weight: bold;
}

div#text span#strutture p {
	margin-top: 9px;
	margin-bottom: 9px;
}

div#body div#text span#strutture ul {
	margin-top: 9px;
}

div#body div#text span#strutture ul li {
	 list-style-image: none !important;
}

div#body div#text {
	color: #d3d2d2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.salinaisolaverde {
	color: green;
}

/*

	Links

*/

p#links a {
	display: block;
	width: 210px;
	background-color: #1C1C1C;
	padding: 20px;
	float: left;
	margin: 10px;
	text-align: center;
	border: 1px solid #1C1C1C;
	font-weight: bold;
	font-size: 13px;
}

p#links a:hover {
	color: #fd3535;
	background-color: #222;
	border: 1px solid #333;
}


a#showBtn, a#showBtnFestival {
	background-image: url(img/morenews.jpg);
	width: 87px;
	height: 29px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 8px;
	text-align: center;
	margin-top: 20px;
	margin-left: 780px;
}

/*
	Presentazione e finalità - Bottone
*/

#pres-btn {
	display: block;
	background-image: url(img/pres-btn.jpg);
	background-position: 0 0;
	height: 74px;
	width: 286px;
	margin-top: 20px;
	margin-left: 35px;
	text-indent: -9999px;
}

#pres-btn:hover {
	background-position: 0 -80px;
}

.art-credit {
	margin-top: -20px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 20px;
	color: #d3d2d2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
}

.pagination {
	margin-left: 35px;
}

.album {
	float: left;
}

.album .mb {
	float: left;
}

p.center {
	text-align: center;
	margin: 20px;
}

p.center img {
	background-color: #202020;
	padding: 3px;
	border: 1px solid #252525;
}