/* $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: #FFE050;
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */  {
  height: 0;
  overflow: visible;
  color: #fffacd;
  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 */
}

#node-links {
  font-size: 0.9em;
  color: #666;
}

/*
.social-media-stacked {
	float: right;
	clear: right;
	margin-left: 10px;
}
.social-media-stacked .st_facebook_vcount,
.social-media-stacked .st_twitter_vcount,
.social-media-stacked .st_sharethis_vcount,
.social-media-stacked .st_linkedin_vcount {
	display: block;
	margin-bottom: 10px;
}
*/
.social-media-horizontal {
  margin: 0px 0px 10px 0px;
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px dotted #CD8614;
  padding-top: 10px;
}

.social-media-horizontal-dll {
  margin-bottom: 20px;
  border-bottom: dotted 1px orange;
  display: block;
  width: 100%;
  float: left;
}

.social-media-horizontal-dll .tweet,
.social-media-horizontal-dll .like,
.social-media-horizontal-dll .linked,
.social-media-horizontal-dll .plusone,
.social-media-horizontal-dll .email_button {
  float: left;
  margin-right: 10px;
  width: 100px;
}

.social-media-horizontal .tweet {
  float: left;
  width: 90px;
}

.social-media-horizontal .fb_edge_widget_with_comment {
}

.social-media-horizontal .like {
  float: left;
  width: 80px;
}

.social-media-horizontal .linked {
  float: left;
}

.social-media-horizontal .plusone {
  /*   display: inline;
     overflow: hidden;
     width: 60px;
     height: 20px;
   vertical-align: middle;*/
  float: left;
  margin-top: 1px;
  width: 60px;
}

.social-media-horizontal .email_button {
  float: left;
  width: 60px;
  /*	display: inline;
    vertical-align: top;*/
}

/*
.social-media-horizontal .twitter-share-button,
.social-media-horizontal .fb_edge_widget_with_comment,
.social-media-horizontal .IN-widget {
	float: left;
	text-align: left !important;
}
.social-media-horizontal .twitter-share-button {
	width: 110px;
}
.social-media-horizontal .fb_edge_widget_with_comment {
	width: 70px;
}
.social-media-horizontal .IN-widget {
	width: 80px;
}
.social-media-horizontal #google-plus {
	
}
.social-media-horizontal .st_email_button {
	
}
*/

/*ARTICLES */
.date {
  display: inline;
  font-size: 0.9em;
  color: #7f9d78;
}

.articledate {
  float: right;
  font-size: 0.9em;
  color: #7f9d78;
}

/*VIDEO CONTENT */
.video-content iframe {
  width: 600px;
}

.video-content .field-item {
  display: inline-block;
  margin: 10px 10px 15px 0;
  margin-bottom: 10px;
}

/* Solution Providers */
.node-type-solution-provider .field-field-sp-logo {
  /* clear: left; */
  float: right;
  margin-bottom: 10px;
  width: 100px;
}

.node-type-solution-provider .field-field-sp-linked-in,
.node-type-solution-provider .field-field-sp-facebook-profile,
.node-type-solution-provider .field-field-sp-twitter {
  /* clear: left; */
  float: right;
  margin-left: 10px;
}

.node-type-solution-provider .field-field-sb-body {
  clear: left;
  margin-top: 20px;
  padding-top: 10px;
  border-top: dotted 1px #CC6600;
}

/*.node-type-solution-provider p,*/
.node-type-solution-provider .field-field-sp-website,
.node-type-solution-provider .field-field-sp-sustainability-report,
.node-type-solution-provider .field-field-sp-contact-information,
.node-type-solution-provider .solution-providers-categories {
  /* margin-left: 120px; */
}

.node-type-solution-provider .field-field-sp-website,
.node-type-solution-provider .field-field-sp-sustainability-report,
.node-type-solution-provider .field-field-sp-contact-information,
.node-type-solution-provider .field-field-sp-linked-in {
  font-size: 0.9em;
}

#content-area .solution-providers-categories ul,
#content-area .solution-providers-categories ul.links li {
  padding-left: 0;
}

/* Corp Profiles */
.node-type-corp-profile .field-field-sp-logo {
  /* clear: left; */
  float: right;
  margin-bottom: 10px;
  width: 100px;
}

.node-type-corp-profile .field-field-sp-linked-in,
.node-type-corp-profile .field-field-sp-facebook-profile,
.node-type-corp-profile .field-field-sp-twitter {
  /* clear: left; */
  float: right;
  margin-left: 10px;
}

.node-type-corp-profile .field-field-sb-body {
  clear: left;
  margin-top: 20px;
  padding-top: 10px;
  border-top: dotted 1px #CC6600;
}

/*.node-type-corp-profile p,*/
.node-type-corp-profile .field-field-sp-website,
.node-type-corp-profile .field-field-sp-sustainability-report,
.node-type-corp-profile .field-field-sp-contact-information,
.node-type-corp-profile .solution-providers-categories {
  /* margin-left: 120px; */
}

.node-type-corp-profile .field-field-sp-website,
.node-type-corp-profile .field-field-sp-sustainability-report,
.node-type-corp-profile .field-field-sp-contact-information,
.node-type-corp-profile .field-field-sp-linked-in {
  font-size: 0.9em;
}

.node-type-corp-profile .meta {
  display: none;
}

.field-field-speaker-events {
  font-size: 0.9em;
}

.node-type-video .region-sidebar .section {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  /* position:absolute; */
  /* top:880px; */
}

.node-type-video #editorial .section {
  /* padding-bottom:7em; */
}

/* HIDE ATTACHMENTS */
table#attachments {
  display: none;
}

/* $Id: page-backgrounds.css,v 1.8 2009/11/04 20:57:49 johnalbin Exp $ */

/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */

body {
}

#page-wrapper {
}

#page {
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
}

#footer {
}

#footer .section {
}
.forum-add-forum {
display:none;
}



