/* print.css - piilotetaan ja muokataan tarvittavat elementit */

body {

	background-image: none;
	text-align: left;
    height: auto;
}

div#wrapper {

	width: 600px;
    height: auto;
	margin: 0;
}

div#menu, div#submenu, div#sidebar {

   display: none;
}

div#header {
  position: relative;
  top: auto;
  left: auto;
  width: 590px;
  padding-left: 10px;
  text-align: left;
}

div#header h1 {

  display: block;
}

h1 {

  font-weight: bold;
  font-size: 0.8em;
  color: #777;
  text-transform: uppercase;
}

div#content {

	width: 600px;
    padding: 10px 0 20px 0;
}

div#text {

	width: 600px;
    height: auto;
}

div#footer {

    background-image: none;
	width: 600px;
    height: 30px;
	padding-top: 5px;
	border-top: 1px solid #999;
	text-align: left;
}

div#footer #address {
  width: 580px;
}

ul#address li {
  float: left;
  padding: 0 10px 0 0;
}

ul#address li strong {
  display: none;
}

div#footer ul li.padding {
  margin-top: 0px;
}

ul#socialmedia {
  display: none;
}

/* End of print.css */
