/* This is the stylesheet modern browser will use to print your pages. */
/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
}

a {
        text-decoration: none;
	color: #000;
}

body {
	font-family: serif;
	font-size: 12pt;
}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.meta {
	font-size: .75em;
        padding: 10px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 750px;
}

a:link, a:visited {	
	background: transparent;
	font-weight: bold;	
	}

#header, h3, h4, .storytitle {
	border: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#main {
	float: none;
	margin: 0px;
	padding: 0px;
        width: 750px;
}

.storycontent, .storycontent p {
        clear: both;
        width: 750px;
}
.post, .post p, .post ul {
        clear: both;
        width: 600px;
}
.storycontent blockquote {
        width: 500px;
        margin-right: 100px;
}


#menu {
	display: none;
}

.response {
	color: #376;
}

#commentform {
	display: none;
}

#commentlist {
	display: none;

}

#comments {
	display: none;
}


#postcomment {
	display: none;
}

#button {
        display: none;
}
#searchform {
        display: none;
}
