/**
 * Stylesheet for www.krimi-couch.de - pages of type 'content'
 *
 * @media       print
 * @author      Lars Schafft, lars [dot] schafft [at] schafft-webdevelopment [dot] de
 * @uses        /styles/basic.css
 * @uses        /styles/print/print.css
 * @version     2.0 (2006-03-26)
 */

/* {{{ import basic styles and different background styles */

@import url("/styles/2007/basic-1-00.css");
@import url("/styles/2007/screen/elements-1-00.css");
@import url("/styles/2007/print/print-1-00.css");

dl.bib
	{
		line-height: 1.3em;
	}
	
dl.bib dl
	{
		padding-bottom: 1em;
	}

dl.bib dt
	{
		margin-top: .5em;
		padding-left: 4em;
	}
	
dl.bib dt.series-name
	{
		margin: 1em 0 .5em 0;
		padding-left: 0;
		font-weight: bold;
	}

dl.bib dt.has-pub-data
	{
		padding-left: 0;
	}
	
dl.bib dd dl
	{
		margin-bottom: 1em;
	}

dl.bib dd.org
	{
		margin: .3em 0;
		font-size: .85em;
		color: #555;
		padding-left: 4.7em;
	}

dl.bib dd.org.has-pub-data
	{
		padding-left: 10pt;
	}
	
dl.bib dt.org
	{
		color: #555;
	}
	
dl.bib dd.year
	{
		margin-left: 0;
	}

dl.bib dd.year
	{
		margin-top: -1.3em;
	}

dl.bib dd.year.has-pub-data
	{
		display: none;
	}
	
dl.bib dt a
	{
		text-decoration: none !important;
		font-style: italic !important;
	}

dl.bib dt img
	{
		display: none;
	}
	
dl.bib span.remark
	{
		font-size: .75em;
	}
	
dl.bib-new cite
	{
		padding: 0;
	}
	
dl.bib-new dd.org
	{
		font-size: 1em;
	}
	
dl.bib-new dt,
dl.bib-new dd
	{
		display: inline;
		margin: 0;
		padding: 0 !important;
	}

dl.bib-new dt.series-name
	{
		display: block;
	}
	
dl.bib-new dd.org:before
	{
		content: " (";
	}
	
dl.bib-new span.year:before
	{
		content: ", ";
	}
	
dl.bib-new span.year:after
	{
		content: "); ";
	}
	
/* }}} */