/************************************************************************
** project.     EDMW
** file.        edmw-print.css
** type.        stylesheet
** author.      Michael Baumgaertner
** remark.      Stylesheet for media print
*************************************************************************
** media.       all
*/

.edmw_rightsidebar{
    display: none;
}

.edmw_leftsidebar{
    display: none;
}

/*
** BLOG
*/

DIV.edmw_blog_entry_info{
    font-size:		normal;
}
DIV.edmw_blog_comments{
    display:		none;
}
DIV.edmw_blog_comment_form{
    display:		none;
}
