body {
	font-size: 90%; 
	line-height: 140%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	background: #fff url( '/images/site/fadeback.png' ) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

h1, h2, h3 {
	margin: 2px;
}

h1 a,
h1 a:hover {
	color: #000;
	text-decoration: none;
}

a {
	color: #1a74ba;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.nohover:hover {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0 0 0 4px;
	padding: 0;
}

li {
	font-size: 90%; 
	list-style: none;
	background: url( '/images/site/li.png' ) no-repeat left top;
    background-position: 0 4px;
	padding-left: 15px;
}

pre {
	background: #ffc url( '/images/site/codeback.jpg' ) no-repeat right top;
	border: 1px solid #cc6;
	padding: 10px;
}

#banner { 
	margin-bottom: 30px; 
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background: #fff;
	color: #000;
	text-align: right;
	font-size: 10px; 
	font-family: Verdana, sans-serif;
	border: solid 1px #aaa;
	border-top: none;
}

#banner a {
	color: #000;
	text-decoration: none;
}

#container {
	max-width: 980px;
	/* http://www.svendtofte.com/code/max_width_in_ie/ */
	width: expression(document.body.clientWidth > 970? "970px": "auto");
	padding: 0px 10px;
	margin: 0 auto;
	text-align: left;
}

#iegutter {
	float: left;
	width: 1%;
	height: 1px; 
}

#content {
	float: left;
	width: 54%; 
}

#archives {
	float: left;
	width: 20%;
	margin-left: 3%; 
}

#external {
	float: left;
	width: 20%;
	margin-left: 3%; 
}

#footer { 
	clear: both; 
	font-size: small; 
} 

#rss {
	position: relative;
	top: 2px;
}

p.extended {
	font-weight: bold;
}


p.posted {
	font-size: 75%;
	font-weight: bold;
	background: url( '/images/site/posted.png' ) no-repeat left top;
    background-position: 0 2px;
	padding-left: 15px;
	color: #666;
}

p.counts {
	font-size: 75%;
	font-weight: bold;
}

a.comments {
	background: url( '/images/site/comments.png' ) no-repeat left top;
    background-position: 0 2px;
	padding-left: 15px;
}

a.trackbacks {
	background: url( '/images/site/trackbacks.png' ) no-repeat left top;
    background-position: 0 2px;
	padding-left: 15px;
}

div.comment {
	background: #ffc;
	border: 1px solid #cc6;
	padding: 0 10px;
	margin: 10px;
}

span.commenthead {
	color: #cc6;
	font-size: 25px;
	font-weight: bold;
	position: relative;
	top: -2px;
	right: -13px;
	float: right;
}