.container 		{  }

a, a:visited
{
   text-decoration: none;
   color: #009966;
}

a:hover
{
   text-decoration: none;
   color: #00CC66;
}

a:active
{
   text-decoration: none;
   color: #006633;
}


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


#header {
	background: url('../images/header.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: #006633; }

#nav li a:hover 	{ background: #009966; color: #FFF;}
#nav li.current_page_item a,
#nav li.current_page_item a:hover 	{ background: #00CC66; 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; }

/*-----------------------------------------------------------------------------
	Sidebar Colors
	Customize the sidebar with this CSS
-----------------------------------------------------------------------------*/

#sidebar,
#sidebar h2 { color: #006633; }

#page 
{
   background:url("../images/simon_sidebar_bg.gif") repeat-y scroll right center transparent;
   border-bottom:1px solid #66CC99;
   border-left:1px solid #66CC99;
   border-right:1px solid #66CC99;
}

.comments-alt  
{
   background:none
}

.feedlink  {
   background:url("../images/icons/feed_green_small.gif") no-repeat scroll left center transparent;
}

#maincontent h2 {
   border-bottom:2px dotted #66CC99;
   color:#006633;
}

.container {
   border-top: 0;
}

input {
   padding: 3px;
}
