.main {
	border-right: 1px dotted grey;
	margin-right: 25%;

	padding-left: 24px;
	padding-right: 24px;

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

.singlecolumn {
	padding-left: 24px;
	padding-right: 24px;

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


h1 {
	margin-top: 0px;
	padding-top: 24px;

	font-weight: normal;
	letter-spacing: -1px;
	text-transform: lowercase;
	text-align: right;

	color: grey;
	color: #333;
	text-shadow: #aaa 4px 2px 4px;
}

h2 {
	font-weight: normal;
	color: #200080;
}

h3 {
	font-weight: normal;

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

	padding: 8px;
}

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

h4 {
	font-weight: normal;
	margin-left: 16px;
	color: steelblue;
}

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

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

.entry {
	margin-bottom: 2em;
	margin-left: 16px;
	margin-right: 16px;

	text-align: justify;
}

.entry .date {
	color: grey;
	font-size:  10pt;
}

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

.right {
	text-align: right;
}

.sidebar {
	position: absolute;
	top: 36px;
	right: 0px;
	width: 25%;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 9pt;
}

.sidebar a {
	color: royalblue;
}

.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;

	overflow: hidden;
}

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

.sidebar li {
	overflow: ellipsis;
	white-space: nowrap;
}


.sidebar img {
	padding-right: 6px;
	border: 0;
}

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

	padding-left: 5px;
}

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

.footer {
	text-align: center;
	color: grey;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 9pt;
}

.footer hr {
	border: 0;
	border-top: 1px dotted grey;
	margin-left: 24px;
	margin-right: 24px;
}

td {
    vertical-align: top;
	padding: 2px;
}
    
td.right {   
	text-align: right;
}

p.warning {
	clear: both;
	font-weight: normal;

	background-color: mistyrose;
	border: 1px solid FireBrick;

	width: 80%;
	text-align:	center;
	margin-left: auto;
	margin-right: auto;

	padding: 12px;
}
p.small_warning {
	font-weight: normal;

	background-color: mistyrose;
	border: 1px solid FireBrick;

	text-align:	center;
	margin-left: auto;
	margin-right: auto;

	padding: 12px;
}
p.notice {
	font-weight: normal;
	
	width: 80%;

	background-color: honeydew;
	border: 1px solid seagreen;

	text-align:	center;
	margin-left: auto;
	margin-right: auto;

	padding: 12px;
}
p.boring {
	font-size: xx-small;
	color: lightgrey;
	font-style: italic;
}

img.centre {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

