* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	font-size:smaller;
}

body {
	background-color: #800;
	height: 100%;
}

#container {
	background-color: #090909;
	-khtml-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em 3em;
	margin: 5em auto;
	width: 70%;
	min-height: 40%;
	padding:2em 2em 0.5em 2em;
}

#header {
	height: 6em;
	width: 100%;
	text-align: center;
	background-image: url('/media/img/debian.svg');
	background-repeat: no-repeat;
	margin-top:1em;
}

.headercaption, .headercaption:hover, .headercaption:visited {
	font-size: 4em;
	text-shadow: 0 0 0.2em #ff0000, 0 0 0.2em #ff0000;
	color: #111;
	text-decoration: None;
}

p {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	font-family: mono;
}
/*p {
	text-indent: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}*/

a {
	color: #700;
}

a:visited {
	color: #500;
}

a:hover {
	color: #900;
}

.tagcloud {
	float:right;
	width: 10em;
	background-color:#acacac;
	/*margin:-2em;*/
	padding:2em;
	-khtml-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em 2em;
}

#menubar {
	width: 95%;
	height: 3em;
	margin:-2em auto;
	text-align:center;
	color: #b00;
	vertical-align:center;
	-khtml-border-radius:1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em 1.5em;
	background-color: #000;
	border: 2px solid #b00;
}

.entry {
	font-size: 1.5em;
}

#content {
	background-color: #dfdfdf;
	margin: 0em auto;
	width: 100%;
	min-height: 30em;
	-khtml-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em 2em;
}

#text {
	padding: 2em 2em 2em 2em;
}
