/* $Id$ */

/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
 body.node-type-publication div.node-type-publication {
   display:none;
}

 .node-type-publication #content .section h1.title {
   display:none;
}

.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-type-article,
.node-type-dining-article {

}

.node-type-article #article-image-wrapper,
.node-type-dining-article #article-image-wrapper {
  width: 250px;
  float:left;
  padding-right: 20px;
}

.node-type-article #article-image-wrapper #article-image-caption,
.node-type-dining-article #article-image-wrapper #article-image-caption {
  width: 250px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 11px;
  line-height: 12px;
  font-style: oblique;
}

.node-type-article #featured-articles{
  padding-top:40px;
}

.node-type-article #social-btns{
  /*display:inline-block;*/
  margin-bottom:1em;
  width:350px;
  float:left;
}

.node-type-article #social-btns span{
  float:left;
  padding-bottom:3px;
}

.node-type-article #social-btns span.st_email_hcount {
    float: none;
    padding-bottom: 3px;
}

.node-type-event #social-btns{
  /*float:right;
  width:245px;
  margin-bottom:1em;*/
  margin-top:10px;
  /*margin-left: 10px;*/
  height:32px;/*05-16-14*/
}

.node-type-article #ml-tw-tweet-btn{
  float:left;
  width:50px;
  margin:0 10px;
}

.node-type-node-gallery-image #social-btns{
  display:block;
  margin:1em auto;
  width:540px;
  height:32px;/*05-16-14*/
}

/*05-16-14*/
body.node-type-dining-article div#social-btns {
    display: block;
    margin-bottom: 20px;
	height:32px;
}

/* Begin: Hitched Styles */

body.node-type-hitched-gallery-image #social-btns{
  display:block;
  margin:1em auto;
  width:245px;
  height:32px;/*05-16-14*/
}

body.node-type-hitched-gallery-image #ml-tw-tweet-btn,
.node-type-node-gallery-image #ml-tw-tweet-btn{
  float:right;
  width:50px;
  margin:0 10px;
}

body.node-type-hitched-gallery-image #ml-fb-like-btn,
.node-type-node-gallery-image #ml-fb-like-btn,
.node-type-article #ml-fb-like-btn {
  float:left;
  width:50px;
  margin:0;
}

/* End: Hitched Styles */

.node-type-event #ml-tw-tweet-btn,
.node-type-node-gallery-image #ml-tw-tweet-btn{
  float:right;
  width:50px;
  margin:0 10px;
}

.node-type-event #ml-fb-like-btn,
.node-type-node-gallery-image #ml-fb-like-btn,
.node-type-article #ml-fb-like-btn {
  float:left;
  width:50px;
  margin:0;
}

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

#event-detail-wrapper #event-content-body a img {display:none;}

/* 05-20-14  check chris's email*/
.publication-san-francisco .field-field-subline p, p.story-author, .publication-san-francisco .node-promoted p {
    clear: left;
}

.node-type-story #slide-show-container {
    clear: left;
}

.node-type-story .content #story-body p {
	 clear: left;
}
