/*  
Theme Name: bueltge.de bueltge.de Print-Layout
Theme URI: http://bueltge.de
Description: Drucklayout für WordPress Standard-Theme
Version: 1
Author: Frank Bueltge
Author URI: http://bueltge.de
*/

/* Start Allgemeines Druck-Layout */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on %March %6, %2010 */
@font-face {
	font-family: 'MgOpenCosmetica';
	font-style: italic;
	/*font-style: oblique;*/
	src: url('fonts/MgOpenCosmeticaOblique.eot');
	src: local('MgOpen Cosmetica'), local('MgOpenCosmetica-Oblique'), url('fonts/MgOpenCosmeticaOblique.woff') format('woff'), url('fonts/MgOpenCosmeticaOblique.ttf') format('truetype');
}

@font-face {
	font-family: 'MgOpenCosmetica';
	src: url('fonts/MgOpenCosmeticaRegular.eot');
	src: local('MgOpen Cosmetica'), local('MgOpenCosmetica'), url('fonts/MgOpenCosmeticaRegular.woff') format('woff'), url('fonts/MgOpenCosmeticaRegular.ttf') format('truetype');
}

@font-face {
	font-family: 'MgOpenCosmetica';
	font-weight: bold;
	src: url('fonts/MgOpenCosmeticaBold.eot');
	src: local('MgOpen Cosmetica'), local('MgOpenCosmetica-Bold'), url('fonts/MgOpenCosmeticaBold.woff') format('woff'), url('fonts/MgOpenCosmeticaBold.ttf') format('truetype');
}

@font-face {
	font-family: 'MgOpenCosmetica';
	font-style: italic;
	font-weight: bold;
	src: url('fonts/MgOpenCosmeticaBoldOblique.eot');
	src: local('MgOpen Cosmetica'), local('MgOpenCosmetica-BoldOblique'), url('fonts/MgOpenCosmeticaBoldOblique.woff') format('woff'), url('fonts/MgOpenCosmeticaBoldOblique.ttf') format('truetype');
}

@font-face {
	font-family: 'LatinModernSans';
	src: url('fonts/lmsans10-regular.eot');
	src: local('Latin Modern Sans'), local('LMSans10-Regular'), url('fonts/lmsans10-regular.woff') format('woff'), url('fonts/lmsans10-regular.ttf') format('truetype'), url('fonts/lmsans10-regular.svg#LMSans10-Regular') format('svg');
}

@font-face {
	font-family: 'LatinModernSans';
	font-style: italic;
	src: url('fonts/lmsans10-oblique.eot');
	src: local('Latin Modern Sans'), local('LMSans10-Oblique'), url('fonts/lmsans10-oblique.woff') format('woff'), url('fonts/lmsans10-oblique.ttf') format('truetype'), url('fonts/lmsans10-oblique.svg#LMSans10-Oblique') format('svg');
}

@font-face {
	font-family: 'LatinModernSans';
	font-weight: bold;
	src: url('fonts/lmsans10-bold.eot');
	src: local('Latin Modern Sans'), local('LMSans10-Bold'), url('fonts/lmsans10-bold.woff') format('woff'), url('fonts/lmsans10-bold.ttf') format('truetype'), url('fonts/lmsans10-bold.svg#LMSans10-Bold') format('svg');
}

@font-face {
	font-family: 'LatinModernSans';
	font-style: italic;
	font-weight: bold;
	src: url('fonts/lmsans10-boldoblique.eot');
	src: local('Latin Modern Sans'), local('LMSans10-BoldOblique'), url('fonts/lmsans10-boldoblique.woff') format('woff'), url('fonts/lmsans10-boldoblique.ttf') format('truetype'), url('fonts/lmsans10-boldoblique.svg#LMSans10-BoldOblique') format('svg');
}
@font-face {
	font-family: 'Aquiline';
	src: url('fonts/Aquiline.eot');
	src: local('Aquiline'), local('Aquiline'), url('fonts/Aquiline.woff') format('woff'), url('fonts/Aquiline.ttf') format('truetype'), url('fonts/Aquiline.svg#Aquiline') format('svg');
}

@font-face {
	font-family: 'AquilineTwo';
	src: url('fonts/AquilineTwo.eot');
	src: local('AquilineTwo'), local('AquilineTwo'), url('fonts/AquilineTwo.woff') format('woff'), url('fonts/AquilineTwo.ttf') format('truetype'), url('fonts/AquilineTwo.svg#AquilineTwo') format('svg');
}

@font-face {
	font-family: 'DakotaRegular';
	src: url('fonts/dakota.eot');
	src: local('Dakota'), local('Dakota'), url('fonts/dakota.woff') format('woff'), url('fonts/dakota.ttf') format('truetype');
}

#header, #respond, #footer, #commentform, #headerimg, a#tooCool, #searchform, #s, #submit, #sidebar, #wp-calendar {
	display: none;
}

#respond p, #comment p, #commentform p, .info {
	display: none;
}

select, input, textarea, ckeckbox, dd {
	display: none;
}

.navigation, .postmetadata, .subscribe {
	display: none;
}

body {
	text-align: left;
  margin: 0;
  padding: 0;
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: .75em 0 .5em 0;
  text-align: left;
  page-break-after: avoid;
  font-family: 'MgOpenCosmetica',Georgia,'Trebuchet MS', 'Lucida Sans', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
}

p {
  margin: .5em;
}

img {
	border: 0;
}	

a, a:visited, a:hover, a:visited:hover {
  color: #0100be;
  background: transparent;
  text-decoration: none;
}

a[href]:after {
	content:" (Link zu: <"attr(href)">) ";
	color: lightgrey;
	background-color:inherit;
	font-style:italic;
	font-size: 9pt;
} 

*[name]:after {
	content:" [#"attr(name)"]";
	color: lightgrey;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 

*[title]:after {
	content:" ("attr(title)")";
	color: lightgrey;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 

*[acronym]:after {
	content:" ("attr(acronym)")";
	color: lightgrey;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 

*[cite]:after {
	content:close-quote" (Quelle: "attr(cite)")";
	font-size: .7em;
} 

* {
	quotes: "\201E" "\201C" "\201A" "\2018";
} 

q:before, blockquote:before {
	content:open-quote;
} 

q:after, blockquote:after {
	content:close-quote;
}

blockquote, q, cite {
	padding-left: 2em;
}

/* Ende Allgemeines Druck-Layout */


.tex sub, .latex sub, .latex sup {
  text-transform: uppercase;
}

.tex sub, .latex sub {
  vertical-align: -0.5ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
}

.tex, .latex, .tex sub, .latex sub {
  font-size: 1em;
}

.latex sup {
  font-size: 0.85em;
  vertical-align: 0.15em;
  margin-left: -0.36em;
  margin-right: -0.15em;
}


/* Start spezielle WP-Tags */
code {
	font: .8em 'Courier New', Courier, Fixed;
  color: gray;
	padding-left: 2em;
}

code a[href]:after {
	content:"";
}
/* Ende spezielle WP-Tags */
