@charset "UTF-8";

/* _______________ ChristianAnswers.Net/creation _______________ */
/* ______________ Copyright, Films for Christ _______________ */

/* defines the bounding div for the entire display- use to define borders, fill, etc. */
/* .rss-box { } */

/* 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-title { } */

/* defines the unordered list <ul>…</ul> for the feed items- use to define the padding/margins for items */
.rss-items { 
	font-size:10pt; 
	list-style:square; 
	margin:0 0 0 1.2em; 
	padding:0 }

/* display of each feed item description and title, <li>…</li> as well as the channel description, if displayed. */
.rss-item { 
	margin:10px 0 }

/* variant for the item title and link style */
/* .rss-item a: */

/* defines the display of item posting dates */
/* .rss-date {} */


