body
{
	background: #C0C0C0;
	color: #000;
	text-align: center;
	font-family: georgia, tahoma, verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}

#container
{
	background: #fff;
	border: 1px solid #888;
	border-bottom: 15px solid #888;
	border-top: 15px solid #888;
	margin: 30px auto;
	padding: 10px;
	width: 800px;
}

#header a img
{
	border: 0;
	padding-right: 9px;
}

a:link, a:visited, a:active
{
	color: #63778D;
	text-decoration: underline;
}

a:hover
{
	color: #5F5D5C;
	text-decoration: underline;
}

blockquote
{
	border-left: 3px solid #eee;
	font-size: 11px;
	margin: 0 0 0 16px;
	padding: 0 0 0 8px;
	text-align: left !important;
}

	blockquote blockquote
	{
		border: 0;
	}

	blockquote li
	{
		line-height: 13px;
		padding: 0;
	}
	
	blockquote ol
	{
		margin: 0;
	}

	blockquote p
	{
		text-align: left !important;
	}

dt
{
	font-weight: bold;
	margin-top: 11px;
	padding: 0;
}

dd
{
	margin: 0;
	padding: 0;
}

dd p
{
	font-size: 12px;
	line-height: 17px !important;
	padding: 0;
}

.permalink
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none !important;
}

h1
{
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 40px;
	letter-spacing: -4px;
	margin: 3px 0 6px 0;
	padding: 0 0 0 2px;
}

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

h2
{
	color: #63778D;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0;
	padding: 8px 0 3px 0;
}

	h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
	{
		text-decoration: none;
	}

h3
{
	font-size: 13px;
	letter-spacing: 0px;
	margin: 0;
	padding: 22px 0 3px 0;
}

h4
{
	font-size: 11px;
	letter-spacing: -1px;
	margin: 0;
	padding: 14px 0 3px 0;
	text-transform: uppercase;
}

hr
{
	background: #bbb;
	border: 0;
	color: #bbb;
	height: 1px;
	margin: 12px auto;
	padding: 0;
	width: 40%;
}

img.right
{
	float: right;
	margin: 5px 0 0 15px;
}

img.left
{
	float: left;
	margin: 5px 15px 0 0;
}

img.center
{
	display: block;
	margin: 0 auto;
	text-align: center;
}

ol
{
	margin: 4px 0 4px 5px;
	padding: 0 0 0 23px;
}

ul
{
	list-style: square;
	margin: 0 0 0 5px;
	padding: 0 0 0 23px;
}

li
{
	margin: 0;
	padding: 3px 0;
}

p
{
	margin: 0;
}

#content
{
	font-size: 13px;
	padding: 0 17px 0 0;
	width: 540px;
}
	
	#content h3
	{
		padding: 12px 0 0 0;
	}
	
	#content img
	{
		border: 1px solid #bbb;
		padding: 3px;
	}
	
	#content li, #content p
	{
		line-height: 23px;
	}

	#content p
	{
		padding: 7px 0 6px 0;
		text-align: justify;
	}

#sidebar
{
	border-left: 1px solid #ddd;
	color: #555;
	font-size: 11px;
	padding: 0 2px 0 19px;
}

	#sidebar h3
	{
		color: #555;
		text-transform: lowercase;
	}
	
	#sidebar p
	{
		line-height: 16px;
	}
	
	#sidebar img
	{
		border: 0;
	}
	
	#sidebar ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#sidebar li
	{
		margin: 0;
		padding: 5px 0;
	}
	
	#sidebar h4
	{
		font-size: 11px;
		margin: 0;
		padding: 5px 0 2px 0;
		text-transform: none;		
	}
	
	#sidebar h4:first-child
	{
		padding-top: 0 !important;
	}

.details
{
	color: #aaa;
	font-size: 12px;
	letter-spacing: -1px;
}

#navigation
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 3px; 
	text-align: center;
}
	
	#navigation ul
	{
		list-style: none;
		margin: 0;
	}
	
	#navigation li
	{
		display: inline;
		padding-right: 2px;
	}
	
	#navigation li:last-child
	{
		padding-right: 0;
	}

#archive ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

	#archive h3
	{
		font-size: 13px;
		padding-bottom: 4px;
	}

	#archive li
	{
		padding: 4px 0;
	}
	
		#archive li span
		{
			color: #bbb;
			font-family: courier;
			font-size: 14px;
			font-weight: bold;
			letter-spacing: -1px;
			padding: 0 6px 0 0;
		}

#comments
{
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 6px;
}
	
	.comment
	{
		font-size: 12px;
		margin: 0;
		padding: 5px 0;
	}
	
	.comment .details
	{
		font-size: 11px;
		letter-spacing: normal !important;
		margin: 0;
		padding: 0;
	}
	
	.comment .details strong
	{
		color: #666;
		font-size: 12px;
	}
	
	.comment p
	{
		line-height: 17px !important;
		margin: 0 !important;
		padding: 2px 3px 3px 3px !important;
	}

	fieldset
	{
		border: 0;
		margin: 0;
		padding: 0 0 0 5px;
	}

#entryNavigation
{
	/*background: #eee;*/
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding: 5px;
}
	
	#entryNavigation h3
	{
		font-size: 12px;
		margin: 0;
	}
	
	#entryNavigation p
	{
		margin: 0;
	}
	
	#entryNavigation a:link, #entryNavigation a:visited, #entryNavigation a:hover, #entryNavigation a:active
	{
		padding: 2px;
		text-decoration: none;
	}
	
	#entryNavigation span
	{
		font-size: 16px;
		font-weight: bold;
	}

table#schedule
{
	margin: 6px 0;
}

#schedule td
{
	font-size: 10px;
}

#schedule td, #schedule  th
{
	background: #eee;
	padding: 7px;
	text-align: center;
	width: 100px;
}

#schedule th
{
	font-size: 11px;
}

#schedule .weekday th
{
	font-size: 12px;
}

#schedule th.time
{
	font-size: 9px;
	padding: 0 10px;
	width: 80px !important;
}

.list
{
	margin-top: 10px;
	width: 100%;
}

.list td/*, .list th*/
{
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}

.list td
{
	font-size: 11px;
	padding: 4px 2px;
}	

.list .category
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-top: 16px;
}

.list .normal
{
	background: #fff;
}

.list .alternate
{
	background: #ddd;
}

#flickrBadge
{
	margin: 6px 0 0 0;
	text-align: center;
}

#flickrBadge img
{
	border: 2px solid #bbb !important;
}