#main {
	width: 850px;
	margin-left:auto; margin-right:auto;
}

#maincontent {  
	margin-right: 210px;
	padding-right: 1em;
}

.channelgroup {
	margin-bottom: 1.8em;
}

.entrygroup {
	padding-left: 1em;
	padding-right: 1em;
	border: 1px solid silver;
	background-color: #f4f4f4;
	margin-bottom: 1em;
}

.sidebar {
	float: right; 
	width: 200px;
	border: 1px dashed silver;
	padding-left: 0.5em;
	padding-right: 0.5em;
}


.content, p, ul, h2, h3, h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
}

h2 {
	font-weight: normal;
	color: #004b80;
}

h3 {
	font-weight: normal;
	background-color: #bbd2ff;
	padding: 4px;
}

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

h4 {
	font-weight: bold;
}

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

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

.entry .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: #bbb;
}

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

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;

	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 {
	padding-bottom: 10px;
	padding-left: 5px;
}

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

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

a:hover {
	text-decoration: underline !important;
	color: blue !important;
}

a {
	color: #004b80;
}
