/**************************************************** main */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none; outline: none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


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

body {
	background: #fff;
	color: #666;
	margin: 0;
	padding: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	height: 100%;
}

a img { border: none; }

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

a:hover {
	
	color: #999; 
	text-decoration: none; 
}


div.clear {
	clear: both;
	height: 0;
}

h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}

/* ****************************************************************************** HR ********** */


div.hr_color {
	background:  url(../pics/hr_color.jpg) repeat-x scroll left;
	height: 15px
}
div.hr_color hr {
	display: none
}


div.hr_black {
	background: #fff url(../pics/hr_black.gif) repeat-x scroll left;
	height: 4px
}
div.hr_black hr {
	display: none	
}



/* ************************************************************************************* HEADER ******** */

a#logolink {
	display: block;
	width: 160px;
	height: 90px;
	position: absolute;
	top: 20px;
}

#wrapper {
	/*width: 900px;*/
	width: 75em; 
	position: relative;
}

#header {
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	background: url(../pics/header_dots.gif) no-repeat right 20px;
}


#header .headerimg {
	margin: 20px auto 44px auto;

}

#header #changelang {
	position: absolute;
	margin: 0;
	top: 1px;
	right: 0px;
	text-align: left;
}

#header #changelang a {
	display: block;
	padding: 1px;
	border: 1px solid #fff;
}
#header #changelang a:hover {
	border: 1px solid silver;
}

/* ********************* NAV ******** */
#extmainwrapper {	background: url(../pics/dot_vert.gif) repeat-y left;}
#mainwrapper {	background: url(../pics/dot_vert.gif) repeat-y right;}

#sidebar {
	/*width: 140px;*/
	width: 12em;
	float: left;
}


.nav {
	margin: 4px 0 1em 8px;
}

.nav li {
	display: block;
	margin-left: 6px;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#sidebar #istituzionale li { border-bottom-color: #97D045;}

#sidebar #eventi li { border-bottom-color: #08A2BB;}

#sidebar #formazione li { border-bottom-color: #834B9F;}
/*
#sidebar #stampa li { border-bottom-color: #F10F75;}
*/

#sidebar ul#stampa { 
	position: absolute;
	margin: 0;
	top: 32px;
	right: 10px;
	width: 200px;
	text-align: left;
	width: 19em;
	height: 80px;
	background: url(../pics/dot_vert.gif) repeat-y left;

}
#sidebar #stampa li { 
	border-bottom: none; 
	padding: 5px 0 0 12px;
	background: url(../pics/square.gif) no-repeat 5px 10px;
}
#sidebar #stampa li a { 
/* 	font-size: 11px; */
	line-height: 1.1em;
}


.nav li strong,
.nav li a {
	color: #505050;
	font-size: 14px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	padding-left: 1ex;
}
.nav li a:hover {
	color: #787878;
	font-style: italic;
}


.nav li.current a,
.nav li.current strong { 
	font-style: italic;
	font-weight: bold;
}


div#hr_nav {
	background: #fff url(../pics/hr_black.gif) no-repeat scroll left;
	height: 10px;
	position: relative;
	bottom: 14px;
}
div#hr_nav hr {
	display: none
}



/* ************************************************************************************* MAIN ******** */



#main {
	padding: 0px 7px 14px 14px;
	margin-left: 10px;
	float: left;
/*	width: 720px;*/
	width: 60em;
	background: url(../pics/dot_vert.gif) repeat-y left;
}

.contract {/*width: 480px*/ width: 40em !important;}
#main h1 {
	font-size: 22px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	color: #97D045;
	margin: 1em 0 .5em;
}

#main h1.eventi, 
#main h1.workshop,
#main h1.corsi {
	color: #08A2BB;
}

#main h1.news,
#main h1.agenda,
#main h1.archivio {
	color: #834B9F;
}

#main h1.designcenter,
#main h1.missione,
#main h1.dovesiamo,
#main h1.contatti {
	color: #97D045;
}

#main h2 {
	font-size: 14px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	color: #97D045;
	margin: 1em 0 .5em;
}

#home #main h1,
#home #main h2 {color: #97D045;}  

#designcenter #main h1,
#designcenter #main h2 {color: #97D045;}  

#missione #main h1,
#missione #main h2 {color: #97D045;}  

#colophon #main h1,
#colophon #main h2 {color: #F10F75;}  

#contatti #main h1,
#contatti #main h2 {color: #97D045;}  



#main p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	margin-right: 10px;
}

#rightcol {
	float: right;
/*	width: 240px; */
	width: 20em;
	margin-top: 10px;
	
}

ul#submenu {
	margin: 20px 10px 0 40px;
}

ul#submenu li {
	padding: 2px 8px;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97D045;
}



ul#submenu li.current,
ul#submenu li.current a {
	font-weight: bold;
	font-style: italic;
	color: #333;	
}

/* ************************************************************************************* FOOTER ******** */

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

#footer #logowrapper {
	float: right;
	padding: 0;
	padding-top: 10px;
}

#footer #logowrapper img {
	/*padding-left: 8px;*/

}

#footer p {
	padding: 14px 7px;
	font-size: 9px;
	margin: 0;
}

#footer p#firstlogo {
	padding: 0;
	padding-right: 20px;
	display: inline;
}

#footer p#firstlogo span {
	padding-right: 5px;
	vertical-align: 95%;
}

#footer p#secondlogo {
	padding-right: 20px;
	display: inline;
}

#footer p#secondlogo span {
	padding-right: 5px;
	vertical-align: 95%;
}


/* ************************************************************************************* NEWS  ******** */


#newslist li {
	margin: 1em 0;
	display: block;
/*	width: 470px;*/
	width: 54em;
}


#newslist li .newsimage {
	float: left;
	display: block;
	width: 306px; /* total: 320px; */ 
	height: 116px; /* total: 130px; */
	background: #ccc;
	padding: 7px;
	overflow: hidden;
}
#newslist li .newsimage h3 {margin-bottom: 4px;}

#newslist li .newsimage h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 1.3em;
	letter-spacing: -1.5px;
	padding: 0 3px;
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
	background: #000;
}
#newslist li .newsimage h3 a:hover {color: #ddd;}

#newslist li .newsimage h4 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	padding: 0 3px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: #FE0;
}
#newslist li .newsimage h4 a:hover {color: #666;}


#newslist li .newsdetails {
	display: block;
	margin: 0 0 0 480px;
}

#newslist li .newsdetails h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
}

#newslist li .newsdetails h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: normal;
	color: #999;
	font-style: italic;
}

#newslist li .newsdetails .abstract {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: normal;
	color: #666;
	margin-top: 1em;
	min-height:100px;
	height:auto !important;
	height:100px;
}

#newslist li .newsdetails .abstract p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: normal;
	color: #666;
	margin-bottom: 1em;
}

#newslist_secondary {margin-bottom: 3em;}

#newslist_secondary li {padding: 5px 5px 5px 0;}

#newslist_secondary li .thumbnail {
	border: 1px solid #ccc;
	padding: 2px;
	float: left;
	margin: 0 5px 5px 0;
}

#newslist_secondary li h3 a {color: #666;}

#newslist_secondary li p.date {color: #999; font-size: 11px; font-style: italic;}

/* ************************************************************************************* HOME Evidenze  ******** */

#home #newslist{

}

#home #newslist li {
	margin: 1em 0;
	display: block;
	
/*	width: 470px;*/
	width: 39em;
}

#newslist li .newsimage {
	float: left;
	display: block;
	width: 456px; /* total: 470px; */ 
	height: 116px; /* total: 130px; */
	background: #ccc;
	padding: 7px;
	overflow: hidden;
	border: 1px solid #666;
}


/* ****************************************************************************** PAGINA NEWS ******** */

.newspage .mainthumb {
	float: left;
	margin-bottom: 1em;
}

.newspage .newsdetails {
	display: block;
	margin: 0 0 1em 0; /* 328px; */
}

#main .newspage h1 {
	margin: 0 0 .5em 0;
}


#main .newspage h2 {
	color: #999;
	margin: 0 0 .5em 0;
}

#main .newspage h3 {
	color: #aaa;
	margin: 0 0 .5em 0;
	font-style: italic;
}

.newspage .abstract {
	clear: both;
	margin: 2em 0;
	
}

.newspage #linktosubscription {
	margin: 0;
	padding: 0;
	text-align: right;
}

.newspage #linktosubscription a {
	border: 1px solid #AAA;
	padding: 2px 5px;
	margin: 0;
}

.newspage #linktosubscription a:hover {
	border-color: #666;
}

.news_thumbnail {
	display: block;
	float: left;
	margin-right: 7px;
/* 	border: solid 1px lime; */
}

/*h3.newslist_title {
	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 1.3em;
	letter-spacing: -1.5px;
	padding: 0 3px;
	font-weight: normal;
	color: #333;
}*/

a.newslist_subtitle {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1em;
}

.news_thumbnail img {
	
	border: solid 1px #CCC
}

li.newsitem {
	border-bottom: 1px solid #DDD;
	padding-bottom: 1em;
}

li.newsitem h3.newslist_title a {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
}

li.newsitem .abstract {
	padding-top: 1em;
}

/* ***********************************  documenti allegati ******** */

#main .newspage h2.doctitle {margin: 1em 0;}

.images {
	margin: 10px 0; 
	padding: 0 0 10px 0;
}

.images .imagewrapper {float: left; text-align: center; margin: 0 6px 0 0; width: 73px; height: 90px; }

.images .imagewrapper a img {border: 1px solid #ccc; vertical-align: bottom; }
.images .imagewrapper a:hover img {border: 1px solid #333; }

.imagewrapper .dida {font-size: 90%; line-height: 1em; color: #666;}

#main .newspage .docs {
	margin-bottom: 1em;
}

#main .newspage .docs .singledocument {
	padding: 3px 0 0 22px;
	background-image: url(../pics/icons/page_white.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#main .newspage .docs .video {
	padding: 0;
	background: none;
}

#main .newspage .docs .singledocument.DOC,
#main .newspage .docs .singledocument.doc {
	background-image: url(../pics/icons/page_white_word.gif);
}

#main .newspage .docs .singledocument.PDF,
#main .newspage .docs .singledocument.pdf {
	background-image: url(../pics/icons/page_white_acrobat.gif);
}

#main .newspage .docs .singledocument.rar,
#main .newspage .docs .singledocument.zip {
	background-image: url(../pics/icons/page_white_compressed.gif);
}

#main .newspage .docs .singledocument.xls {
	background-image: url(../pics/icons/page_white_excel.gif);
}

#main .newspage .docs .singledocument.ppt {
	background-image: url(../pics/icons/page_white_powerpoint.gif);
}

#main .newspage .docs .singledocument.txt,
#main .newspage .docs .singledocument.rtf {
	background-image: url(../pics/icons/page_white_text.gif);
}

#main .newspage .docs .singledocument.png,
#main .newspage .docs .singledocument.gif,
#main .newspage .docs .singledocument.jpg {
	background-image: url(../pics/icons/page_white_picture.gif);
	
	
}


/*---------------------------------- FORM  */


fieldset {
	margin: 10px 0;

	padding: 1em 15px;
	border: 1px solid #ccc;
}

legend {
	margin: 0 5px;
	padding: 0 5px;
	color: Black;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1px;
}


.formelements {
	margin: 0 0 0 220px;
	padding: 0;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

.extlabel {
	float: left;
	width: 210px;
	
}

select {
	text-align: left;
}

.extlabel {
	font-weight: normal;
}

.required .extlabel {
	font-weight: bold;
}

p.formerror {
	font-weight: bold;
	margin: 10px 0;
}

.errormessage {
	color: #900;
	margin: 10px 0;
}

.errorstring {display: none;}

.error {
background: #fdd;
}

.formfield {
	margin: 3px 0;
	clear: both;
}

textarea {
	width: 250px;
}

textarea,
input {
	border: 1px solid #ccc;
	background: #f6f6f6;
}
textarea:focus,
input:focus {
	border: 1px solid #aaa;
	background: #fff;
}

input[type=checkbox],
input[type=radio] {
	border: none;
}

div#actionbuttons {
	padding-left: 195px;
}

.button {
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
	background: #eee;
	margin: 1px 5px 1px 0;
	padding: 0 5px;
	cursor: hand;	
}


.fieldtip {
	/*width: 400px;*/
	font-size: 80%;
	line-height: 90%;
	margin: 2px 0 10px 0;
}

p.disclaimer {
	font-size: 80%;
	line-height: 90%;
	margin: 2px 0 10px 0;
}

span.eng {
	font-weight: normal;
	font-style: italic;
	padding-left: 3px;
	display: block;
}

/*----------------------------------- CALENDARIO */

table.calendar {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
}
table.calendar a {
	color: #999;
	line-height: 1em;
}
table.calendar a:hover {
	color: #666;
	text-decoration: underline;	
}
table.calendar td {
	border: 1px solid #fff;
	padding: 0;
}

table.calendar .calendarHeader {
	font-weight: bold;
	color: #999;
	font-size: 9px;
	
}

table.calendar td.calendar {
	display: table-cell;
	font-size: 9px;
	text-align: left;
	height: 80px;
	width: 14%;
	position: relative;
	background: url(../pics/cal_bg.gif) no-repeat top right;
	border-color: #ccc;
}

table.calendar td.calendar .daycontent {
	padding: 5px;
}
table.calendar td.calendar span {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: right;
	line-height: .9em;
	margin: 4px 4px 0 0;
}

table.calendar td.Today {
	background: #fafafa url(../pics/cal_bg.gif) no-repeat top right;

}

table.calendar td.calendar .event {
	margin: 0 0 5px 0;
}

/************************ Pagina Archivio ****************************/



ul.allpage {
	width: 710px;
}

table#archived_item {
	vertical-align: top;
}

table#archived_item td {	
	padding: 1px;
	width: 33%;
	vertical-align: top;
}

table#archived_item td.tdeventi {
	padding-left: 0;
}

table#archived_item td ul.bordered {
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

table#archived_item td li {
	margin: 5px 10px;
	padding: 5px;
	border-bottom: 1px dashed #ddd;
}

table#archived_item td.tdeventi li {
	margin-left: 0 !important;

}

table#archived_item td li {
	padding-left: 0;
}

table#archived_item td li.archivetitle {
	font-size: 1.3em;
	font-weight: bold;
	color: #777;
}

table#archived_item td li img.thumbnail{
	border: solid 1px #CCCCCC;
	margin: 0 10px 5px 0;
	float: left;
}
/*
table#archived_item td li h3 a {
	color: #666666;
}*/

table#archived_item td li h3 a.eventi,
table#archived_item td li h3 a.workshop,
table#archived_item td li h3 a.corsi {
	color:#000000;
}

table#archived_item td li h4 {
	color:#999999;
	font-size:11px;
	font-style:italic;
}

table#archived_item td li .abstract  {
	padding-left: 85px;
}

table#archived_item .itemtable {
	
}

table#archived_item td li .abstract img {
	display: none;
}

.filelist ul {
	margin: 10px 5px;
	border: 1px solid #999;
	padding: 4px;
}

.filelist ul li {
	padding: 3px 3px 3px 25px;
	line-height: 1.2em;
	margin: 3px 0;
	background: url(../pics/icons/documento.gif) no-repeat 5px 4px;
}

.filelist ul li a:hover{
	color: #333;
	font-weight: bold;
}
