body
{
	background-color: #fff;
}

#simon 
{
	font-style: italic;
	font-weight: normal;
	font-size: 1.0em;
	text-align: center;
}

p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

#head
{
	text-align: center;
	height: 100px;
}

#container
{
	width: 760px; /* 760px */
	\width: 770px;  /* 770px */
	w\idth: 760px;  /* 760px */
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#sidebar-1
{
	float: left;
	width: 150px;   /* 150px */
	\width: 150px;  /* 150px */
	w\idth: 150px;  /* 150px */
	margin-right: 5px; /* 5px */
	padding-top: 100px;
}

#blog_sidebar
{
	float: left;
	width: 220px;   /* 150px */
	\width: 220px;  /* 150px */
	w\idth: 220px;  /* 150px */
	margin-right: 5px; /* 5px */
	padding-top: 100px;
}

#sidebar-2 p, #sidebar-1 p, #blog_sidebar p
{
	line-height: 15px;
	font-size: 10px;
}

#sidebar-1 p, #blog_sidebar p
{
	text-align: right;
}

#content
{
	margin-left: 155px;  /* 155px */
	margin-right: 155px;
	padding-top: 100px;
	font-size: 13px;
}

#blog_content
{
	margin-left: 230px;  /* 155px */
	margin-right: 00px;
	padding-top: 80px;
	font-size: 13px;
}

#sidebar-2
{
	float: right;
	width: 150px;  /* 150px*/
	\width: 150px;
	w\idth: 150px;
	margin-left: 5px;  /* 5px */
	padding-top: 100px;
}

#foot
{
	clear: both;
	margin-top: 5px;
	text-align: center;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px black solid;
}

#sidebar-2 a, #sidebar-1 a, #blog_sidebar a
{
	border: 0px;
	color: #C00;
}

h1
{
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, Times, Serif;
	font-size: 3em;
}

h2
{
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.5em;
	font-style: italic;
}

h3
{
	font-style: italic;
	font-weight: normal;
	font-size: 1.0em;
}

h3 a
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.0em;
}

h1 a, h2 a
{
	border: 0px;
}

.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

img.divider
{
	align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.comments_error
{
	background-color: #ffa;
}

div.comments_error
{
	border: 1px solid #cc8;
	padding: 0.3em;
}

SourceCode
{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: Courier New;
	font-size: 0.1em;
}

div.krl_highlighted_code {
  margin: 5px 20px 20px 10px;
}

div.krl_highlighted_code div.header {
  margin: 0 0 2px;
  font-weight: bold;
}

div.krl_highlighted_code div.codeblock {
  margin: 0;
  padding: 6px;
  border: 1px solid #666;
  overflow: auto;
  font-size: 1.1em;
}

div.krl_highlighted_code ol {
  padding: 0 0 0 40px;
}
