body {background: #e1edf4; }


.container 		{ border-top: 3px solid #8b9fa8; }

a 				{ color: #4f6d7b; }
a:hover			{ color: #973c1f; text-decoration: underline; }

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


#header {
	background: url('../images/jjphotography-logo-blog.gif') 0px 8px no-repeat;
	height: 89px;
}

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


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

#nav, #subnav	{ background: #8b9fa8; }

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

#nav li a,
#subnav li a 	{ color: #4f6d7b; }

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


#page {background: #fff url(../images/sidebar_bg.gif) repeat-y scroll right center}
#maincontent h2 a { color:#4f6d7b;}