body{
	background-image: url('../img/FoxBackground.jpg');
	background-repeat: no-repeat;
	background-color: #262729;
	color: #813900;
}

/* call to action links, pretty much always on their own line.*/
a.CTA{
	display: block;
}

h1{
	font-size: 18px;/*1.4em;*/
	margin: 0;
	
}


h2{
	font-size: 18px;/*1.4em;*/
	font-weight: bold;
	margin: 0;
}
h3{
	font-size: 1em;
	margin: 0;
}
.author{
	font-style: italic;
}

.clear{
	clear: both;
}



/*Head Shot Blurbs..  kinda like news items*/
.hsBlurb h1,
.hsBlurb h2{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.hsBlurb h1 a,
.hsBlurb h2 a{
	text-decoration: none;  /*we want links on the headers, but no underlines*/
}
.hsBlurb h2{
	font-style: italic;
}
.hsBlurb img{
	float: left;
	margin-right: 2px;
}
.hsBlurb p{
	margin: 0;
}

