body {
    padding: 0;
    margin: 0;
    background-color: #376f54;
}
h1, p {
    padding: 0;
    margin: 0;
}
h1 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #adefc7;
    font-size: 60px;
    text-align: center;
}
h1 span {
    font-size: 25px;
    display: block;
    position: relative;
    top: 15px;
}
#bodycopy {
    text-align: center;
    padding: 10px 0 20px 0;
}
#shots a {
    text-decoration: none;
}
#shots a:visited {
    color: #0000FF;
}

/* Page nav */

.pageNav {
    text-align: center;
    margin: 13px 0 15px 0;
}
.pageNav a {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    border: 2px solid #000000;
    background-color: #c6ebae;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 20px 6px 20px;
    margin: 0 7px 7px 7px;
    font-size: 17px;
    border-radius: 7px;
    position: relative;
}
.pageNav a:hover {
    border-color: #696b47;
    background-color: #f5ff93;
}
.pageNav .current {
    background: #275d46 url(images/sprites/ffadventsprite_enemy56.png) no-repeat 15px 10px;
    padding-left: 38px;
    border-color: #49876e;
    pointer-events: none;
    color: #c6ebb6;
}
.pageNavBottom {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Shots */

#shots {
    max-width: 920px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px 15px;
    background: rgb(46 75 63 / 60%);
    box-shadow: 0 0 10px 1px rgb(50 73 63);
}
#shots a {
    float: left;
    display: inline-block;
    margin: 10px;
}
#shots img {
    border: 2px solid #000;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.6);
    width: 160px;
    height: 144px;
}
#shots a:hover img {
    border: 2px solid yellow;
    box-shadow: 0 0 10px 1px rgba(255,255,255,0.8);
}
.controls-in-heading .highslide-heading {
    padding-left: 2px;
}

/* Border */

#squid-bg {
    background: url(images/ffadvent-shots-bg.png);
}
#squid-spread {
    background: url(images/ffadvent-shots-sp.png) repeat-x;
}
#squid-left {
    background: url(images/ffadvent-shots-l.png) repeat-y;
}
#squid-right {
    background: url(images/ffadvent-shots-r.png) repeat-y top right;
}
#squid-tl {
    background: url(images/ffadvent-shots-tl.png) no-repeat;
}
#squid-tr {
    background: url(images/ffadvent-shots-tr.png) no-repeat top right;
}