.site-header {
    background-color: #fff;
  	text-align: center;
}

.site-header .wrap {
    padding: 40px 0;
    padding: 4rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: center;
    font-weight: 700;
    padding: 16px 0;
    padding: 1.6rem 0;
    width: 320px;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-size: 28px;
    font-size: 4rem;
    line-height: 1;
    margin: 0 0 8px;
    margin: 0 0 0.8rem;
  	font-family: 'Palatino', serif;
  	font-weight: 300;
}

.site-title a,
.site-title a:hover {
    color: #333;
}

.site-description {
    color: #E8D79E;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
  	font-family: 'andale mono', mono;
  	letter-spacing: 1px;
  	text-transform: uppercase;
  	font-weight: bold;

}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #333;
  	text-align: center;
  	font-family: 'american typewriter', serif;
  	font-size: 28px;
  	margin: 0;
  	letter-spacing: 1px;
}
.nav-primary a, .nav-primary a:visited {
  	color: #E8D79E;
  	border-left: 1px solid #fff;
  	border-right: 1px solid #fff;
  	border-top: 1px solid #fff;
  	border-bottom: 1px solid #fff;
  	
}

.nav-primary a:hover, .nav-primary a:active,
.nav-primary .current-menu-item > a {
    color: #fff;
  	border-top: 1px solid #fff;
  	border-bottom: 1px solid #fff;
  	border-radius: 15px
}

.nav-primary .sub-menu a:hover {
    color: #E8D79E;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}

/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 40px;
    line-height: 1;
  	font-family: 'courier new', serif;
  	margin-bottom: 35px;
  	text-shadow: 1px 3px 8px #999;
  	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover {
    color: #666;
}

.widget-title {
    font-size: 17px;
    margin-bottom: 24px;
    text-transform: uppercase;
  	text-align: center;
  	font-family: 'seravek', sans-serif;
  	font-weight: bold;
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}


.entry-content {
    color: #333;
    font-family: 'helvetica neue', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
}




/*
Widgets
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 40px;
    padding: 40px;
  	text-align: center;
  	margin: auto;
}


/*