/* awm-site.css                                                        */
/* Default stylesheet for adsorption.org and awmarcz                   */
/*                                                                     */
/* awm-srch.css							       */

/* Anything that's a heading should be in our heading font */

BODY {background: #f7f7f7; color: #303030}

.cprt {color: green;}
.shdr {color: #404040;}
.loadguide {text-align: center; color: #404040; background-color: #f0f0f0; border: solid 1px #d0d0d0;}

/*  margins, padding, border sizes, sizes should be in awm-docs.css */
/*  links - all except for linked images */
  A:link {}
  A:visited {}
  A:hover {background-color: lightyellow; color: red;}
  A:active {background-color: #f0f0c0; color: red;}

/* if sum of: margin + padding + border = const, then no content shifting */
/* image links  (structural formatting in awm-docs.css) */
  A img         {border: #8080ff;}
  A:visited img {border: #e080ff; }
  A:active img  {background-color: #fffff0; border: red;}
  A:hover img   {background-color: #f7f7ff; border: #ff8080}


/* only for <span> element */
/* span.bkg-ads {background-color: #ffff00} */
/* for <span> and <div> elements */
/* .bkg-ads1 {background-color: #c0c0ff} */
/* .bkg-ads2 {background-color: rgb(191,191,255) }*/  /* lightblue */

.bkg       {background-color: #f7f7f7}
.bkg-alts  {background-color: #e7e7e7; border: #ffffff;}
.bkg-altc  {background-color: #e7e7e7; border: #ffffff;}
.bkg-alt   {background-color: #e7e7e7; border: #ffffff;}
.bkg-rel   {background-color: #f0f0f0; border: #d7d7d7;/* lightblue */ }
.transp    {color: white}

.mirrors   {background-color: #ffffff; color: #404080}
 .mirrors A {color: #404080;}
 .mirrors A:hover {color: #804040;}

.bkg-sel   {background-color: #f7f7f7; border: #d7d7d7;/* lightblue */ }
.indx-sel  {background-color: #f7f7f7; border: #d7d7d7;/* lightblue */ }
.page-lnk  {background-color: #f7f7f7; color: #505050; /* greyblue */ }
.page-lnk1 {background-color: #f7f7f7; color: #505050; /* greyblue */ }
.page-rel  {background-color: #f0f0f0; color: #505050; /* greyblue */ }
.indx-title {color: #70a070;/* greygreen */ }

/* if there are various definitions of the same element and they do not conflict, 
  then the final result is combination of both - only if there are conflicting
  formats (e.g. red vs. blue, the last (or !important) is selected */
/* here: site -> index -> ads */
p.xxx {background-color: lightgreen}

/* clear: xxx; defines if an element allows other elements floating on sides */ 
/* (xxx = left,right,both sides) clear: left; clear: right; clear: both; */

H1 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  clear: both;
}

/* The BASEFONT element sets the base font size (using the size attribute).   */
/* Font size changes achieved with FONT are relative to the base font size    */
/* set by BASEFONT. If BASEFONT is not used, the default base font size is 3. */
/* font size has (1 .. 7) range */

/* font-size: (absolute size): */
/* font sizes (style): xx-small, x-small, small, medium, large, x-large, xx-large */
/* font-size: (relative-size vs. parent): */
/* smaller, larger */


/* Add some color to the horizontal rules */

HR {color: #c0c0c0; border: #d7d7ff;}

