/*

print.css -- simple formatting for printed media

http://aeropunk.com/

*/

body {
  width: 100%;
  margin: 0;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
}
#sidebar {
  display: none !important;
}
#pages {
  display: none !important;
}
#header {
  display: none !important;
}
#breadcrumbs {
  display: none !important;
}
#yarp {
  display: none !important;
}
#comments {
  display: none !important;
}
#search {
  display: none !important;
}
#footer {
  display: none !important;
}
.commentlist {
  display: none !important;
}
.postmeta {
  display: none !important;
}
.navigation {
  display: none !important;
}
#respond {
  display: none !important;
}

/* post elements */

a {
  text-decoration: underline;
}
#post h2 a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.4em;
  letter-spacing: -0.8px;
}
#post h3.postdate {
  display: none;
}
.wp-caption {
  float: right;
  margin-left: 10px;
  padding: 4px;
  text-align: center;
  border: 1px solid #ccc;
}
.spacer {
  height: 5px;
}
img, img a {
  border: none !important;
}