/* Customisations from Blueprint framework, specific to Empatico */

/* Colours */

body {
  background: #eef;
  }

.menubox { 
  padding: 1.5em; 
  margin-bottom: 1.5em;
  background: #d5dcf9; 
}

.bodytextbox { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eef; 
}

blockquote {
  color: #822;
}



/* Navigation menu */

#menu li {
  list-style-type:none;
}

#menu a:focus, #menu a:hover {
  color: #000; 
  text-decoration: underline;
  }

#menu a {
  color: #009; 
  text-decoration: none;
  }

/* Skip to links visibility */
.invisibleskip {
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
}

/* Paragraph formatting */

   p + p { text-indent:1.5em; margin-top:-1.5em; }

/* centre images */

image.centred {
   display: block;
   margin-left: auto;
   margin-right: auto;
   }
