/* Start of CMSMS style sheet 'cp-layout' */
/* Layout and styling for Courtney Pianos */

BODY {
  margin: 0;
  padding: 0;
  font-family: "Palatino Linotype", "Times New Roman", Times, serif;
}

/* Hide from visual browsers */
.accessibility {
  position: absolute;
  left: -999em;
  top: -999em;
}

#sidebar {
  width: 180px;
/*  float: left;
  height: 1000px;
*/
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  margin: 0 20px 0 0;
}
#menu UL {
  width: 160px;
  /* No blobs for menu items */
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu LI {
  margin: 2px;
}
#menu DIV.panel {
  background: url('/panel.jpg') no-repeat;
  width: 160px;
  height: 28px;
}
/* Highlight current page */
#menu LI.licurrent DIV.panel {
  border: 2px solid red;
}
#menu LI.licurrent LI DIV.panel {
  border: 0;
}
#menu DIV.label {
  padding: 6px 0 0 6px;
}
#menu LI.lipage, #menu LI.licurrent {
  margin: 2px 0;
  font-size: 12px;
/*  padding: 6px 2px 2px 8px;
*/
  vertical-align: middle;
  font-weight: bold;
}
#menu LI UL {
  padding-left: 10px;
}
#menu A:link, #menu A:visited {
  text-decoration: none;
}
#menu LI.lisect {
  background: transparent;
/*  height: 2ex;
  margin: 2px 0;
*/
  font-size: medium;
  font-weight: bold;
  color: #cc9;
}

#logo IMG {
  /* No border round top-left logo */
  border: 0;
}

/* Main content block */
#main {
  margin-left: 200px;
  padding: 5px;
}
#mainlogo {
  text-align: center;
}
H1, H2, H3 {
  text-align: center;
}

/* Thematic picture, e.g. Bechstein & Bluthner guides */
.themepic {
  float: right;
}

/* Pairs of (maybe captioned) pictures */
.picdiv {
  /* Center picture(s) in page */
  text-align: center;
}
TABLE.pics {
  border: outset 2px;
  margin-left: auto;
  margin-right: auto;
}
.pics TD {
  border: inset 1px;
  /* Align bottoms of captions */
  vertical-align: bottom;
}
.pics IMG {
  border: 0;
}
TD.caption {
  text-align: center;
  width: 250px;
  background: #FFC;
}

/* For Makes & Models */
DT .makename {
  font-weight: bold;
}
DT .makeextra {
  font-style: italic;
}

#letter-menu {
  text-align: center;
}
#research {
  font-size: small;
  font-style: italic;
}

#footer {
  font-size: small;
  text-align: center;
}
#footer HR {
  width: 75%;
}

/* For "What We [Don't] Do" lists */
.yes {
  list-style-image: url('/tick.gif');
}
.no {
  list-style-image: url('/cross.gif');
}

/* End of 'cp-layout' */

