/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 2.1em;
  color:#0074a3;
}
h2 {
  font-size: 1.5em;
}
h3{
  font-size: 1.2em;
}
h4{
	font-size:1.0em;
}
h5{
	font-size:0.8em;
}
h6{
	font-size:0.5em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: 400;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}

/*
fieldset {
  border: 1px solid #ccc;
}



/*
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

/*
table {
  /* make <td> sizes relative to body size! 
  font-size: 1em;
}



/*
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}*/





/*
.comment .links {
  margin-bottom: 0em;
}
*/



/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 1.0em 0em 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
  
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #fff;
}


/*
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em 0 0.5em;
}



/*
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}

/*
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}


.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}*/


#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  
}
/*p{
text-align:justify;
}*/
/*
#mission, .node .content, .comment .content {
  line-height: 1.4;
}

/*
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

/*
.breadcrumb {
  margin-bottom: .5em;
}


/*
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
error {
  border-color: red;
}
*/


#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*
.title, .title a {
  /*
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  *
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title *
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}

/*
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}


.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
/* This seemed to incorrectly be set to .node .picture [MB] 
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

/*
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}

/*
.block-forum h3 {
  margin-bottom: .5em;
}



/*
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

/*
.ex-highlighted {
	color:red;
}
*/

/* BARTEK */

/*
 * G E N E R A L
 * =============
 */

* {  padding:0; margin: 0; }
body { color:#303030; }
a { font-weight:400; }
a:link { color: #d34e11; }
a:visited { color: #bf4209; }
a:hover { color:#b3440f; }
h1, h2, h3 { font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif; padding: 0; margin: 0; font-weight: 400; }

input, textarea  
{
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	padding: 0; 
	margin: 3px; 
	font-weight: 400; 
	width:180px
	}
	
#main { color:#191919; text-align:left; background: #fff; padding: 20px 10px 40px 40px; }
/* Hides from IE5-mac \ */
* html #main {height: 1%;}
/* End hide from IE5-mac */
#content {
	background-color: #fff;
}

#content .TextLat{
width:180px;
text-align:left;
}
/*
 * R E G I O N :   H E A D E R
 * ===========================
 */

#header { background: #fff url(../images/header-bg.gif) repeat-x; height: 144px; padding: 0; }

#logo {vertical-align: top; padding: 25px 0 0 40px;}
	#logo img { padding: 0; }
	#logo .site-slogan { font-style: normal; font-weight: 400; color: #63d7ff; padding: 0; text-indent: -3000px; }

/* primary and secondary navigation */
#menu #primary, #menu #secondary { position: absolute; z-index: 20; }

	#menu #primary { top: 101px; right: 30px; }
		#menu #primary ul { margin:0; padding:0; width: 700px; }
		#menu #primary li { float:right; text-align: center; height: 30px; width:auto !important; width: 10px; list-style:none; margin:0 1px; padding: 0; background: transparent url(../images/menu-primary-bg-l.gif) 0 0 no-repeat; }
		#menu #primary li span { display: block; height: 30px; width:auto !important; width: 10px; background: transparent url(../images/menu-primary-bg-r.gif) right top no-repeat; }

		#menu #primary li:hover { background: transparent url(../images/menu-primary-bg-l.gif) 0 -30px no-repeat; }
		#menu #primary li:hover span { background: transparent url(../images/menu-primary-bg-r.gif) 100% -30px no-repeat; }
		
		#menu #primary li a.active { color:#012856;}

		#menu #primary a { color: #fff; text-decoration: none; display: block; padding: 0 17px; font-size: 13px; font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif; height: 30px; line-height: 30px; font-weight: 400; }
		#menu #primary a:hover { background: transparent; text-decoration:none; }
	
/*
 * HOME PAGE POST LIST
 * ========================
 *

#block-views-promoted_to_front_summary { vertical-align: top; border-bottom: none; }
#block-views-promoted_to_front_summary table { width: 99%; background: #fff; border-top: 1px solid #e78b30; }
#block-views-promoted_to_front_summary thead { display: none; }
#block-views-promoted_to_front_summary tr { background: #fff;}
#block-views-promoted_to_front_summary tr:hover, #block-views-promoted_to_front_summary tr.sfhover { background: #fdf7e7; }
#block-views-promoted_to_front_summary td { padding: 5px; vertical-align: top; border-bottom: 1px solid #e78b30; line-height: 14px;  }
#block-views-promoted_to_front_summary a { color: #191919; text-decoration: none; width: auto;}
#block-views-promoted_to_front_summary a:hover { text-decoration: underline; }
#block-views-promoted_to_front_summary .marker { font-size: 9px; color: #fff; padding: 0 1px; background: #c6340c; }
.view-field-term-node-name { padding-right: 0; }
.view-field-node-changed { white-space: nowrap; }
.view-field-node-changed, .view-field-term-node-name, .view-field-term-node-name a { color: #666; font-size: 9.7px; }
#content .view-field-term-node-name a:link, #content .view-field-term-node-name a:visited { color: #666; } 
/*
 * R E G I O N :  P R O M O
 * ========================
 */
/*
#promo-right { vertical-align: top; padding: 20px 40px 20px 0; width:40%; }
*/
/*
 *R E G I O N :   C O N T E N T
 * ============================
 */


.breadcrumb { padding: 10px 0 0 25px; background: transparent url(../images/breadcrumb-bg.gif) 0 13px no-repeat; }
.node { margin-bottom: 20px; padding-bottom: 10px; }

.sticky { border: 0; padding: 0 0 10px 0; margin: 0 0 20px 0; background: none; }
/*.title { color:#0074a3; font-size: 1.6em; line-height: 1em; margin:0 0 .5em 0; padding: 5px 0; }*/
#main h1.title { font-size:2.1em; }
#main h2.title a { color: #0074a3; }
#main .node .title a:hover { color: #d34e11; }
#main p { line-height: 180%; }
#main .node h3 { font-size: 1.6em; color: #0074a3; padding: 10px 0 2px; }
#main .node .links { clear: both; padding: 10px 0 5px; text-align: right; }
#main .node .links a { font-weight: 400; }
#main .node .content { clear: both; }
#main .node .content img { padding: 2px; margin-right: 10px; }
#project-overview img { padding: 2px; margin-right: 10px; }
#project-overview h2 { clear: both; }
#main .node .content h2 { font-size: 1.8em; border-bottom: 1px solid #d55011; padding: 10px 0 3px; color: #555;  }
#main .node blockquote { margin-left: 40px; padding-left: 40px; border-left: 1px solid #f9f1e6; color: #555; margin: 0; }
#main .node code { font-size: 14px; font-family: "Courier New", Courier, monospace; padding: 0 2px; color: #444; margin: 0; }
#main .node pre { border: 1px solid #f9f1e6; background: #fafafa; color: #444; font-size: 14px; font-family: "Courier New", Courier, monospace; padding: 15px; margin: 10px 0; overflow: auto; }
#main .node ol, .content-container ul { margin-left: 10px; padding-left: 20px; }
#main .node ol li { padding: 4px 0 4px 10px; }
#main .node ul li, #main .item-list ul li { padding: 4px 0 4px 15px; display: block; background: #fff url(../images/menu-leaf.gif) 0 10px no-repeat; }
#main .node .taxonomy { color: #999; font-size: 0.8em; padding: 0 0 15px 0; margin: 0;}








/*** Forms ***
#main fieldset { border: 1px solid #f18315; background: #fffef6; }
#main input.form-submit { background: #d65212 url(../images/button-submit-bg.gif) repeat-x 0 50%; padding: 0 5px;  text-align: center; text-transform: lowercase; color: #fff; font-size: 13px; border: 2px solid #df6416; cursor: pointer; }
*/






/*** Newsletter Form ***
.sn-block  input.form-submit { background: #d65212 url(../images/sn-subscribe-button.gif)  no-repeat; width: 122px; height: 26px; padding: 0 0 0 20px;  text-transform: lowercase; color: #fff; font-size: 11px; line-height: 26px; border: 0 none; cursor: pointer; }
.sn-block  label { padding: 0; color: #04445e; font-size: 0.9em; font-weight: 400; display: inline; }
.sn-block .form-item {margin-top: 0; }
.sn-message { font-size: 1em; line-height: 1.4em; }
*/






/*** Tabs *
ul.primary { border-bottom: 1px solid #f18415; margin-bottom: 10px; }
.tabs ul li a { background: #fffdee; border: 1px solid #d24e12; border-bottom: 0 none;  }
.tabs ul li.active a { background: #fff;  border: 1px solid #f18415; border-bottom: 1px solid #fff;}
.tabs ul li a:hover { background: #d24e12; color: #fff; border: 1px solid #d24e12; }
*/






/*
 * P I C T U R E S
 */
/*
.comment .picture { border: 1px solid #f18415; padding: 2px; }
.node .picture { border: 1px solid #f18415; padding: 2px; float: left; width: 50px; height: 50px; overflow: hidden; margin-left: 0; }
#main .node .picture a { padding: 0; margin: 0; border: 0; font-size: 1px; }
.node .picture img { margin: 0; }
*/







/*
 * C U S T O M   B L O C K S
 * =========================
 */

.block-block, .block-simplenews {  margin : 0; padding: 0; margin-bottom: 21px; margin-left: 20px; float: right; width: 212px; }
.block-block .title, .block-simplenews .title { font-size:1.6em; color: #fff; }
.block-block .rounded-bl, .block-simplenews .rounded-bl { width: auto; }
.block-block .rounded-tr, .block-simplenews .rounded-tr { }
.block-block a, .block-simplenews a { text-decoration: underline; }

#block-block-1 { background: #f28515 url(../images/block-1-bg.gif) no-repeat; padding: 0; width: 445px; } 
#block-block-2 { background: #d65212 url(../images/block-2-bg.gif) no-repeat; padding: 0; width: auto; }
#block-block-1 h2.title, #block-block-2 h2.title { display: block; padding: 15px 15px 3px; color: #fff; font-size: 19px; }
#block-block-1 h2.title a, #block-block-2 h2.title a { color: #fff; margin: 0; padding: 0; font-size: 19px; text-decoration: none; border-bottom: 0 none; line-height: 19px; }
#block-block-1 p, #block-block-2 p { color: #000; padding: 0 15px; }
#sidebar-right #block-block-1 p { font-size:1em; line-height:1.4em; }
#block-block-1 a, #block-block-2 a { color: #fff; }
#block-block-1 h2.title { background: url(../images/orange-block-1-rt.gif) no-repeat 100% 0; }
#block-block-2 h2.title { background: url(../images/orange-block-2-rt.gif) no-repeat 100% 0; }
#block-block-1 .content { padding: 0; background: url(../images/orange-block-1-rb.gif) no-repeat 100% 100%; }
#block-block-2 .content { padding: 0; background: url(../images/orange-block-2-rb.gif) no-repeat 100% 100%; }

/*
 * block-block-3 is fastStart
 */

	#block-block-3 { background-color:#0d7fad; color:white; }
  	#block-block-3 .title { color:white; }
  	#block-block-3 .rounded-bl { background: url(../images/angolo4.png) 0 100% no-repeat; }
  	#block-block-3 .rounded-br { background: url(../images/angolo3.png) 100% 100% no-repeat; }
  	#block-block-3 .rounded-tl { background: url(../images/angolo1.png) 0 0 no-repeat; }
  	#block-block-3 .rounded-tr { background: url(../images/angolo2.png) 100% 0 no-repeat;  padding: 15px; }


/*
 * R E G I O N :   F O O T E R
 * ===========================
 */

#footer { background: #010101 url(../images/footer-container-bg.gif) top left repeat-x; color:#888; font-size:0.9em; margin: 0; padding: 0; border-top: 2px solid #d65212;
 }

/*
 * S U B R E G I O N :   F O O T E R
 * =================================
 */
 #tabellalaterale
 {
 	padding:8px;
 	text-align:left;}
 	
#tabellalaterale p
 {
 	
 	text-align:left;}
#subfooter2 { clear: both; padding: 20px 40px; } 
	#subfooter2 .block { width: 17%; float: left; margin-right: 1.7%; background: none; border-bottom: none; }
	html > body #subfooter2 .block { width: 18%; }
		#subfooter2 .block .title { color: #f28515; font-size: 16px; }
		#subfooter2 .block ul { padding: 10px 0; }
		#subfooter2 .block li { list-style: none; display: block; padding: 3px 0 3px 20px; background: url(../images/menu-leaf-footer.gif) no-repeat 0 7px; margin-left: 0; }
		#subfooter2 .block li a { color: #fff; }

#credits { clear: both; padding: 10px 40px; }

/** right sidebar **/

#sidebar-right { margin:0; padding:50px 40px 20px 0; background: #fff; width: 266px; }
	#sidebar-right h3 { font-size: 1.6em; color: #d65212; }
	#sidebar-right p { font-size:0.9em; line-height:1.4em; }
	#sidebar-right .block  { border-bottom: none; float: right; }
		#sidebar-right .block a:link, #sidebar-right .block a:visited { color: #ffffff; }
		#sidebar-right .block ul.menu, #sidebar-right .block .content .item-list ul  { width: 240px; border-bottom: 1px solid #e78b30; text-align:left; padding: 0; }
		#sidebar-right .block ul.menu ul, #sidebar-right .block ul.menu ul ul  { border-bottom: none; }
		#sidebar-right .block ul.menu li,  #sidebar-right .block .content .item-list ul li { margin: 0; padding: 0; border-top: 1px solid #e78b30; height: 16px; }
		html>body #sidebar-right .block ul.menu li,  html>body #sidebar-right .block .content .item-list ul li { height: auto; }
		#sidebar-right .block ul.menu li a,  #sidebar-right .block .content .item-list ul li a { margin: 0; padding: 3px 22px; text-decoration: none; display: block; }
		#sidebar-right .block ul.menu li a:hover { text-decoration: none; }
		#sidebar-right .block li.expanded { list-style: none; padding: 0; margin: 0; border-bottom: 0 none; }
		#sidebar-right .block li.expanded a { background: #fafafa url(../images/menu-expanded.gif) no-repeat 7px 8px; }
		#sidebar-right .block li.expanded a:hover { background: #fdf7e7 url(../images/menu-expanded.gif) no-repeat 7px 8px; }
		#sidebar-right .block li.collapsed { list-style-type: none; list-style-image: none; padding: 0; margin: 0; }
		#sidebar-right .block li.collapsed a { background: #fff url(../images/menu-collapsed.gif) no-repeat 7px 8px; }
		#sidebar-right .block li.collapsed a:hover { background: #fdf7e7 url(../images/menu-collapsed.gif) no-repeat 7px 8px; }
		#sidebar-right .block li.leaf,  #sidebar-right .block .content .item-list ul li { list-style-type: none; list-style-image: none; padding: 0; margin: 0; }
		#sidebar-right .block li.leaf a,  #sidebar-right .block .content .item-list ul li a { background: #fff url(../images/menu-leaf.gif) no-repeat 7px 8px; }
		#sidebar-right .block li.leaf a:hover,  #sidebar-right .block .content .item-list ul li a:hover { background: #fdf7e7 url(../images/menu-leaf.gif) no-repeat 7px 8px; }
		#sidebar-right .block li.expanded ul { border-top: none; }
		#sidebar-right .block li.expanded ul li a { padding-left: 37px; }
		#sidebar-right .block li.expanded ul li.leaf a { background: #fafafa  url(../images/menu-leaf.gif) no-repeat 17px 8px; }
		#sidebar-right .block li.expanded ul li.leaf a:hover { background: #fdf7e7 url(../images/menu-leaf.gif) no-repeat 17px 8px; }


/* Styles for inside nodes */
.column-left {
  float: left;
  width: 47%;
  padding-right: 20px;
}
.column-right {
  float: left;
  width: 47%;
}
.grid
{
	padding: 5px 5px 5px 5px;
 text-align:left;}
.button
{/*
border-bottom:thin solid #85300C;
border-right:thin solid #85300C;
border-top:thin solid #F0885B;
border-left:thin solid #F0885B;*/
border-bottom:thin solid #016087;
border-right:thin solid #016087;
border-top:thin solid #13B7FD;
border-left:thin solid #13B7FD;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
background-color:#0074A3/*#D55012*/;
color: #ffffff;
padding-top:0px;
cursor:hand;
width:255px;
height: 22px;
margin-top:2;
}
.areariservata a{
	float:right;
	color:#000000;
}
.content ul li{
	margin-left:30px;
}
.time{
	margin-bottom:30px;
	margin-right:30px;
}
ol{
margin-left:25px;
}
.content a:link, a:visited 
{
	color:#000000; 
 text-decoration:none;
 
	}
.content a:hover 
{
	color:#000000; 
 text-decoration:underline;
 
	}
