
/**************************************************
SiteCrafting, Inc.
http://www.sitecrafting.com

leaguename_schoolname.css
Stylesheet that sets up all the colors that are used
throughout the site
**************************************************/

h1{     color: #CC6600; }
h2{     color: #CC6600; }
h3{     color: #CC6600; }
a{      color: #CC6600; }
input{          border-color: #CC6600;     }
select{         border-color: #CC6600;     }
textarea{       border-color: #CC6600;     }
input.btn{      color: #000; background-color: #CC6600; border: 1px solid #000 }

/***********************************************************/
#header{               border-color: #000;     }
#header #logo{          background-image: url("../images/content/narrowsleague_www_logo.jpg");   }
#header #tagline{       color: #006600; }

/***********************************************************/
#menu{                  background-color: #006600;      }
#menu a{                color: #fff;                    }
#menu ul li#active{     background-color: #CC6600;      }
#menu ul li#active a{   color: #000;                    }

/***********************************************************/
#news-updates{          color: #fff; background-color: #006600;  }

/***********************************************************/
#footer{        border-bottom-color: #000;      }
