/*
  Print stylesheet for CedarValley.com.  Displays coupon with content.
*/

@media print {

body {
  background:white;
  color:black;
  margin:0;
}

#header {
  display:none;
}

#sidebar1 {
  display:none;
}

#sidebar2 {
  display:none;
}

.cv_footer_widget {
  display:none;
}

.switch-post img {
  display:none;
}


/* Trying to center heading, puzzle, ad, and copyright.  :/  */
.posttitle {
  text-align:center;
  font-size: 1.2em;
  font-weight: normal;
}

#footer {
  text-align:center;
}


#sudoku .answerlink {
  display:none;
}

#sudoku .answerlink_right {
  display:none;
}

#coupon {
  display:block;
}

}

