.item {
	border-top: 1px solid silver; 
	border-bottom: 1px solid silver; 
	margin:1px 0px;
}

.itemHead {
	background-color: lightyellow;
	padding: 5px; 
	border-bottom: 1px solid silver;
}

.itemInfo {
	font-size: 90%;
	text-align: right; 
	padding: 3px; 
}

.itemInfo ul li {
	line-height: 150%;
	margin-left: 10px;
}

.itemTitle {
	font-size: 120%; 
	font-weight: bold; 
}

.itemTitle a {
	background-color: transparent;
}

.itemPoster {}

.itemPostDate {}

.itemStats {}

.itemBody { 
	padding: 10px; 
}

.itemText {
	line-height: 150%; 
}

.itemText:first-letter {
}

.itemFoot {
	text-align: right; 
	padding: 3px; 
}

.itemAdminLink {
	font-size: 90%;
}

.itemPermaLink {
	font-size: 90%;
}

.outer {
	border: solid 1px #bdb76b;
}

.outer th {
	background-image: url(images/newstitle_back.jpg); 
	background-color: #bdb76b; 
	color: #556b2f;
}

.head {
	background: #eee8aa;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

.even {
	background: #fffff0;
	margin: 0;
	padding: 5px;
}

.odd {
	background: #f5f5dc;
	margin: 0;
	padding: 5px;
}

.foot {
	background: #c2cdd6;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

tr.even td {
	background: #fffff0;
	margin: 0;
	padding: 5px;
}

tr.odd td {
	background: #f5f5dc;
	margin: 0;
	padding: 5px;
}
