/* Companion Custom CSS over-rides for [ DJ Bogtrotter ]:  -  */

/* Rounded Corners (not in IE) */

.narrowcolumn {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
} 

/* Change the background. */
body { background: #ccccff; }

#subcontent-wrapper {
background: #b8b8e5;
} 

/* Add a dotted line under the post info. */
.post-info { border-bottom: dotted #333399; }

/* Add some space above the comic. */
#comic { padding: 20px; }

/* make the html page not wobble when reloading to a new page. */ html { overflow-y: scroll; }