/* $Id: nodes.css,v 1.6 2009/11/02 15:37:29 johnalbin Exp $ */

/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node /* Node wrapper */ {
}

.node-sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node-by-viewer /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}

/* All nodes are given a node-type-FOO class that describes the type of
 * content that it is. If you create a new content type called
 * "my-custom-type", it will receive a "node-type-my-custom-type" class.
 */
.node-type-page /* Page content node */ {
}

.node-type-story /* Story content node */ {
}

.node h2.title /* Node title */ {
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */ {
  color: #c00;
}

.node .picture /* The picture of the node author */ {
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
  position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */ {
}

.node .submitted /* The "posted by" information */ {
}

.node .terms /* Node terms (taxonomy) */ {
}

.node .content /* Node's content wrapper */ {
}

.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/**
Definizione del nodo sito Waler
*/
.node-type-prodotti  {

}
.node-type-prodotti .dettagli hr {
	border-bottom:0;
	border-left:0;
	border-right:0;
	height: 1px;
	border-color:#DDD;
}

#content {
	font-family: Arial, Verdana;
	color:#000;
}

#content-area {
	font-family: Arial, Verdana;
	color:#000;
	margin: 0;
}


#content h1.title {

	font-size: 24px;
	font-weight: bold;
	color:#F06C00;
	visibility:hidden;
	height:1px;
}

#content .node .meta {
	display:none;
}


#content .field-field-code p {
	text-align:left;
	display:inline;

}

#content-area .view-taxonomy-term .field-content {
	width:70%;
	text-align:left;
	float:left;
	padding: 0 0 0 5px;
}
#content-area .view-taxonomy-term .field-content p {
	font-size:12px;
	width:420px;
	
}
#content-area .view-taxonomy-term .views-row {
	border-bottom:2px solid #DDD;
	height:120px;
	padding:5px 0 5px 0;
}

#content-area .view-taxonomy-term .views-field-image-attach-images {
	float:right;
	margin: 0 0 0 0;
}

#content .field-field-occhiello {
	font-family: Arial, Verdana;
	color:#999;
	font-size:10px;
	font-weight:bold;
}

#content-area .prodotto-occhiello {
	font-size: 10px;
	font-weight: bold;
	padding: 20px 0 10px 0;
	color:#999;
	width:450px;
}
#content-area .prodotto-title-node {
	font-size: 24px;
	font-weight: bold;
	color:#F06C00;
	padding: 10px 0 10px 0;
	text-decoration:none;
	width:350px;
	line-height:1em;
}
#content-area .prodotto-image {
	font-size: 24px;
	font-weight: bold;
	color:#F06C00;
	padding: 0px 0 10px 0;
	margin-top:-30px;
	text-decoration:none;
	float:left;
}

#content-area .prodotto-image-cappotto img {

	padding: 0px 0 10px 0;
	margin-top:-30px;
	float:left;

}

#content-area .prodotto-sottotitolo {
	font-size: 21px;
	font-weight: normal;
	padding: 0 0 20px 0;
	letter-spacing:1px;
	width:350px;
	float:left;
	line-height:1em;
}
#content-area .body-node {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}
#content-area .body-node a {
	text-decoration:none;
	
}
#content-area .body-node .views-row {
	height:72px;
}
#content-area .titolo-body {
	font-size: 14px;
	font-weight: bold;
	padding: 110px 0 5px 0;
	color:#EB6A00;
}
#content-area .descrizione {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0 5px 0;
	color:#EB6A00;
}
#content-area .dettagli {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 20px 0;
}
#content-area .code {
	font-size:14px;
	font-weight: bold;
	color:#000;
	padding: 10px 0 20px 0;
}

.views-field-title a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.breadcrumb-node {
	text-size:10px;
	color:#999;
	
}
.breadcrumb-node a {
	text-size:10px;
	color:#999;
	
}

#attachments {
	width:300px;
}

#attachments .tableHeader-processed {
	visibility:hidden;
}

#content-area .files_attach a:link {
	font-size: 11px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
}
#content-area .files_attach  a:active {
	font-size: 11px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
}
#content-area .files_attach  a:visited {
	font-size: 11px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
}
#content-area .files_attach a:hover {
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	color:#EB6A00;
}
#content-area .files_attach tr.odd {
	background-color:#FFF;
	font-size: 11px;
	font-weight: normal;
	color:#000;
	padding: 0 0 0 10px;
}
#content-area .files_attach tr.even {
	background-color:#FFF;
	font-size: 11px;
	font-weight: normal;
	color:#000;
	padding: 0 0 0 10px;
}

#content-area .file-metadata {
	visibility:hidden;
	height:1px;
}

#content-area .filefield-icon img {

	padding: 0;

}
#content-area .filefield-icon a {

	padding: 0 0 5px 0;

}

.right-arrow {

border: 8px solid white;
border-width: 8px 0 8px 8px;
border-color: white red;
font-size: 0; /* needed for IE browsers, if this isn't set to 0 you will end up with a trapezoid */
line-height: 0;
display: inline-block;

}

#content-area .node-type-image .links {
	visibility:hidden;
}

.page-cappotto .title-node {
	font-size: 24px;
	font-weight: bold;
	color:#F06C00;
	padding: 10px 0 20px 0;
}
.page-cappotto td {
	vertical-align:top;
}

.node-type-page .title-node {
	font-size: 24px;
	font-weight: bold;
	color:#F06C00;
	padding: 10px 0 20px 0;
}

/* eccezione per la pagina iniziale del cappotto */
#node-495 .title-node {
	visibility:hidden;
	padding: 0;
	height:1px;
	padding:0;
}


#node-495 .body-node .views-row:hover {
	background:#FFF url(/sites/default/files/site_images/bg_taxonomy.png) repeat-y;

}
#node-495 .body-node .views-row p {
	padding:5px 0 0 5px;

}
#node-495 .body-node .views-row p a {
	text-decoration:none;

}
#node-495 .body-node .views-row p.rteleft {
	line-height:1.2em;
	padding:0 0 5px 5px;

}
.node-type-page .body-node hr {
	border-bottom:0;
	border-left:0;
	border-right:0;
	height: 1px;
	border-color:#DDD;
}
.node-type-story .title-node {
	font-size: 24px;
	font-weight: bold;
	color:#F06C00;
	padding: 10px 0 20px 0;
}
.node-type-story .body-node hr {
	border-bottom:0;
	border-left:0;
	border-right:0;
	height: 1px;
	border-color:#DDD;
}
.node-type-page .body-node table td {
	vertical-align:top;
}



/* esculsione del titolo dal contenuto pagina */
#node-36 .titolo-body {
	visibility:hidden
	height:1px;
	padding:0;
}
#node-36 .prodotto-sottotitolo {
	padding: 0;
	width:1px;
}
#node-36 .prodotto-occhiello {
	padding: 0;
	width:1px;
}
#node-36 .breadcrumb-node {
	visibility:hidden;
	height:1px;
}
#node-36 .prodotto-title-node {
	visibility:hidden;
	height:1px;
}
#node-35 .title-node {
	padding: 0;
	visibility:hidden;
	height:1px;	
}
#node-35 .titolo-body {
	padding: 0;

}
#node-35 .body-node .views-row:hover {
	background:#FFF url(/sites/default/files/site_images/bg_taxonomy.png) repeat-y;

}
#node-35 .body-node .views-row p {
	padding:5px 0 0 5px;

}
#node-35 .body-node .views-row p a {
	text-decoration:none;

}
#node-35 .prodotto-sottotitolo {
	padding: 0;
	width:1px;
}
#node-35 .breadcrumb-node {
	visibility:hidden;
	height:1px;
}
#node-57 .title-node {
	padding: 0;
	visibility:hidden;
	height:1px;	
}
#node-57 .titolo-body {
	padding: 0;
}
#node-57 .prodotto-sottotitolo {
	padding: 0;
	width:1px;
}
#node-57 .breadcrumb-node {
	visibility:hidden;
	height:1px;
}
#node-64 .title-node {
	padding: 0;
	visibility:hidden;
	height:1px;	
}
#node-64 .titolo-body {
	padding: 0;
}
#node-64 .prodotto-sottotitolo {
	padding: 0;
	width:1px;
}
#node-64 .breadcrumb-node {
	visibility:hidden;
	height:1px;
}
#node-69 .title-node {
	padding: 0;
	visibility:hidden;
	height:1px;	
}
#node-69 .titolo-body {
	padding: 0;
}
#node-69 .prodotto-sottotitolo {
	padding: 0;
	width:1px;
}
#node-69 .breadcrumb-node {
	visibility:hidden;
	height:1px;
}
#node-74 .title-node {
	padding: 0;
	visibility:hidden;
	height:1px;	
}
#node-74 .titolo-body {
	padding: 0;
}
#node-74 .prodotto-sottotitolo {
	padding: 0;
	width:1px;
}
#node-74 .breadcrumb-node {
	visibility:hidden;
	height:1px;
}
#node-77 .title-node {
	padding: 0;
	visibility:hidden;
	height:1px;	
}
#node-77 .titolo-body {
	padding: 0;
}
#node-77 .prodotto-sottotitolo {
	padding: 0;
	width:1px;
}
#node-77 .breadcrumb-node {
	visibility:hidden;
	height:1px;
}
/* nodo progettisti */
#node-7 {
	visibility:hidden;
	height:1px;
}
#node-8 {
	visibility:hidden;
	height:1px;
}
#node-9 {
	visibility:hidden;
	height:1px;
}

/* links cappotto */
.cappotto_link {
	text-decoration:none;
}

#content-area .node-type-news .body-node p {

	padding: 10px 0 0 0;
	font-size:12px;
}

#content-area .node-type-news .occhiello {
	visibility:hidden;
	height:1px;
}
#content-area .node-type-news .title-node {
	margin:10px 0 20px 0;
}

#content-area .node-type-approfondimento-sistema-cappotto .title-node {
	margin:10px 0 20px 0;	
}

#content-area .node-type-approfondimento-sistema-cappotto .body-node {
	font-size:12px;	
}

.node-type-blog .blog_usernames_blog {
	display:none;
}

.node-type-blog .links a {
	font-decoration:none;
	color:#777;
	font-size:11px;
}

.node-type-blog .links a:hover {
	color:#F06C00;
	font-size:11px;
}

.section-comment .breadcrumb {
	display:none;
}

.section-comment .node-type-blog h2.title {
	display:none;
}

.node-type-blog .body-node p {
	float:left;
}

.node-type-blog ul.links {
	float:left;
}

.node-type-blog h3.title a {
	color:#F06C00;
	tetx-decoration:none;
}

.node-type-blog .submitted {
	color:#777;
	font-size:11px;
}

#comments h2.title {
	display:none;
}

.node-type-news .occhiello {
	float:left;
	width:540px;
}

.node-type-blog .title-node {
	line-height:1em;
}

.node-type-blog .body-node {
	color:#777;
}

.node-type-blog .content .body-node p {
	padding:10px 0 0 0 !important;
}