body {
    font-family: "Helvetica Neue", "Calibri", "Arial", sans-serif;
    font-size: 11pt;
    margin: 0;
}

header, footer, section, article {
    display: block;
}

a { color: #00259A; }
a:visited { color: #4F6AB3; }
a:hover { color: #1C4BBB; }
a:active { color: #407AF7; }

a img {
    border: none;
}

#continuity {
    color: #EEE;
    overflow: hidden;
    background: #45433F;
    font-size: 80%;
    padding: 3px;
}

#continuity > span.current_show {
    float: left;
}

#continuity > span.identity {
    float: right;
}

#continuity a {
    color: #FEE;
}

body > header, body > section, #content, body > footer {
    position: relative;
    margin: 22px 18px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", sans-serif;
}

header > h1 {
    position: absolute;
    left: -10000px;
    top: 5px;
}

header a, header img {
    display: inline-block;
}

header > #search {
    background: #AAA;
    padding: 7px 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: -2px;
    right: 0;
    color: #333;
    text-align: center;
    width: 280px;
}

#search input[type=search] {
    width: 270px;
    font-size: 110%;
}

#grabber {
    background: #FFF6AE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0.5em;
}

#grabber h2 {
    font-size: 120%;
    font-weight: normal;
    margin: 0 0 0.5em 0;
}

#grabber p:last-child {
    margin-bottom: 0;
}

#content > section {
    width: 65%;
}

#content > section > h2 {
    border-top: 3px solid #BBB;
    padding: 5px 0;
    color: black;
    font-family: "Helvetica Neue", "Calibri", "Arial", sans-serif;
    font-size: 140%;
    font-weight: normal;
    margin: 0 0 0.5em 0;
}

article.post {
    margin: 0 0 1em 0.5em;
    border-top: 1px solid #888;
    padding: 7px 0;
}

#feed > article h3, article.post h3 {
    margin: 0 0.3em 0 0;
    font-size: 115%;
    color: #222;
    font-weight: normal;
}

article > header > * {
    display: inline-block;
}

article > header > p {
    font-size: 80%;
    color: #555;
    margin: 0;
}

article > p {
    margin: 0.3em 0.5em;
}

article > section {
    font-size: 90%;
}

article p:last-child {
    margin-bottom: 0;
}

#feed > article > footer {
    color: #555;
    font-size: 85%;
}

#feed > article > footer a {
    color: #3A6791;
    text-decoration: none;
}

#feed > article > footer a:visited {
    color: #4A6C7A;
}

#feed > article > footer a:hover {
    color: #5682AF;
}

#feed > article > footer a:active {
    color: #367CCF;
}

#content {
    position: relative;
}

#content > aside {
    font-family: "Helvetica Neue", "Calibri", "Arial", sans-serif;
    font-size: 90%;
    position: absolute;
    top: -0.5em;
    right: 0;
    width: 30%;
    padding: 0;
}

#content > aside > section {
    padding: 0.6em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1.6em;
}

#new_albums { background: #B2D6E7; }
#recently_returned { background: #BBDDA6; }
aside > section#albums { background: #C9E6F1; }
aside > section#digital {
    background: #F0A9E5;
    text-align: center;
    line-height: 4em;
}

aside > section > h3 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", sans-serif;
    font-weight: normal;
    font-size: 110%;
    padding: 0;
    margin-bottom: 0.7em;
}

aside > section > ul {
    margin: 0 0 0.4em 0;
    padding-left: 30px;
}

aside h3:first-child {
    margin-top: 0;
}

#artist, #album {
    overflow: hidden;
}

body > footer {
    color: #555;
    font-size: 80%;
    margin-top: 3em;
    margin-bottom: 1.5em;
    text-align: center;
    clear: both;
}

body > footer > p { margin: 0; }

body > footer a {
    color: #333;
}

.biography {
    text-align: justify;
    font-size: 90%;
}

img.primary {
    float: right;
    margin: 0 0 0.7em 0.7em;
}

#similar > h3, #album > h3 {
    font-family: "Helvetica Neue", "Calibri", "Arial", sans-serif;
    border-top: 1px solid #CCC;
    padding-top: 3px;
    font-weight: normal;
    font-size: 110%;
    margin: 2em 0 0.7em 0;
}

#similar ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

#similar ul > li {
    margin: 0 1em 1em 0;
    display: inline-block;
    padding: 5px;
    font-size: 85%;
}

#similar ul > li a {
    display: block;
}

#similar ul > li img {
    display: block;
    margin-bottom: 3px;
    max-height: 100px;
}

p.artist_reference {
    margin-top: 0;
}

#content > #album > h2 {
    margin-bottom: 0.1em;
    padding-bottom: 0;
}

#album img.primary {
    margin: 0.7em;
}

#album > h3 {
    border: none;
    padding: 0;
}

table.hours th {
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 90%;
    padding-right: 1em;
    padding-bottom: 1px;
}

table#copies {
    border-spacing: 0 1px;
}

#copies th, table#copies td {
    padding: 3px;
    padding-right: 2em;
}

#copies th {
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 90%;
}

#copies tr {
    margin-bottom: 3px;
}

#copies .available > td {
    background: #CDF5C3;
}

#copies .out > td {
    background: #FEFB94;
}

#copies .lost > td, #copies .pulled > td {
    background: #F3AA79;
}

#search h3 {
    font-family: "Helvetica Neue", "Calibri", "Arial", sans-serif;
    font-weight: normal;
    font-size: 120%;
}

#search p {
    font-size: 90%;
}

#search #top_hit {
    background: #FFF6AE;
    padding: 0.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#search #top_hit > h3 {
    margin: 0 0.5em 0 0;
    display: inline-block;
}

#search #top_hit > p {
    margin: 0;
    display: inline-block;
}

#search #top_hit > .match {
    font-size: 110%;
    margin: 0 0 0.1em 0;
}

#search > h3 {
    border-top: 1px solid #CCC;
    padding-top: 3px;
    margin: 1.5em 0 0 0;
}
