
/**********************************************************************************************/
/* Standard Cascade Style Sheet of  www.triweb.it                                                   */
/* by Marco D. (marco@triweb.it)                                                                    */
/* Marzo 2006                                                                                                                                 */
/**********************************************************************************************/

/* elementii base  */
* {
	padding: 0;
	margin: 0;
}
/*"MS Sans Serif"*/
body {
	font: 75%/normal  "Lucida Sans", Arial;
	color: rgb(80,80,80);
	background: White;
	margin: 0px;
}

h1 {
	color: #9F0004;
	font-size: 22pt;
	font-weight: lighter;
	text-transform: lowercase;
	margin: 10px 0px 19px 0px;
}

h2 {
	color: #3E3E3E;
	font-size: 13pt;
	font-weight: lighter;
	text-transform: lowercase;
	margin: 10px 0px 4px 0px;
}

h2.title {
	/*font-size: 8pt;
	font-weight: bold;
	text-transform: lowercase;*/
	font-size: 12pt;
	font-weight: bold;
	margin: 25px 0 3px 0;
}

h2.title a:link {
	font-size: 12pt;
	font-weight: bold;
	color: #9F0004;
}

h2.title a:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #9F0004;
}

h2.title a:hover {
	font-size: 12pt;
	font-weight: bold;
	color: #9F0004;
	text-decoration: underline;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
	color: #3C3C3C;
	margin-bottom: 5px;
}

p {
	font-size: 8pt;
	color: #3C3C3C;
}

a {
	font-size: 8pt;
}

a:link {
	color: #9F0004;
	/*---*/
	text-decoration: none;
}

a:visited {
	color: #9F0004;
	/*---*/
	text-decoration: none;
}

a:hover {
	/*color: #F0F0F0;*/
	/*background-color: #1E1E1E;*/
	/*---*/
	text-decoration: none;
	color: #C4C4C6;
}

a:active {
	/*color: #F0F0F0;*/
	/*background-color: #1E1E1E;*/
	/*---*/
	text-decoration: none;
	color: #C4C4C6;
}

.info {display: none;}

.invisibile {display: none;}

hr.pulisci {clear: all; visibility: hidden;}

img.left{
	float: left;
	margin-right: 10px;
}


/*   div  specifici  per tutte le pagine  */

/* intro */

#banner_intro {
	width: 800px;
	float: left;
	z-index: 1;
	margin-top: -14px;
	position: relative;
}

#content_intro {
	float: left;
	padding-top: 0px;
	padding-left: 15px;
}

#box_sezioni {
	margin-right: -1px;
}

#contenuti {
	margin-top: 0px;
	padding-bottom: 30px;
}

*html #contenuti {
	margin-top: 100px;
	padding-bottom: 40px;
}

#contenuti_space {
	float: left;
	padding-bottom: 14px;
	width: 800px;
}

*html contenuti_space {
	float: none;
	/*margin-top: 400px;*/
	padding-bottom: 0px;
	width: 800px;
}


#sidebar_left_intro {
	width: 240px;
	float: left;
	margin-left:5px;
}

#nodi {
	width: 498px;
	float: left;
	margin-left: 21px;
}

/* fine intro */


#contenitore{
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	padding: 0;
}

#primary {
	margin-top: 40px;
	width: 555px;
	float: left;
}

#logo {
	width: 218px;
	height: 78px;
	margin-right: 18px;
	float: right;
}

#logo_link {
	display: block;
}

#banner {
	width: 800px;
	height: auto;
	float: left;
	z-index: 1;
	margin-top:-12px;
	position: relative;
}

#container {
	width: 800px;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

#barra_sinistra {
	float: left;
	width: 257px;
	text-transform: lowercase;
	margin-left: 15px;
	color: #3C3C3C;
	position: relative;
}

*html #barra_sinistra {
	margin-left: 7px;
}

#Menu{
	position: relative;
	float: left;
	/*width: 199px;*/
	z-index: 1;
	/*---*/
	width: 240px;
	padding-bottom: 0px;
	color: #3C3C3C;
}

#sidebar-right {
	width: 240px;
	float: left;
	color: #3C3C3C;
}

#Pagina{
	position: relative;
	/*---*/
	float:right;
	width: 498px;
	margin-right: 15px;
	margin-top: 5px;
	position: relative;
}

#footer {
	width: 770px;
	height: 100px;
	float: left;
	border-top: 1px solid #BDBEC1;
	padding: 0 15px 0 15px;
}


/*-----------------Inizio modifiche standard Francesco-----------------*/


/* Elementi html #primary */

#primary ul {
	width: 442px;
	margin: 0;
	padding: 0;
}

#primary li, #primary a {
	float: left;
	width: 110px;
}

#primary li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
}

#primary a {
	padding-top: 15px;
	overflow: hidden;
	height: 0;
}

#primary_triweb {
	background-image: url(images/css/triweb.gif);
}

#primary_offerta {
	background-image: url(images/css/offerta.gif);
}

#primary_case_history {
	background-image: url(images/css/case_history.gif);
}

#primary_news {
	background-image: url(images/css/news.gif);
}

#primary a:hover {
	background-position: 0 -15px;
}

#primary a.active {
	background-position: 0 -15px;
}

#primary li span {
	display: none;
}


/* Elementi html #Pagina */

#Pagina p{
	margin: 0px 5px 10px 0px;
}

#Pagina div.node{
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	position: relative !important;
	display: block !important;
	clear: both !important;
}

#Pagina div.sticky {
	margin-bottom: 0px;
	margin-top: 0px;
}

#Pagina ul {
	margin-left: 15px;
}

#Pagina li {
	list-style-type: circle;
	font-size:8pt;
}

#Pagina #flexinode_body_text {
	float: right;
	width: 280px;
	margin-top: -11px;
}

#Pagina .flexinode-textarea-1 {
	width: 280px;
	float: right;
}

#Pagina .flexinode-textarea-1 p {
	margin-bottom: 10px;
}

#Pagina .flexinode-textarea-15 {
	width: 280px;
	float: right;
}

#Pagina .caseh-terms {
	width: 280px;
	float: right;
	margin-top: 12px;
}

#Pagina #flexinode_body_image {
	float: left;
	width: 206px;	
	margin-top: 3px;
}

#Pagina .flexinode-image-bigone img {
	width: 200px;
	height: 180px;
	border: 1px solid #BDBEC1;
	margin-bottom: 5px;
}

#Pagina #contenitore_img_preview {
	width: 206px;
}

#Pagina #contenitore_img_preview .flexinode-image-small img {
	width: 50px;
	height: 45px;
	float: left;
	margin-top: 10px;	
	border: 1px solid #BDBEC1;
}

#Pagina #contenitore_img_preview .flexinode-image-small_middle img {
	width: 50px;
	height: 45px;
	float: left;
	margin: 10px 23px 0 23px;	
	border: 1px solid #BDBEC1;
}


/* Elementi html #footer */

#footer #accessibilita {
	width: 80px;
	float: left;
	margin-top: 6px;
}

#footer #accessibilita .accessibilita_img {
	margin-right: 5px;
	border: 1px solid White;
}

#footer #accessibilita .accessibilita_par {
	display: none;
}


#footer p {
	width: 190px;
	float: left;
	margin-left: 0px;
	margin-top:7px;
}

*html #footer p {
	margin-top:8px;
}

#footer .block-search {
	float: left;
	margin-top: 5px;
	width:190px;
}

#footer .block-search .form-text, .form-submit {
	border: 1px solid #BDBEC1;
	background-color: White;
	font-size: 8pt;
}

#footer .block-search .form-text {
	height: 14px;
	width: 110px;
	color: #505050;
}

#footer .block-search .form-submit {
	height: 16px;
	width: 40px;
	cursor: pointer;
	color: #9F0004;
}

#footer .block-search h2.title  {
	display: none;
}

#footer #block-menu-188 {
	float: right;
	height: 20px;
	margin-top: -9px;
}

*html #footer #block-menu-188 {
	float: right;
	height: 20px;
	margin-top: -7px;
}

#footer #block-menu-188 ul li{
	display: inline;
}

#footer #block-menu-188 ul li a.active{
	color: #C4C4C6; 
}


/* Elementi html altri div layout */

#logo span {
	display: none;
}


/** inizio formattazione input, select e text-area **/

.resizable-textarea {
	width: 90%;
	clear: both;
	background-color: #BDBEC1;
	border: 1px solid #9F0004;
	color: #3C3C3C;
	font-size: 8pt;
}

.form-textarea {
	background-color: #BDBEC1;
	border: 1px solid #9F0004;
	color: #3C3C3C;
	font-size: 8pt;
	padding: 0 3px 0 3px;
}

.form-select {
	background-color: #BDBEC1;
	border: 1px solid #9F0004;
	color: #3C3C3C;
	font-size: 8pt;
	min-width: 40px;
}

.form-submit {
	cursor: pointer;
	color: #9F0004;
}

.form-text {
	background-color: #BDBEC1;
	border: 1px solid #9F0004;
	color: #3C3C3C;
	font-size: 8pt;
}

#edit-name {
	background-color: #BDBEC1;
	border: 1px solid #9F0004;
	color: #3C3C3C;
	font-size: 8pt;
}

#filtro_news {
	margin-top: -14px;
}

#filtro_news ul li.news_message {
	background-image: url(images/css/a_style_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-bottom: 15px;
	font-size: 8pt;
	color: #3C3C3C;
}

*html #filtro_news ul li.news_message {
	padding-left: 5px;
}

#filtro_news #news_select {
	width:88px;
	height: 14px;
	color: #3C3C3C;
	background-color: #BDBEC1;
	border: 1px solid #9F0004;
	font-size: 8pt;
	float: left;
}
#filtro_news input {
	width:45px;
	height: 16px;
	background-color: White;
	color: #9F0004;
	margin-left: 10px
}
* html #filtro_news input {
	height: 19px;
}
input {
	background-color: #BDBEC1;
	border: 1px solid #9F0004;
	color: #3C3C3C;
	font-size: 8pt;
}

#edit-keys {
	background-color: White;
	border: 1px solid #BDBEC1;
	height: 14px;
}

/** fine formattazione input, select e text-area **/



/* Elementi html standard */

.event-start {
	font-size: 8pt;
	margin-bottom: 12px;
	margin-top: -7px;
}

span.taxonomy {
	display: none;
}

span.submitted {
	display: none;
}

#Menu h2.title {
	margin-bottom: 19px;
	color: #9F0004;
	font-size: 22pt;
	font-weight: lighter;
	text-transform: lowercase;
}

#Menu ul {
	margin-left: -18px;
}

*html #Menu ul {
	margin-left: -15px;
}

#Menu ul li {
	list-style: none;
	padding: 0;
}

li.leaf {
	list-style-type: none;
	list-style: none;
	list-style-image: none;
}

#Menu li.expanded ul.menu {
	margin-left: -8px;
}

*html #Menu li.expanded ul.menu {
	margin-left: -6px;
}

#Menu a {
	font-size: 8pt;
	padding-left: 10px;
	color: #3C3C3C;
}

#Menu a:link {
	background-image: url(images/css/a_style.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	color: #3C3C3C;
}

#Menu a:visited {
	background-image: url(images/css/a_style.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top:0px;
	color: #3C3C3C;
}

#Menu a:hover {
	background-image: url(images/css/a_style_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	color: #C4C4C6;
	padding-top:0px;
	text-decoration: underline;
}


#Menu li.leaf a.active {
	background-image: url(images/css/a_style_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	color: #C4C4C6;
	padding-top: 0px;
}

#Menu li.collapsed a.active {
	background-image: url(images/css/a_style_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	color: #C4C4C6;
	padding-top: 0px;
}

#Menu li.expanded a.active {
	background-image: url(images/css/a_style_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	color: #C4C4C6;
	padding-top: 0px;
}

#sidebar-right a {
	color: #3C3C3C;
}

#sidebar-right a {
	font-size: 8pt;
	padding-left: 10px;
	color: #3C3C3C;
}

#sidebar-right li.leaf a.active, li.collapsed a.active, li.expanded a.active {
	background-image: url(images/css/a_style_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	color: #C4C4C6;
	padding-top: 0px;
}

#sidebar-right a:link {
	background-image: url(images/css/a_style.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	color: #3C3C3C;
}

#sidebar-right a:visited {
	background-image: url(images/css/a_style.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	color: #3C3C3C;
}

#sidebar-right a:hover {
	background-image: url(images/css/a_style_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	color: #C4C4C6;
	padding-top: 0px;
}

label {
	font-size: 8pt;
}

.view-News .links a {
	padding-top: 11px;
	overflow: hidden; 
	height: 0px;
	width: 494px;
	display: block;
	z-index: 1;
	background-image: url(images/css/continua_lungo.gif);
	margin-top: -7px;
}

.view-News .links a:hover {
	background-position: 0 -11px;
}

.view-News .links a:active {
	background-position: 0 -11px;
}

.view-News h2.title {
	margin-top: 20px;
}

.view-News h2.title a:link {
	font-size: 13pt;
	font-weight: lighter;
}

.view-News h2.title a:visited {
	font-size: 13pt;
	font-weight: lighter;
}

.view-News h2.title a:hover {
	font-size: 13pt;
	font-weight: lighter;
}

#views_filters_News div {
	display: none;
}

*html .view-case_history {
	margin-top: 19px;
}

.node-caseh-teaser {
	width: 240px;
	height: 105px;
	float: left;
	margin-right: 9px;
	margin-top: 3px;
}

.node-caseh-teaser h2.caseh-teaser-title {
	width: 165px;
	float: left;
	margin: -4px 0 2px 3px;
	line-height: 10pt;
}

*html .node-caseh-teaser h2.caseh-teaser-title {
	margin-top: -2px;
}

/*+html .node-caseh-teaser h2.caseh-teaser-title {
	margin-top: -2px;
}*/

.node-caseh-teaser h2.caseh-teaser-title a:link {
	font-weight: bold;
	color: #9F0004;
	font-size: 9pt;
}

.node-caseh-teaser h2.caseh-teaser-title a:visited {
	font-weight: bold;
	color: #9F0004;	
	font-size: 9pt;
}

.node-caseh-teaser h2.caseh-teaser-title a:hover {
	font-weight: bold;
	color: #9F0004;
	font-size: 9pt;
}

.node-caseh-teaser .caseh-teaser-text {
	width: 165px;
	float: right;
	margin-left: 3px;
	margin-top: -9px;
	margin-bottom: -7px;
}

*html .node-caseh-teaser .caseh-teaser-text {
	margin-top: 0px;
}

*+html .node-caseh-teaser .caseh-teaser-text {
	margin-top: 2px;
}

.node-caseh-teaser .caseh-teaser-img img {
	width: 70px;
	float: left;
	border: 1px solid #BDBEC1;
	margin-bottom: 0px;
}

.node-caseh-teaser .links a {
	padding-top: 11px;
	overflow: hidden; 
	height: 0px;
	width: 228px;
	display: block;
	z-index: 1;
	background-image: url(images/css/continua_corto.gif);
	margin-top: 5px;
	margin-bottom: 0px;
	float: left;
}

.node-caseh-teaser .links a:hover {
	background-position: 0 -11px;
}

.node-caseh-teaser .links a:active {
	background-position: 0 -11px;
}

.node-caseh-teaser label {
	display: none;
}

.block-relatedlinks ul {
	margin-top: 5px;
}

td {
	padding: 0 2px 0 2px; 
}

#pager {
	padding-top: 20px;
}


/* INTRO: #nodi */


#nodi h2.title {
	color: #9F0004;
	font-size: 14pt;
	font-weight: lighter;
	text-transform: lowercase;
	margin-bottom: 0px;
}

#nodi h2.title a:link {
	color: #9F0004;
	font-weight: lighter;
	font-size: 14pt;
	text-transform: lowercase;
}

#nodi h2.title a:visited {
	color: #9F0004;
	font-weight: lighter;
	font-size: 14pt;
	text-transform: lowercase;
}

#nodi h2.title a:hover {
	color: #9F0004;
	font-weight: lighter;
	font-size: 14pt;
	text-transform: lowercase;
	text-decoration: underline;
}

#nodi h2.title a:active {
	color: #3C3C3C;
	font-weight: lighter;
	font-size: 14pt;
	text-transform: lowercase;
}

#nodi .links a {
	padding-top: 11px;
	overflow: hidden; 
	height: 0px;
	width: 494px;
	display: block;
	z-index: 1;
	background-image: url(images/css/continua_lungo.gif);
	margin-top: 6px;
}

#nodi .links a:hover {
	background-position: 0 -11px;
}

#nodi .links a:active {
	background-position: 0 -11px;
}



/* INTRO: Elementi html #box_sezioni */

.box_sezioni_titoli {
	width: 247px;
	float: left;
	padding-left: 10px;
}

.box_sezioni_titoli img {
	padding-bottom: 5px;
}

.box_sezioni_titoli a {
	padding-top: 14px;
	overflow: hidden; 
	height: 0px;
	width: 238px;
	display: block;
}

.box_sezioni_leggi {
	background-image: url(images/css/leggi.gif);
}

.box_sezioni_titoli a:hover {
	background-position: 0 -14px;
}

.box_sezioni_titoli a:active {
	background-position: 0 -14px;
}

.box_sezioni_titoli .leggi_span {
	display: none;
}

.box_sezioni_par {
	display: none;
}


/* INTRO news */

#block-views-news_home .view-content-news_home .links a {
	padding-top: 11px;
	overflow: hidden; 
	height: 0px;
	width: 228px;
	display: block;
	z-index: 1;
	background-image: url(images/css/continua_corto.gif);
	margin-top: 7px;
}

#block-views-news_home .view-content-news_home .links a:hover {
	background-position: 0 -11px;
}

#block-views-news_home .view-content-news_home .links a:active {
	background-position: 0 -11px;
}

#block-views-news_home a.read-more {
	display: none;
}

#block-views-news_home {
	margin-top: 0px;
}

#block-views-news_home .view-content-news_home {
	margin-top: -8px;
}

#block-views-news_home h2.title {
	color: #9F0004;
	font-size: 14pt;
	font-weight: lighter;
	margin-bottom: 3px;
}

*html #block-views-news_home .view-content-news_home h2.title {
	margin-bottom: 7px;
	margin-top: 23px;
}

#block-views-news_home .view-content-news_home h2.title a:link {
	font-size: 8pt;
	font-weight: bold;
	color: #9F0004;
}

#block-views-news_home .view-content-news_home h2.title a:visited {
	font-size: 8pt;
	font-weight: bold;
	color: #9F0004;
}

#block-views-news_home .view-content-news_home h2.title a:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #9F0004;
	text-decoration: underline;
}

.view-content-frontpage h2{
	margin-bottom: 5px;
}
#nodi .view-frontpage .content p{
	margin-top: 10px;
}

div.links{
	display: block;
	float: none !important;
	clear: both !important;
}
/* FINE intro */
