/* no underlines on links */
a {
    text-decoration : none;
}
/* hover state on home page blog links */
h3.views-field-title a:hover {
    color : #2c93a5;
}
/* consistent spacing in home page blog headers */
body.front h3.views-field-title {
    margin-bottom : .3em;
}
/* "by" should be georgia italic ... */
body.front .views-field-name-and-created {
    color : #000;
    font-family : Georgia, "Times New Roman", Palatino, serif;
    font-style : italic;
    margin-bottom : .7em;
    display : block;
}
/* ... things surrounding it should not be */
body.front .views-field-name,
body.front .views-field-created {
    font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-style : normal;
}
/* larger and consistent spacing on interior pages between nav and content */
#content-inner {
    margin-top : 20px;
}
body.front #content-inner { /* home page is already correct */
    margin-top : 0;
}
.with-navbar #sidebar-left {
    margin-top : 6.3em; /* 4.6em + 20px; */
}
/* no verdana bold for author names */
/* no verdana bold for time/date on blog posts */
/* no verdana bold for more links */
/* in fact, no bold verdana anywhere */
#primary a,
.author-name,
.node_read_more a, .more-link a, .views-field-view-node a,
.submitted a,
.submitted label,
.view-blogs .views-field-created,
.view-blogs .views-field-name .field-content,
.view-blogs .views-field-name .views-label-name,
.view-blogs .views-field-name,
.views-field-field-author-nid .field-content,
.views-field-field-author-nid a,
.views-field-field-author-nid label,
.views-field-field-author-nid,
.views-field-name .field-content,
.views-field-name label,
.node .submitted {
    font-weight : normal;
}
/* issue titles on home page should be verdana */
#front-bottom-full h3 {
    font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* blog post titles should not be bold */
.item-list .title {
    font-weight : normal;
}
/* post title and time/date/author should be black */
.author-name,
.submitted a,
.view-blogs .views-field-created,
.views-field-field-author-nid .field-content,
.views-field-name .field-content,
.node .submitted {
    color : #000;
}
.view-blogs label { /* trying to catch the "by" */
    color : #000;
}
/* correct navigation colors */
#primary .menu-552 a:hover,
#primary .menu-552 a:focus,
#primary .menu-552.active-trail a {
    background-color: #7da223; /* Eastside */
}
#primary .menu-553 a:hover,
#primary .menu-553 a:focus,
#primary .menu-553.active-trail a {
    background-color: #0b9eb0; /* Seattle */
}
#primary .menu-554 a:hover,
#primary .menu-554 a:focus,
#primary .menu-554.active-trail a {
    background-color: #987999; /* Tacoma */
}
#primary .menu-519 a:hover,
#primary .menu-519 a:focus,
#primary .menu-519.active-trail a {
    background-color: #dfc821; /* Blog */
}
#primary .menu-503 a:hover,
#primary .menu-503 a:focus,
#primary .menu-503.active-trail a {
    background-color: #0b9eb0; /* Archived Issues */
}
#primary .menu-731 a:hover,
#primary .menu-731 a:focus,
#primary .menu-731.active-trail a {
    background-color: #ca3d44; /* Get Your Copy */
}
#primary .menu-728 a:hover,
#primary .menu-728 a:focus,
#primary .menu-728.active-trail a {
    background-color: #efb073; /* Subscribe */
}
/* remove redundant headings */
body.page-get-your-copy h1.title,
body.page-issues h1.title {
    display : none;
}
/* lighter dividing lines */
.view-blogs .item-list li.views-row,
.view-articles .item-list li {
  border-color : #cfcfc9;
}
/* terminate sidebar dividing line right at footer top line */
#front-bottom-inner {
  padding-top : 0;
}
/* issue header font size on archive pages should be the same */
.page-issues .item-list h3 {
    font-size : 1.48em !important;
    margin-bottom : .5em !important;
}

