html, body {
	min-height: 100%;
	width: 100%;
    font-size: 9px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
/*	background-color: #d5d6d7;*/
    background-color: rgb(238, 238, 238);
	}

#content, #sidebar {
	width: 100%;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}

.widecolumn {
	width: 600px;
	float: left;
}

.badnav {
    color: rgb(100, 100, 100);
}

#thumbnails, #sidebar {
	display: block;
}

#header, #footer {
	display: block;
	padding-left: 5px;
    letter-spacing: 1px;
    /*background-color: rgb(238, 238, 238);*/
	background-color: #d5d6d7;
    background-image: none;
    font-weight: normal;
    font-size: 9px;
    color: rgb(110, 110, 110);
    text-transform: lowercase;
    text-align: left;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
}

#headertitle, .entrytitle {
	font-weight: bold;
}

#footer {
	text-align: center;
}

#header p, #footer p {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
}

.entry img {
	border: solid;
	border-width: 1px;
	/*border-color: rgb(170,170,170);*/
	border-color: black;
	}

.entry {
	width: auto;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	}

.entrymore {
	width: 500px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	}

.entrydate {
	margin-right: 5px;
}

.postmetadatagraybox, #comments, textarea#comment {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright, .postmetadata {
	text-align: right;
    float: right;
    }

.navigation {
	text-align: left;
	float: left;
}

.alignleft, .entrydate, .entrytitle {
    float: left
    }

.thumb
{
    float: left;
	width: 52px;
    padding-left: 0px;
    padding-right: 6px;
    padding-bottom: 5px;
    text-align: center;
    color: rgb(102, 102, 102);
    font-size: xx-small;
    text-transform: lowercase;
}
/* End Images */

