/*
 * $Id: print.css 74 2005-07-14 11:14:27Z ma $
 *
 * Purpose: Main print media stylesheet for www.arachne.se
 * Author:  Magnus Johansson <ma@arachne.se>
 * Created: June 29, 2005
 *
 */


/* Document */

body
{
  background: #ffffff none;
  color: #000000;
  font-family: "Bitstream Vera Sans", Geneva, Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.33;
  margin: 0;
  padding: 0;
}

div#photo1
{
  display: none;
}

div#photo2
{
  display: none;
}

div#main
{
  margin: 0em 0.5em 0 3em;
}

div#logo
{
  padding: 1em 2em 1em;
  text-align: right;
}

div#mainmenu
{
  display: none;
}

div#sidemenu
{
  display: none;
}

div#content
{
  margin: 0;
}

div.cloud1
{
  padding: 0.5em 1em 1em 5%;
  width: 55%;
}

div.cloud2
{
  padding: 0.5em 1em 1em 5%;
  width: 55%;
}

div.cloud3
{
  padding: 0.5em 1em 1em 5%;
  width: 55%;
}

div#copyright
{
  padding: 2em 0.5em 0.5em; 
  text-align: right;
}


/* Headers */

h1, h2, h3, h4, h5, h6
{ 
  font-weight: bold;
  line-height: 1.33;
}

h1
{
  font-size: 1.83em;
  margin: 0.67em 0em 0.34em 0em;
}

h2
{
  font-size: 1.5em;
  margin: 0.82em 0em 0.41em 0em;
}

h3
{
  font-size: 1.33em;
  margin: 0.92em 0em 0.46em 0em;
}

h4
{
  font-size: 1.17em;
  margin: 0.92em 0em 0.5em 0em;
}

h5
{
  font-size: 1em;
  margin: 0.92em 0em 0.5em 0em;
}

h6
{
  font-size: 0.83em;
  margin: 1em 0em 0.5em 0em;
}


/* Text blocks */

div#content p
{
  margin: 0.5em 0em 1em 0em;
}

div#copyright p
{
  font-size: 0.83em;
}

li p, dd p
{
  margin: 0.5em 0 0.5em 0;
}


/* Text */

em
{
  font-style: italic;
}

em em
{
  font-weight: bold;
}

strong
{
  font-weight: bold;
}

strong strong
{
  text-transform: uppercase;
}

i, cite
{
  font-style: italic;
}

tt, code
{
  font-family: monospace;
}

u
{
  text-decoration: underline;
}

sub
{
  font-size: 0.83em;
  vertical-align: sub;
}

sup
{
  font-size: 0.83em;
  vertical-align: super;
}

big
{
  font-size: 1.17em;
}

small
{
  font-size: 0.83em;
}

abbr
{
  font-variant: small-caps;
}


/* Links */

a:link, a:visited
{
  background: #ffffff none;
  color: #000000;
  text-decoration: none;
}


/* Lists */

ul
{
  list-style-type: disc;
}

ul ul
{
  list-style-type: circle;
}

ul ul ul
{
  list-style-type: square;
}

ol
{
  list-style-type: decimal;
}

ol ol
{
  list-style-type: lower-alpha;
}

ol ol ol
{
  list-style-type: lower-roman;
}

ul, ol, dl
{
  margin: 0.5em 0 0.5em 0;
}

ul ul, ol ol, dl dl, ul ol, ul dl, ol ul, ol dl, dl ul, dl ol
{
  margin: 0.17em 0 0.17em 0;
}

li, dd
{
  margin: 0 0 0.17em 1em;
}

li li, dd li, li dd, dd dd
{
  margin: 0 0 0.17em 1em;
}

dt
{
  font-weight: bold;
  margin: 0.5em 0 0 1em;
}

li dt, dd dt
{
  margin: 0.17em 0 0 1em;
}


/* Images */

img
{
  border: none;
}


/* Miscellaneous */

hr
{
  margin: 1em 0 0.5em 0;
}
