
.container 		{  
  border-top: 0;
  font-family: lucida grande,sans serif;
  font-size: 11pt;
}

/****
a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/

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


#header {
	background: url('/hackdiary.png') 50px 17px no-repeat;
	height: 89px;
}

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

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

#nav, #subnav	{ background: #f8cc00; }

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

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

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