/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node { /* Node wrapper */
}

.preview .node { /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node .node-title { /* Node title */
}

.node .user-picture { /* The picture of the node author */
}

.node .submitted { /* The "posted by" information */
}

.node .content { /* Node's content wrapper */
}

.node ul.links { /* Node links. See also the ul.links declaration in the pages.css. */
}

.node-promoted { /* A node that has been promoted to the front page */
}

.node-sticky { /* A sticky node (displayed before others in a list) */
}

.node-by-viewer { /* A node created by the current user */
}

.node-teaser { /* A node displayed as teaser */
}

/*
 * All nodes are given a node-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-my-custom-type" class.
 */

.node-page { /* Page content node */
}

.node-article { /* Article content node */
}

.node-unpublished { /* Unpublished nodes */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished p.unpublished,
.comment-unpublished p.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 */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}
.node-slideshow .field-items { margin-left: -11px; margin-right: -11px; }
.node-slideshow .field-items .field-item { 
	display: inline-block; 
	width: 70px; 
	height: 70px; 
	padding: 7px 11px;
	zoom: 1;
	*display: inline;
}

.node-webform .field-items { min-height: 100px; }
.node-webform .field-items a { color: #514F4C; text-decoration: none; }

.page-node-31 #content article a,
.page-node-32 #content article a {
	display: block;
	width: 339px;
	height: 51px;
	margin: 0 auto;
	background: transparent url("../images/view-e-brochure.png") 0 0 no-repeat scroll;
	text-indent: -9999px;
}
.page-node-31 #content article a.pdf,
.page-node-32 #content article a.pdf { background: transparent url("../images/download-pdf.png") 0 0 no-repeat scroll; }
.page-node-31 #content article, .page-node-32 #content article { padding-top: 15px; }
.page-node-31 #content article p, .page-node-32 #content article p { text-align: center; }