@charset "UTF-8";
/* CSS Document 

    * rss_box defines the bounding div for the entire display- use to define borders, fill, etc.
    * rss_title the title of the feed and link style if displayed. Use with variants of rss_title a:link, rss_title a:hover, etc for rollowver styles
    * rss_items defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items.
    * rss_item display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.
    * rss_item a: variant for the item title and link style
    * rss_date defines the display of item posting dates
	
*/	
#featuredpage {
	width:480px;
	margin:0px 5px 20px 20px;
	padding-top:20px;
	font-size:1.8em;
	font-variant:small-caps;
	font-variant:small-caps;
	font-weight:bolder;
	}	
	
#featured {
	width:480px;
	padding:0px 10px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:76%;
	line-height:1.3em;
	text-align:left;
	}

.tumblr_title {
	font-variant:small-caps;
		font-weight:bolder;
		padding-bottom:5px;
	}
	
ol.tumblr_posts{
padding:0px 20px;
list-style:none;
}

li {
padding-bottom:2em;
}

.tumblr_posts a{
	color: #FF00FF;
	font-size: .85em;
	font-style:italic
}

.tumblr_posts a:link {
	text-decoration: none;
}
	
	
.tumblr_posts a:hover {
	text-decoration: none;
	color: #FF00FF;
}
	
.tumblr_posts a:active {
	text-decoration: none;
}