@charset "utf-8";

/* --------------------------------- */
/* Daymz.com Print Layout CSS        */
/* --------------------------------- */
/* Copyright (c) 2005-2008 by Daymz  */
/* Ramé. All Rights Reserved.        */
/* --------------------------------- */


/* Disable printing */
body { 
  display: none; 
}

#layout_header_left, #layout_header_right { 
  display: none; 
}

#layout_header_separator_left, #layout_header_separator_right, #layout_header_separator_fill {
  display: none; 
}

#layout_header_menu_tabs, #layout_header_menu_text {
  display: none; 
}

.layout_post_comments, .layout_post_categories { 
  display: none; 
}

