html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	font-family: Georgia, serif;
	font-size: 18px;
}

#content {
	display: block;
	width: 50%;
	margin-left: 2em;
}

body > nav {
	position: absolute;
	top: .5em;
	left: 60%;
	width: 30%;
}

@media all and (max-width: 600px) {
#content {
	margin-left: .2em;
	width: auto;
}
body > nav {
	position: static;
	width: auto;
}
}

a {
	color:#269;
}

a:visited {
    color: #551A8B;
}

h1, h2, h3, h4 {
	font-family: "Edgrip Bold", sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
}

h1 {
	line-height: 1em;
}

h2 {
	line-height: 1.2em;
}

p {
	margin: .7em 0;
}

#content > article {
	margin-bottom: 3em;
}

#content > article p.meta { 
	margin: 0 0 .2em .2em;
	padding: .2em;
	display: inline;
	float: right;
	border: 1px dashed gray;
  max-width: 40%;
}

#content > article p.meta > span {
	display: block;
  margin-bottom: .5em;
}

#content > nav { font-family: sans-serif; }

body > nav ul, ul.tags {
  list-style: circle;
}

ul.years, ul.months, ul.entries {
    list-style: none;
}

input[type=submit], input[type=text] {
	border: 1px solid gray;
	padding: .3em .5em;
}

input.openid, p.openid {
  background: #FFFFFF url(/static/css/openid.gif) no-repeat scroll 2px 50%;
  padding-left: 18px;
}

q:before { content: '«' } 
q:after { content: '»' }

pre { overflow: auto; font-size: 80%; }

/*code { font-size: 80%; }*/

address { display: inline; }

:target { background-image: url(/static/css/yellow-fade.gif); }

@font-face {
	font-family: "Edgrip Bold";
	src: url("/static/css/Edrip-Bold.ttf") format("truetype");
}

