/* Embedded REBOL Header
-------------------------------------------------------
[REBOL [title: "Resume Stylesheet"
date: 1-September-2006
author: "Christopher Ross-Gill"
rights: http://creativecommons.org/licenses/by-sa/1.0/
histoy [1-July-2002 "Created"]]
------------------------------------------------------- */

/* Page Style
------------------------------------------------------- */
body {
  background: #fff url(common/back-pointer.png) no-repeat 85% top;
  color: #000;
  font: 12px/19px "trebuchet ms","verdana","helvetica","arial",sans-serif;
  margin: 15px auto;
  padding: 0;
  max-width: 760px;
  }
div {
  border: dashed #ccc;
  margin: 0 15px;
  padding: 10px 120px 0 60px;
  page-break-inside: avoid;
  }
div.left {border-width: 0 0 1px 1px;}
div.right {border-width: 0 1px 1px 0;}

/* Link Style
------------------------------------------------------- */
a {
  background: transparent;
  color: #009;
  font-weight: bold;
  text-decoration: none;
  }
a:link {color: #009;}
a:visited {color: #006;}
a:active, a:hover {color: #00c;}

/* Header Styles
------------------------------------------------------- */
h1 {
  font: bold 1.75em verdana, "times new roman", times, serif;
  margin: 0;
  padding: 0 0 10px;
  }
h2 {
  font: bold 1.4em verdana, "times new roman", times, serif;
  margin: 0;
  padding: 0 0 10px;
  }

/* Text Styles
------------------------------------------------------- */
h3, p, dt, dd, li {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0.6em;
  }
h3, strong {font-weight: bold;}
ul, ol, dl {
  margin: 0;
  padding: 0;
  }
dt {
  font-weight: bold;
  padding-bottom: 0;
  }
li {list-style: inside url(common/bullet-arrow.png);}
