/* Specific CSS for The Chocolate Factory
Created by Brad Hadley, www.bradhadley.com */

#footer a:link              {  text-decoration:none; }
#footer a:visited           {  color: black; text-decoration:none; }
#footer a:hover             {  text-decoration:underline; }
#footer a:active            {  text-decoration:none; }

.maincontent a:link              {  text-decoration:underline; }
.maincontent a:visited           {  color: black; text-decoration:underline; }
.maincontent a:hover             {  text-decoration:none; }
.maincontent a:active            {  text-decoration:none; }

.maincontent {
   margin-left: 10px;
   margin-right: 10px;
   padding-bottom:10px;
   font-size:95%;
   _padding-top: 3px;  /* Hack for IE not padding correctly */
   }

.center {
  text-align:center;
   }

img.centered {
    margin-left: auto;
    margin-right: auto; }

.size80 {
  font-size:80%;
   }

img.floatright {
    float: right;
    margin-right: 0;
    padding-right: 0;
    margin-left: 10px;
   }

img.floatleft {
    float: left;
    margin-right: 15px;
   } 

.green {
  border: 1px solid #2E6048;
  }


h1 {
text-align: center;
  }

h5 {
  display:inline;
  font-weight:bold;
  font-size: 1.2em;
  }
p.runin {
  display:inline;
  }

/* Added by BHH.  Creates News box floating on right side of page */
/*  Block sidebar on right side   */
 .sideright {
  float:right;
  width:180px;
  font-size: 90%;
  padding-left: 5px;
  padding-right: 2px;
  border:2px solid #9a9a9a;
  margin:5px;
  background-color: #eeeeee;
}

/*  Block sidebar on left side   */
 .sideleft {
  float:left;
  width:180px;
  font-size: 90%;
  padding-left: 5px;
  padding-right: 2px;
  border:2px solid #9a9a9a;
  margin-right:10px;
  margin-bottom:10px;
  background-color: #eeeeee;
}


.floatbox {
  border: 2px solid #2E6048;
 width: 75%;
 text-align: left;
 padding: 5px;
   }
