/* Enter Your Custom CSS Here */

.site-title {
 margin-bottom: 24px; 
 font-weight: bold;
}

.site-title a {
 color: #9b9c95; 
}

.site-description {
 font-family: 'windsong'; 
 font-size: 1.9em;
 color: #9b9c95;
 letter-spacing: 2px;
}

.menu-item {
  font-weight: bold;
}

/* blog posts */

.post p {
	margin-bottom: 5px;
}
  
.post img.aligncenter.size-full {
  	margin-bottom: 0; 
}

.post .entry-content {
  text-align: center;
}

/* footer */

.footer-widgets-1 {
  float: none;
  width: 100%;
}

.site-footer .creds {
	display: none;
}  