/* Companion Custom CSS over-rides for [ Island Tales ]: ComicPress - 2.8 */
/* Change the background. */
body{ background: white ; }
/* Add some space above the comic. */
#comic { padding-top: 5px; }
/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 780px; height: 120px; background: url('http://islandtales.com/wp-content/uploads/2009/09/IslandTales-logo2-780x1201.jpg') top center no-repeat; overflow: hidden;}
#header h1 {padding: 10px;}
#header h1 a {display: block; width: 780px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}