

.container{ 
	border-top:0px solid #CCCCCC;
}
/****

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

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


/****
#header {
	background: url('../images/logo.gif') 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: #2F67BF; }

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

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

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

.post h2 a{
	color: #234D8F;
}

h3, h4, h5{
	color: #234D8F;
	font-size: 1.6em;
	margin-bottom: 5px;
}

.post h2 a:hover{
	color: black;
}

#maincontent h2 {
	color: #234D8F;
}

.textwidget{
	font-size: 0.9em;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

img.post_image{
	display: block;
  margin-left: auto;
  margin-right: auto;
	text-align: center;
}


.image_with_cap{
	display: block;
  margin-left: auto;
  margin-right: auto;
	text-align: center;
}

.image_with_cap span{
	display: block;
	font-style: italic;
}