/* Compiled Wed Jan 25 17:38:13 GMT 2012 */
/* Edit index-extra.src, not this file */
/*
 * Additional screen stylesheet for index.{html,php} files
 * Provides a boxed column on the left for general explanation
 * of what the area is (#gloss), and an unboxed list on the
 * right for area contents (#contentslist)
 */


div#local { position: relative;}
/*
div#local h2 {margin-left: -10px; margin-right: -10px;
              margin-top: 0;
}
*/


/* gloss */ 
div#gloss {
  float: left;
  width: 20%;
  border: 1px black solid;
  background: #cccccc;
  color: black;
  margin: 0 .5em .5em 0;
  padding: 0 10px 5em 10px;
  top: 0;
/*  background: url('/events/img/norcroft/pale-norcroft.jpeg');
    center center no-repeat;*/
}

#gloss p, #gloss table {
/*  font-size: 90%;*/
    font-size: 9pt;
}

#gloss table {
  text-transform: uppercase;
  font-size: 7pt;
}

#gloss address, #gloss p,
#gloss table, #gloss table tr td, #gloss table tr th,
#gloss a:link, #gloss a:visited {
  background: transparent;
}

#gloss address {
/*  text-align: center;*/
  font-weight: bold;
  font-style: normal;
  color: black;
  background: white;
  margin-bottom: 1em;
  padding: 4px;
}

#gloss h2 {
  color: black;
  background: #cccccc;
}

#gloss a:hover {
  background: #FF0099;
  color: white;
}

#gloss a:active {
  background: transparent;
}


#gloss div.imgholder {
  text-align: center;
}

#gloss div.imgholder img {
  margin: 4.5em 0 0 0;
  border: #cccccc 10px groove;
}

#gloss table {
  border: 0;
}


#gloss table tr th {
  font-weight: bold;
  font-style: normal;
  text-align: right;
  }

#gloss table th:after {
  content: ":"
}

#gloss table td {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  padding-right: 1em;
}

/* contentslist */

div#contentslist {
  margin-top: 0;
  margin-left: 25%;
  padding: 0 0 .5em 0;
  top: 0;
  right: 5px;
  position: relative;
}

div#contentslist ul {
/*  font-size: larger;*/
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

/*
 * Would be nice to do this with list-style-image etc, but
 * unfortunately IE7 runs the image and li text far too close
 * together, and it still does not support :before pseudoelements.
 */
div#contentslist ul li {
/*  padding: 0 1em 0 60px;*/
/*  margin: 0 0 0 0;*/
  background-image: url();
  background-repeat: no-repeat;
  background-position: left top;
  list-style-type: none;
/*  width: 80%;*/
}


/*
 * use a further css file specific to the directory
 * to put in a background-image for each li
 */

/* Back-peddling furiously for cases where there are no images:*/
div#contentslist div.nolistimages ul li {
  padding: .2em;
  background-image: none;
  list-style-type: disc;
}

/* And for cases where we don't want the huge vertical gaps*/
div#contentslist ul.nohighspacing li {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 1px red dotted;
}




/* Allow a right-hand column without the extra spacing
    needed for the main contents page */
div.contents {
  margin-left: 25%;
}

