/* Modding Feed
----------------------------------------------- */
#creditfooter {	display:block; visibility:hidden; margin:0;	padding:0; width:0px; height:0px; }

.feedburnerFeedBlock ul { list-style:none; }

p.date { margin:0px; letter-spacing:-1px; }

p.feedItemAuthor {
	position:absolute;
	right:20px;
	text-align:right;
	text-transform:uppercase;
	font-size:9px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

p.feedItemAuthor:before { content: "Posted by "; }

.headline {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#85D4FF;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	position:relative;
	width:95%;
}

ul li div a { text-decoration:none; }

.feedburnerFeedBlock ul li {
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	background:url(images/sep.png) bottom center no-repeat;
}



/* Seperator
----------------------------------------------- */
.sep {
	background: url(images/sep.png) no-repeat center bottom;
	height: 1px;
	width: 100%;
}

/* Images
----------------------------------------------- */

.feedburnerFeedBlock img { border:1px solid #a9a9a9; padding:4px; max-width:510px; }
.feedburnerFeedBlock a:hover img { border:1px solid #85D4FF; }

/* Quotes
----------------------------------------------- */

blockquote {
	background-color:#393939;
	margin:10px 10px 10px 0;
	padding:10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
	border-left:1px solid #85D4FF;
}

.quote { float:right; font-size:85px; font-family:Georgia, "Times New Roman", Times, serif; z-index:-50; color:#303030; display:block; }