﻿html
{
	width: 100%;
	margin: 0px auto 0px auto;
}

body 
{
	width: 800px;
	margin: 20px auto 20px auto;
	background-color: #E0DCAD;
	font-family: Arial;	
	color: Black;
}

a
{
	color: #377C93;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#Navigation
{
	width: 220px;
	float: right;
	padding: 0px 0px 0px 20px;
}

#Navigation h1
{
	color: black;
	font-weight: bold;
	font-size: 20px;
}

#Navigation h1 a
{
	color: black;
}

#Navigation ul
{
	margin-left: 0px;
	padding-left: 0px;	
	list-style-type: none;	
}

#Navigation ul li
{
	margin-left: 0px;
	padding-left: 0px;
	font-size: 16px;	
	margin-bottom: 10px;
}

#Navigation a
{
	color: #295C6D;
}

#Navigation h3
{
	color: black;
	font-weight: bold;
	font-size: 16px;
}

#Content
{
	border-color: #A28A10;
	border-style: solid;
	border-width: 10px;
	width: 500px;
	float: left;
	background-color: White;
	padding: 20px 20px 0px 20px;
}

.Date
{
	font-size: 11px;
}

.Post
{	
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.Post h2
{
	color: #295C6D;
	font-weight: normal;
	font-size: 24px;
	font-family: Comic Sans MS;	
	margin-top: 0px;
}

.Post .Body
{
	font-size: 14px;
	line-height: 21px;
}

.Post .Author
{
	font-size: 11px;
	float: left;
	margin: 20px 0px 20px 0px;
}

.Post .Link
{
	font-size: 11px;
	float: left;
	margin: 0px 20px 20px 0px;
}

.Post .Comment
{
	clear: both;
	border: 2px dashed #DEDEDE;
	margin-top: 20px;
	padding: 10px;	
}

.Post .Comment h3
{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

.Post .Comment .Body
{
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	line-height: 21px;	
}

.Post .Comment .Link
{
	font-size: 11px;
	float: none;
	margin: 0px;
}

.Post .Buttons
{
	margin-top: 20px;
	font-size: 16px;
	clear: both;
}

.Post .HiddenText
{
	display: none;
}