﻿/*  
Theme Name: picturekat v2
Description: A simple, clean, minimal, spacious design. Widgetized, with optional rollover side menu and home page.
Version: 2
Author: Karl Kolk
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/. Feel free to make any changes, but please keep a link back to Upstart Blogger in your sidebar or footer.

Based on the interwebz.
*/

/* @group Normalize */

/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* Removes list-style from lists */

ol,ul,li {
	list-style: none inside none;
}

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes list-style from lists */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */

fieldset,img {
	border: 0;
}

/* Left-aligns text in caption and th */

caption,th {
	text-align: left;
}

/* Removes quotation marks from q */

q:before, q:after {
	content: '';
}

/* @end */

/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* @group Layout */

html {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
    background-size: cover;
}

body {
	position: absolute;
	font-size: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: #110;
	text-align: center;
	min-height: 100%;
}



#header {
	font-weight: bold;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}

.page {
	background-color: transparent;
	text-align: left;
	padding: 0.5em;
	
}

.block {
	display: block;
	clear: both;
}

.pagination {
	padding-bottom: 2em;
}
#content {
	width: 630px;
	padding: 2em 0 2em 0;
	margin: 6em 0 6em 6em;
	background: #fff;
}

#content.white {
	padding-top: 0em;
}

.post {
	padding: 3em 0 2em 0; 
}

.menu {
	margin: 150px 0 100px;
	text-rendering: optimizeLegibility;
}

.entry {
	padding: 1em 0 1em 0; 
	letter-spacing: 2px;
	font-weight: normal;
}

:where(figure) {
  margin: 1em 0;
}
.footer {
	clear: none;
	position: absolute;
	bottom: 0;
	text-align: left;
	margin: 0.2085em;
	background: #fff;
}

.langswitcher {
	float:right;
	right: 5px;
	padding: 1px;
	z-index: 2;
	background: #fff;
	color: #666;
	font-weight: normal;
	font-size: 0.4em;
	}

.langswitcher a {
		color: #666;
		padding: 2px;
		background: none;
}
/* @end */

/* @group Headers */

h1, h2, h3, h4 {
	display: inline;
	font-weight: bold;
}

h1, #header, .menu, .footer {
	font-size: 2.5em;
/* 	text-rendering: optimizeLegibility; */
}

h2 {
	font-size: 1.5em;
/* 	text-rendering: optimizeLegibility; */
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #110;
}


h3 {
	font-size: 2em;
	text-rendering: optimizeLegibility;
}

.post h3 {
	font-size: 2em;
}

 h4 {
	font-size: 1.25em;
}

/* @end */

/* @group Lists */

li a:hover, a img, a:hover img {
	color: #110;
	background: #f00;
	border: none;
	padding:0;
	margin:0;
}


.langswitcher li:before {
	content: '|';
}

.langswitcher li:after {
	content: '|';
}

ul, ol, li, ul li {
	}

ul.menu {
	line-height: 1.2em;
} 

@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.menu {
		line-height: 1.18em;
	} 
}

/*
.menu li {
	margin-top: -2px;
}

 ul.menu, ul.pages {
	line-height: 3em;
}
*/
ul.pages {
	background: #fff;
}

ul.entry ul li {
	font-size: 1em;
	padding: 0 0 1em;
}

ul.entry li h2{
	display: block;
	padding: 0 0 0.75em;
}

ul.blogroll {
	padding: 0 0 2em;
}

ul.blogroll li a{
	display: inline-block;
}

ul.entry ul li a{
	font-size: 1.25em;
	font-weight: semi-bold;
}

ul.langswitcher {
	background: #fff;
	}

ul.langswitcher, .langswitcher li a{
	line-height:14px;
}

ul.langswitcher, ul.langswitcher li {
	display: inline;
	text-transform: none;
	}

.footer ul, .footer li {
	display: inline;
}

:where(.wp-block-file__button) {
  border-radius: 0;
}

/*
ul#sidebar, li#sidebar, ul ol#sidebar, ul li#sidebar  {
	display: inline;
	text-align: left;
	color: #333;
	background: #346246;
}
*/
/* @end */



/* @group Miscellaneous */

a {
	text-decoration: none;
	color: #110;
	font-weight: bold;
	background: #fff;
}

a:hover, h2 a:hover, h3 a:hover {
	color: #fff;
	background: #f00;
}

h4 a {
	color: #666;
}

h4 a:hover {
	color: #fff;
	background: #666;
}
a:hover img, a img, .ngg-gallery-thumbnail a, .ngg-gallery-thumbnail a:hover {
	color: #fff;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

a img, a, a:hover {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
.block p {
	padding: 0.5em 0;
	}

.entry li a {
	font-weight: normal;
}

.entry a img, .entry a img:hover {
	margin: 10px 0;	
}

.center {
	text-align: center;
}

.kunde {
	display: none;
	}

.current {
	font-weight: bold;
	color: #f00;
}
/* @end */


/* @group images */

.ngg-galleryoverview {
	overflow: hidden;
	margin: 10px 0;	
	width: 100%;
	clear:both; 
	display:block !important;
	background-color:#fff;
}

.ngg-galleryoverview.default-view {
	text-align: left;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
	margin-right: 5px;
	margin-bottom: 5px;
}
.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	width: 100px;
	height: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.ngg-gallery-thumbnail a img {
	background-color:#fff;
	border:0;
	display:block;  
	margin:0px;
	padding:0px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #fff;
	margin:0px;
	padding:0px;
	
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.wp-block-gallery.wp-block-gallery-1 {
	padding: 1em 0;
}
.ngg-clear {
	clear: both;
}

.ngg-singlepic {
    background-color: #FFFFFF;
    display: block;
    padding: 0;
}

.ngg-gallery-singlepic-image {
  margin: 0;
}
/*:where(img[class*="wp-image-"]) {
	padding: 1em 0;
}
*/
#overlay {
	background-color: #f4f4f4;
}

#outerImageContainer {
/*	-moz-box-shadow: 0 0 8px #999;
	-webkit-box-shadow: 0 0 8px #999;
	box-shadow: 0 0 8px #999; */
}

#imageDataContainer, #imageData {
	height: 0px;
}

#prevLink {
     margin-left: -45px;
}

#nextLink {
     margin-right: -45px;
}

.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close {
	color: #e8e8e8;
}

.sl-overlay {
	opacity: 0.95;
}

.ltl {
	position: absolute;
	top:5px;
	left:5px;
	text-align: left;
}

.ltl a {
	text-transform:uppercase;
	font-size:40px;
	color: #f4f4f4;
	background: #e8e8e8;
}

.ltl a:hover {
	color: #e8e8e8;
	background: #f4f4f4;
}

#imageDetails, #bottomNav {
	display: none;
}

.sl-counter {
	display: none;
}


#loading {
	opacity: 0.5;
}

/* @end */

/*@-moz-document url-prefix() {
    ul.langswitcher, ul.langswitcher li a{
		line-height:14px;
	}
    ul.menu, ul.pages {
        line-height: 48px;
    } 
}
*/
/* @group Sidebar */

/* #sidebar {
	font-size: 2.5em;
	display: inline;
	font-family: "LiberationSansBold", Helvetica, Arial, Sans-Serif;
}

/* @end */

/* @group Forms */

/* 	#searchform {
	display: inline;
	display: inline;
	margin: 0px 0;
	padding: 5px 0;
	text-align: left;
}

#search_form {
	display: inline;
	display: inline;
	margin: 0px 0;
	padding: 5px 0;
	text-align: left;
}

#sidebar #searchform #s {
	display: inline;
	display: inline;
	padding: 2px;
	font-weight: bold;
}

.search_input {
	display: inline;
	display: inline;
	margin-top: 0px;
	width: 150px;
}


/* @end */

/*

code {
	font: 1.2.5em 'Courier New', Courier, Fixed;
	padding: 5px;
	margin-left: 10px;
	color: #2a910c;
	font-weight: bold;
	width: auto;
	height: auto;
	display: block;
	overflow: auto;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-size: 1.2.5em;
	font-weight: normal;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

.navigation {
	display: block;
	text-align: center;
	padding: 20px 0 60px 0;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

input[type="text"] { 
	position: relative;
	top: -0.9em;
	margin: 0px;
	padding-top: 5px;
	background: #000;
	border: 0px ;
	height: 1.9em;
	color: #fff;
	text-align: center;
}

.search_input {
	display: inline;
	margin-top: 0px;
	width: 200px;
}

form { 
	display: inline;
	margin: 0px;
	padding: 0px;
}

*/