/* Print CSS */


.print-logo{
  display: block;
}

header .header{
 text-align: center;
 width: 100%;
}

header .header a img{
 text-align: center;
 width: 100% !important;
}

#site-title,
#site-description{
    position: relative;
    clip: none;
}
.dateline{
  display: none ;
}


#site-breadcrumb{
  display: none;
}

#scroll-area{
  display: none;
}

#site-navigation{
  color:#333;
}

content{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

aside#sidebar{
  display: none;
}

.sharedaddy{
  display: none;
}

.comments-area{
  display: none;
}

.footer-col-left{
  display: none;
}

footer .footer-col-right{
  width: 100%;
  text-align: center;
  float: none;
}
.footer-middle{
  display: none;
}