
/* http://positioniseverything.net/explorer/threepxtest.html */
#container { margin: 0 -350px 0 0; }
#content { margin: 0 350px 0 0; }
#sidebar { margin-left: -6px; overflow: hidden; }

ol.commentlist li.comment { margin-bottom: -3px; }

/* Fallback - Adds more contrast to the navigation */
div#menu ul li a:hover,
div#menu ul li a:focus,
div#menu ul li.current_page_item a { color: #000; }


/* Resizes larger images to fit max-width of content: 577px to 576px */
.entry img { width: expression(this.width > 577 ? 576: true); }
* html entry img { height: 1%; margin-left: 0; }


/* http://www.positioniseverything.net/explorer/creep.html */
blockquote { width: 95%; }
.entry blockquote { width: 95%; }
ol li.comment blockquote { width: 80%; }



/* Problemkinder */

/* Adds some minimum height to the navigation to show the background-color */
div.navigation { height: 28px; }