/**********************************
 * Jasfer Theme : Fiery
 * Created on Sunday, 10, July, 2005
 *<style>
 ***********************************/
#theme_fiery {
	width:200px;
	float:left; 
	border:3px outset #FFF; 
	padding:5px;
	background-color:red;

	/* General Stuff */
	font-family:Helvetica,Arial;
	font-size:75%;
}
/******* Heading ********/
#theme_fiery A.feed-name { 
	font-family:verdana;
	display:block;
	font-size:150%;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	color:silver;
}
#theme_fiery DIV.feed-description {
	background:url(../../../binny/images/themes/fiery/ln.png);
	background-repeat:repeat-y;
	background-color:#fff;
	display:block;
	color:#000;
	font-family:verdana;
}

/******* Items ********/
#theme_fiery A.item-name {
	background:url(../../../binny/images/themes/fiery/hs.png);
	background-repeat:repeat-y;
	background-color:#FFF;
	text-align:right;
	font-family:verdana;
	display:block;
	font-weight:bold;
	color:blue;
	text-decoration:none;
}
#theme_fiery DIV.item-description {
	background:url(../../../binny/images/themes/fiery/ln.png);
	background-repeat:repeat-y;
	background-color:#FFF;
	display:block;
	color:#000;
	font-family:verdana;
	padding-right:5px;
	text-align:justify;
}

#theme_fiery #poweredby {
	margin-top:10px;
	color:#fff;
	text-align:right;
}