@charset "UTF-8";

/* Marmarth Research Foundation */
/* Styles for all pages */

/* HIDDEN ELEMENTS */

#subheader h1,
#subheader h3,
#navigation h2,
#navigation li p,
.hide,
.hideNormal {
  display:none;
}

p:empty,
em:empty { display: none; }



/* TRANSPARENCIES */

.white .bg, .black .bg, .dblack .bg, .tan .bg {
  height:100%;
  left:0px;
  position:absolute;
  top:0px;
  width:100%;
  z-index:0;
}

.white, .black, .dblack, .tan { position:relative; }

.white .right, .white .right *, .white .left, .navigation, .black *, .dblack *, .tan * { position:relative;/*  z-index:1; */
}

/* IE 6 */

* html .bg, {
 display:none;
}

/* GENERAL */

html body {
  background:#543c14;
  font:0.75em/1.9 "Trebuchet MS", Helvetica, Arial, sans-serif;
  padding:0;
  margin:0;
  text-align:center;
}

h1 {
  font: small-caps 1.8em "Times New Roman", Times, serif;
  letter-spacing:0.03em;
  margin-bottom:0.2em;
}

h2 {
  font: bold small/1.9em "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin-top:1em;
  margin-bottom:0;
  text-align:left;
}

h3 {
  font:bold 1.2em "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

p a {
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px solid #036;
}

p a:link { color:#036; }

p a:visited { color:#000; }

p a:hover {
  color:#fff;
  background-color:#0757a8;
  border-bottom:2px solid #036;
}

p.date {
  font-size:0.95em;
  font-weight:bold;
}

p.note {
  font-size:0.95em;
  line-height:normal;
}

p.note a { border-bottom:1px solid #947554; }

p.numbered { margin-left:7px !important; }
p.numbered sup { margin-left: -8px; }

p.error {
  font-size:0.8em;
  font-weight:bold;
  color:#543c14;
  text-align:center;
}

p.error:hover { color:#ebdab2; }

sup {
  vertical-align: top;
  position: relative;
  top: -5px;
}

a.more {
  font-size:0.95em;
  font-weight:normal;
  padding:2px;
}

a img { border:0; }

a.no_link { cursor:default; }

a.invisible {
  border:0;
  background:none;
  color:#333 !important;
}

a.invisible:hover {
  background:none;
  border-bottom-width:1px !important;
}

ul.list li p a.video,
ul.list li p a.pdf,
a.video, a.pdf {
  padding-left:18px !important;
  background-repeat:no-repeat;
}
ul.list li p a.video, a.video { background-image:url("/images/url_play.png"); }
ul.list li p a.video:hover, a.video:hover { background-image:url("/images/url_play-hover.png"); }

ul.list li p a.pdf, a.pdf { background-image:url("/images/pdf-16.png"); }

.indent { padding-left:10px; }

.divider {
  border:0;
  border-top:1px solid #947554;
  height:1px;
  margin-top:-0.5em;
  margin-bottom:1.5em;
  text-align:center;
  width:25%;
}

#home .divider {
  margin-top:2.5em;
  margin-bottom:2em;
}

img.left { margin:0.5em 1em 1em 0; }

img.right { margin:0.5em 0 1em 1em; }

img.center { margin:0.5em auto 0.5em; }

img.small {
  margin-top:0.25em;
  margin-bottom:0.5em;
}

img.left, img.right, img.center {
  border:1px solid #947554;
  position:static;
}

img.blue { border:1px solid #036; }

/* LAYOUT */

.left { float:left; }

.right { float:right; }

.center { float:none; }

.tray, .column {
  display:inline;
  word-wrap:break-word;
}

.tray { margin-bottom:18px; }

#container {
  background:#feedcc url("/images/papel_bg.gif") repeat;
  margin:0 auto;
  padding:0;
  text-align:left;
  width:990px;
}

#trayContainer {
  color:#000;
  line-height:1.6em;
  margin:0 95px 0;
  width:800px;
}

/* PAPER BACKGROUND */
div.top, div.sides, div.bottom {
  background:no-repeat center;
  float:none;
  line-height:0;
  position:relative;
  word-wrap:break-word;
  width:990px;
}

div.top, div.sides { background-position:top; }

div.sides { background:repeat-y top; }

div.bottom { background-position:bottom; }

#papelSides { background-image:url("/images/papel_s.gif"); }

#papelTop { background-image:url("/images/papel_t.gif"); }

#papelBottom {
  background-image:url("/images/papel_b.gif");
  margin-top:-560px;
}

#borderBottom {
  background-image:url("/images/border_b.gif");
  margin-top:8px;
  padding-bottom:13px;
}

#borderTop {
  background-image:url("/images/border_t.gif");
  padding-top:16px;
}

#borderSides { background-image:url("/images/border_s.gif"); }

#watermark {
  height:608px;
  text-align:center;
  padding-top:10px;
}

/* FOOTER */
#footer {
  color:#333;
  margin:15px 70px 40px;
  width:850px;
}

#footer a:link, #footer a:visited {
  border:0;
  color:#630;
  font-weight:normal;
  letter-spacing:0.01em;
}

#footer a:hover {
  color:#fff;
  border-bottom:2px solid #036;
}

#footer p {
  font-size:0.95em;
  line-height:1.3em;
  margin-top:0;margin-bottom:0;
  text-align:right;
}

#breadCrumb {
  color: #000;
  font-size:0.9em;
  padding:0;
  margin-bottom:8px;
  text-align:right;
  clear:both;
}

#breadCrumb a {
  color:#666;
  text-decoration:none;
}

#breadCrumb a:hover { color:#000; }

#breadCrumb ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
}

#breadCrumb ul li {
  margin-left: 0;
  padding-left: 2px;
  border: none;
  list-style: none;
  display: inline;
}

/* UNIVERSAL ITEMS */

#digRibbon {
  position:absolute;
  float:right;
  height:250px;
  right:3px;
  top:1px;
  width:400px;
}

#thesSkull {
  height:149px;
  margin-left:-30px;
  margin-top:-130px;
  position:absolute;
  width:373px;
  z-index:2;
}

#matton {
  height:585px;
  margin-left:-120px;
  margin-top:-120px;
  position:absolute;
  width:375px;
  z-index:0;
}
