/* ################################ start news feed styles ##################################*/

/* MASTER CONTAINER */
div#newsitemcontainer{
	width:210px;
	text-align: left;
	
}


/* "USUSALY "NEWS AND EVENTS" */
div#newsitemtitle{
	font-size: 14px;
	font-weight:bold;
	color: #545454;
	
}

div#newsitemtitle img{
	margin-right: 5px;
	margin-left: 5px;
	
}

/* indivdual boxes that hold the news items */
.newsitembox {
	width:210px;
	min-height:54px;
	background-color: #E4E4E4;
	margin-top:10px;
	}

/*the div containing the text and bullet*/
.newsitem {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top:10px;
}

/* icon next to the title currently a ppl sphere */
.newsitem img {
	margin-right:5px;
	
	
}

/* basicly the title of the individual news item*/
.newsitem a {
	font-size: 12px;
	font-weight:bold;
	color: #330099;
	text-decoration: none;	
}

/* news ittem text (description)*/

.newsitemtext {
	margin-left:12px;
	font-size: 11px;
	color: #545454;
}


/*this the the error message that appers if there is no rss feed to parse*/
.newsitemerror {
	font-size:10px;
	color: #545454;
}


/* news item more sectioon */
div#newsitemmore {
	margin-top:5px;
}


/* more news link text*/
div#newsitemmore a:link, div#newsitemmore a:visited{
	font-size: 10px;
	color: #330099;
	text-decoration: none;	
}

div#newsitemmore a:hover {
	font-size: 10px;
	color: #330099;
	text-decoration: underline;
}

/* more news image*/
div#newsitemmore img {

	margin-left:10px;
	margin-right:5px;
}


/*end news feed styles */
