 

/*
 * Feed
 */
.feedBox {
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#officialFeed {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	height: 480px;
	padding-top: 10px;
}
#officialFeed .gfc-resultsbox-visible {
text-align:left;
}
#officialFeed .gfc-resultsRoot {
}
#officialFeed .gfc-resultsHeader {
	display: none;
}
#officialFeed .gfc-title {
}
#officialFeed .gfc-results {
	padding-bottom : 1em;
	height: 50px;
	font-size: 12px;
}
#officialFeed .gfc-result {
margin-bottom : 0px;
}
#officialFeed .gf-result {
/*clear:both;*/
margin-bottom: 1em;
}
#officialFeed .gf-title {
	font-size: 14px;
}
#officialFeed div.gf-title {
}
#officialFeed a.gf-title {
}
#officialFeed .gf-author {
}
#officialFeed .gf-spacer {
display : none;
}
#officialFeed .gf-relativePublishedDate {
	/*display : none;*/
font-size:90%;
	margin-left:1em;
	color: #966;
}
#officialFeed .gf-snippet {
	color: #FFF;
	font-size: 13px;
}
.smallfontred {
	font-size: 11px;
	color: #FF3333;
}
#officialFeed .gf-thumbnail {
	width: 64px;
	height: 64px;
	overflow: hidden;
	float: left;
	text-align: center;
	padding: 0px;
	border: 1px solid #666;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/thm.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
