@charset "utf-8";

/* -------- Positioning -------- */

#container {
	width: 37em;
	margin: 10px auto;
	padding: 10px;
	position: relative;
}

h1 {
	margin: 1em .25em 1.5em .25em;
	text-align: right;
}

#nav {
	position: absolute;
	top: 0;
	margin-top: .8em;
}

#nav * {
	display: inline;
}

#head {
	margin-top: 6em;
}

#center .hentry {
	position: relative;
}

#center .updated {
	position: absolute;
	height: 1.2em;
	width: 12ex;
	top: -1px;
	left: -12ex;
}

#foot
{
	clear: both;
	margin-top: 2em;
}


/* -------- Styling -------- */

body {
	font-size: 85%;
	background-color: white;
}

#center {
	margin-bottom: 1em;
}


/* ---- Header ---- */

#nav ul,
#nav h3 {
	line-height: 1.4;
	font-size: 85%;
	font-family: Verdana, serif;
}

#nav input {
	font-size: 80%;  /* was x-small */
	border: #ddd 1px solid;
	background: white;
}

#nav input:hover {
	border: black 1px solid;
}

#nav h3 {
	font-weight: normal;
	font-style: italic;
	margin: 1ex 0;
	padding: 0;
}

#nav h3:before {
	content: '\A0';
}

#nav h3:after {
	content: '\A0';
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#std-nav {
	font-size: 100%;  /* was small */
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav li + li:before {
	content: '\B7\A0';
}

#nav a {
	border: none;
}

#nav a:hover {
	text-decoration: underline;
}

h1 {
	margin-left: .5ex;
	font-weight: normal;
	font-size: 220%;
	font-family: Georgia, Times, serif;
	text-align: right;
}

h1 a {
	border: none;
}

h1 em {
	font-weight: bold;
	font-style: italic;
}

h1 span {
	font-size: 64%;
	font-style: normal;
}

h1 span em {
	font-style: italic;
	font-weight: normal;
}


/* ---- Posts ---- */
#center .hentry h3,
#center .hentry h4,
#center .hentry h5,
#center .hentry h6 {
	font-family: Georgia, Verdana, "Lucida Grande", Tahoma, Helvetica;
	margin: 1.5em 0 .4em 0;
	padding: 0;
	word-spacing: .2ex;
}

#center .hentry h3 {
	margin: 1em 0 .4em 0;
	font-weight: bold;
	font-size: 120%;  /* was small */
	text-decoration: none;
}

#center .hentry h4 {
	font-size: 100%;
}


#center p,
#center blockquote,
#center li {
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 100%;  /* was small */
	line-height: 1.6;
}

#center li {
	margin:  1ex 0;
}

#center blockquote {
	line-height: 1.2em;
	padding-left: 5ex;
	margin-left: 0;
	margin-right: 0;
}

/* Should work, but Firefox doesn't seem to be obeying
 * position: absolute and pulling it out of the document
 * flow
#center blockquote:before {
position: absolute;
content: '\275D';
display: block;
baseline: top;
color: #d6d6d6;
font-size: 250%;
height: 1.2em;
width: 1em;
top: 0;
left: -1em;
margin: 0 0 -1.2em -1em;
}
*/

a {
	color: black;
	border-bottom: dotted 1px #777;
	text-decoration: none;
}

.hentry sup a {
	border: none;
	line-height: 1;
}

a:hover {
	border-bottom: solid 1px black;
	xbackground: #E99;
}

.hentry {
	margin-bottom: 2.4em;
}

.hentry .content > p,
.hentry .excerpt > p {
	margin-top: 0;
}

.hentry .content > * + p,
.hentry .excerpt > * + p {
	margin-top: 1ex;
}

.hentry p + p {
	text-indent: 5ex;
}

.hentry .updated {
	font-weight: normal;
	font-size: 120%;  /* was small */
	color: #777;
	font-family: Georgia, Times, Serif;
	text-align: center;
}

.hentry p.footnote,
.hentry #notes ~ * {
	text-indent: -1.5ex;
	margin-left: 5ex;
}

.hentry .more {
	text-align: right;
	margin-top: -.4em;
}

.hentry img {
	border: none;
}

/* ---- Prev/Next Navigation */

#prev-next-nav {
	list-style-type: none;
	min-height: 3.2em;
	margin: 3em 0 2em 0;
	padding: 0;
	position: relative;
}

#prev-next-nav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 50%;
}

#prev-next-nav li + li,
#prev-next-nav li + li a {
	text-align: right;
}

#prev-next-nav li:before {
	position: absolute;
	right: 100%;
	content: '\AB';
	padding: 0 1ex;
	color: #777;
}

#prev-next-nav li + li:before {
	left: 100%;
	content: '\BB';
}


/* ---- Footer ---- */

#foot {
	clear: both;
	text-align: center;
}


/* ---- Printing ---- */
@media print {
	#center {
		margin: 0 auto;
	}
	#head {
		margin-top: 0;
	}	
	#nav,
	#prev-next-nav { display: none }

	h1 { margin: 1em 0; }
	.post .date { position: inline }
	/* there's no ID on the comment form! */
	form { display: none }
}
