/* Print css */
.mobile-logo, .top-panel, .search-form, .navigation, #footer, .alert-wrap, .library-form, #disqus_thread, .bar, .skip {
	display: none;
}

.print-logo { display:block }

/* General Site-wide rules */
body { color:#4f585c;font:13px/1.462em Helvetica, Arial, sans-serif;margin:0; }
img {outline:none;border:none;}
a { text-decoration:none; color:black !important; font-weight:bold !important; }
#header { background:white;height:auto;}
#header:before { -webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none; }

.hide-from-print { display:none !important; }
.show-when-print { display:block !important; }

/* Blog */
.blog-block .entry-next,
.blog-block .entry-previous,
.blog-block .entry-similar { display:none; }

/* Articles */
.entry-body img { display:none; }

/* Radio Pages */
.radio-stations { /*font-size: 12px !important;*/ }
.radio-stations thead,
.radio-stations td { border-bottom:1px solid #ccc !important; }

/* Store */
.store #product img { float:left;margin:0 20px 20px 0; }
.store .info-list dt { float:left; }

#djDebug {display:none !important;}
