/*
Theme Name: Traudl Schmitt
Theme URI: http://www.traudl-schmitt.de
Description: Website Layout für traudl-schmitt.de
Author: Florian Schmitt
Author URI: http://www.qikgrp.com
*/
@media print {

	html, body
	{
		color: #000;
		background: #fff;
	}

	h1, h2, h3
	{
		font-family: 'Architects Daughter', "Palatino Linotype", "Book Antiqua", Palatino, serif;
		color: #222;
		font-size: 24pt;
		margin: 10px;
	}

	h3
	{
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		color: #222;
		font-size: 14pt;
		margin: 10px;
	}

	p
	{
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size: 12pt;
		color: #000;
		margin: 20px;
		text-align: justify;
	}

	a, a:link, a:active, a:visited, a:focus, a:hover
	{
		color: #222;
		text-decoration: underline;
		-moz-text-decoration-style: dotted;
		-webkit-text-decoration-style: dotted;
		-o-text-decoration-style: dotted;
		-ms-text-decoration-style: dotted;
		text-decoration-style: dotted;
	}
	small
	{
		font-size: 8pt;
	}

	ol
	{
		list-style-position: outside;
	}

	ol li
	{
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size: 12pt;
		color: #000;
		margin: 20px;
		text-align: justify;
	}

	hr
	{
		border: none transparent 0px;
		border-top: solid #aaa 1pt;
	}


	#header
	{
		display:none;
	}

	#main
	{
		position: relative;
	}

	#sidebar
	{
		display: none;
	}

	#footer
	{
		display: none;
	}

	#printfooter
	{
		clear: both;
		display: relative;
		margin-top: 30pt;
		text-align: right;
	}

	#printfooter p
	{
		display: relative;
		text-align: right;
		margin-top: 5pt;
		font-size: 10pt;
		font-family: 'Architects Daughter', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

	/** Embedded Images **/
	.alignleft
	{
		float: left;
	}
	.alignright
	{
		float: right;
	}
	.aligncenter
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption
	{
		margin: 0px 25px 10px 25px;
		padding: 0px;
		background-color: #eee;
		border: 1px solid #aaa;
		padding-top: 4px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		text-align: center;
	}
	.wp-caption img
	{
		margin:  0;
		padding: 0;
		border:  0 none;
	}
	.wp-caption p.wp-caption-text
	{
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;
	}

	/** Quotes **/
	blockquote
	{
		margin:  0px 60px 0px 70px;
		padding: 5pt 10px;
		border-left:10px solid #ddd;
		quotes: '»' '«';
	}
	blockquote:before {
		color:#ddd;
		content:open-quote;
		font-size:   20pt;
		line-height:  2pt;
		margin-right: 1pt;
		vertical-align: -2pt;
	}
	blockquote:after {
		color:#ddd;
		content:close-quote;
		font-size:   20pt;
		line-height:  2pt;
		margin-right: 1pt;
		vertical-align: -2pt;
	}
	blockquote p {
		margin: 5pt 15pt;
		display:inline;
	}
 
} /* @media print */
