/* Companion Custom CSS over-rides for [ Geist! ]:  -  */
body {background-color:#02223c;
	padding: 5px 0px 0px 0px; /*this is to move the header down a touch so it doesn't start right at the top of the page*/
	font-family: 'Arial' , sans-serif;
	font-size: 14px;
	color: #000;}

/* this changes the general links but not menus and such*/
a {	color: #a00;
	text-decoration: none;}
a:link {color: #395c74;}
a:visited {color: #0a2d51;}
a:hover {color: #faa548;}


/*headers*/
h1, h1 a { font-family: "Bradley Hand ITC", "Lucida Handwriting", Textile, Casual, cursive;
	 font-style:italic;
	 font-size:42px;}
/*h2 is the one used for blog headings*/	 
h2, h2 a {font-family: "Bradley Hand ITC", "Lucida Handwriting", Textile, Casual, cursive;
	font-style:italic;
	font-size:36px;
	padding: 10px 0px 10px 0px;}

/*h3 is the one used for the Comments title*/
h3, h3 a {font-family: "Bradley Hand ITC", "Lucida Handwriting", Textile, Casual, cursive;
		}



/*this controls the font of chapter titles in the archives*/
#storyline li li .storyline-title {font-family: "Bradley Hand ITC", "Lucida Handwriting", Textile, Casual, cursive;
	font-style:italic;}



/*this is the comic itself*/
#page {	width: 776px;} 

/*the place where the menu nav goes*/
#menubar-wrapper { background-color:#395c74;
		font-style: italic;
		font-size: 20px;
		font-family: "Bradley Hand ITC", "Lucida Handwriting", Textile, Casual, cursive;
		}


/*menu link style*/

.menu ul li ul li a {
	text-align: left;
	background: #555; /* background of menu items (default state)*/}

/* this is the color of the non-hovered text in the menubar */
.menu ul li a:link, .menu ul li a:visited {
	color: #fff;}

/*menu items during onmouseover (hover state)*/
.menu ul li a:hover {
	color: #faa548;
	 }



/*the place where the comic nav goes above the comic*/
#sidebar-overcomic {background-color: #02223c;
			padding-bottom: 15px;} 	
		
		

/*the place where the comic nav goes below the comic*/
#sidebar-undercomic {background-color:#02223c;
			padding: 15px 0px 15px 0px}

/*the place below the comic nav and above the blog*/
#sidebar-overblog { background-color:#395c74;
			padding: 10px 5px 5px 5px;}
		
				
		
/*the bit below the comic nav, the blog part and the below blog part, but not the footer*/
#subcontent-wrapper {background-color:#fff;}


#footer {color: #395c74;
	padding: 10px 0px 5px 0px;}