/* awm-site.css                                                        */
/* Default stylesheet for adsorption.org and awmarcz                   */
/*                                                                     */

/* Anything that's a heading should be in our heading font */

  body
  {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  }

BODY {background-image: url(../awm_bkg1.gif) ! important;
      background-repeat: repeat-y ! important;}

body {margin-left: 20px; margin-right: 20px; margin-top: 5px;}

/* clear: xxx; defines if an element allows other elements floating on sides */
/* (xxx = left,right,both sides) clear: left; clear: right; clear: both; */

  img {border: 0px;}

/* if sum of: margin + padding + border = const, then no content shifting */
/* image links - structurel formatting */
  A img         {margin: 2px; padding: 2px; border: solid 1px;}
  A:visited img {margin: 2px; border: 1px;}
  A:active img  {margin: 1px; border: 2px;}
  A:hover img   {margin: 1px; border: 2px;}

  A {text-decoration: none;}
/*  A {font-family: Times New Roman, Times, Serif, Arial, Tahoma; } */

  .loadguide A   {text-decoration: none;}
  .loadguide A:visited   {text-decoration: none;}
  .loadguide A:active   {text-decoration: none;}
  .loadguide A:hover   {text-decoration: none;}


  .igray {border: solid 1px #808080; /* background-color: black; */}
  .igray0 {border: solid 1px #d0d0d0; /* background-color: black; */}
  .igray1 {border: solid 1px #c0c0c0; /* background-color: black; */}
  .igray2 {border: solid 1px #b0b0b0; /* background-color: black; */}

 .cmmnt {padding: 1px; margin: 1px; padding-left: 5px; margin-left: 25px; }
 .cmmnt {border: 2px solid #d0d0d0; }
 .cmmnt ol {margin-top: 0px; margin-bottom: 5px;}
 .cmmnt ul {margin-top: 0px; margin-bottom: 5px;}

 .cmmnt1 {padding: 2px; margin: 2px; padding-left: 5px; margin-left: 25px; }
 .cmmnt1 {border: 1px solid #d0d0d0; }
 .cmmnt1 ol {margin-top: 0px; margin-bottom: 5px;}
 .cmmnt1 ul {margin-top: 0px; margin-bottom: 5px;}


.refs {padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px; border: solid 1px;}
.refs ol {margin-top: 0px; margin-bottom: 0px; padding: 0px;}

p  {padding-top: 0px; padding-bottom: 0px;
    margin-top: 5px; margin-bottom: 5px;}
ul {margin: 2.5em;/*35x;*/ padding: 0px; margin-top: 0px; margin-bottom: 0px;}
ol {margin: 2.5em;/*35x;*/ padding: 0px; margin-top: 0px; margin-bottom: 0px;}
li {padding: 0px; margin: 0px; margin-left: -1em;
    /* text-indent: -1em;*/ /*-10px;*/
    /*padding-top: 0px; padding-bottom: 0px;
    margin-top: 0px; margin-bottom: 0px;
    padding-left: 0px; margin-left: 0px; */}
li li {margin-left: -1.5em; /* text-indent: -2.5em;*/}
li li li {margin-left: -1.5em; /* text-indent: -4em;*/}
li li li li {margin-left: -1.5em; /* text-indent: -5.5em;*/}
/* li li {padding-top: 0px; padding-bottom: 0px;
    margin-top: 0px; margin-bottom: 0px;}
*/

H1 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  clear: both;
  font-size: xx-large /*6*/; font-weight: bold;
}

H2 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  clear: both;
  font-size: x-large /*5*/; font-weight: bold;
}

/* h1 {margin-top: 0px;} */
h2 {margin-top: 15px; margin-bottom: 10px;}
h3 {margin-top: 10px; margin-bottom: 5px;}



/* Horizontal rules */

HR { margin: 0px; padding: 0px; width: 100%; height: 4px; border: solid 1px;}
.hr08 { width: 80%; height: 3px;}
.hr05 { width: 50%; height: 2px;}
