
/*

   Cascading Style Sheet for the Ozone Watch web site
      http://ozonewatch.gsfc.nasa.gov/

   Written by:
      Rob Simmon
      Leslie Lait

   Revision history:
      $Log: o3watch.css,v $
 */


/*------------------  multimedia page --------------------------*/

/*
  This contains a list of items in a left column.
*/
#mm_part1
{
  float : left;
  margin : -1em 0 0 0;
  width : 48.5%;
}

/*
  This contains a list of items in a right column.
*/
#mm_part2
{
  float : right;
  margin : -1em 0 0 0;
  width : 48.5%;
}

.mm_categ
{
  float : left;
  left : 0;
  margin : 0 0 0 0;
  position : relative;
  width : 100%;
}

.mm_categ h2
{
  margin : 1em 0 1em 0;
}

.mm_categ h4
{
  margin : 0 0 1em 0;
}

/*
  Float images to the left of each list item, and put a little extra
  space at the bottom of the last one.
*/
.mm_categ img
{
  float : left;
  margin : 0 .5em 0 0;
  position : relative;
}

.mm_item
{
  min-height : 80px;
}

