@charset "UTF-8";
/* CSS Document 

rss-box defines the bounding div for the entire display- use to define borders, fill, etc.
rss-title 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-items defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items.
rss-item display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.
rss-item a: variant for the item title and link style
rss-date defines the display of item posting dates

*/	
.rss-box {
	 background: ; 
	 padding: ;
	 border: 0px solid #8e2213;
}

.rss-title, .rss-title a:link
{
	font:20px arial;
	color:purple;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;

}

.rss-title a:visited, .rss-title a:active {
	color: ;
}

rss-title a:hover {
	text-decoration:underline;
}

.rss-items {
  
}

.rss-item  {
	font:12px arial;
	color:#333333;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	color: black;
	font-size:14px;
	text-decoration: underline;
	}

.rss-item a:hover { 
	text-decoration : underline;
	color: #FF3300;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #338;
	}
	
/* begin styles for RSS Feed for "gigs" CSS */

.rss-box-gigs {
	 margin: 1em;
	 width: 250px;
	 background-color: #FFFFFF;
	 border: 1px solid #330033;
}

.rss-box-gigs .rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;

}

.rss-box-gigs p.rss-title {padding:0.5em;}

.rss-box-gigs .rss-title {
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background-color:#330033;
	color:#FFFF99;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;

}



.rss-box-gigs .rss-item  {
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  font-weight : bold;
  list-style:none;
  padding-bottom:1em;

}



.rss-box-gigs  .rss-item a {
	text-decoration : underline;
	color:FF0000;
	font-size: 12px;
	font-weight:bold;
	font-family:arial, sans-serif;
	padding: 12px
	}

	

.rss-box-gigs  .rss-item a:visited {
	color:330033;

}


.rss-box-gigs .rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #CC99CC;
	
	}