@import "/scripts/page.css";

body {
	background-color: white;
	color: black;
	margin-right: 185px;
	padding-right: 10px;
	border-right: 1px solid #880000;
}

/*
 * Special markup for weblog entries.
 */

.title a {
	text-decoration: none;
}

div.entry {
	border-bottom: 1px solid #880000;
        margin: 10px 0px;
}

div.padding {
        padding-top: 15px;
        padding-bottom: 15px;
}
div.entry div.body {
	padding: 10px 10px;
}

div.entry .title {
	border-bottom: 1px solid #880000;
	font-weight: bold;
	font-size: 120%;
	padding: 0.26ex 10px;
	
}
div.entry div.date {
        text-align: right;
}
div.entry div.title a {
	color: black !important;
	text-decoration: none !important;
}
div.entry div.title a:hover {
	color: black !important;
	text-decoration: none !important;
}

div.entry div.tags {
	font-style: italic;
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 90%;
	text-align: right;
}
div.entry div.tags span.comments {
        padding-left: 5px;
        float: left;
}


div#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 165px;

	font-family: sans-serif;
	font-size: 80%;

	text-align: justify;

	padding: 0 10px;

	background-color: white;
	border-left: 1px solid #880000;
	margin: 0;
}

pre {
	overflow:	auto;
	background:	rgb(230,230,230);
	border: 1px solid #880000;
	padding: 5px  10px;
	margin-left: 30px;
}

