
.container 	{ width: 820px; border-top: 3px #15d8fe solid; padding-top: 0px; }	

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

#page {
	border-left: 1px solid #029b3c;
	border-right: 1px solid #029b3c;
	border-bottom: 1px solid #029b3c;
	float: left;
	margin-bottom: 20px;
}

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


#header {
	background: #000000 url('../images/logo.jpg') 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: #029b3c; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #01ff3a; color: #029b3c;}

#nav li a,
#subnav li a 	{ color: #01ff3a; }

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

/*-----------------------------------------------------------------------------
 * 	Search
 * 	-----------------------------------------------------------------------------*/

#search				{ float: right; }
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #15d8fe; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #fff; }
.search-excerpt 	{ margin: 0; }

/*-----------------------------------------------------------------------------
 * 	Sidebar
 * 	-----------------------------------------------------------------------------*/

#page 		{ background: url('../images/sidebar_bg.jpg') right repeat-y; /* fake bg */ }
#sidebar 	{ margin-left: 8px; /* lets us have border */ }
#sidebar h2 { font-size: 1.3em; line-height: 1.2; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

