/**
 * Platforma Music
 *
 * Media player
 *
 * @package			Platforma
 * @author			Grafton Dev Team
 * @copyright		Copyright (c) 2009, Grafton, Ltd.
 * @since				Version 2.0
 * @filesource
 */

/**
 * CSS print definition
 *
 * @package			Platforma
 * @subpackage	Assets
 * @category		CSS
 * @author			Aigars Sukurs <aigars@grafton.lv>
 * @version			1.0
 */

@media print
{

	html * {
		font-size: 100.01%;
	}

	body {
		font-size: 13px;
		font-family: "Georgia", sans-serif;
	}

	#margins {
		width: 100%;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
		font-weight: bold;
		margin: 0 0 .25em 0;
		line-height: 1.4em;
		text-transform: capitalize;
	}

	h1 em,
	h2 em,
	h3 em,
	h4 em,
	h5 em,
	h6 em {
		display: block;
		font-size: .7em;
		font-weight: normal;
		letter-spacing: normal;
		line-height: 1.4em;
		margin-top: -.2em;
		color: #999;
	}

	h4 em {
		font-size: .8em;
	}

	h5 em,
	h6 em {
		font-size: .9em;
	}

	a em,
	li em {
		font-size: .9em;
	}

	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: #333;
		font-size: .75em;
	}

	ul,
	ol,
	dl {
		line-height: 1.4em;
		margin: 0 0 1em 0;
		padding-left: 1.4em;
	}

	li {
		line-height: 1.4em;
		margin-left: 1.5em;
	}

	dt {
		font-weight: bold;
	}

	dd {
		margin: 0 0 1em 2em;
	}

	p {
		line-height: 1.4em;
		margin: 0 0 1em 0;
	}

	abbr,
	acronym {
		border-bottom: 1px dashed #111;
		font-weight: normal;
		letter-spacing: .1em;
	}

	ins,
	u {
		border-bottom: 1px solid #111;
		text-decoration: none;
	}

	del,
	s,
	strike {
		font-style: italic;
		text-decoration: line-through;
	}

	address {
		padding-left: 1.4em;
		line-height: 1.4em;
		margin: 0 0 .75em 0;
	}

	b,
	strong {
		font-weight: bold;
	}

	em,
	i,
	sub,
	sup {
		font-style: italic;
	}

	sub,
	sup {
		font-size: .85em;
	}

	small {
		font-size: .8em;
	}

	big {
		font-size: 1.2em;
	}

	code,
	pre,
	tt {
		font-family: "Courier New", "Courier", monospace;
		font-size: 11px;
		margin: 0 0 .75em 0;
	}

	pre {
		overflow: auto;
	}

	blockquote,
	cite,
	q {
		font-style: italic;
	}

	hr {
		background-color: #777;
		border: none;
		border-bottom: 1px solid #777;
		color: #777;
		height: 0;
		margin: 0 0 1em;
		padding: 0;
		width: auto;
	}

	#header,
	#quickLinks,
	#languages,
	#topNavigation,
	#column02,
	#column03 {
		display: none;
	}

	.title {
		font-size: 2em;
	}

	.title em {
		font-size: .6em;
		margin-bottom: 1em;
	}

	.summary {
		font-weight: bold;
		padding: 1em 0 0;
	}

	.date {
		font-style: normal;
		font-family: "Arial", sans-serif;
		font-size: .9em;
		display: block;
		margin: 0 0 .25em;
		color: #666;
	}
}


