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

  1 Million T-Shirts Print Styles
  http://www.1millionshirts.org
  
  author: nGen Works
  http://ngenworks.com

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

body {
  margin: .6in;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 11pt;
}

h1, h2, h3 {
  
}

#nav,
nav,
#sidebar,
#hero,
#date-stamp,
.paginate {
  display: none;
}

/* logo */
#logo a {
  background: url(images/logo.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  width: 952px;
  height: 80px;
}
  
a:link, a:visited { 
  color: #999; 
}  

/* print URLs after link text */
/*
#content .entry p a:link:after, #content .entry p a:visited:after {
  content: " (" attr(href) ") ";
  }
*/
