/*
 * rssFeed - Your rss feed on your website
 *
 * http://noprobweb.com/rss_feed_flux_jquery.php
 *
 * Version : Beta 1.1
 *
 * Copyright (c) 2011 NoProbWeb (http://www.noprobweb.com)
 *
 * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * 
 * Built on top of the jQuery library
 * http://jquery.com
 * 
 */
 #feed{
	width:270px;
	height:244px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;	
    }
    #imageflux{
    	   width:274px; 
    }
    #fluxrss{
	width:270px;
	background-color: #CCC;
	font-weight:bold;
	padding : 5px 0 5px 0;
    }
    #fluxrss a{
    	    text-decoration:none;   	
    	    color:black;
    }
    .border{
    	

    }
    .borderback{
	
    }
    .borderback a{
    	 
    }
    #title{
	font-weight:normal;
	padding : 5px 5px 15px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #999;	
    }
    #content{
    	  padding : 10px 0 15px 0;  
    }
    #feed{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;    	    
    }
    #loading{
	padding :25px 0 0 0;
	color:white;
    }
    #imageflux{
    	   
    	    padding :5px 5px 5px 5px;
    	    width:270px;
    	    
    }
    #link{
	color: #06F;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #A0AF50;
	font-size: 10px;
	padding: 5px;
	text-align: center;
    }
