/* Styled by Jeremy Stanners & Gracie O'Neil April 2009 to allow fluid text re-sizing   
   The Three Bears Method of Web Building by www.threebeardmethod.com        */
   
   /* Mornin' Girls colour theme */


body {
  color: white;
  background-color: #103204;
}

h2 {
	color: #white;
  font-weight: bolder;
}

ul {
	list-style-image: url(bullet.gif);
}

a {
	color: lightgreen;
}

a.current {
  text-decoration: none;
}

a:hover {
  color: #C830EF;
}

#wrap {
 background-color: #1E5409; 
}

blockquote{
	background: #5E5921;
	color: #606060;
}

/**** Top ***/
#top {
	color: #33599A;
  background: black url(green_hdr.jpg);
}


#top h2 a {
  color: black;
  font-size: 38px; 
}

#top h2 a:hover {
   color: #C830EF;
}

/**** Main Menu ***/
#menu li a {
  color: silver /*#f0f0a6*/; 
    background-image: url("button0.gif");
    background-repeat: no-repeat;
    background-position:0px 35px;       
}

#menu li a:hover {
/*  background: #802828;*/
    color: black /*#f0f0a6*/; 
    background-image: url("button1.gif");
    background-repeat: no-repeat;
    background-position:1px 36px;       

/*  color: #F0F0A6;*/
}

#menu li a.current {
    color: black /*#f0f0a6*/; 
    background-image: url("button1.gif");
    background-repeat: no-repeat;
    background-position:2px 37px;       
}


/**** Sidebar ***/
#right .box {
	background: #53A827;
	border-color: #C830EF;
  color: black;
}

#right .box h2 {
  color: black;
}
#right .box a {
	color: #l;
}

#right .box a:hover {
  color: white;
}

/* Styled by Jeremy Stanners & Gracie O'Neil April 2009 to allow fluid text re-sizing   
   The Three Bears Method of Web Building by www.threebeardmethod.com        */
   
   /* Mornin' Girls colour theme */


