/*
Theme Name: Jörg Steck Fotografie
Author: Matthias Meyer
Theme URI: http://www.emmquadrat.de
Description: Theme for Jörg Steck, photographer, using a simple, almost fullscreen gallery function. Made by http://www.emmquadrat.de. Based on the famous twentyten.
Version: 1.0
Tags: joerg steck, photography, portfolio, gallery
*/

/* Webfonts */
/*
@font-face {
    font-family: 'JS-headlinefont';
    src: url('fonts/PTC55F-webfont.eot');
    src: url('fonts/PTC55F-webfont.eot?iefix') format('eot'),
         url('fonts/PTC55F-webfont.woff') format('woff'),
         url('fonts/PTC55F-webfont.ttf') format('truetype'),
         url('fonts/PTC55F-webfont.svg#webfontYACgh6Fk') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'JS-headlinefont';
    src: url('fonts/BPreplay-webfont.eot');
    src: url('fonts/BPreplay-webfont.eot?iefix') format('eot'),
         url('fonts/BPreplay-webfont.woff') format('woff'),
         url('fonts/BPreplay-webfont.ttf') format('truetype'),
         url('fonts/BPreplay-webfont.svg#webfontIhiDai48') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#primary,
#secondary {
	float: right;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Georgia, "Times New Roman", Times, serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
	height: 100%;
}
body,
input,
textarea {
	color: #666;
	font-size: 15px;
	line-height: 30px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Menu
-------------------------------------------------------------- */

#header {
	display: block;
	margin: 0 10px 0 0;
	position:relative;
	z-index:999; /* was 10000 */
	width: 253px;
}
	/* javascript Version */
	#header.js {
		margin: 0 auto;
	}

#access {
	position:absolute;
	width: 248px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	text-align:left;
}
	/* javascript version */
	#access.js {
	}

#access a {
	text-decoration:none;
	display: block;
}
	#access .menu-hauptmenue-container a {
		color:#000;
	}
	#access .menu-galerien-container a {
		color:#fff;
	}

.menu-container {
	background-color:#fff;
	width: 248px;
}

.menu-container.js {
	position:absolute;
	top:0px;
}

.menu-container .menu-hauptmenue-container{
	position:relative;
	color:#000;
	float:left;
}

.menu-container .menu-galerien-container{
	position:relative;
	color:#fff;
	float:left;
}

.menu-container ul {
	list-style:none;
	margin:0 0 6px 6px;
	padding:0;
}

.menu-container ul li {
	margin-bottom: 7px;
	width: 105px;
	padding: 2px 4px 2px 6px;
}

.menu-container ul#menu-hauptmenue li {
	background-color: #ededed;
}
	.menu-container ul#menu-hauptmenue li:hover {
		background-color: #d5d5d5;
	}

.menu-container ul#menu-galerien li {
	background-color: #505050;
}
	.menu-container ul#menu-galerien li:hover {
		background-color: #3e3e3e;
	}

.menu-container ul#menu-galerien li.current-menu-item,
.menu-container ul#menu-hauptmenue li.current-menu-item  {
	background-color: #dda120;
}

/* 2nd level navigation dropdown */
	.menu-container ul#menu-galerien li ul {
		overflow:visible;
		display:none;
		position:absolute;
		padding:0;
		margin:-3px 0 0 20px;
			/* shadow */
			-webkit-box-shadow: 0px 0px 10px #000000;
			-moz-box-shadow: 0px 0px 10px #000000;
			box-shadow: 0px 0px 10px #000000;
	}

	.menu-container ul#menu-galerien li:hover ul {
		display:block;
	}

	.menu-container ul#menu-galerien li ul li {
		margin:0;
		border-bottom:solid 1px #fff;
		width:103px;
	}



#access .logo_container {
	position:relative;
	background-image:url("images/navigation/logoheader.gif");
	background-position:bottom center;
	background-repeat: no-repeat;
	height:70px;
	width:248px;
	margin:6px 6px 1px 6px;
	display: block;
}

#menu-galerien {
	overflow:hidden;
}

#nav_gallery_bg {
	height:40px;
	width:140px;
	right:0;
	position:absolute;
}

	/* menu in all templates but the gallery and home */

	#access.js,
	#access.js {
		margin-left: -355px;
	}

	.page-template-template_gallery-php #access.js,
	.page-template-template_homepage-php #access.js {
		margin-left: 0;
	}





/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
}

h1{
	font: 35px/40px 'JS-headlinefont', Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#333;
	margin-bottom:60px;
}

h2{
	font-family:'JS-headlinefont',Arial,sans-serif;
	font-weight:normal;
	font-size:17px;
	text-transform:uppercase;
	color:#333;
	margin:70px 0 10px 0;
}


/* = alle Seitentemplates
---------------------------------------------------- */

.entry-content a,
.home .copy a {
	text-decoration:none;
	background-color:#FC3;
	color:#000;
}

	.entry-content a:hover,
	.home .copy a:hover {
		text-decoration:none;
		background-color:#FB2;
		color:#000;
	}

    /* auszeichnung für Anker aufheben wenn "durchgestrichen" */
    .cont del,
    .entry-content del {
		text-decoration:none;
	}
    .cont del a,
    .entry-content del a {
		text-decoration:none;
		background-color:transparent;
		color:#888;
	}
    .cont del a:hover,
    .entry-content del a:hover {
		text-decoration:none;
		background-color:#FB2;
		color:#000;
	}

.entry-content {
	position:relative;
	width:588px;
	margin-left:310px;
}

.entry-content h1 {
	padding-top:90px;
}

.entry-content table {
	width:588px;
}

.entry-content img.alignright {
	float:right;
}

.entry-content td {
	vertical-align:top;
	padding-right:15px;
}

	/* Bildunterschriften */
	.wp-caption {
		font-size:12px;
		font-style:italic;
		color:#666;
	}
	.wp-caption .wp-caption-text{
		text-align:center;
	}

	.wp-caption a,
	.wp-caption a:hover {
		background-color:transparent;
	}

.continue_link {
	font-size:12px;
	font-style:italic;
}

/* Homepage */

.home .copy {
	position: absolute;
	display: block;
	width: 100%;
	top: 110%;
}

.home .copy .cont {
	position: relative;
	width: 70%;
	max-width: 650px;
	margin: 0 auto;
}


/* = page template "Gallery"
-------------------------------------------------------------- */

/* The main structure */
#main,
#wrapper {

}

/* overwrite ngg-styles */
.ngg-singlepic {
	background-color: transparent !important;
	display: inline !important;
	padding: 0 !important;
}

/* set all depending elements to fill the screen */
/* sor all sites with template gallery */
.page-template-template_gallery-php,
.page-template-template_gallery-php #wrapper,
.page-template-template_gallery-php #main,
.page-template-template_gallery-php #container,
.page-template-template_gallery-php #content,
.page-template-template_gallery-php .ngg-galleryoverview,
.page-template-template_gallery-php .ngg-gallery-thumbnail-box,
.page-template-template_gallery-php .attachment,
/* same for homepage */
.page-template-template_homepage-php,
.page-template-template_homepage-php #wrapper,
.page-template-template_homepage-php #main,
.page-template-template_homepage-php #container,
.page-template-template_homepage-php #content,
.page-template-template_homepage-php .ngg-galleryoverview,
.page-template-template_homepage-php .ngg-gallery-thumbnail-box,
.page-template-template_homepage-php .attachment {
	width:100%;
	float:none;
	/* overflow:visible;
	text-align:center; */
	margin:0px;
}

		/* the Javascript-Style activated by jQuery */
		.page-template-template_gallery-php #content .attachment.js,
		.page-template-template_gallery-php #content .ngg-gallery-thumbnail-box.js,
		.page-template-template_homepage-php #content .attachment.js,
		.page-template-template_homepage-php #content .ngg-gallery-thumbnail-box.js {
			position:absolute;
		}
.page-template-template_gallery-php #main img,
.page-template-template_gallery-php #main templatehomepage,
.page-template-template_homepage-php #main img,
.page-template-template_homepage-php #main templatehomepage {
	font-size:0px;
	position:relative;
	width:auto;
	display:inline;
	background-image:url(images/gallery/loading_images.gif);
	background-position:center;
	background-repeat:no-repeat;
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
}
		/* the Javascript-Style activated by jQuery */
		.page-template-template_gallery-php #main img.js,
		.page-template-template_gallery-php #main templatehomepage.js,
		.page-template-template_homepage-php #main img.js,
		.page-template-template_homepage-php #main templatehomepage.js {
			left:50%;
			position: absolute;
		}

.ngg-gallery-thumbnail-box a.js,
.attachment a.js{
	height:1px;
	width:1px;
}


.page-template-template_gallery-php #main .ngg-gallery-thumbnail,
.page-template-template_homepage-php #main .ngg-gallery-thumbnail {
	position:relative;
	float:none;
	/* text-align:center; */
	margin:0;
}


	/* -- image navigation buttons -- */
		.page-template-template_gallery-php .image-nav-button {
			position:fixed;
			top:0px;
			display:block;
			width:250px;
			height:100%;
			cursor:pointer;
			background-image:none;
			background-repeat:no-repeat;
			background-position:center;
		}

		.page-template-template_gallery-php .image-nav-button.next {
			right:0px;
		}

		.page-template-template_gallery-php .image-nav-button.previous {
			left:0px;
		}

		.page-template-template_gallery-php .image-nav-button.next.hover {
			background-image:url(images/gallery/button_next.png);
			background-repeat:no-repeat;
			background-position:center;
		}

		.page-template-template_gallery-php .image-nav-button.previous.hover {
			background-image:url(images/gallery/button_previous.png);
			background-repeat:no-repeat;
			background-position:center;
		}

		/* nexGen Gallery overrides */
		.ngg-gallery-thumbnail-box {
			padding-top:89px;
		}

        .ngg-gallery-thumbnail-box#ngg-image-0 img {
            opacity: 1 !important;
        }

		/* untere Navigation */
		.page-template-template_gallery-php .image-nav-bottom {
			width:100px;
			left:50%;
			margin-left:-50px;
			display:none;
			bottom:20px;
			height:37px;
			position:absolute;
		}
			/* the js-class */
			.page-template-template_gallery-php .image-nav-bottom.js {
				display:block;
			}


/* =Password protected page
-------------------------------------------------------------- */
.post-password-required form {
	padding-top: 150px;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* edit-Buttons
-------------------------------------------- */

.edit-link {
	display:block;
	position:fixed;
	height:10px;
	bottom:0px;
	left:20px;
	padding:10px 10px 10px 10px;
	background-color:#0f0;
	width:100px;
	text-align:center;
	z-index:20000;
}

		.edit-link a,
		.edit-link a:hover{
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height:12px;
			display:block;
			background-color:transparent;
		}


/* =Footer
-------------------------------------------------------------- */

#footer {
	width: 99%;
	text-align:left;
}

.home #footer,
.page-template-template_gallery-php #footer {
	position:absolute;
	bottom:0px;
	left:8px;
	margin-left:0px;
}

#footer .represent {
	float:left;
}

#footer .imprint {
	float:right;
	text-align:right;
}

#footer .imprint a,
#footer .represent a{
	font-size:12px;
	text-decoration:none;
	background-color:transparent;
	color:#999;
	position:absolute;
}

#footer .represent a{
	left:5px;
}

#footer .imprint a{
	right: 8px;
	margin-top: 38px;
}

.home #footer .represent a,
.page-template-template_gallery-php #footer .represent a{
	position:relative;
	left:0px;
	margin-top:20px;
}

.home #footer .imprint,
.page-template-template_gallery-php #footer .imprint {
	position:absolute;
	right:0px;
}

.home #footer .imprint {
	top: -33px;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}


}
