@charset "utf-8";
/*Overrides Header Styling*/
.gfc-resultsHeader {
	display:none;
}

/*Styles the blog title*/
.gfc-title {
	border:none;
}

/*Styles the entry titles*/
.gf-title {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	color: #dedede;
	text-decoration: none;
	font-weight: bold;
	margin: 20px 0 5px 0;
}
a.gf-title:link    {
  text-decoration:  none;
  color:#dedede;
  } 
a.gf-title:visited {
  text-decoration:  none;
  color:#dedede;
  } 
a.gf-title:hover   {
  text-decoration:  none;
  color:#0F0;
  } 
a.gf-title:active  {
  text-decoration:  none;
  color: white;
  } 

.gf-title:hover {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	text-decoration: none;
}

/*Styles the author and date*/
.gf-author {
	font-family: 'Times New Roman', serif;
	font-size: 17px;
	color: #6bbb4e;
	line-height:24px;
}
.gf-relativePublishedDate {
	font-family: 'Times New Roman', serif;
	font-size: 17px;
	color: #6bbb4e;
	line-height:24px;
}

/*Styles the entry snippet text*/
.gf-snippet {
	font-family: 'Times New Roman', serif;
	font-size: 16px;
	color: #dedede;
	line-height:24px;
}

#dailyfeed{
	margin-top:-15px;
	
}

