body { color:black; background: transparent; font: 0.9em sans-serif }

.title { text-align: center }

#copyright { color: #888; text-align:center; font-size:small }

.item { border: 1px solid; display: block; position: relative;
	color: black; text-decoration: none; background: #fe8;
	margin: 0.5em; padding: 0; padding-left: 121px; height: 100px;
	overflow: hidden }
.item .content { height: 100px; overflow:auto; position: relative; margin-right: 1px }
.item .content .description { display: block; padding: 0.2em }
.item .content .title { background: #db3; margin: 0; padding: 0 0.2em; font-weight: bold; text-align: left }
.item .content .pubDate { position: absolute; top: 0; right: 0; text-align: right; color: #940; font: small sans-serif }

.item .category { display:block; position: absolute; top:0; left:0;
	width: 120px; height: 100px; border-right: 1px solid;
	padding: 0; margin: 0;
	background: #f55 center; text-align: center; vertical-align: middle;
				text-decoration: none; color: black; font-weight: bold;
}
.item .category img { padding: 0; margin: 0; border: none }
* html .item .category { height: 98px }

.author { text-align: right; color: #940; font: small sans-serif; }

body.small { font-size: 0.7em }
.small .item { height: 50px; padding-left: 61px; }
.small .item .content { height: 50px }
.small .item .pubDate { font-size: x-small }
.small .item .category { width: 60px; height: 50px }
.small #copyright { font-size: x-small }

.item .content table { border-collapse: collapse }
.item .content table td { padding: 0 0.2em; text-align:left; vertical-align:top }

