@CHARSET "UTF-8";

*{
	padding: 0px;
	margin: 0px;
	}

body{
	color: #000;
	background-color: #FFF;
	font-family: serif;
	font-size: 90%;
	margin: 0.5em;
	}

h1, h2, h3, h4, h5, h6, ul, ol, p{
	margin: 0.7em 0px;
	}
	
ul, ol{
	padding-left: 1em;
	}

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

div#header, div#sidebar, form, h3#respond, object.video, .navigation{
	display: none;
}
	
div#header_print, div#footer{
	text-align: center;
	border-color: #000;
	border-style: solid;
	}
	
div#header_print{
	border-width: 0px 0px 1px 0px;
	}

div#footer{
	border-width: 1px 0px 0px 0px;
	font-size: 0.75em;
	}

div#header_print h1{
	font-size: 3.5em;
	font-weight: bold;
	margin-bottom: 0.2em;
	}

div#header_print p{
	margin-top: 0.2em;
	font-size: 1.5em;
	font-weight: normal;
	}
	
div#content h2{
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.8em;
	margin-bottom: 0.15em;
	}
	
p.postsub{
	font-size: 0.75em;
	margin-top: 0.15em;
	}

p.postmeta{
	text-align: center;
	font-size: 0.75em;
	}	
	
.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.cleaner{
	clear: both;
}