body, p, th {
	font-family: serif;
	font-size: 0.8em;
	background-color: #ffecf4;
	color: #4c4649;
}

#feeds {
	position: absolute;
	left: 0;
	width: 20%;
}

#news {
	position: absolute;
	right: 10px;
	width: 80%;
}

.source a {
	color: inherit;
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

h3 a {
	color: inherit;
	text-decoration: inherit;
	line-height: 1.2em;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-family: serif;
   color: #8b0542;
	margin-bottom: 5px;
	font-size: 1.8em;
	font-weight: normal;
}

.item {
	line-height: 1.6em;
	font-family: sans-serif;
	font-size: 12px;
}

.item p {
	background-color: inherit;
	color: inherit;
	font-size: 12px;
	font-family: sans-serif;
}

.item img {
	border: 1px #ccc solid;
}

.item blockquote {
	background-color: #f2e4ea;
	color: #7f767a;
	padding: 5px;
}

.item .imagestop {
	padding: 5px 10px 5px 0;
	float: left;
}

.item .imagesbot img {
	margin: 0 0 2px 2px;
	padding: 0;
}
.item .imagesbot {
	float:right;
	width: 220px;
	vertical-align: bottom;
}

.source {
	margin-top: 10px;
	text-align: left; 
	clear:both;
	color: #565998;
}
.source strong {
	color: #7a644f;
}

#ajax_status {
	z-index: 5;
	position: fixed;
	background-color: orange;
	color: white;
	padding: 2px 5px;
	font-weight: bold;
	top: 0;
	right: 0;
}

.blurb p {
	font-family: sans-serif;
	font-size: 12px;
	width: 150px;
}
.blurb {
	padding: 0 5px 5px 5px;
}

