/*******************************************************************************
Filename:     print.css
Title         General Print stylesheet for www.paldiski.ee
Author:       Remy Tiitre <remy.tiitre(at)ddw.ee>
URL:          http://www.paldiski.ee/extensions/DDW_Layout/css/print.css
License:      Copyright 2009, Digital Doorway, All Rights Reserved.
              Feel free to read and learn from this, but don't steal.

Description:  This stylesheet will define www.paldiski.ee site layout and
              other general styles for printing.
*******************************************************************************/

/* DDW default styles *********************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{border:0;width:100%;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address{margin:0.8em 0;}
li,dd,blockquote{margin-left:1em;}
blockquote{font-style:italic;}
caption,th{text-align:left;}
img,fieldset{border:0;}
table{border-collapse:collapse;}
form label{cursor:pointer;}
acronym,abbr{border-bottom:1px dashed #000000;cursor:help;}
.Clear{clear: both;}
/* Layout styles ------------------------------------------------------------ */
#Page {
  margin: auto;
  width: 960px;
}
#ContentArea {
  margin: 0;
  padding: 0;
}
#ContentArea .column {
  float: none;
  margin: 0;
  padding: 0;
  position: static;
}
#Selection {
  display: none;
}
#Header {
  display: none;
}
#Navigation {
  display: none;
}
#AddOns {
  display: none;
}
#Footer {
  display: none;
}