	section.search-results h6					   /*Search Results title*/
	{
		text-decoration:none;
		color:#663300;
		font-size:1.750em; /*28px;*/
		/*font-size:1.500em; 24px;*/
		/*padding-bottom:1.313em;*/ /*21px;*/
		font-weight:300;
		margin-top:-0.313em; /*-5px;*/
		text-align:left;
	}
	
	h6 span#search-keywords
	{
		color:#009900;
		font-weight:400;
	}
	
	section.search-results h3					   /*Relevant Blog Post Title*/
	{
		color:#663300;
		font-weight:600;
		font-size:1.188em; /*19px;*/
		text-transform:uppercase;	
	}
	
	section.search-results h3 a                    /*Relevant Blog Post Link Styling*/
	{
		text-decoration:none;
		color:#663300;
	}
	
	section.search-results h4                      /*Date*/	
	{
		font-weight:400;	
		font-size:0.938em; /*15px;*/
		font-style:italic;
		color:#66cccc;
		padding-bottom:0.500em; /*8px;*/  
	}
	
	section.search-results p
	{
		padding-bottom:3.750em; /*60px;*/          /*padding between blog post paragraphs - should match section.posts article ul padding-bottom*/
		line-height:160%;             			   /*line spacing of paragraphs - should be the same as section.posts article ul p and section.posts blockquote 
		/*line-height:1.6em;*/
		font-weight:300;
	}
	
.search-excerpt						  			   /*Hightlight search terms*/
{
	background:#e0d6cc;
}
	
