body,
html {
    background-image: linear-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px), linear-gradient(to bottom, #c4b2f0, #e8c0e2);
    background-size: 100px 100px, 100px 100px, 100% 100vh;
    background-attachment: fixed, fixed, fixed;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

a.header {
    text-decoration: none;
}

h1.title {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 4em;
    font-style: italic;
    font-weight: bold;
}

h2.subtitle {
    font-size: 1.5em;
}

h1.title,
h2.subtitle {
    text-shadow: 2px 2px #fdc5aa;
    text-align: center;
    color: white;
}

.nav {
    border-width: 1px 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav li {
    display: inline;
}

.nav a {
    display: inline-block;
    padding: 10px;
    color: white;
    text-decoration: none;
}

.nav a:hover {
    text-decoration: underline;
}

.content {
    background: white url(/alex/images/mac-top.gif) no-repeat;
    overflow: auto;
    border-top: 1px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 1px solid;
    margin: 25px 0;
    image-rendering: pixelated;
    padding: 58px 22px 22px 20px;
}

.about {
    column-count: 2;
    column-gap: 2em;
    font-family: 'Georgia', serif;
    font-size: 1.15em;
    line-height: 1.4;
    padding: 2em;
}

img.cover {
    float: left;
    margin-right: 2em;
    width: 500px;
}

a.album > img.cover {
    margin: 2em 2em 0.5em 0;
    width: 300px;
}

ul.albums {
    margin: 0 auto;
    text-align: center;
}

ul.albums > li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

h1.album-title,
h1.member-name {
    font: normal 28px/1em 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin-bottom: 20px;
}

ol.tracklist,
p.member-bio {
    font: normal 14px/1.25em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ol.tracklist > li {
    line-height: 2em;
}

.album-content {
    float: left;
}

a.album {
    text-decoration: none;
    color: black;
    font-size: 12px;
}

a.album:hover {
    text-decoration: underline;
}

.member-photo,
.member-info {
    float: left;
}

.member-photo {
    width: 200px;
    margin-right: 2em;
}

.member-info {
    width: 50%;
}

.member {
    overflow: auto;
    margin-bottom: 20px;
}

.member:last-of-type {
    margin-bottom: 0;
}

img.main-image {
    display: block;
    margin: 0 auto;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
ol,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}