/* Aleksey Kliger's homepage CSS */
/* set the document colors */
body {
  /*background-image: url(pictures/ridge-vomit-0.jpg);*/
  background-color: rgb(103,109,120);
  background-attachment: fixed;
  color: rgb(240,240,240);
  font-family: serif;
  padding: 0em;
}

div#offset-block {
  position: relative;
  left: 4%;
  width: 94%;
  background-color: rgb(206,218, 240);
  color: rgb(0,0,0);
  padding: 1%;
  margin: 0em;
}

/* set the colors for links */
a:link { 
  color: rgb(5,28,55);
  text-decoration: underline; 
  background-color: transparent;
}
a:visited {
  color: rgb(55,55,55);
  text-decoration:underline; 
  background-color: transparent;
}
a:active {
  color: rgb(55,0,0);
  background-color: transparent;
  text-decoration:underline; 
}

/* in my documents, there's usually just one H1, a few H2's and
   many H3's */

h1 {
  text-align: right;

  font-size: xx-large;
  font-family: sans-serif;
  font-weight: bolder;

  clear: both;

  background-color: rgb(206,240, 218);
  color: rgb(0,0,0);
  padding: 1ex;
  margin: 0em;
}

h2 {
  text-align: center;

  font-size: large;
  font-family: sans-serif;
  font-style: italic;

  /*clear: both;*/

  background-color: rgb(240, 255, 255);
  color: rgb(0,0,0);
}
h3 { text-align: left; font-size: medium; font-family: serif; clear: none; }

dt {
/*   background-color: rgb(128, 64, 64);*/
/*   display: inline;*/
   float: left;
   margin-right: 2ex;
   /*font-family: sans-serif;*/
 }
dd {
/*    background-color: rgb(64, 128, 128);*/
    display: list-item;
    list-style-type: none;
    margin-left: 4em;
    clear: none; }
dd dl {
  clear: left;
}

/* indent the first line of a paragraph */
p { text-indent: 2em; text-align: justify; }

p.bib {  text-indent: 0em; margin-bottom: 0em; }

p.bib + ul { margin-top: 0em; padding-top: 0.5ex; }

hr { clear: both; }

.all-clearing {
  clear: both;
}

.webutton {
  border-style:none;
  border-width: 0px;
}

/* the happy little "Valid HTML 4.0!" sticker class */
div.validated {
  float: right;
  font-size: x-small;
}

div.floatphoto {
  padding: 2ex;
  border-width: 2px;
  border-style: dashed;
  border-color: rgb(192,192,192);
  margin: 2ex;
  background-color: rgb(240,240,240);
  color: rgb(0,0,0);
  float: right;
  clear: none;
  /*width: 200px;*/
  text-align: center;
}

/* $Id: default.css,v 1.63 2005/10/26 13:11:00 aleksey Exp $ */
