* {
 box-sizing: border-box;
}

body {
  text-align: center;
  font-family: 'Gill Sans', sans-serif;
  font-size: 17px;
  line-height: 1.35em;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 840px;
  margin: 30px auto;
  text-align: left;
}

.logo {
  width: 100%;
  max-width: 492px;
  display: block;
}

.logo-image {
  width: 100%;
  margin-left: -2px;
}

.navigation {
	padding: 0;
  margin-bottom: 14px;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 600;
}

.navigation li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}

.navigation li a {
  color: #000;
  text-decoration: none;
}

.navigation li a.current {
  border-bottom: 1px solid #000;
}

.content-inner,
.sidebar {
  float: left;
}

.content-inner {
  width: 660px;
  padding-right: 38px;
  margin-bottom: 24px;
}

.content-inner * {
  max-width: 100%;
}

.sidebar {
  width: 180px;
}

.sidebar li {
  margin-bottom: 17px;
}

.sidebar li a {
  display: block;
  text-align: center;
}
/*
.byline-link.nashville-scene .byline-logo-image {
  max-width: 84%;
  margin: 0 auto;
}*/

.sidebar li a .byline-logo-image {
  width: 100%;
}

.sidebar h3 {
	margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 24px;
}

.sidebar-list {
  list-style: none;
  padding: 0;
}

.about-image {
  width: 100%;
  margin: 0 0 15px 0;
}

@media (max-width: 840px) {
  body {
    margin: 8px 10px;
  }
  
  .container,
  .content-inner,
  .sidebar {
  	width: 100%;
  }
  
  .container {
    margin: 0;
  }
  
  .content-inner,
  .sidebar {
    float: none;
  }  
  
  .sidebar {
    max-width: 200px;
  }
  
  .content-inner {
    padding: 0;
  }
}

.clearfix {
  width: 100;
  clear: both;
}

address {
  font-style: normal;
}

address h3 {
  margin: 10px 0 0 0;
}

address .item {
  font-size: 18px;
  margin: 3px 0 24px 0px;
}

.writing-page {
  margin-top: 10px;
}

.cv-items {
  list-style: none;
  padding: 0;
}

.cv-items h3 {
  margin: 18px 0 10px 0;
}

.cv h3:first-child,
.writing-page h3:first-child {
  margin-top: 10px;
}

.cv-items h4 {
  margin: 0;
  font-weight: 600;
}

.cv-items li {
  margin-bottom: 22px;
}

.lg-outer {
  text-align: left;
}