/**
 * @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 displayed as teaser */
x-:not(subdomain-www-boomersphere-com) .views-row .view-mode-teaser,
.view-advisor-articles-random .item-list ul li,
.page-search .view-mode-teaser
	{ 
	clear: left;
	padding: 1em 0 10px 0;
	border-bottom: dashed 2px red;
	margin-bottom: 10px;
	}
.subdomain-www-boomersphere-com .node-teaser
	{ 
	clear: left;
	padding: 1em 0 1em 0;
	border-bottom: double 2px blue;
	margin-bottom: 1em;
	}


 /* TITLE */
.node-teaser h2
	{
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	}
.view-site-section .views-field-title
	{
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
	}

.view-site-section .views-field-field-image,
.view-advisor-articles-random .field-name-field-image img 
	{
	float:left;
	width: 100px;
	padding: 10px 10px 10px 0;
	}
.node-teaser field-type-text-with-summary h4
	{
	float: left;
	}
.node-teaser field-type-text-with-summary p
	{
	xclear: left;
	}
:not(subdomain-www-boomersphere-com).link-read-more a:link {  /* ADVISOR READ MORE */
	clear: left;
	font-size: 1.0em;
	font-weight: bold;
	color: red;
}
.subdomain-www-boomersphere-com .link-read-more a:link {  /* BOOMERSPHERE READ MORE */
	clear: left;
	font-size: 1.0em;
	font-weight: bold;
	color: blue;
}


.link-related-sections
{
	margin-top: 1em;
}
.link-related-sections-label 
{
	clear: left;
	font-weight: bold;
	padding-right: 1em;
}

#region-content .related-topics  .field-type-taxonomy-term-reference .field-items {
	x-display: inline; 
}

.link-related-sections-item
{
	x-margin-right:1em;
	padding-right:1em;
	font-size: 0.9em;
}






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




.download-file
	{
	font-weight: bold;
	}


.node-article li { /* Article content node */
	list-style-type: none;
	}
###.node-article field-item h2 a {
	clear: left;
	}
.node-article h2 { /* Article content node */
	clear: left;
 	font-size: 2.0em;
	line-height: 1.5em;
 	}
.field-name-field-image img 
	{
	float: right;
	clear: right;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	}
.


.article-byline .article-byline-label,
.article-byline .article-byline-names
{
	padding-right: 1em;
	font-size: 1.0em;
	font-weight:bold;
	font-style:italic;

}



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