.keyglyph, .layout {color: blue;}
.keyword {color: blue;}
.comment, .comment a {color: green;}
.str, .chr, .num {color: teal;}
.varop {color: teal;}
.conop {color: red;}
.daygroup {clear:both;}
.entrygroup {clear:both;}
.channelgroup {clear:both;}

body {
	border-right: 1px solid black;
	margin-right: 200px;

	padding-left: 20px;
	padding-right: 20px;

	background: white;
	
}

img {max-width:500px; max-height:500px;}

h1.tophead {
	margin-top: 0px;
	padding-top: 20px;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;

	color: grey;
}

h2 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #200080;

	margin-left: -20px;
}

h3 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;

	background-color: #a0c0ff;
	border: 1px solid #5080b0;

	padding: 4px;
}

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

h4 {
        font-family: "Bitstream Vera Sans", sans-serif;
        font-weight: bold;
}

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

blockquote h1 {
        font-family: "Bitstream Vera Sans", sans-serif;
        font-weight: bold;
	text-align: left;
}

blockquote h1 a {
        text-decoration: none;
        color: inherit;
}

blockquote h2 {
        font-family: "Bitstream Vera Sans", sans-serif;
        font-weight: bold;
}

blockquote h2 a {
        text-decoration: none;
        color: inherit;
}

blockquote h3 {
        font-family: "Bitstream Vera Sans", sans-serif;
        font-weight: bold;
	border: none;
	background-color: white;
}

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

blockquote h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
}

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

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

blockquote {
	margin-bottom: 2em;
}

blockquote .date {
	font-family: "Bitstream Vera Sans", sans-serif;
	color: grey;
}

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

.sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;

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

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

	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 85%;
}

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

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

.sidebar ul {
	padding-left: 2em;
	margin-left: 0px;

	list-style-type: square;
}

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

.sidebar p {
	border-top: 1px solid grey;
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

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