@charset "UTF-8";
/* CSS Document */


/* styles suitable for all media, all browsers */

.thumbs li {
  list-style-type: none !important;
  margin-bottom: .5em !important;
}
.thumbs img {
  vertical-align: middle !important;
}



.thumbs {             /* container for all thumbs */
  width: 660px !important;         /* an explicit width is required for WinIE, or it screws up badly */
  margin: auto !important;       /* correctly center block element */
  padding: .5em !important;
  overflow: hidden !important;
  text-align: left !important;
}
.thumbs ul {
  margin: 0 !important;
  padding: 0 !important;
}
.thumbs li {        /* test these rules with various fonts, may need adjusting */
      /* high enough for image plus 2-line caption */
  width: 200px !important;     /* wide enough for widest image with a bit of padding */
  float: left !important;      /* as many as can fit in window width */
  overflow:hidden !important; /* do not let IE stretch the container */
  text-align: left !important;
  padding: .3em !important;
  margin: .5em !important;
  width: 140px !important;
  height: 300px !important;
  
}


.thumbs img {          /* image resized in ems to maintain proportions */
  display: block !important;      /* prevent text from flowing on the side */
       /* image resolution may suffer a little, but not much */
  text-align: left !important;  /* center for IE */
  margin:0 auto .3em auto !important; /* center for non-IE */
  padding: 0 !important;
}
hr {                   /* see note about hr in HTML below */
  clear: both;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

.magazine {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#ffffff;}
.issuedate {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#999999;}