/* -----------------------------------------------------------------------------
Title:				Stylesheet for printing
Author:				Remy Tiitre, <remy.tiitre(at)ddw.ee>
URL:					http://www.riigikogu.ee/rito/extensions/DDW_Layout/css/print.css
License:			Copyright 2008, Digital Doorway, All Rights Reserved.
							Feel free to read and learn from this, but don't steal.

Description:	This stylesheet will provide styles for printing for the
							www.riigikogu.ee/rito/ site.
----------------------------------------------------------------------------- */

/* DDW default styles *********************************************************/
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; }
li, dd, blockquote { margin-left: 1em; }
blockquote { font-style: italic; }
q:before { content: open-quote; }
q:after { content: close-quote; }
img, fieldset { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
form label { cursor: pointer; }
acronym, abbr { border-bottom: 1px dashed #000000; }
.Clear { clear: both; }
/*--------------------------------------------------------------------------- */

/* Layout styles ------------------------------------------------------------ */
#Page { width: 100%; }
#HeaderPrint { display: block; }
#HeaderPrint h1 {
	border-bottom: 1px solid #aaaaaa;
	color: #aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 1em;
  padding-left: 1em;
}
#Header { display: none; }
#Content {
	padding: 0 1em;
  width: 95%;
}
#Navigation { display: none; }
#Footer { display: none; }

/* Font styles -------------------------------------------------------------- */
html, body, form, fieldset { font-family: Times New Roman, serif; }
body {
	font-size: 12pt;
	line-height: 1.125em;
}
h1 {
	font-size: 1.5em;
  font-weight: bold;
}

/* Color styles ------------------------------------------------------------- */
body { color: #000000; }
a {
  text-decoration: underline;
  color: #4589c9;
	/* TODO Lisa tekstina kuvamine lingile, mitte allajoonitus */
}
/******************************************************************************/

/* Article start **************************************************************/
#DDW_Article .lead {
	clear: both;
	font-style: italic;
	padding-bottom: 0.8em;
}
#DDW_Article .author {
	margin-top: 3em;
	font-style: italic;
}
#DDW_Article .author img {
	float: left;
	margin-top: -1.9em;
  padding-right: 0.8em;
}
/* Article end ****************************************************************/