/* @override http://www.hoboes.com/css/blogs.css */

/* @group content */
ol.container li {
	margin-bottom: 1em;
}

blockquote.news_quote {
	font-style: normal;
	font-family: "American Typewriter", Courier, mono;
}
/* @end */

/* @group Media */

p.embedded {
	text-align: center;
}

/* @end */


/* @group Tables */

td.number {
	text-align: right;
}

/* @end */

/* @group Menu */
img.more, img.less {
	border: none;
	vertical-align: top;
	padding-left: .5em;
	padding-right: .5em;
}

/* @end */

/* @group More Information */

div.sources {
	clear: both;
	padding-top: .1em;
}

/* @end */

/* @group Bugs */

div.moreline {
	position: relative;
}

ul.topicbug {
	font-variant: small-caps;
	border-color: #FFCC99;
	border-width: .1em;
	border-top-style: inset;
	border-bottom-style: inset;
}

ul.topicbug li {
	list-style: none;
	display: inline;
}

ul.topicbug li+li:before {
	content: ", ";
}

/* @group Feedlist */

div.feedlist {
	float: right;
}
div.feedlist h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-variant: small-caps;
	font-family: serif;
	font-size: 94%;
}
div.feedlist ul {
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	right: 0;
}
div.feedlist li {
	list-style: none;
	font-variant: small-caps;
	font-size: 94%;
}
div.feedlist:hover h3 {
	background-color: tan;
}
div.feedlist:hover ul {
	display: block;
	background-color: white;
	border-style: inset;
	border-color: grey;
	border-width: .1em;
}
div.feedlist li:hover {
	background-color: tan;
	color: white;
}

ul.longlist li+li {
	margin-top: 1em;
}

/* @end */

/* @end */

/* @group Code Display */

ul.code {
	text-align: left;
	margin-left: 2em;
	line-height: 100%;
	background-color: #EEEEFF;
	border-width: .2em;
	border-style: inset;
	border-color: #4444FF;
	padding: .2em;
	font-size: 80%;
	width: 90%;
}

ul.code li {
	list-style: none;
	text-indent: -2em;
	margin-left: 2em;
}

ul.code ul {
	padding-left: 2em;
}

ul.keyboard li {
	font-family: monospace;
	white-space: pre;
}

li.section {
	padding-top: 1em;
}

/* @end */


