/**********************************
 * Jasfer Theme : Blue Jellyfish
 * Created on Sunday, 10, July, 2005
 *<style>
 ***********************************/
#theme_jellyfish {
	width:200px;
	float:right; 
	border:1px dashed #809FFF; 
	padding:5px;
	
	/* General Stuff */
	font-family:Arial;
}
/******* Heading ********/
#theme_jellyfish A.feed-name { 
	text-decoration:none;
	font-size:150%;
	display:block;
	text-align:right;
	font-weight:bold;
	width:100%;
	color:#00248F;
	background-color:#BFCFFF;
}
#theme_jellyfish DIV.feed-description {
	text-align:right;
}

/******* Items ********/
#theme_jellyfish A.item-name {
	color:blue;
	text-decoration:none;
}
#theme_jellyfish DIV.item-description {
	margin-left:10%;
	padding-right:5px;
	text-align:justify;
}
#theme_jellyfish DIV.item-unit {
	border:2px dotted #006B6B;
	background-color:#BFFFFF;
	margin-top:5px;
}

#theme_jellyfish #poweredby {
	margin-top:10px;
	text-align:right;
}