/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */

@media print {

  a:link,
  a:visited { /* underline all links */
    text-decoration: underline !important;
  }

  #site-name a:link,
  #site-name a:visited { /* Don't underline header */
    text-decoration: none !important;
  }

  #content a[href]:after { /* Add visible URL after links. */
    /*content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;*/
  }

  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after { /* Only display useful links. */
    /*content: "";*/
  }

  #content abbr[title]:after { /* Add visible title after abbreviations. */
    content: " (" attr(title) ")";
  }

  #content { /* Un-float the content */
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body,
  #page,
  #main,
  #content { /* Turn off any background colors or images */
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  #skip-link,
  #topBanner,
  .header__region,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons { /* Hide sidebars and nav elements */
    visibility: hidden;
    display: none;
  }

  #edit-cancel, #edit-submit, .sendemail, .sendprint {
	display: none;
	visibility: hidden;
  }    
  
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/  
.signUp {
	display:none;
	visibility: hidden;
}
.not-front #mainWrapper {
    margin: 0px;
    padding: 0px;
}
.not-front #main {
	border: 0px !important;
	padding: 10px 0px;
}
#page div {
	border: 0px !important;
}
.field-label-inline {
  background: none !important;
}
.title {
  font-weight: bold;
}
#ingredients { 
  float: none;
  clear: both;
  width: 95%;
  padding:10px 0px;
  margin:0px;
}
#ingredients .recipe-items {
    list-style: outside none none;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 1em;
    text-indent: -1em;
}

td.views-field-field-brand {
	display:none;
}
.body {
	width:100%;
}
#times .time {    
    margin: 0px 10px;
    padding: 0px;
    width: 100%%;
}
#block-make-good-recipe-sug {
	display:none;
	visibility:none;
}
#instructions {
	width: 100%;
	float:none;
	clear:both;
	padding: 20px 0px 0px 0px;
}
.shareIcons .shareIconFace, .shareIconYou, .shareText {
	display: none;
}
/***********************************************************************************************/
#page {
    width:100%;
}
.widget {
    display: none;
}
.recipe .field-name-image img {
    margin: 0px;
    width: 75%;
}
.iconPrint {
   display:none;
}



} /* End @media print */
