/*     * 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 */

/* begin styles for RSS Feed */


#feeds {
	position: absolute;
	top:435px;
	background:#fff;
	width:100%;

}

#feeds h3 a { color:#78A242; }


#divider {
	width: 4px;
	background-color:#78A242;
	height: 230px;
	margin-left: 16px;
	margin-right:16px;
	float:left;
	margin-bottom:12px;
}
#vimeo-box { 
	border:none;
	width:202px;
	float:left;
	font-family: Lucida Grande, Helvetica, sans-serif;
	margin-bottom: 12px;
	margin-left: 12px;
	
	}
	
#vimeo-box a, a:visited { 
	color:#78A242;
}

#vimeo-box a:hover {
	color: #FF6633;
}


#twitter-box { 
	
	width:260px;
	float:left;
	margin: 0 12px 12px 0;
	font-family: Lucida Grande, Helvetica, sans-serif;
	
	}
	
#twitter-box a, a:visited { 
	color:#78A242;
}

#twitter-box a:hover {
	color: #FF6633;
}

#twitter-box ul {
	list-style-type:square;

}
#twitter-box ul li {
	margin-top:4px;
}
	
#blog-feed-box { 

	width:260px;
	float:left;

	
	
	
	}
	
#blog-feed-box h3 { font-family: Lucida Grande, Helvetica, sans-serif; }

.rss-box {

	 padding: 0px 12px;
	 background-color: #ffffff;
	 border: none;

}

.rss-title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss-items {
  
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color:#78A242;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #FF6633;
	border-bottom: none;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}

.pod-play-box {
	margin: 4px 0;
	font-size:90%;
}


/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
   


	
	
/*  */
/* #home-new #site_information { */
/* 	margin-top: 600px; */
/* 	width: 100%; */
/* } */
/*  */

.spacer12p {
	margin-top:12px; 
}



