@import url("ptml.css");
@import url("datetime.css");
@import url("footer.css");

#essay {
	clear: right;
	padding-top: 0.5em;
}

#byline {
	font-style: italic;
	color: #bbbbbb;
	padding-top: 2em;
}

#byline .author {
	color: #666666;
	text-transform: none;
	font-style: normal;
	font-variant: small-caps;
}

#byline .author:link, #byline .author:visited {
	color: #555588;
	text-decoration: none;
}

#byline .author:hover {
	color: #5555dd;
	text-decoration: underline;
}

#header {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: right;
	background-color: white;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#header hr {
	display: none;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header li {
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.5em;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 0.09em;
}

#header ul li a:link, #header ul li a:visited {
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

#header ul li.feed a {
	padding-left: 14px;
	background-image: url("../siteicons/feed");
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: left 0.65ex;
}

#header ul li.print a {
	padding-left: 14px;
	background-image: url("../siteicons/pdf");
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: left 0.65ex;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
	#header ul li.feed a {
		background-image: url("../siteicons/feed@2x");
	}

	#header ul li.print a {
		background-image: url("../siteicons/pdf@2x");
	}
}


#comments {
	width: 33em;
	clear: both;
	text-align: right;
	margin-top: 2em;
}

#comments a {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#comments .commentcount {
	font-size: 3em;
	color: #999999;
	float: right;
	text-align: left;
	width: 3em;
	margin-left: -3em;
	left: 3.25em;
	bottom: 0.33ex;
	position: relative;
}

#comments .commentcount .ccmarker {
	color: #eeeeee;
}

@media print {
	#byline .author:link, #byline .author:visited, #byline .author:hover {
		color: #666666;
	}
	
	#header, #comments {
		display: none;
	}
	
}
