/*
  lol.css for lineoflight.com by Mike Foster (cross-browser.com)
*/

/*
http://www.colorcombos.com/color-scheme-6.html
663, 996, CC9, FFC
*/

* {
  margin:0;
  padding:0;
}
body {
  color:#000;
  background:#fff;
  font-family:"bitstream vera sans",verdana,arial,helvetica,sans-serif;
  font-size:medium;
  line-height:1.5em;
}
a {
  background-color:transparent;
}
a:link {
  color:#663;
  text-decoration:underline;
}
a:visited {
  color:#663;
  text-decoration:underline;
}
a:active {
  color:#663;
  text-decoration:underline;
}
a:hover {
  color:#663;
  background-color:#DDA;
  text-decoration:none;
}
h1 {
  color:#cc9;
  background:transparent;
  font-weight:bold;
  margin:10px 0 0 0;
  font-size:xx-large;
}
h2 {
  color:#663;
  background:transparent;
  font-weight:bold;
  margin:2em 0 .5em 0;
  padding:4px 0px;
  text-align:left;
  font-size:large;
}
h3 {
  color:#663;
  margin:1em 0 .3em 0;
  font-weight:bold;
  text-align:left;
  font-size:small;
}
p {
  margin-top: .5em;
}

.content {
  margin:0 5em;
}
/*
.intro {
  font-style:italic;
  font-weight:normal;
  color:#000;
  background:transparent;
  text-align:center;
  margin:10px 0 0 0;
}
*/
.subtitle {
  margin-left: 3px;
  font-size:smaller;
}
.smaller {
  font-size:smaller;
}

/* */

#xBody {
  padding-bottom: 30px;
}
#xTopRow {
  width:600px;
  padding:1em 1em 4em 1em;
  margin: 60px 0 60px 75px;
  border-bottom: 1px solid #cc9;
}
#xTopRowLink,
#xTopRowQuote {
  margin: 40px 0 0 0;
}
#xCol1 {
  position:absolute;
  width:75px;
  left:0;
  top:75px;
}
#xCol2 { /* Content */
  width:600px;
  margin-left:75px;
  padding:0 1em 1em 1em;
  font-size: smaller;
  border-bottom: 1px solid #cc9;
}

#xFooter {
  margin-left:75px;
  padding:1em;
}

/* page/line reference number styles without positioning */
.refN { /* first line of paragraph */
  font-size:smaller;
  color:#ccc;
  font-weight:bold;
}
.refN1 { /* first line of page */
  font-size:smaller;
  color:#888;
  font-weight:bold;
}
.refNT { /* target */
  font-size:smaller;
  color:#000;
  font-weight:bold;
}

.mbe-name {
  color: #cc9;
}

