This will hide all of your blog entries so that you don't have to go through every single entry and set them on private.
CODE
<style type="text/css">
div.blogheader, .caption {
display:none !important;
}
table.blogbody {
display:none !important;
}
</style>
If you ever want your entries back, simply remove the code.