/**
 * The Holier Grail Website Layout Framework
 * @author    Bill Brown <mailto:macnimble@gmail.com>
 * @copyright None really.
 *            You may use The Holier Grail freely, for any project.
 *            Just please don't claim credit for creating it.
 * @timestamp 2008-MAR-10 2:40 AM
 *
 * @page      Theme Style
 */

html{}
body{
  background:                #999999;
  }

/**
 * DEFAULT LINK STYLES FOR THIS THEME
 */
a{
  text-decoration:           none;
  }
a:link{
  color:                     #0000CC;
  }
a:visited{
  color:                     #666699;
  }
a:focus{
  color:                     #0000ff;
  }
a:hover{
  color:                     #0000ff;
  }
a:active{
  color:                     #0000ff;
  }

#pageShell{
  background:                #fff;
  border-color:              #000000;
  }

#headFrame{
  border-bottom:             0px;
  }
#headFrame div.panel{}
#headFrame div.panel h1{}
#headFrame div.panel h1 a:link{}
#headFrame div.panel h1 a:visited{}
#headFrame div.panel h1 a:focus{}
#headFrame div.panel h1 a:hover{}
#headFrame div.panel h1 a:active{}
#headFrame div.panel h1 a span{}

/**
 * Background for Left Column
 */
#pageFrame{
  background:                #66CCFF;
  }
/**
 * Background for Right Column
 */
#pagePanel{
  background:                #FFFFFF;
  border-color:              #999;
  }
/**
 * Background for Center Column
 */
#coreFrame{
  background:                #ffffff;
  border-color:              #FFFFFF;
  }

#mainFrame,
#moreFrame,
#menuFrame{
  padding-top:               0px;
  }

#pageFrame p{
  line-height:               1.5;
  }

#mainFrame div.panel,
#moreFrame div.panel,
#menuFrame div.panel{
  margin:                    0 2px 2px 2 px;
  }

#footFrame{
  border-top:                1px solid #999;
  padding:                   2px 0;
  background:                #66CCFF;
	
  }
#footFrame p{
  margin:                    0 0 5px 0;
  text-align:                center;
  }

p.hiNote{
  font-size:                 90%;
  letter-spacing:            0.15em;
  margin:                    0;
  }
p.loNote{
  font-size:                 80%;
  letter-spacing:            0.15em;
  margin:                    0;
  }