img.logo_header {
  width: 210px;
  height: auto;
}

.home #content {
  padding: 0 0 0 0;
}

/* ==========================================================================
   =Typography - Links
   ========================================================================== */

	a,
	a:visited {
		color: #647985;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: color .2s linear;
   	 	-o-transition: color .2s linear;
    	-moz-transition: color .2s linear;
	}

	a:active {
		 background: transparent; /* 1 */
        color: #1c3547;
		 cursor: pointer;
	}

	a:hover,
	a:focus {
		color: #666;
		outline: 0;
		text-decoration: none;
		cursor: pointer;




.newsticker a:link, .newsticker a:visited {
	color: #647985;
}

.newsticker a:hover {
    color: #8d8477;
}



#page-header {
  background-color: #e1e1d5;
}

#footer-wrapper {
  background-color: #6b6d6a;
}

.blog-post-info {
  color: white;
}