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


.node { /* Node wrapper */
}

.node ul, .news-item-list {
  padding-left: 15px;
}

.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. */
}

#news-full-node h2, #news-list h2, .alt-style h2 {
  background:url(../images/header_bg_blk.png) repeat-x scroll left top #3a3a3a; 
  color: #E8E8E8;
}

.node-type-article .pane-node .pane-content, 
#news-list .pane-content, 
#news-teasers .pane-content,
#event .pane-content {
  background-color: #E8E8E8;
  color: #222222;
}

#news-list .pane-content a {
  color: #222222;  
}

#news-list .pane-content img {
  border-color : #222222;
}

#news-list .pane-content ul {
  margin-bottom: 0;
}

.node-type-article .pane-node .pane-content a:link {
  color: #222222;
}

.node-type-article .pane-node .pane-content a:visited,
.node-type-article .pane-node .pane-content a:hover
.node-type-article .pane-node .pane-content a:focus {
  color: #222222;
/*   text-decoration: underline; */
}

.node-type-article .pane-node .pane-content a:active {
  color: #222222;
  text-decoration: none;       
}
#news-teasers .view-news.view-display-id-attachment_2 .views-row {
	float: left;
	width: 32.5%;
	padding-right: 11px;
}
#news-teasers .view-news.view-display-id-attachment_2 .views-row-last {
  padding: 0;	
}
/*.node-type-article .view-news.view-display-id-attachment_2 td {
  padding: 0 10px 0 0;
}*/
/*.node-type-article .view-news.view-display-id-attachment_2 td.col-last {
  padding: 0;
}*/
.news-teaser-content {
/*	padding: 0 6px;
	width:96%;*/
}
#news-teasers .view-news.view-display-id-attachment_2 h3  {
/*   margin-bottom: 0.6em; */
  font-weight: normal;
  background: url(../images/header_bg_blk.png) repeat-x scroll left top #3a3a3a;
  padding: 10px;
  height: 32px;
}

#news-teasers .view-news.view-display-id-attachment_2 h3 a {
  font-weight: normal;
  text-decoration: none;  
}

.node-type-article .view-news.view-display-id-attachment_2 .views-field-created {
  font-size: 90%;
  margin-bottom: 0.6em;
}

.node-type-article .view-news.view-display-id-attachment_2 .views-field-field-news-image {
  margin-bottom: 1em;
}

#news-teasers .view-news.view-display-id-attachment_2 p {
  margin-bottom: 0;
  margin-right: 1em;
  min-height: 80px;
/*   border-right: 1px solid #E8E8E8; */
}

.node-type-article .view-news.view-display-id-attachment_2 td.col-last p {
  border-right: none;
  margin-right: 0;
}
