/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */
body {  background: #FFF;  font-family: Verdana, sans-serif, Arial, Helvetica, Tahoma ;     /* web safe fonts */  font-size: 80%;    /* 12px */  font-weight: normal;  line-height: 150%;    /* 19.2px */}

html {

  background: #F4F7E7;                               /* background & font color */

  color: #111;

}

.foto-comment {
  display: block;
  font-family: Verdana, sans-serif, Arial, Helvetica, Tahoma ;   
  font-size: 90%;
  color: #444;
  text-align: left;
  margin-left: 35px;
}

/*  Added from http://www.drupal.ru/node/14019 */
.align-c {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
 
.align-r {
  display: block;
  text-align: right;
}
 
.align-l {
  display: block;
  text-align: left;
}
 
.align-j {
  display: block;
  text-align: justify;
}
 
.float-l {
  display: inline;
  float: left;
}
 
.float-r {
  display: inline;
  float: right;
}
 
img.float-l, img.float-r {
  margin: 10px;
}