/*
 * 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:448px;
	height:auto;
	
    }
    #imageflux{
    	   width:460px; 
    }
    #fluxrss{
	width:460px;
	background-color:orange;
	color:black;
	font-weight:bold;
	padding : 5px 0 5px 0;
    }
    #fluxrss a{
    	    text-decoration:none;   	
    	    color:black;
    }
    .border{
    	border:1px solid black;

    }
    .borderback{
    	border:1px solid black;
    	background-color:#e2d182; 
    	 color:black;
    }
    .borderback a{
    	 color:black;
    }
    #title{
    	font-weight:bold;
    	padding : 5px 0 5px 0;
    }
    #content{
    	  padding : 0 0 5px 0;  
    }
    #feed{
    	    padding : 5px 5px 5px 5px;
    	    
    }
    #loading{
    	   padding :25px 0 0 0; 
    	   background-color:white;color:black;
    }
    #imageflux{
    	    background-color:orange;
    	    padding :5px 5px 5px 5px;
    	    width:450px;
    	    
    }
    #link{
    	    
    }
