

.container 		{  }

a 				{ color: #000099; }
a:hover			{ color: #007EE7; }


/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/



#header {
	background: url('http://www.shawnroe.com/stories/pics/kuno_stories.png') no-repeat;
	height: 90 px;
}

#header h1		 { display: none;  }
#header .description { display: none; }


-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------


#nav { color: #ffffff; },
#subnav	{ background: #0099E6; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #007EE7; color: #FFF;}

#nav li a,
#subnav li a 	{ color: #ffffff; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #ffffff; }

