/* Companion Custom CSS over-rides for [ Deed The Inky Dot Com ]: ComicPress - 2.8 */

#header {width: 780px; height: 130px; background: url('/images/header.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 780px; height: 130px; text-indent: -9999px;}
#header .description {display: none;}

body {
   font-family: 'Arial', sans-serif;
   }
   
.narrowcolumn {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
} 

.comic {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
} 

#menubar {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
} 

/*Background Colours*/

body { background: #63c04a; }
.narrowcolumn { background: #91ed78;}

#menubar {
   background-image: none;
   background: #4a8f37;
   border: 0;
}


#menu {
   border: 0;
}

#menu li a {
   border: 0;
}


/* link color of the menubar */
#menu a {
   color: #000000;
}

/* Main menu highlighted text color */
#menu li:hover a, #menu li.sfhover a {
   background-image: none;
   color: #000000;
   border: 0;
}

/* Main menu highlighted background color */
#menu li:hover, #menu li.sfhover {
   background-color: #63c04a;
   -moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}


/* The current page your on */
#menu .current_page_item a {
   background-image: none;
   background-color: #91ed78;
   color: #000000;
   border: 0;
   -moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

/*Round Corners*/

#narrowcolumn {
-moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   }