/*
CONTENTS STYLING - BLOG VERSION
*/
#contents h2 {
	font-size: 1em;
	padding: 4px;
	color: #BF7360;
	background-color: #FFCCCC;
}

#contents h2.category-header {
	border: 1px solid #FFCCCC;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
}

#contents h3 {
	font-weight: bolder;
	color: #CC0000;
}

#contents a:link, #contents a:visited {
	color: #000; text-decoration: underline; padding-top: 0;
}

#contents a:hover {
	color: #FF4444; text-decoration: none; padding-top: 0;
}

#contents h3 a:link, #contents h3 a:visited {
	color: #CC0000; text-decoration: none;
}
#contents h3 a:hover {
	color: #000; text-decoration: underline; padding-top: 0;
}


/* Blog entry navigation: Previous, next */

#contents p.entrynav {
	margin: 0 0 15px 8px;
	padding: 3px 0 5px 5px;
	text-align: right;
	font-size: .9em;
	float: right;
	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#contents p.entrynav a {
	display: block;
}

#contents p.entrynav a:link, #contents p.entrynav a:visited {
	color: #AAAAAA; text-decoration: none;
}

#contents p.entrynav a:hover, #contents p.entrynav a:active {
	color: #FF4444; text-decoration: underline;
}

/* Blog entry footer: Comments, permalink */
#contents p.entryfooter {
	text-align: right;
	color: #BF7360;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#contents p.entryfooter a:link, #contents p.entryfooter a:visited {
	text-decoration: none;
}

#contents p.entryfooter a:hover, #contents p.entryfooter a:active {
	color: #FF4444; text-decoration: underline;
}

/*
COMMENTS STYLING
*/
#contents a.commentmarker {
	text-decoration: none;
	display: block;
	float: left;
	border: 1px solid #FF9999;
	background-color: #FFCCCC;
	margin: 0px 10px 0 0;
	padding: 1px 3px;
	font-size: 0.75em;
}

#contents a.commentmarker:link, #contents a.commentmarker a:visited {
	text-decoration: none;
}

#contents a.commentmarker:hover, #contents a.commentmarker a:active {
	background-color: #FFFFFF;
	text-decoration: none;
}

#contents a.kittyauthor {
	padding: 5px 0 5px 45px;
	background: url(http://www.metrokitty.com/_share/imgs/kitty_faded.jpg) scroll no-repeat top left;
}

#contents .commentbody {
	margin-top: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#contents .commentcontent {
	margin: 0 30px;
	padding-bottom: 10px;
}

#contents .commentheader {
	border: 2px solid #FFCCCC;
	margin: 30px 0 10px 0;
	padding: 1px 0 1px 10px;
	color: #999999;
}

#contents .commentheader a:link, #contents .commentheader a:visited {
	text-decoration: none;
}

#contents .commentheader a:hover {
	color: #FF4444; text-decoration: underline;
}