/* CSS Document */

/**
 *	Wordpress print style sheet for Robin's Blog
 *	Thursday, May 12, 2005
 */
* {margin:0; padding:0;}
/* resets margins and paddings on all block elements */
html, body {
	font: normal 100%/1.3 "Times New Roman", Times, serif;
	color:black; background:white;
}
#page {margin:0	 5%;} /* perhaps? */
a {
	color:black;
	text-decoration:none;
}
a[href]:after{ /* add link info if the browser supports this */
	content:" [" attr(href) "] ";
	font-size:90%;
	font-weight: bold;
}
form {display:none;}
h1,h2,h3,h4 {font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;}
h1 {
	font-size:2em;
	line-height:2;
	text-align:center;
}
h2 {
	font-size:1.4em;
	margin-top:1em;
}
h3 {
	font-size:1.2em;
	margin-top:1em;
}
h1 a[href]:after,
h2 a[href]:after,
h3 a[href]:after,
body>a[href]:after {
	content:"";
}
body>a>img {display:none;}
/* the body>a selectors above suppress the site meter */
hr {margin-top:0.9em;}
p {margin-bottom:0.9em;}
ol, ul, dl {
	list-style-type: none;
	margin-left:1em;
	padding-left:1em;
}
pre {
	margin:1em;
	font: 90% "Courier New", Courier, mono;
}
p pre {margin-bottom:0; margin-top:0;}
small {
	font-size:75%;
	font-weight: bold;
}
/* eliminate display-specific stuff : */
#footer {display:none;}
#respond {display:none;}
.commentlist li {
	border:1px solid black;
	margin-top:0.5em;
	padding: 0.8em 1.25em;
	-moz-border-radius:0.5em;
}
.description {text-align:center;}
.navigation {display:none;}
.postmetadata {display:none;}