/* ===================================================
     stylesheet for T.S. McHugh's Restaurant and Pub
     http://www.tsmchughs.com/
   =================================================== */

/* ------------------------------------
     print styles
   ------------------------------------ */


#navigation, .pageNav {
  display: none;
}

body {
  color: black;
  background: white;
  margin: auto;
  font-family: serif;
}

H1, H2, H3, H4 {
  font-family: sans-serif;
}

H1 {
  text-align: center;
  font-size: 150%;
}

H2 {
  font-size: 130%;
}

H3 {
  font-size: 120%;
}

A:link {
  color: #000066;
  background: #fff;
  text-decoration: none;
 }

A:visited {
  color: #330066;
  background: #fff;
}

A[href|=http]:after, a[href|=news]:after, a[href|=ftp]:after {
  content: "[" attr(href) "]";
  font-size: 90%;
  font-family: Monospace;
}

ABBR, ACRONYM {
  border-bottom: none;
}

#copyright {
  font-size: 90%;
}

DIV#copyright {
  margin-top: 1em;
}

.printNone {
  display: none;
}

.entry .lowLight {
  color: black;
  background-color: #9ee;
  border: 1px dashed black;
}

.entry .lowLight H3 {
  color: black;
  background-color: #9ee;
}
