/* This is the stylesheet modern browser will use to print your pages. */

a {
	color: #000;
}

body {
	font-family: "Comic Sans MS", serif;
	font-size: 12pt;
}

#content {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#header, h3, h4, .storytitle {
	border: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#main {
	float: none;
	margin: 0px 10%;
	padding: 0px;
	width: auto;
}

#menu {
	display: none;
}

#description {
	font: italic 60% Georgia, sans-serif;
	letter-spacing: 0.3em;
}

.right {
float: right;
}

.left {
float: left;
}

.center {
margin: auto;
}

img {
	border: solid 2px black;
}

img.left {
margin: 0 1em 0 0;
}

img.right {
margin: 0 0 0 1em;
}

##search, #recent, #recipes, #categories, #archives, #other, #meta {
color: black;
}

#MAL {
	border: none;
	padding: 0 0 0 30px;
}

#commentlist img {
	border: none;
	vertical-align: middle;
}

.copyr {
	font-size: 0.75em;
	font-family: normal, serif;
}