body {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff url(images/gradient.gif) repeat-x scroll 0 0;
	margin: 100px 240px 0 0;
}

#header
{
	height: 80px;
	border-top: 5px solid #658DB5;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 0 20px 0 20px;
}

#header #title
{
	float: left;
	width: 480px;
}

#header h1 {
	margin: 0 0 0 0;
	padding-top: 10px;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	letter-spacing: -2px;
}

#header p.description
{
	margin: 0;
	color: #666;
}

#header ol
{
	list-style-type: none;
	float: right;
	padding: 10px 0 0 0;
}

#header ol li
{
	float: left;
	padding: 0 10px 0 10px;
}

#header a
{
	color: black;
	text-decoration: none;
}

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

.admin {
	text-align: right;
}

h2 {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 20pt;
}

h3 {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	padding: 4px;
	font-size: 18pt;
}

h3 a {
	text-decoration: none;
	color: #000;
}

h4 {
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: 16pt;
}

h4 a {
	text-decoration: none;
	color: inherit;
}

#content
{
}

.daygroup h2
{
	border-bottom: 1px solid #666;
	margin-bottom: 0px;
}

.channelgroup h3
{
	font-size: 18pt;
	border-bottom: 1px solid #666;
	margin-top: 10px;
}

.channelgroup h3 .year
{
	vertical-align: super;
	font-size: 10pt;
}

.channelgroup h4
{
	margin: 15px 0 15px 0;
}

.entrygroup
{
	margin-left: 10px;
}

img.face {
	float: right;
	margin-top: -3em;
}

.entry {
	margin-bottom: 15px;
	
}

.entry .date {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #666;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.entry .date a:hover {
	text-decoration: underline;
}

.content h1 { font-size: 16pt; }
.content h2 { font-size: 15.5pt; }
.content h3 { font-size: 15pt; }
.content h4 { font-size: 14.5pt; }

#sidebar {
	position: absolute;
	top: 67px;
	right: 35px;
	width: 200px;

	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;

	padding-top: 20px;
	padding-left: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: #000;

	padding-left: 5px;
	margin-left: 0px;
}

#sidebar ul {
	padding-left: 1em;
	margin-left: 0px;

	list-style-type: none;
}

#sidebar ul li:hover {
	color: grey;
}

#sidebar ul li a {
        text-decoration: none;
}

#sidebar ul li a:hover {
        text-decoration: underline;
}

#sidebar ul li a img {
        border: 0;
}

#sidebar p {
	margin-top: 30px;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 10pt;
}

#sidebar .message {
    cursor: help;
    border-bottom: 1px dashed red;
}

#sidebar a.message:hover {
    cursor: help;
	color: #ffffff !important;
	text-decoration: none !important;
}

#footer
{
	clear: both;
	border-top: 1px solid #666;
	text-align: center;
	padding: 15px 0 40px 0px;
	margin-right: -240px;
}

a
{
	color: #336699;
}

a:hover {
	text-decoration: underline;
	color: inherit;
}

img {
	max-width: 800px;
	border-width: 0;
}
