/* CSS for blosxom */
html {
	font-family: sans-serif;
}

body {
	background-color: #E0E0E0;
	margin: 35px;
	margin-left: 12%;
	margin-right: 12%;
}

div#blogcontent {
	border: #5F5F5F solid 3px;
	background-color: white;
	padding: 35px;
	padding-left: 12%;
	padding-right: 12%;
}

div#tools
{
	width: 100%;
	border-bottom: 1px dotted black;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 0.6em;
}

div#footer
{
	width: 100%;
	border-top: 1px dotted black;
	margin: 0;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 0.6em;
}

div#footer img {
	float: right;
	padding-left: 2px;
	border: none;
}

p#blogdescription {
	display: none;
}

div.comments {
	font-size: 0.8em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	border-left: 1px dotted black;
	padding-left: 5px;
	border-right: 1px dotted black;
	padding-right: 5px;
	border-bottom: 1px dotted black;
}

div.comments p.commenttitle {
	font-size: 0.8em;
}

div.comments div.comment {
	font-family: serif !important; 
	margin-bottom: 20px;
}

div.blogtext {
	font-family: serif !important; 
	font-size: 1em;
}

h2 {
	font-size: 1.2em;
	margin-top: 20px;
}

p.bloginfo {
	font-size: 0.8em;
}

textarea {
	width: 60%;
	height: 20em;
}
