/* 1. Brand colors & typography */

a:link,
.single-content a,
a, a:hover, a:visited, a:active, a:focus,
.single .entry-content a, .single .entry-content a:hover,
.single .entry-content a:visited, .single .entry-content a:active,
.single .entry-content a:focus,
.page .entry-content a, .page .entry-content a:hover,
.page .entry-content a:visited, .page .entry-content a:active,
.page .entry-content a:focus {
  color: #B12268 !important;
}

a {
  text-decoration: none !important;
  box-shadow: none !important;
}

.site-header,
.site-footer {
  background: #D8D5B6 !important;
}

.entry-content h2 {
  font-size: 10px;
  color: #000000;
  font-family: serif;
}

h2.post-title {
  font-size: 25px !important;
}

.wp-list-table.posts th,
.wp-list-table.posts td {
  display: table-cell !important;
  white-space: nowrap !important;
}

.design-credit {
  display: none;
}

/* Make header span full width */
.site-header {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  text-align: center !important;
  padding: 20px 0;
  box-shadow: none !important;
}

/* Center the inner wrapper inside header */
.site-header .wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* Title & tagline aligned center */
.site-title {
  float: none !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.site-title a {
  display: inline-block !important;
  text-align: center !important;
}

.site-description {
  float: none !important;
  text-align: center !important;
  margin: 0 auto !important;
}

/* Reset the overall canvas */
html,
body {
  background: #ffffff !important;   /* white outside */
  overflow-x: hidden !important;   /* stop horizontal scroll */
}

/* Main site box */
#page {
  max-width: 800px !important;
  margin: 40px auto !important;
  background: #FFFCE8 !important;   /* cream inside */
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border-radius: 8px;

  /* prevent text breaking oddly */
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

/* Posts/content also cream */
.site-content,
.content-area,
article,
.hentry,
.entry-content,
.post,
.page {
  background: transparent !important;
  border: 0 !important;

  /* stop ugly wrapping inside posts */
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  line-break: strict !important;
  hyphens: none !important;
}

/* === CENTER PRIMARY MENU === */
#site-navigation,
.main-navigation,
.nav-menu,
.menu-main-container {
  text-align: center !important;
  float: none !important;
  margin: 0 auto !important;
}

#site-navigation ul,
.main-navigation ul,
.nav-menu {
  display: inline-block !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

#site-navigation li,
.main-navigation li,
.nav-menu li {
  float: none !important;
  display: inline-block !important;
  margin: 0 10px !important;
}

/* Hide the "Featured post" label in Twenty Twelve */
.featured-post { 
  display: none;
}

/* Hide Jetpack's "Customise buttons" link near the sharing buttons */
a.jp-sharing-settings,
.sharedaddy .sd-content a[href*="options-general.php?page=sharing"] {
  display: none !important;
}
