.widget-title a {
  color: #fff!important; /*this fixes a problem with the RSS feed, where the title text was black on black*/
}

.site-title a {
 	font-family: georgia!important;
  	text-align: center!important;
  	margin: auto!important;
  	width:1000px!important;
}

.title-area {
 	width:1000px!important; 
}


.site-inner {
  clear: both;
  padding-top: 40px;
  max-width: 900px;
}

.site-header .wrap {
  border-bottom: 2px solid #222;
  padding: 30px 0;
  max-width: 900px;
}

.genesis-nav-menu {
  color: #222;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: auto!important;
  width: 60%!important; 
}

.site-title a,  {
  color: #222;
  font-weight: 750;
  letter-spacing: 0px;
  text-shadow: 1px 1px 3px #f1f1f1;
}

.site-title a:hover {
 	color: #469BD1!important; 
}

::selection {
	background-color: #469BD1!important;
  	color: #fff!important; /*this changes the highlighted text colors*/
}