/*  
Theme Name: Red-Line Print-Layout
Theme URI: http://www.redaccent.net/
Description: Print Layout meines Themes
Version: 0.9 beta
Author: Patrick Niemann
Author URI: http://www.redaccent.net/
*/

/**
 *
 * @css-for (Drucklayout)
 */
.screenreader, #footer, #respond, #profiles, #commentform, #searchform, #s, #submit, #sidebar, #navigation, #top-meta {
	display: none;
}

#respond p, #comment p, #commentform p {
	display: none;
}

select, input, textarea, ckeckbox, dd {
	display: none;
}

.navigation, .postmetadata, .subscribe, .portfolio-container small {
	display: none;
}
img {
	border: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;
}
.commentslist {
	list-style:none;
	margin:0.1em !important;
	padding:0.0;
}
.commentslist li {
	list-style:none;
	margin:0.3em 0 !important;
	padding:0.2em 0.4em;
	border:solid black thin;
}
p {
	margin: .5em;
	font-stretch: expanded;
}

a, a:visited, a:hover, a:visited:hover {
	color: #ae0836;
	background: transparent;
	text-decoration: none;
}

a[href]:after {
	content:" (Link zu: <"attr(href)">) ";
	color: lightgrey;
	background-color:inherit;
	font-style:italic;
	font-size: 9pt;
} 
.portfolio-container a[href]:after, h1 a[href]:after {
	content:"" !important;
}
.portfolio-container {
	margin:1.0em 0 !important;
	border-top:solid black thin;
	list-style:none;
}
*[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;
}

/**
 *
 * @css-for (WP Tags - Anpassen ! )
 */
code {
	font: .8em 'Courier New', Courier, Fixed;
	color: gray;
	padding-left: 2em;
}

code a[href]:after {
	content:"";
}
h1 {
	text-align:center;
}
#header a br {
	float:left;
}
#header a small {
	margin:0 0 0 10Pt;
	font-size:12Pt;
	color:black;
}
