body {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 10px;
	background: white;
	color: black;
	margin: 0;
	margin-left: 200px;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: medium;
	background-color: #AAAAAA;
}

body > p {
	color: white;
}

div.title h1 {
        margin: 10px 0 0 0;
	text-align: center;
	background: #ADD8E6;
	color: darkgrey;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-box-shadow: 5px 5px 8px #000;
	-webkit-box-shadow: 5px 5px 8px #000;
	font-weight: normal;
}

div.title h2 {
	margin: 0 0 0.25em 0;
	padding: 0 0.5em;
        text-align: right;
	color: darkgrey;
	background: white;
	font-style: italic;
	font-weight: normal;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 5px 5px 8px #000;
	-webkit-box-shadow: 5px 5px 8px #000;
}

/*
 * Special markup for weblog entries.
 */
div.entry {
	border: none;
        margin: 10px 0px;

	background: white;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top: 10px;
}

div.padding {
        padding-top: 0px;
        padding-bottom: 0px;
}

div.entry div.body {
	padding: 10px 10px;
}

div.entry div.body a {
	font-weight: bold;
}

div.entry .title {
	background: #ADD8E6;
	border-bottom: 1px solid rgb(128, 128, 128);
	font-size: 120%;
	padding: 0.26ex 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;

}
div.entry div.date {
        text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

div.entry div.tags {
	border-top: 1px solid rgb(128, 128, 128);
	font-style: italic;
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 90%;
	text-align: right;

	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	padding-right: 5px;
}

div.entry div.tags span.comments {
        padding-left: 5px;
        float: left;
}

div#sidebar {
	position: absolute;
	top: 0;
	left: 10px;
	width: 170px;
        float:left;
	font-size: 80%;
	text-align: justify;
	padding: 0 10px;
	margin: 0;

	background: white;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top: 10px;
	margin-top: 10px;
}

div#sidebar ul {
	padding-left: 2em;
}

#sidebar H2 {
	color: darkgrey;
}

a {
	color: #182C41 !important;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
	overflow:	auto;
	border: thin none;
	display: block;
	padding: 5px 1em;
	background: #e6e6e6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: thin solid #aaaaaa;
}
