
html, body
{
	margin: 0;
	padding: 0;

	background-color: #efefef;
	color: #666;
}

a
{
	text-decoration: none;
	color: #66f;
}

	a:hover
	{
		text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6
{
	cursor: default;
}

abbr, acronym
{
	color: #668c66;
	cursor: default;
}

label
{
	cursor: pointer;
}

cite
{
	cursor: default;
}


blockquote
{
	background: transparent url('./quote.gif') no-repeat top left;
	min-height: 24px;
}


.source
{
	text-align: right;
}

	.source cite:before
	{
		content: "\2014\00A0";
	}

hr
{
	display: none;
}


#container
{
	display: block;
	margin: 0 auto;
	width: 38em;
	min-width: 508px;
}

.post
{
	display: block;
	padding: 2.5em 0;
	text-align: justify;
}

	.post .timestamp
	{
		line-height: 1em;
		cursor: default;
	}

	.post h2.puntitled
	{
		margin: 0;
	}

		.post h2.puntitled .puntitled
		{
			display: none;
		}

	.post .timestamp, .post .timestamp a, .post#footer, .post#header, .post#header a
	{
		text-decoration: none;
		color: #bbb;
	}

.post#footer
{
	border-top: 1px solid #ddd;
	cursor: default;
}

.post#header
{
	padding-left: 0.6em;
	letter-spacing: 0.6em;
	border-bottom: 1px solid #ddd;
}

.photoSidebar.sidebarLeft img
{
	float: left;
	margin: 0 2em 1.5em 0;
}

.photoSidebar.sidebarRight img
{
	float: right;
	margin: 0 0 1.5em 2em;
}

.clearSidebar
{
	clear: both;
}

.photo, .image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.audio
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #f2f2f2;
}

.separator hr
{
	display: none;
}

.separator
{
	display: block;
	clear: both;
	width: 85%;
	height: 1px;
	margin: 1.5em auto;
	border-top: 1px dotted #aaa;
}
