/* CSS Document */

	div.page, div.footer {
		width: 500px;
		margin: 0 auto;
	}

	
	body {
		background-color: #f0f0f0;
		color: #777;
		font-size: 0.75em;
		line-height: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.page {
		background-color: #f1f1f1;
		padding: 0 10px 10px 10px;
	}
	
	
	a {
		color: #000;
		background-color: #fff;
		text-decoration: none;
	}
	
	a:hover {
		background-color: #000;
		color: #fff; 
	}
	
	h1, h2, h3 {
		display: block;
		
		
	}
	
	h1 {
		font-size: 3em;
		padding: 30px 0 20px 0;
	}
		h2 a {
			background-color: #000;
		}
		h2 {
			font-size: 1.4em;
			padding: 3px 0;
			font-weight: lighter;
		}
		
		h3 {
			font-size: 1.2em;	
			margin: 10px 0;
			font-weight: lighter;
			
			
		}
	
		.page div ol {
			list-style: decimal-leading-zero;
			padding: 0 10px 10px 20px;
		}
		.page div ol li {
			border-left: 1px dotted #666;
			padding: 0 20px;
			margin-bottom: 10px;
			margin: 10px;
			
		}
			.page div ol li:hover {
				background-color: #f0f0f0;
				border-color: #f00;
			}
			.page div ol li span {
				display: block;
				margin-bottom: 5px;
			}
	.message {
		border-bottom: 1px dotted;	
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
		
		.message blockquote {
			margin: 10px 0;
			font-size: 1.2em;
			line-height: 1.2em;
			text-decoration: underline;
		}
		
		.message .date {
			line-height: 1em;
			display: block;
		}
		
	
	.footer {
		padding: 10px 10px;
		color: #e0e0e0;
		background-color: #eee;
	}
		.footer a {
			text-decoration: line-through;
		}

/* clearfix hack: http://www.webtoolkit.info/css-clearfix.html */

	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}
