/*
	see: feeds.css
*/
body {
	color: #800804;
	background-color: #f1b59e;
}

.bkgBody { background-color: #f1b59e; }
.bkgBody { background-color: #f1b59e; }
.bdrBody { border-color: #f1b59e; }
.bdrDotBody { border: 2px #f1b59e dotted; }
.dotRuleBody {
	border-top: 2px #f1b59e dotted;
	width: 95%;
}

a {
	text-decoration: underline;
	color: #cc0c07;
}
a:hover {
	text-decoration: none;
	color: #cc0c07;
	background-color: #efc5b5;
}
a:focus {
	text-decoration: none;
	color: #cc0c07;
	background-color: #efc5b5;
}
a:active {
	text-decoration: underline;
	color: #cc0c07;
	background-color: #efc5b5;
}

div.bannerLeft {
	margin: 0;
	padding-top: 6px;
	border: 0;
}
div.bannerRight {
	margin: 0;
	padding-top: 9px;
	border: 0;
}
div.previewBody {
	padding-left: 18px;
	font-size: 14px;
}
div.previewFooter {
	margin: 0;
	padding: 0;
	border: 0;
}

.fullOuter {
	padding: 20px 0 40px 0;
}
.fullInner {
	padding: 20px 20px 30px 20px;
	border: 2px solid #efc5b5;
	border-bottom: none;
	width: 460px;
}
.fullDate {
	position: absolute;
	top:-9px;
	right:-9px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", monospace;
	color: #fff;
}

.gradeTop {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 490px;
	height: 90px;
}
.gradeBottom {
	position: absolute;
	left: 5px;
	bottom: -2px;
	width: 490px;
	height: 75px;
}

.shadow {
	top:-8px;
	right:-8px;
	color: #cc0c07;
}
.fullHeader {
	color: #800804 !important;
	padding: 10px 20px 10px 0;
}
.fullBody {
	padding: 0 0 50px 30px;
	font-size: 16px;
	color: #800804 !important;
}
.fullLinks {
	text-align: right;
	font-size: 12px;
}

.rgnCtr {
	border-bottom: 1px dotted #f1b59e;
}

