@font-face {
    font-family: "Simonetta";
    src: url('./fonts/Simonetta-Regular.otf'), url('./fonts/Simonetta-Regular.ttf');
}
@font-face {
    font-family: "Simonetta";
    src: url('./fonts/Simonetta-Italic.otf'), url('./fonts/Simonetta-Italic.ttf');
    font-style: oblique;
}
@font-face {
    font-family: "Simonetta";
    src: url('./fonts/Simonetta-Black.otf'), url('./fonts/Simonetta-Black.ttf');
    font-weight: bold;
}
@font-face {
    font-family: "Simonetta";
    src: url('./fonts/Simonetta-BlackItalic.otf'), url('./fonts/Simonetta-BlackItalic.ttf');
    font-style: oblique;
    font-weight: bold;
}

span, header, footer, h1, address {
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Simonetta, sans-serif;
    line-height: 1.4em;
}
address {
    line-height: 1em;
}
body {
    background: #D5D8DE;
}
body > header, body > section, body > footer {
    max-width: 900px;
    margin: auto;
    display: block;
}
body > header table {
    width: 100%;
}
body > header td {
    vertical-align: middle;
}
body > header #title {
    text-align: center;
}
body > header h1 {
    font-weight: normal;
    font-size: 1.5em;
}
body > header h1 span {
    display: block;
    color: #666;
    font-size: 0.7em;
    font-style: italic;
}
body > header address {
    text-align: right;
}
body > footer {
    height: 80px;
    padding-top: 40px;
    text-align: center;
}

body article {
    margin-top: 20px;
    position: relative;
}
body article section {
    margin-top: 4px;
}
body article section.big img {
    border-width: 3px;
}
#preview {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    padding: 5px;
}
#preview div {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #D5D8DE;
    opacity: 0.8;
}
#preview img {
    border: 3px #F3F7FF ridge;
    position: fixed;
    max-width: 90%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
body article section img {
    border: 2px #F3F7FF ridge;
    display: block;
    max-width: 100%;
}
body article section.thumb {
    text-align: center;
}
body article section.thumb article {
    display: inline-block;
    max-width: 19%;
    margin: 0 0.2%;
    vertical-align: top;
}
body article section.thumb div {
    height: 120px;
    overflow: hidden;
}
body article section.thumb img {
    min-height: 120px;
}
body article section.thumb footer {
    color: #666;
    font-style: italic;
    margin: 0 20px;
    text-align: center;
    position: relative;
    font-size: 0.8em;
}
body article header {
    color: #666;
    font-style: italic;
    text-align: center;
    margin: 40px auto 10px auto;
    position: relative;
}
body article header hr {
    width: 160px;
    border: 0;
    border-top: 1px solid #999;
}
body article .fb-like {
    position: absolute;
    right: +0px;
    bottom: +0px;
}
