body
{
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 10pt;
	margin:0px;
	padding:0px;
}

pre {
	background: #f0f5ff;
	border-left: 3px solid #d0d0ff;
	padding: 0.5em;
	padding-left: 1em;
	margin-left: 1.5em;
}

img
{
	border: 0;
}

div.sidebar
{
	position: absolute;
	right: 0px;
	top: 80px;
	width: 150pt;
}

div#topbar
{
	margin:0px;
	padding:0px;
	height: 106px;
	background-image: url("http://www.autopackage.org/gfx/topbar_bg.png");
	background-repeat: repeat-x;
}

div#contents
{
	margin-top: 0pt;
	margin-left: 20pt;
	margin-right: 160pt;
	border-right: 1px solid #808AD8;
	padding-right: 20pt;
}

/* Date title */
h2
{
/*	border-bottom: 1px solid #808AD8;*/
}

/* Author title */
h3
{
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 20pt;
}

h3.author a 
{
	background-image: url("images/usericon.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
}

/* Entry title */
h4
{
	margin-top: 0px;
	margin-left: 20pt;
	margin-bottom: 0px;
	padding: 3px;
	font-weight: bold;
}

h4.title a
{
	color: black;
	text-decoration: none;
}

/* The actual blog entry */
.entry
{
	margin-left: 30pt;
	
}

/* Blog entry date, which is the permalink of the entry */
.date
{
	text-align: right;
	color: gray;
}

.date a
{
	color: #AFAFAF;
	text-decoration: none;
}
.date a:hover
{
	color: #C5C5C5; 
}

ul
{
	list-style-type: square;
}
p
{
	text-align: justify;
}

.blogseperator {
	border: 0;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.screenshot {
	border: #0055aa 2px solid;
	margin: 0.2cm;
}

.screenshot:hover {
	border: #0088ff 2px solid;
}
