/* Print Style Sheet */
@media print {

/**************************************************************************
 * General settings
 **************************************************************************/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  line-height: 140%;
	color: #000;
}

strong, em, b, i {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a {
  color: #103b7a;
  text-decoration: none;
}
		
hr {
  display: none;
}		
		
/**************************************************************************
 * Header, menu, sidebar
 **************************************************************************/

#header {
  display: none;
}	

#header .menu, #header .blog-title, #header .description {
 	display: none;
}

#skip, .secondary {
	display: none;
}	

/**************************************************************************
 * Introbox
 **************************************************************************/

.wiest-intro {
  margin: 0px 0px 25px 0px;
  padding: 10px;
  background: #e4f2ca;
}

/**************************************************************************
 * Main contents
 **************************************************************************/

.page-head h1 {
  font-size: 200%;
  text-align: left;
}

.entry-title {
  font-size: 160%;
  font-weight: bold;
  margin-top: 30px;
}

.four04 .entry-title, body.page .entry-title {
  text-align: left;
  font-size: 200%;
}

.entry-content h2 {
  font-size: 130%;
  text-align: left;
  margin-top: 25px;
}

.entry-content {
	text-align: left;
}

.content {
	padding: 10px 20px 10px;
}

.entry-content .wiest-logo {
  padding: 10px 20px 10px 0px;
}

.entry-content .wiest-smallprint {
  font-size: 70%;
}

/**************************************************************************
 * Footer
 **************************************************************************/

.wiest-copyright {
  font-size: 60%;
  padding: 10px 20px 10px;
}

}
