/* this style sheet defines the basic style for all W3T Team-confidential
   meeting minutes */

/* This is for netscape as a minimum as it doesn't seem to support include :-(
tbl 9809 */

body {
  color: black;
  background: fixed top right no-repeat url(minutes.gif) #FD8;
  margin: 40px 40px 40px 4em;
}

/* @import url(/StyleSheets/minutes-extras.css); */
/* Inserted longhand for Netscape which doesn't seem to do imports: */

/* this style sheet defines the basic style for all W3C meeting minutes 
 It must be imported AFTER the access level (team, member, public, etc)
  style sheet */ 

/* For resolutions and action items: */
strong { background-color: #B2FF69}

/* Must distinguish headers without ridiculous sizes */
h1 { font-size: 160% ; text-align: center; margin-left: -1.25em }  /* meeting name*/
h2 { font-size: 140% ; background-color: white; margin-left: -1.43em }  /* eg Agenda, Summary */
h3 { font-size: 120% ; margin-top: 2em; margin-left: -1.67em} /* eg item head */

p  { margin: 0.3em  0 } /* not too much gap */

/* removed so ols have numbers in NN 6
ul, ol, li {margin-left: 0; padding-left: 0}
li li {margin-left: 2em} */

/* Classes - wouldbe more useful if quicker to set with Amaya -tim */

.speaker {
  font-weight: bold;
}

.site {
  font-weight: bold;
}

.action {			/* An ACTION item */
  background: #FA0;
  font-weight: bold;
}

.irc {				/* Something said on IRC, not on the phone */
  color: #888;
  margin-left: 25%;
}

.summary {			/* Summary, rather than direct speech */
  font-style: italic
}

img.portrait {float: right; margin: 1em 0 1em 1em; width: 75px}

.done { text-decoration: line-through}  /* A completed action */

.resolved { background-color: #95FF95}  /* A resolution of the meeting */

/* Numbering doesn't hurt */
body, h2 {
  counter-reset: h3;
}
h3:before {
  content: counter(h3) ". ";
  display: inline;
}
h3 {
  counter-increment: h3;
}

/* bling bling */
h2 { 
     border-radius: 20px;
     padding-left: 10px;
    }
