body, channel {
	display:			block;
	font: 				100% "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin:				40px;
	color:				#000;
	background:			#FFF;
}
a:link {
	color:				#777;
	font-weight:		bold;
	text-decoration:	none;
}
a:visited {
	color:				#999;
	font-weight:		bold;
	text-decoration:	none;
}
a:hover, a:active {
	color:				#333;
	font-weight:		bold;
	text-decoration:	underline;
}

h1, title {
	display:			block;
	font: 				1.1em "Century Gothic", "Lucida Grande", Arial, Verdana, sans-serif;
	text-transform:		uppercase;
	font-weight:		bold;
	margin:				0;
}
h1 a:link, h1 a:visited,
h1 a:hover, h1 a:active {
	color:				#000;
}
h2 {
	display:			block;
	font-size: 			0.665em;
	font-weight:		bold;
	margin:				0 0 10px 0;
}
h3, item title {
	display:			block;
	font: 				0.7em "Century Gothic", "Lucida Grande", Arial, Verdana, sans-serif;
	text-transform:		uppercase;
	font-weight:		bold;
	margin:				0;
}
h4 {
	display:			block;
	font-size: 			0.665em;
	font-weight:		bold;
	margin:				0 0 5px 0;
}
link, description, generator, docs, comments, pubDate, pubdate, guid {
	display:			block;
	font-size: 			0.665em;
	margin:				0;
}
p, item description {
	display:			block;
	font-size: 			0.665em;
	line-height:		140%;
	margin:				0 0 10px 0;
}
#about p {
	font-size: 			0.7em;
}
li {
	font-size: 			0.665em;
}
li li {
	font-size: 			1.0em;
}
item, #content div {
	display:			block;
	color:				#AAA;
	margin:				10px 0 10px 0;
	border-top:			1px dotted #CCC;
	padding:			10px 0 0 0;
}
item a:link, item a:visited,
#content div a:link, #content div a:visited {
	color:				#AAA;
}
item a:hover, item a:active,
#content div a:hover, #content div a:active {
	color:				#333;
}
img {
	font-size: 			0.665em;
	border:				none;
}

form {
	line-height:		100%;
	margin:				0;
	padding:			0;
}
input {
	font: 				0.7em "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin:				0;
	padding:			2px;
	background-color:	#FFF;
	border-top:			1px solid #C6C6C6;
	border-left:		1px solid #C6C6C6;
	border-right:		1px solid #EEE;
	border-bottom:		1px solid #EEE;
}
input.button {
	font-size: 			0.665em;
	text-transform:		uppercase;
	line-height:		105%;
	margin:				0 0 0 5px;
	padding:			1px;
	color:				#8F8F8F;
	background-color:	#EEE;
	border-top:			1px solid #EEE;
	border-left:		1px solid #EEE;
	border-right:		1px solid #C6C6C6;
	border-bottom:		1px solid #C6C6C6;
}
input.button:hover, input.button:active {
	color:				#7B7B7B;
	background-color:	#D9D9D9;
	border-top:			1px solid #B3B3B3;
	border-left:		1px solid #B3B3B3;
	border-right:		1px solid #DCDCDC;
	border-bottom:		1px solid #DCDCDC;
}
