/* Companion Custom CSS over-rides for [ Mystery Solved! ]:  -  *

/* Change the background. */
body { background: #3a332b; }

/* Add a dotted line under the post. */
.post { border-bottom: dotted #ddd; }

/* change the background of the author of the posts comments */
.bypostauthor { background: #fdfdf4; }

/* Rounded Corners (not in IE) */

.narrowcolumn {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

/* center nav bar */
.comic_navi_wrapper { display: table; border-collapse: collapse; text-align: center; margin: 0 auto; }

/* make the html page not wobble when reloading to a new page. */ html { overflow-y: scroll; } /


/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 980px; height: 150px; background: url('images/MS-header-980.png') top left no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 150px; text-indent: -9999px;}
#header .description {display: none;}