html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* rar!  IE */
}

a {
	font-weight: bold;
}

a:link {
	color: blue;
}

a:visited {
	color: gray;
}

a:hover, focus, active {
	color: red;
}

#everything {
	background-color: white;
	width: 100ex;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-color: white;
	width: auto;
	position: static;
}

#header h1 {
	/* maybe the header'd look better centred above the content? */
	text-align: center;
	color: #666;
}

#header h1 a:link, h1 a:visited {
	color: #666;
	text-decoration: none;
}

#header h1 a:hover, h1 a:focus, h1 a:active {
	color: red;
	text-decoration: none;
}

/* contains content & sidebar.. */
#middle {
	overflow: hidden;
	background-color: white;
	margin: 0;
}

#middle {
	display: inline-block;
}


#content {
	float: left;
	width: 80ex;
	background-color: white;
	color: black;
	text-align: justify;
}

#content h1 {
	/* maybe the header'd look better centred above the content? */
	text-align: center;
	color: #666;
}

#content h1 a:link, h1 a:visited {
	color: #666;
	text-decoration: none;
}

#content h1 a:hover, h1 a:focus, h1 a:active {
	color: red;
	text-decoration: none;
}

#sidebar-outer {
	background-color: white;
	color: #000;
	float: right;
	width: 20ex;
	text-align: left;
	margin: 0;
	padding: 0;
}

#sidebar {
	padding-left: 2ex;
	font-size: small;
}

#sidebar img {
	background-color: #fff;
	border: 0;
	margin: 10px;
}

#sidebar .bloglinks {
	list-style-type: none;
	padding-left: 1ex;
}

/* This doesn't work how I hoped it would.
#sidebar .bloglinks a:first-line {
	text-indent: -2ex;
}
*/

#sidebar .bloglinks a {
	text-decoration: none;
	font-weight: normal;
}

.blosxomCalendar {
	font-size: 90%;
}

.story {
	background-color: white;
	position: relative;
	display: block;
	padding: .5ex:
}

.story p {
}

.story h3 {
	background-color: #e0e0e0;
	padding: 0.5ex 1ex;
}

#footer .strike {
	text-decoration: line-through;
	display: inline;
}

#footer {
	clear: both;
	background-color: white;
	width: 100%;
	display: inline;
}

#footer h1 {
	padding-top: 1.5ex;
}
