/** Project: 20131128--template-photomechanic
 *  Description: 
 *
 *  @creator       Thinkin-Tags v0.5.0
 *  @framework     YAML v4.1.2
 *  @file          typography.css
 */

@media all {

	html * {
		font-size: 100.01%;
	}

	textarea,
	pre,
	code,
	kbd,
	samp,
	var,
	tt {
		font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	}

	body {
		background-color: #41557a;
		color: #444;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 75.00%;
		overflow-y:scroll;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #444;
		font-family: Arvo;
		font-style: normal;
		font-weight: 400;
		margin: 0 0 0.4em 0;
	}

	h1 {
		font-size: 175%;
		text-align: left;
	}

	h2 {
		font-size: 175%;
	}

	h3 {
	font-size: 175%;
	}

	h4 {
		font-size: 133.33%;
	}

	h5 {
		font-size: 116.67%;
	}

	h6 {
		color: #888;
		font-size: 116.67%;
		text-align: center;
	}

	ul,
	ol,
	dl {
		line-height: 1.5em;
		margin: 0 0 1em 1em;
	}

	ul {
		list-style-type: disc;
	}

	ul ul {
		list-style-type: circle;
	}

	ol {
		list-style-type: decimal;
	}

	ol ol {
		list-style-type: lower-latin;
	}

	li {
		line-height: 1.5em;
		margin-left: 0.8em;
	}

	dt {
		font-weight: bold;
	}

	dd {
		margin: 0 0 1em 0.8em;
	}

	p {
		line-height: 1.5em;
		margin: 0 0 1em 0;
	}

	blockquote,
	cite,
	q {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}

	blockquote {
		color: #666;
		margin: 0 0 1em 0;
		text-align: center;
	}

	strong,
	b {
		font-weight: bold;
	}

	em,
	i {
		font-style: italic;
	}

	big {
		font-size: 116.667%;
	}

	small {
		font-size: 91.667%;
	}

	pre {
		line-height: 1.5em;
		margin: 0 0 1em 0;
	}

	pre,
	code,
	kbd,
	tt,
	samp,
	var {
		font-size: 100%;
	}

	pre,
	code {
		color: #800;
	}

	kbd,
	samp,
	var,
	tt {
		color: #666;
		font-weight: bold;
	}

	var {
		font-style: italic;
	}

	acronym,
	abbr {
		border-bottom: 1px #aaa dotted;
		cursor: help;
		font-variant: small-caps;
		letter-spacing: .07em;
	}

	sub,
	sup {
		font-size: 91.6667%;
	}

	hr {
		background: transparent;
		border: 0;
		border-bottom: 1px #eee solid;
		color: #fff;
		margin: 0 0 0.5em 0;
		padding: 0 0 0.5em 0;
	}

	a {
		background: transparent;
		color: #e48800;
		text-decoration: none;
	}

	a:visited {
		color: #e48800;
	}

	a:focus,
	a:hover,
	a:active {
		color: #e48800;
		text-decoration: underline;
	}

	p.icaption_left {
		display: inline;
		float: left;
		margin: 0 1em 0.15em 0;
	}

	p.icaption_right {
		display: inline;
		float: right;
		margin: 0 0 0.15em 1em;
	}

	p.icaption_left img,
	p.icaption_right img {
		border: 1px #888 solid;
		padding: 0;
	}

	p.icaption_left strong,
	p.icaption_right strong {
		background: #eee;
		display: block;
		font-size: 91.667%;
		font-weight: normal;
		margin-top: 2px;
		overflow: hidden;
		padding: 0.3em 0.5em;
	}

	.highlight {
		color: #c30;
	}

	.dimmed {
		color: #888;
	}

	.info {
		background: #f8f8f8;
		border-radius: 5px;
		color: #666;
		font-size: 91.7%;
		margin: 1.5em 0;
		padding: 12px 24px;
	}

	.note {
		background: #efe;
		border: 2px #484 solid;
		color: #040;
		margin-bottom: 1em;
		padding: 10px;
	}

	.important {
		background: #ffe;
		border: 2px #884 solid;
		color: #440;
		margin-bottom: 1em;
		padding: 10px;
	}

	.warning {
		background: #fee;
		border: 2px #844 solid;
		color: #400;
		margin-bottom: 1em;
		padding: 10px;
	}

	.float_left {
		display: inline;
		float: left;
		margin-bottom: 0.15em;
		margin-right: 1em;
	}

	.float_right {
		display: inline;
		float: right;
		margin-bottom: 0.15em;
		margin-left: 1em;
	}

	.center {
		display: block;
		margin: 0.5em auto;
		text-align: center;
	}

	table {
		border-collapse: collapse;
		width: auto;
	}

	table caption {
		font-variant: small-caps;
	}

	table.full {
		width: 100%;
	margin-bottom: 2em;
}

	table.fixed {
		table-layout: fixed;
	}

	th,
	td {
	padding-right: 1em;
	padding-bottom: 1em;
	color: #444;
}

	thead th {
		color: #444;
}

	tbody th {
		background: #f2f1f3;
		color: #333;
		text-align: left;
	padding: 0.5em;
	font-weight: normal;
	font-style: normal;
}

	tbody th[scope="row"],
	tbody th.sub {
		background: #f0f0f0;
	}

	tbody td {
	padding: 10px;
}

	tbody tr:hover th[scope="row"],
	tbody tr:hover tbody th.sub {
		
	}

	tbody tr:hover td {
	color: #e48800;
}
.tg-left {
	 text-align: left;
}
.tg-right {
	text-align: right;
}
.tg-center {
	text-align: center;
}
.tg-bf {
	font-weight: bold;
}
.tg-it {
	font-style: italic;
}
.tg-table-plain {
	border-collapse: collapse; border-spacing: 0; font-size: 100%; font: inherit;
}
.tg-table-plain td .tg-table-plain th {
	border: 1px #555 solid; padding: 10px; vertical-align: top;
}

.tg-even {
	background-color: #fff;
}
.ym-wbox {
		padding: 0 12px;
	}

	.flexible {
		max-width: 100%;
	}

	.bordered {
		border: 4px #fff solid;
		box-shadow: 0 0 4px rgba(0,0,0,.5);
	}

	.box p {
		font-family: Tangerine;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		margin: 0;
	}

	.overlay h3 {
		color: #fff;
	}

	.overlay p {
		color: #ddd;
		margin: 0 0 0 0;
	}

	.iptc-caption {
		font-size: 12px;
		line-height: 1.3;
		padding: 0.5em 0.5em 0.5em 0.5em;
		text-align: justify;
	}

	#footer p {
		color: #fff;
	}

	.footerlinks {
		color: #e58900;
	}

	.pm-paginierung {
	}

	.pm-previous-next {
		text-align: right;
	}

.pm-previous-next-index {
		text-align: right;
	margin-right: 14px;
}
	


	img.thumbnail {
}

	p.caption {
		clear: both;
		
	}

	div.thumbnail-container {
		background: #eee;
		float: left;
		margin: 0px 14px 14px 0px;
	padding: 6px;
}

	div.thumbnail {
		display: block;
		width: 153px;
		height: 153px;
	text-align: center;
}

}

