/* SITE TITLE */

#site {
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
    display: table;
}

#site h1 {
    font-family: 'Anton', sans-serif;
    font-size: 48px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0.01em;
}

#site #slogan {
    margin-top: 12px;
    padding: 5px;
    font-size: 11px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.1em;
    display: block;
}

#site #slogan span, .breadh1 span {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
}

#site #slogan span::before, #site #slogan span::after, .breadh1 span::before, .breadh1 span::after, main .alblink::before {
    content: '\f005';
    margin-right: 15px;
    font-family: 'Font Awesome 5 Free';
    font-size: 6px;
    font-weight: 900;
    display: inline-block;
}

#site #slogan span::after {
    margin-left: 15px;
    margin-right: 0;
}

#welcome, footer #disc {
    margin: 0 auto 30px auto;
    max-width: 1180px;
    line-height: 24px;
    text-align: justify;
    text-align-last: center;
    letter-spacing: 0.01em;
}

/* HEADER */

header {
    width: 100%;
    height: 440px;
    background-image: url("../images/header.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* MENU */

nav, footer #cred {
    padding: 10px 20px;
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    box-sizing: border-box;
    display: block;
}

nav ul.menu, footer #cred ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
}

nav ul.menu li, footer #cred ul li {
    margin: 0 3vw;
    padding: 10px 0;
    display: inline-block;
    position: relative;
}

nav ul.menu li a, footer #cred ul li a {
    letter-spacing: 0.01em;
    text-decoration: none;
}

#show-menu {
    text-align: left;
    cursor: pointer;
    display: none;
}

#show-menu i {
    margin-top: 3px;
    margin-right: 15px;
    font-size: 12px;
    float: left;
}

main {
    margin: 60px auto 0 auto;
    width: 100%;
    max-width: 1180px;
    display: block;
}

main article {
    margin-top: 60px;
}

#smenu {
    font-size: 10px;
    font-weight: 300;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: block;
}

#smenu a:hover {
    text-decoration: none;
}

main .admin_menu_wrapper {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

main .admin_menu_wrapper a, main a.admin_menu {
    margin: 2px 4px;
    font-size: 10px;
    font-weight: 300;
    line-height: 150%;
    text-transform: lowercase;
    text-decoration: underline;
    letter-spacing: 0.1em;
    display: inline-block;
}

main .admin_menu_wrapper .admin_menu {
    display: inline-block;
}

/* THUMBNAILS */

.thumbnails {
    padding: 20px 10px;
}

.thumbnails .image {
    margin: 3px; padding: 7px;
	-webkit-transition: all 0.34s ease-out;
	-moz-transition: all 0.34s ease-out;
	-o-transition: all 0.34s ease-out;
	transition: all 0.34s ease-out;
}

.thumbnails .image:hover {    
    background: #a18900;
}

.thumbnails .thumb_title_title {
    margin-bottom: 15px;
    display: block;
}

.thumbnails .thumb_title_views, .thumbnails .thumb_resolution, .thumbnails .thumb_caption_ctime {
    margin-bottom: 5px;
    padding: 10px;
    font-size: 9px;
    font-weight: 300;
    line-height: 100%;
	text-transform: uppercase;
    letter-spacing: 0.02em;
    display: block;
}

/* CATEGORIES */

main .catrow, main .catrow_noalb {
    padding-top: 20px;
    padding-bottom: 20px;
    font-style: italic;
    border-bottom: 1px dashed;
}

main .catrow .catlink, main .catrow_noalb .catlink {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    position: relative;
    display: table;
    -webkit-transition: all 0.34s ease-out;
    -moz-transition: all 0.34s ease-out;
    -o-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}

main .catrow .catlink::before, main .catrow_noalb .catlink::before {
    content: '//';
    margin-right: 5px;
}

main .catrow .image, main .catrow_noalb .image {
    margin-right: 15px;
}

main .catrow .count, main .catrow_noalb .count {
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.01em;
}

main .stath1 {
    padding-top: 8px;
}

main .stath1 .statlink, main .stath2 {
    padding: 8px;
    font-size: 9px;
    font-weight: 300;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    box-sizing: border-box;
    display: block;
}

main .stath2 {
    display: table-cell;
}

/* ALBUMS */

main .alblink, #voting_title, #comments .tableh2 {
    font-family: 'Anton', sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.01em;
}

main .alblink::before {
    float: left;
}

main .alblink a {
    text-decoration: none;
}

/* BREADCRUMB */

.breadh1 {
    padding: 10px 20px;
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: none;
    box-sizing: border-box;
    position: relative;
}

.breadh1 span::before {
    margin-right: 0.25vw;
}

.breadh1 span::after {
    margin-left: 0.25vw;
    margin-right: 0;
}

.breadh1 a {
    margin: 0 0.5vw;
}

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

/* ELEMENTS */

main input, main textarea, main select {
	margin: 0;
    padding: 5px 10px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px; font-weight: 300;
	border-width: 1px;
	border-style: solid;
	line-height: 24px;
    box-sizing: border-box;
	outline: none;
	-webkit-transition: all 0.34s ease-out;
	-moz-transition: all 0.34s ease-out;
	-o-transition: all 0.34s ease-out;
	transition: all 0.34s ease-out;
}

main select {
    padding: 5px;
}

main .stath2 select {
    padding: 0;
    font-size: 9px;
    line-height: 100%;
    border: none;
}

main input[type=radio], main input[type=checkbox] {
    margin-right: 10px;
}

main button.button, main .buttonlist ul li a {
    padding: 5px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px; font-weight: 300;
	line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 0.1em;
	border: none;	
	cursor: pointer;
	-webkit-transition: all 0.34s ease-out;
	-moz-transition: all 0.34s ease-out;
	-o-transition: all 0.34s ease-out;
	transition: all 0.34s ease-out;
}

main .buttonlist ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

main .buttonlist ul li {
    display: inline-block;
    float: none;
}

main button.button:hover, main .buttonlist ul li a:hover {
    text-decoration: none;
}

main button.button img, main .buttonlist ul li a img {
    width: 10px;
    height: 10px;
}

main .buttonlist ul li a {
    line-height: 100%;
}

#film {
    max-width: 71vw !important;
}

#film table {
    margin: 0 auto;
}

#film td { 
    border: none;
    display: table-cell; 
}

.filmstrip_background { 
    background-color: transparent; 
}

.prev_strip { 
    text-align: left; 
}

.next_strip { 
    text-align: right; 
}

.filmstrip_background td { 
    padding: 0 1% !important; 
}

img.strip_image { 
    padding: 0.25vw; 
}

#voting_title strong, .tableh1 strong {
    font-weight: normal;
}

main .thumb_view_title_row {
	margin-top: -30px;
    float: left;
}

main .thumb_view_title_row .albmenu {
    padding-top: 10px;
    padding-right: 10px;
    display: flex;
}

main .statlink h2, .tableh1 h2 {
    font-size: 36px;
    font-weight: normal;
}

main .sortorder_cell, main .sortorder_options {
    margin: 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.2em;
    white-space: nowrap;
}

.sortorder_cell span::before, .tableh1 span.statlink::before, .tableh1 span.statlink1::before, span#album_listbox_wrapper::before, span#upload_method_selector::before {
    display: none !important;
}

main .img_nav {
    padding: 10px;
    font-size: 10px;
    font-weight: 300;
	text-transform: uppercase;
    letter-spacing: 0.02em;
}

main .toolwrap {
    padding: 15px;
}

main table#pic_sort tr td, main table#album_sort tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
}

.tableh1 .statlink {
    font-size: 27px;
}

/* FOOTER */

footer {
    margin: 0 auto;
    box-sizing: border-box;
}

footer #mainsite {
    margin: 30px auto;
    max-width: 1180px;
    min-height: 180px;
    padding: 25px;
    background-position: right center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: block;
}

footer #mainsite #info {
    padding: 25px;
    width: 80%;
    box-sizing: border-box;
    display: block;
}

footer #mainsite #info h4 {
    padding-bottom: 15px;
    font-family: 'Anton', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-bottom: 1px dashed;
}

footer #mainsite #info ul {
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 9px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

footer #mainsite #info ul li {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    list-style-type: none;
    display: inline-flex;
}

footer #mainsite #info ul li::after {
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
}

footer #mainsite #info ul li:last-child::after, footer #cred ul li:last-child::after {
    display: none;
}

footer #mainsite #info ul li a:hover {
    text-decoration: underline;
}

footer #mainsite #info ul::before {
    content: '[';
}

footer #mainsite #info ul::after {
    content: ']';
}

footer #mainsite #url {
    margin-top: 15px;
    margin-left: 25px;
    font-size: 9px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

footer #social {
    margin: -25px auto 30px auto;
    text-align: center;
}

footer #cred {
    font-size: 15px;
}

footer #cred ul li {
    margin: 0;
}

footer #cred ul li::after {      
    content: '\f005';
    margin: 0 1vw;
	font-family: 'Font Awesome 5 Free';
    font-size: 6px;
	font-weight: 900;
    float: right;
}