/* For Pretty print! */

body {
	background: white;
	}

* {
	margin: 0;
	padding: 0;
	}

#top,#sidebar,.pagination,#rss {
	display: none;
	}

#header h1 {
	color: #000;
	font-size: 18pt;
	line-height: 16pt;
	text-align: left
	margin: 0;
	}

#header h2 {
	color: #777;
	border-bottom: 1pt solid #eee;
	font-size: 13pt;
	line-height: 14pt;
	padding: 0 0 15pt 0;
	text-align: left
	}

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

.post p a:link:after, .post p a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 9pt;
   }

h1 {
	color: #c13b00;
	font: 24pt/24pt "georgia",times,serif;
	margin: 0 0 .5em 0;
	}


.post h1 {
	text-align: center;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #eee;
	}

h2 {
	font: 14pt/22pt "georgia,"times,serif;
	}

.post h2 {
	color: #598527;
	font: 16pt/24pt "georgia",times,sans-serif;
	}

.post img {
	float: right;
	}

.post a img {
	border: 0 none;
	}

h3.pagetitle {
	border-bottom: 1pt solid #e1e1e1;
	color: #c13b00;
	display: block;
	font: 18pt/24pt "georgia",times,serif;
	margin: 0 5pt 5pt 0;
	padding: 0 0 7pt 0;
	text-align: center;
	}

p {
	color: #000;
	font: 10pt/16pt "georgia",times,serif;
	margin: 0 0 .5em 0;
	text-indent: 0em;
	}

	
.post {
	margin: 10pt 0;
	}

.post ul {
	list-style: none;
	margin: 0 0 28pt 0;
	}

.post li {
	color: #000;
	font: 11pt/18pt "lucida grande","lucida sans unicode",verdana,sans-serif;
	}

small {
	color: #ccc;
	font: 9pt/14pt "lucida grande","lucida sans unicode",verdana,sans-serif;
	}

#commentform {
	display: none;
	}

#footer {
	
