@import "css/reset.css";
@import "css/typography.css";

body {
	background-color: #fefefe;
}

#page {
	width: 700px;
	margin: 0 auto;
	background-color: #fefefe;
}

/* Header */
#header {
	padding: 5px;
	text-align: left;
}

#header h1 {
	font-family: Georgia, Times, serif;
	color: #900000;
}

#header h1 a:link {
	color: #900000;
	text-decoration: none;
}

#header h1 a:visited {
	color: #900000;
	text-decoration: none;
}

#header h1 a:active {
	color: #900000;
	text-decoration: underline;
}

#header h1 a:hover {
	color: #900000;
	text-decoration: underline;
}

/* Content */
.alignright {
	float: right;
}

.alignleft {
	float: left
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

	
#content {
	float: left;
	width: 450px;
	padding: 0 10px;
	text-align: left;
}

#content > div.post > h2 > a:link {
	color: #000;
	text-decoration: none;
}

#content > div.post > h2 > a:visited {
	color: #000;;
	text-decoration: none;
}

#content > div.post > h2 > a:active {
	color: #900000;
	text-decoration: none;
}

#content > div.post > h2 > a:hover {
	color: #900000;
	text-decoration: none;
}

#content > div.post > h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#content > div.post > p > a:link {
	color: #000;
	text-decoration: underline;
}

#content > div.post > p > a:visited {
	color: #000;;
	text-decoration: underline;
}

#content > div.post > p > a:active {
	color: #900000;
	text-decoration: underline;
}

#content > div.post > p > a:hover {
	color: #900000;
	text-decoration: underline;
}

#content > div.post > span > a:link {
	color: #000;
	text-decoration: underline;
}

#content > div.post > span > a:visited {
	color: #000;;
	text-decoration: underline;
}

#content > div.post > span > a:active {
	color: #900000;
	text-decoration: underline;
}

#content > div.post > span > a:hover {
	color: #900000;
	text-decoration: underline;
}


#content > div.post > div.post_date {
	color: #999;
	margin-bottom: 10px;
}

#content > div.post {
	margin-bottom: 25px;
}


/* Sidebar */
#sidebar {
	float: right;
	width: 220px;
}

#sidebar > ul {
	list-style: none;
}

#sidebar > ul > li {
	margin-bottom: 10px;
}

#sidebar > ul > li > h2{
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar > ul > li > ul {
	list-style: circle;
}

#sidebar > ul > li > ul > li a:link, a:visited {
	color: #333;
	text-decoration: none;
}

#sidebar > ul > li > ul > li a:active, a:hover {
	color: #333;
	text-decoration: underline;
}


/* Footer */
#footer {
	clear: both;
	border-top: 1px solid #666;
	padding: 5px;
	margin-top: 5px;
	text-align: left;
	color: #999;
}

#footer a:link {
	color: #999;
	text-decoration: none;
}

#footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:active {
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	color: #999;
	text-decoration: underline;
}

#footer > span.copyright {
	float: left;
	width: 300px;
	text-align: left;
}

#footer > span.thanks {
	float: right;
	width: 300px;
	text-align: right;
}