/*  this css file is specifically written to display the slideshow
    created from the online version of the 1947 comic book 
    "Is This Tommorrow? America Under Communism" 
*/

/* modifies the default css file to create a two-column page having
   a narrow left sidebar and large right column for displaying galleries */

a {
  border-bottom: 1px dashed #cccccc;
  text-decoration: none;
  color: #0153b4;
}
a:hover {
  border-bottom: medium none;
}

#content {
  margin: 0 0 0 2px;
  float: left;
  width: 842px;  /* width of the main content on the page */
  height: 1140px;  /* height of the main content on the page */
}

.sidebar {
  padding: 0 4px;
  float: left;
  width: 112px;
}

.sidebar li {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 14px 0px;
  background: transparent url(../images/img06a.jpg) repeat-y scroll left top;
  margin-bottom: 2px;
}

.sidebar li h2 {
  margin: 0 0 10px;
  padding: 14px 0 9px 10px;
  background: transparent url(../images/img05a.jpg) no-repeat scroll left top;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.sidebar p {
  padding: 0 10px;
}
