
body
{
	font-family: "Segoe UI", "Candara", "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", "Verdana", "Arial", sans-serif;
	/* font-family: "Trebuchet MS", "Georgia", "Bitstream Vera Serif", "Verdana", "Arial", sans-serif; */
	font-size: 1em;
	line-height: 1.5em;
}

a img, a:hover img
{
	text-decoration: none;
	border: none;
}

object
{
	outline: none;
}

h1, h2, h3, h4, h5, h6
{
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

abbr, acronym
{
	text-decoration: none;
	border: none;
}

cite
{
	font-weight: normal;
	font-style: italic;
}

	cite em
	{
		font-style: normal;
	}

	h1 cite, h2 cite, h3 cite, h4 cite, h5 cite, h6 cite
	{
		font-weight: bold;
		font-style: normal;
	}

		h1 cite em, h2 cite em, h3 cite em, h4 cite em, h5 cite em, h6 cite em
		{
			font-style: italic;
		}

	p cite
	{
		font-size: 0.8em;
		text-transform: lowercase;
	}

blockquote
{
	margin: 0;
	padding: 0 2.25em;
}

.source
{
	display: block;
	line-height: 1em;
}

.block
{
	margin-left: 2.25em;
	margin-right: 2.25em;
}

	.block.source
	{
		margin-top: -0.3em;
		margin-bottom: 1.5em;
		/*margin: -0.3em 2em 1.5em 2em;*/
	}

hr
{
	margin: 1.5em 0;
}

h2.simpleList, h3.simpleList, h4.simpleList, h5.simpleList, h6.simpleList
{
	margin-bottom: 0.5em;
}

ul.simpleList
{
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.2em;
	list-style-type: none;
}

	ul.simpleList li
	{
		margin: 0 1em;
		padding: 0;
	}

.post
{
	clear: both;
	text-align: left;
}

	.post .timestamp
	{
		display: block;
		clear: both;
		font-size: 0.8em;
		font-style: italic;
		text-align: right;
		text-transform: lowercase;
	}

.post#footer
{
	font-style: italic;
	text-align: center;
}

.post#header
{
	margin: 0;
	text-align: center;
}

.audio
{
	clear: both;
	line-height: 1.2em;
}

	.audio cite
	{
		font-size: 1em;
		font-style: normal;
		text-transform: none;
	}

.photo, .image
{
	clear: both;
	line-height: 1em;
}

	.photo img, .photo a img, .photo a:hover img,
	.photoSidebar img, .photoSidebar a img, .photoSidebar a:hover img
	{
		border: 4px solid #111;
	}

		.photo cite:before, .image cite:before
		{
			content: "[";
		}

		.photo cite:after, .image cite:after
		{
			content: "]";
		}

	.image img, .image a img, .image a:hover img
	{
		border: none;
	}

