/* @group Elements */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
}
html {
    background-color: #fec;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",Arial,"Helvetica",sans-serif;
    font-size: 75%;
    line-height: 1.5;
    color: #300;
    background-color: #fec;
    background-image: url(/skins/seaside/images/ocean.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 101px 0 0;
}
body * {
    font-size: 1em;
}
img, video, object, iframe {
    max-width: 100%;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
a, button, input, select, textarea, label, summary {
  touch-action: manipulation;
}
a, a * {
    text-decoration: underline;
}
a:link,
a:visited {
    color: #930;
}
a:hover,
a:focus,
a:active {
    color: #c63;
}
ul,ol {
    margin: 0 1em;
    padding: 0 1em;
}
img {
    border: 0;
    vertical-align: text-bottom;
}

blockquote {
    margin: 1em 4em;
}

h1,p {
    margin: .2em 0 1em 0;
}
h2,h3,h4,h5,h6 {
    margin: 1em 0 .2em 0;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
}
h2 {
    font-size: 1.3333em;
    font-weight: bold;
}
h3 {
    font-size: 1.1667em;
    font-weight: bold;
}
h4 {
    font-size: 1em;
    font-weight: bold;
}
h1 a, h1 a *,
h2 a, h2 a *,
h3 a, h3 a *,
h4 a, h4 a * {
    text-decoration: none;
    font-weight: bold;
}
input,textarea,select,option {
    background-color: #cb9;
}
pre {
    word-wrap: break-word;
}

/* @end Elements */

/* @group Classes */

.box {
    padding: 1em;
}
.meta {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: .8em;
    text-align: right;
}

.spotless {
     background: #875;
}
.gleaming {
     background: #986;
}
.shiny {
     background: #a97;
}
.bright {
     background: #ba8;
}
.faded {
     background: #cb9;
}
.dull {
     background: #dca;
}
.dirty {
     background: #edb;
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 1em;
}
.embed iframe,
.embed video,
.embed object,
.embed embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.activity {
  display: table;
  margin: 1em 0;
}
.activity-item {
  display: table-row;
}
.activity-name,
.activity-total,
.activity-sparkline {
  display: table-cell;
}
.activity-total {
  padding: 0.5em 1em;
}
.activity-name {
    font-weight: bold;
    text-decoration: none;
}
.activity-sparkline {
    max-width: 100%;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.gallery img{
    width: 100%;
    height: auto;
}

/* @end Classes */

/* @group Structure */

#logo {
    text-align: right;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 20;
    width: 240px;
    height: 53px;
    background-image: url(/skins/seaside/images/logo.gif);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    #logo {
        background-image: url(/skins/seaside/images/logox2.gif);
    }
}
#logo a {
    border: none;
    display: block;
    float: right;
    width: 240px;
    height: 53px;
}
#logo span {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}

nav {
    color: #300;
    background-color: #c96;
    background-image: url(/skins/seaside/images/navigation_gradient.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding: .5em 0;
    border-bottom: 1px solid #654;
    margin-bottom: 1em;
    text-indent: 2%;
    width: 100%;
    overflow: hidden;
}
nav a {
    font-weight: bold;
    text-decoration: none;
}

nav ul {
    margin: 0;
    padding: 0;
    border: none;
}
nav ul li {
    list-style: none;
    display: inline;
    margin-right: 1.5em;
}
nav a:link,
nav a:visited {
    color: #630;
}
nav a.here {
    color: #300;
}
nav a:hover,
nav a:focus,
nav a:active {
    color: #963;
}
main {
    color: #300;
    background-color: #fec;
    margin-left: 2%;
    margin-right: 4%;
}
main * {
    max-width: 60em;
}
main .meta {
    max-width: none;
}
main p {
    overflow: hidden;
}
main img,
main video,
main iframe,
main object {
    max-width: 99%;
}
main img {
    border: 1px solid #300;
}

body > aside {
    font-size: .95em;
    color: #321;
    background-color: #cb9;
    border-bottom-color: #654;
    border-right-color: #654;
    border-left-color: #ba8;
    border-top-color: #654;
}
body > footer {
    text-align: center;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: .8em;
}

/* @end Structure */

@media screen and (min-width: 40em) {

    [role="presentation"] {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    [role="presentation"] div {
        height: 100px;
        background-repeat: no-repeat;
    }
    .home,
    .offline,
    .archive,
    .tags {
        width: 150px;
        background-image: url(/skins/seaside/images/jessica.jpg);
    }
    .journal {
        width: 400px;
        background-image: url(/skins/seaside/images/westpier.jpg);
    }
    .links {
        width: 320px;
        background-image: url(/skins/seaside/images/netting.jpg);
    }
    .articles {
        width: 300px;
        background-image: url(/skins/seaside/images/smokehouse.jpg);
    }
    .notes {
        width: 150px;
        background-image: url(/skins/seaside/images/palacepier.jpg);
    }
    .about {
        width: 350px;
        background-image: url(/skins/seaside/images/family.jpg);
    }
    .search {
        width: 320px;
        background-image: url(/skins/seaside/images/wood.jpg);
    }
    .extras {
        width: 150px;
        background-image: url(/skins/seaside/images/wood.jpg);
    }
    .contact {
        width: 320px;
        background-image: url(/skins/seaside/images/jessica.jpg);
    }

}

@media screen and (min-width: 50em) {

    main {
        width: 58%;
        float: left;
    }
    body > aside {
        background-image: url(/skins/seaside/images/lines.gif);
        background-repeat: repeat-y;
        background-position: right;
        width: 32%;
        float: left;
        border-bottom: 2px dotted;
        border-right: 1px solid;
        border-left: 1px solid;
        border-top: 2px dotted;
    }
    body > aside h2 {
        display: none;
    }
    body > footer {
        clear: both;
        margin-right: 40%;
    }

}
