/* Typomate Print Styles */

body {
	background: #fff;
	color: #666;
	font-size: 10pt;
	font-family:"lucida grande", verdana, sans-serif;
	line-height:1.5;
}

/*
	small { font-size : 1em;} 
*/

a { 
	color: #000;
	text-decoration:none;
}
#main h2 a:after {
   content: " [" attr(href) "] ";
	color: #444;
}
#main h2 a:after {
	font-size: 70%;
}

h1 {
	font-size:2em;
	float:left;
	margin:0 .3em 0 0;
}
h1:after {
	content: " : ";
}
h2#subtitle { 
	font-size:2em;
	margin:0 0 1.5em 0;

}

#content-head img, .powered,  #sidebar, .meta, .auth { 
	display:none;
}

.post {
  margin-bottom: 5px;
}

.admintools {
  display: none;
}

.comment-list li, input, textarea, select, body, #header, #content {
  background: white;
}