/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {
line-height:1.5;
font-family:arial, sans-serif;
color:#000;
background:none;
font-size:10pt;
}

.container {background:none;}

hr {
background:#ccc;
color:#ccc;
width:100%;
height:2px;
margin:2em 0;
padding:0;
border:none;
}

hr.space {background:#fff;color:#fff;visibility:hidden;}

h1, h2, h3, h4, h5, h6 {
font-family: arial, sans-serif;
}

.entry-body {
font-family:serif;
font-size:16px;
}

code {font:.9em "Courier New", Monaco, Courier, monospace;}

a img {border:none;}
p img.top {margin-top:0;}

blockquote {
margin:1.5em;
padding:1em;
font-style:italic;
font-size:.9em;
}

.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}

a:link, a:visited {
background:transparent;
font-weight:700;
text-decoration:none;
color:#000;
}

h1.entry-title a:after,
h2.entry-title a:after {
content:" (" attr(href) ") ";
font-size:16px;
font-weight:normal;
}

h1.entry-title a,
h2.entry-title a {
font-size:36px;
line-height:1;
clear:both;
}

.departures h1.page-header,
h4.dsection,
.h-logo > a {
float:left;
}

.departures h1.page-header {
font-size:20px;
line-height:1;
margin:0;
padding:0;
}

.departures h1.page-header:after {
clear: both;
content: " ";
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
}

h1.page-header a {
margin:0 0 0 3px;
}

.d-header:after {
clear: both;
content: " ";
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
}

.h-logo {
margin:10px 0;
}

.h-logo img {
display:none;
}

.h-logo > a:after {
content:"Departures | ";
font-size:20px;
line-height:1;
margin:0;
padding:0;
}


h4.dsection, h4.dsection a {
line-height:1;
margin:0 0 0 3px;
padding:0;
font-size:20px;
}

h4.dsection a:after {
content:" | ";
}

.departures #main-content .content-widget {
margin-top:10px;
}



#nav-slider-content, 
#footer, 
#sidebar, 
#page-info,
#utility-nav,
#social,
#sn-search,
#main-nav,
#logo a,
#entry-stats,
#entry-navigation,
#entry-tags,
#related-entries,
.share_btm,
#comments,
#headslider,
.dmenu,
.dmenu-area,
.depfoot,
#aboutauthor {
display:none;
}


#logo img.print {
display:block;
}

