body
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

div.header
{
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 10px;
	border: 0px;
	background-color: #900;
	border-bottom: solid 1px #600;
	color: #fff;
	font-size: 16px;
}

div.header a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

span.tagline
{
	border-left: solid 1px #800;
	margin-left: 8px;
	padding-left: 10px;
	color: #600;
}

div.subheader
{
	overflow: hidden;
	padding: 10px;
	background-color: #ddd;
	border-bottom: solid 1px #bbb;
	font-size: 10px;
}

div.subheader a
{
	text-decoration: none;
	color: #666;
}

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

div.subheader ul
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div.subheader li
{
	float: left;
	list-style-type: none;
	width: 120px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

div.subheader ul li ul li
{
	width: 100%;
	padding-left: 15px;
	font-variant: normal;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: none;
	color: #555;
}

div.subheader li
{
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.1em;
}

div.content
{
	padding: 10px;
	padding-left: 40px;
	margin-right: 270px;
	/* border-right: solid 1px #eee; */
	padding-right: 22px;
}

div.content h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	letter-spacing: -0.02em;
	position: relative;
	left: -10px;
	top: 0px;
}

div.content h2
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	letter-spacing: -0.02em;
	position: relative;
	left: -10px;
	top: 0px;
}

div.content h1 a,
div.content h1 a:visited,
div.content h1 a:active,
div.content h1 a:hover
{
	text-decoration: none;
	color: #000;
}

div.content a,
div.content a:visited,
div.content a:active,
div.content a:hover
{
	color: #900;
}

div.sidebar
{
	padding-top: 10px;
	width: 250px;
	float: right;
}

div.tada
{
	width: 320px;
	margin: 0 auto;
	padding-top: 5px;
	border-top: solid 1px #ccc;
}

div.tada span.caption
{
	display: block;
	color: #999;
	text-align: center;
	margin-top: 5px;
	border-top: solid 1px #ccc;
	font-size: 10px;
	font-style: italic;
}

div.content div.byline
{
	font-size: 11px;
	color: #999;
	position: relative;
	left: -10px;
	top: 0px;
}

div.comments
{
	margin-bottom: 20px;
}

div.comments div.comment
{
	margin-left: 70px;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-left: solid 2px #ddd;
	padding-left: 10px;
}

div.comments div.comment div.author
{
	font-size: 10px;
	color: #999;
}

div.comments div.comment div.number
{
	font-size: 60px;
	color: #ddd;
	font-family: Georgia, serif;
	position: relative;
	text-align: right;
	width: 60px;
	float: left;
	margin-left: -80px;
	margin-top: -15px;
}

div.comments textarea
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	width: 100%;
}

div.comments p.whoami
{
	font-size: 10px;
	color: #999;
}

lyrics
{
	padding-left: 25px;
	display: block;
	font-style: italic;
}

lyrics citation
{
	display: block;
	font-style: normal;
	font-size: 80%;
}