@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,300);

body {
    background-color: #333;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 12pt;
    color: #ccc;
}

a {
    color: #ccc;
    text-decoration: none;
    border-bottom: 1px dotted;
}

a:visited {
    color: #777;
}

a.thumb {
    border: none;
}

.f-right { float: right; }
.f-left { float: left; }
.a-right { text-align: right; }
.a-left { text-align: left; }
.a-center { text-align: center; }
.thumb.f-right { margin: 0 0 1em 1em; }
.thumb.f-left { margin: 0 1em 1em 0; }

nav {
    font-family: "Lato";
    text-align: center;
    margin: 2em 0;
}

nav a {
    display: inline-block;
    margin: 0 1em;
}

label {
    padding: 0 5px;
    border-radius: 5px;
    font-weight: 700;
}

article {
    margin: 2em auto;
    width: 80%;
    max-width: 800px;
    line-height: 1.5em;
    overflow: visible;
}

article h1 {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 100%;
}

article h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 100%;
}

article h3 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 100%;
}

article .photo {
    position: relative;
    margin: 0 auto;
    position: relative;
    margin: 1em 0;
    box-shadow: 0 0 30px -2px #000;
}

article .photo img {
    width: 100%;
}

article .body {
}

div.exif {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
    color: #fff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px -1px #000;
}

div.exif ul {
    margin: 0;
    padding: 5px 10px;
    display: none;
}

div.exif li {
    list-style: none;
    padding: 0;
    line-height: 2em;
}

div.exif li label {
    width: 70px;
    display: inline-block;
    text-align: right;
}

.exif:hover ul {
    display: block;
}

.exif:hover .button {
    display: none;
}

.postnav {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
}

.postnav a {
    position: absolute;
    padding: 20px 50px;
    top: 0;
    text-decoration: none;
    font-size: 80px;
    font-weight: 900;
    border: none;
    color: #ccc;
    display: block;
    opacity: 0.8;
    text-indent: -10000px;
}

.photo:hover .postnav a {
    text-indent: 0;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px -1px #000;
}

.postnav a:visited {
}

.postnav a:hover {
    color: #fff;
}

.postnav .next {
    right: 0px;
    border-radius: 0 0 0 10px;
}

.postnav .prev {
    left: 0px;
    border-radius: 0 0 10px 0;
}

.footer {
    text-align: center;
    margin: 3em 0 0 0;
    color: #777;
    font-size: 90%;
}

ul.archive {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.archive li {
    list-style: none;
    margin: 15px;
    padding: 0;
    display: inline-block;
    width: 120px;
    height: 80px;
    overflow: hidden;
}

ul.archive li img {
    width: 100%;
}

.tag-cloud {
    text-align: center;
    margin: 0;
    padding: 0;
}

.tag-cloud li {
    list-style: none;
    display: inline-block;
    margin: 10px;
    padding: 0;
    line-height: 20px;
}

@media (max-width: 480px) {
    ul.archive li {
        margin: 10px;
    }
}
