/*
 * Author:  Ian Paterson
 * Purpose: Stylesheets for editing and administration of beans-coffee.com
 * © 2008 Beans Coffee Shop
 */
 
.horizExtender {
  position: relative; 
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 80%;
  min-width: 770px;
}

.calendar {
  width: 100%;
  font-family: Tahoma, Arial, Sans-Serif;
  margin-top: -10px;
}

  .calendar b {
    display: block;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 130%;
    line-height: 90%;
    color: #B85;
    margin-top: -2px;
  }

  .calendar .this {
    background: #EDA;
    cursor: default;
  }
  
  .calendar .week_hover {
    background: #EDB;
    color: #B85;
    cursor: pointer;
  }  

    .calendar .week div, .calendar .week_hover div {
      float: left;
      width: 14%;
      text-align: center;
    }
 
.month {
  font-size: 120%;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px;
  border-top: 1px solid #EEB;
}
 
#schedule {
  width: 100%;
  border: 3px double #CA8;
  background: url(../images/backgrounds/vellum.jpg);
  margin: 10px auto;
}

  #schedule .headings td {
    width: 16.5%;
    background: none;
    font-size: 90%;
    border-left: 1px solid #FEB;
    border-right: 1px solid #EDA;
  }
  
  #schedule .divider td {
    background: #077;
    height: 5px;
  }  

  #schedule .items {
    color: #666;
  }

  #schedule .items td {
    font-family: Tahoma, Arial, Sans-Serif;
    text-align: center;
    border-left: 1px solid #FEB;
    border-right: 1px solid #EDA;
   
  }
  
   #schedule .items hr{
    width: 50%;
  } 