body {
	background: #999;	
}

a 		{ color: #036; text-decoration: none; } 
a:link		{ color: #036; text-decoration: none; } 
a:visited	{ color: #369; text-decoration: none; } 
a:active	{ color: #330; text-decoration: underline; } 
a:hover		{ color: #330; text-decoration: underline; }

#footer a 		{ color: #bcd; text-decoration: none; } 
#footer a:link		{ color: #bcd; text-decoration: none; } 
#footer a:visited	{ color: #cde; text-decoration: none; } 
#footer a:active	{ color: #cca; text-decoration: underline; } 
#footer a:hover		{ color: #cca; text-decoration: underline; }

#wrapper {
	color: #000;
	background: #999 url(images/wrap_lg.gif) top left repeat-y;
}
 
#header{
	background: #930;
}


#leader {
	background:#cca;
	border-bottom: solid 5px #930;
	color: #330;
}

#blog {
	color: #003;
}

#links{
	background: #eec;
	border:solid 1px #930;
}

#footer{
	color:#ffe;
	background:#930;
}

#blog .date{
	color: #775;
}


#blog .blogbody{
	border-bottom:solid 1px #930;
	color:#000;
}
        

.blogbody blockquote{
        border: 1px solid #930;
        background: #fff;
}


#blog .posted{
	color: #775;
}


#haikubox .shadow {
	border: 1px solid #ffe;
	background: url(images/shadow.gif) bottom right no-repeat;
}

#haikubox .shadbox {
	background: #fff;
	border: 1px solid #ddb;
}

#haikubox .haikutitle{
	color:#003;
	background:#ddb;
}

#haikubox .haiku{
	color:#003;
}



.clearie5mac { clear:right; }
/* v1 of the commented backslash hack. This \ character between rules appears to have the effect  that macIE5 ignores the following rule. Odd, but extremely useful. */
.clearie5mac {display: none; clear:none; }


#links .sidetitle{
	background:#930;
	color:#ffe;
}



.powered{
	border-top:1px solid #ffe;
}

.comments-body {
	color:#663;
}


.comments-head  { 
	border-bottom:1px solid #cc9;
	color:#663;
}

