/* H1 is entry titles on all but home page */
h1{
color: #8B4513;
font-size: 33px;
font-weight: 300;
line-height: 1.09091;
margin: 0px 0px 12px;
text-transform: uppercase;
	}
h2{
	color: inherit;
	}
h3{
	color: inherit;
	}
h4{
	color: #8B4513;
	}
sigyear
{	
    font-weight: bold;
	}
signame
{
  color: #8B4513;
}
/* This removes the home page title "home" ONLY leaving the other page titles intact.  Use roughly same method to get rid of all if I decide to ditch them */
.page-id-2 .entry-title {
    display: none;
}
/* this changes the side bar from BLACK to WHITE leaving the size along */
@media screen and (min-width: 1008px) {
	.site:before {
		background-color: #fff;
	}
}
