body
{
	font-family: "Lucida Grande", Helvetica, Geneva, sans-serif;
	font-size: small;
	background-color: #EEE;
	text-align: left;
	max-width: 650px;
	margin:8 auto;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Gill Sans", Gadget, Geneva, Helvetica, Arial, sans-serif;
	margin-top:0;
	margin-bottom:0;
	font-weight:normal;
}
h2
{
	font-size:24px;
}
em
{
	font-style:normal;
	font-weight:bold;
}
em.alt
{
	font-style:italic;
	font-weight:normal;
}

.center
{
	text-align:center;
}

p
{
	margin-top:6px;
	margin-bottom:0;
}

p.details
{
	margin-top: 1px;
	color: #555;
	font-size: 9px;
}

div.main
{
	margin:8 auto;
	border-style:solid;
	background: #FFF;
	border-color: #AAA;
	/* I'm sure real, wide-spread support for these features is just around the corner. ...right? */
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.5);
	box-shadow: 5px 5px 8px rgba(0,0,0,.5);
	border-width:medium;
}


div.navbar {
	margin-bottom: -5;
	text-align:left;
	margin-left: 10;
	margin-right: 10;
}

div.navbar a
{
	background: white;
	color: black;
	text-decoration:none;
	border-color: #AAA;
	border-style: solid solid none none;
	padding: 3 5 3 5;
}

div.navbar a.leftmost
{
	border-style:solid solid none solid;
	-webkit-border-top-left-radius:10;
	-moz-border-radius-topleft:10;
}

div.navbar a.rightmost
{
	border-style:solid solid none none;
	-webkit-border-top-right-radius:10;
	-moz-border-radius-topright:10;
}

div.navbar a.selected
{
	background-color:#DDD;
}

div.navbar a:hover
{
	text-decoration:underline;
	background-color:#CCC;
}

div.pagetitle
{
	border-color: #AAA;
	background: #DDD;
	border-style: none none solid none;
	padding: 3 8 3 8;
	-webkit-border-top-right-radius:7;
	-moz-border-radius-topright:7;
	-webkit-border-top-left-radius:7;
	-moz-border-radius-topleft:7;
	background-repeat:no-repeat;
	background-position:200 0;
	text-shadow: 1px 1px 2px white;
}

div.pagetitle a
{
	text-decoration:none;
	color:black;
}

div.pagetitle a:hover
{
	text-decoration:underline;
}

div.pagetitle a:followed
{
	text-decoration:none;
	color:black;
}

div.pagetitle h1
{
	font-size: 32px;
	text-shadow: 1px 1px 2px white;
	padding-bottom: 3px;
}

div.content
{
	padding: 8;
}

p.lastUpdate
{
	font-size: 9px;
	text-align: center;
	color: #AAA;
}

img
{
	border: none;
}