#footer, #main {
/*
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
*/cop
}

/************ DOCUMENT STYLES ************/
html, body {
  font-family: 'Garamond', Times, serif;
  background-color: #A7A7A7;
  color: black;
  text-align: left;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 12pt;
}

#container {
  width: 760px;
  margin: 0px auto 0px auto; 
}

/************ HEADER STYLES ************/

#title {
  margin-top: 10px;
  color: #333333;
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #333333;
  font-size: 2.2em;
  font-weight: 500;
  width: 350px;
  font-variant: normal;
  letter-spacing: 0.1em;
}

#subtitle {
  color: #660000;
  display: block;
  padding-bottom: 8px;
  font-size: 1.9em;
  font-weight: 500;
  width: auto;
  font-variant: normal;
  letter-spacing: 0.1em;
  margin: 10px auto 0px auto; 
}

/************ NAVIGATION BAR STYLES ************/

#navbar{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding-top: 5px;
  border-bottom: 1px solid #C8C8C8;
}

.menuitem {
  width: auto;   /* total width (760) div number of links */
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 5px;
  padding-top: 2px;  
  border-top: 1px solid #C8C8C8;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
}

.menuitem a {
  text-decoration: none;
  color: #333333;
  font-variant: normal;
}

.menuitem a:hover {
  text-decoration: none;
  color: #660000;
  font-variant: normal;
}

/************ MAIN CONTENT STYLES ************/

#main {
  background-color: #A7A7A7;
  width: 760px; 
  padding-top: 30px;
  float: left;
  height: auto;
  margin-bottom: 25px;
}

#leftcontent {
  width: 225px;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 300px;
}

#rightcontent {
  width: 470px;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
  border-left: 1px solid #888888;
  min-height: 300px;
  height: auto;
}

.photographer {
  font-size: .75em;
  text-align: right;
  margin-top: 0px;
  margin-bottom: 0px;

  padding-top: 0px;
  padding-bottom: 0px;
  color: #888888;
}

.UL_title {
  margin-bottom: 0px;
  font-weight: bold;
  margin-left: 10px;
}

ul {
  margin-top: 0px;
  list-style-type: none;
}
  

/************ FOOTER  STYLES ************/

#footer {
  width: 100%;
  text-align: center;
  color: #333333;
/*

  float: left;
  clear: both;
  display: block;
*/

}

#bottommenu {
  font-size: 1em;
}

#copyright {
  margin-top: 8px;
  font-size: .7em;
}

/************ SPECIFIC STYLES ************/

.bio {
  text-indent: 15px;
  margin-top: 10px;
  text-align: justify;
  line-height: 1.2em;
}

/* Page Headings */
.subheading {
  font-size: 2em;
  color: #660000;
  margin-bottom: 15px;
}


.smallheading {
  font-size: 1.25em;
  color: #660000;
  margin-bottom: 15px;
}

.blockindent {
  margin-left: 25px;
}

.link a, #footer a { 
  text-decoration: none;
  font-variant: normal;
  color: #333333;
}

.link a:hover, #footer a:hover { 
  text-decoration: none;
  font-variant: normal;
  color: #660000;
}

.group{
  width: auto;
  text-align: left;
  margin-bottom: 20px;
}

.centering {
  width: 100%;
  text-align: center;
}

.borderpic {
  padding:  5px;
  border:  2px solid #888888;
}

/************ STYLES FOR RESUME PAGE ************/
.resume_heading {
  margin-top: 25px;
  font-variant: small-caps;  
  font-weight: bold;      
}

.resume_item {
  margin-top: 10px;
  margin-left: 20px;
}

.resume_subitem {
  margin-left: 35px;
  font-style: italic;
}

.resume_description {
  margin-left: 35px;
  font-style: italic;
}

/************ STYLES FOR SCHEDULE PAGE ************/

.schedule {
  margin-top: 10px;
  border: 1px solid #888888;
  border-collapse: collapse;
  width: 100%;
}

.schedule td {
  padding: 6px;
  vertical-align: top;
}

.odd {
  background-color: #009999;
}

.schedule tr:hover {
  color: #333333; 
  background-color: #C8C8C8;
}

.schedule #heading:hover {
  color: black; 
  background-color: #A7A7A7;
}


/************ STYLES FOR POPUPS ************/

#schedulepopup, #picturepopup {
  background-color: #C8C8C8;
  color: black;
  border-style: double;
  border-color: #888888;
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: hidden;
  overflow: auto;
  padding: 5px 5px 5px 5px;
}        

#schedulepopup {
  width: 450px;
  height: 300px;
  margin-left: -200px; /*  .5 x width    */
  margin-top: -125px;  /*  .5 x height   */
}        

#picturepopup {
  text-align: center;
  width: 450px;
  height: 300px;
  margin-left: -200px; /*  .5 x width    */
  margin-top: -125px;  /*  .5 x height   */
}


.popupdiv {
  border: none;
  height: 100%;
  width: 100%;
  text-align: left;
}

.popupdiv .line {
  margin-bottom: 5px;
}

.popupheading {
  font-weight: bold; 
  width: 100%; 
  text-align:center; 
  margin-bottom: 15px;
}

.popupsubheading {
  font-variant: small-caps; 
  font-weight: bold; 
}

.popupclose {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #660000;
}

