/*  
Theme Name: FeedTree
Theme URI: http://feedtree.net/
Description: Styled to match the FeedTree website.
Version: 1.0
Author: Dan Sandler
Author URI: http://dsandler.org/
*/

@import url(/style/feedtree.css);

.feedbar {
	font-size: 85%;
	margin-bottom: 2em;
}

.feedbar a:link, .feedbar a:hover {
}

.post h3 {
	margin-bottom: 0.5em;
}

.bloglink {
	border: none; text-decoration: none;
	color: #3A9D31;
}

.post .permalink {
	border: none; text-decoration: none;
	color: #ddd;
	margin: 0 0.25em;
}

.post .permalink:hover {
	color: #039;
}

.post {
	border-bottom: 1px solid #3A9D31;
	padding: 0;
	clear: both;
}

.entry { }

.postmetadata {
	font-size: 85%;
	color: #296E22;
	padding: 0; margin-bottom: 0.5em;
	clear: both;
}

.entry .date {
	font-weight: bold;
	color: #296E22;
	font-size: 0.8em; line-height: 1.3em; letter-spacing: 1px;
	margin-top: 0.3em;
	text-transform: uppercase; 
	float: left;
	border-right: 2px solid #3A9D31;
	margin-right: 6px;
	padding-right: 6px;
}

blockquote {
	background-color: #eee;
	margin:  0.5em 2em;
	padding: 6px 12px;
	font-size: 90%;
}   

div.blockquotesource {
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
	text-align: right;
	margin-bottom: 0.5em;
}

.alignleft { float: left; }
.alignright { float: right; }
.navigation { 
	height: 1.5em;
	border-bottom: 1px solid #3A9D31;	
}

