/* This is the stylesheet modern browser will use to print your pages. */

/* First edit the site template to remove header graphic and re-render header/sidebar */
img.header, #piece1, #piece2  {
      max-width: 0;
      max-height: 0;
      display: none;
}

/* Kill the sidebar */
div#sidebar {
     display: none;
     font-size: 1pt;
     line-height: 0pt;
     color: #fff;
}

/* Clean up the header and subhead */
p.header {
     font: italic 24pt 'Helvetica Neue', Arial, Futura, Helvetica, sans-serif;
     padding: 0;
     margin: 0;
}

h1#subhead {
     position: relative;
     font: normal 18pt 'Helvetica Neue', Arial, Futura, Helvetica, sans-serif;
     left: 1.2em;
}

a {
 color: #000;
 text-decoration: none;
}

/* print the URLs for links after them*/
a:after {
 content: " [" attr(href) "] ";
 font-size: small;
}

/* Except in the post META area */
div.meta a:after { content: "" }

body {
	font-family: serif;
	font-size: 12pt;
}

#content {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#header, h3, h4, .storytitle {
	border: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#main {
	float: none;
	margin: 0px 10%;
	padding: 0px;
	width: auto;
}

#menu {
	display: none;
}

img.gallery_image {
border: 1px solid #000;
display: block; margin-left: auto; margin-right: auto;
}

.navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 60px;
        }

.alignleft {
        float: left
        }

.alignright {
        float: right
        }
