/* album.css --- main CSS stylesheet for photo albums

 * N. Raghavendra <raghu@retrotexts.net>
 * 
 * Created: 2007-11-12
 * 
 * $Hg: album.css,v 0aaa65ff0983 2010-09-12T13:00:17+05:30 raghu $

 * This is the main CSS stylesheet for photograph albums.  It borrows
 * from the common stylesheet for all W3C recommendations, and from
 * the stylesheet for the HTML 4.0 recommendation, also from W3C.  The
 * colour values in this file were obtained from the X Window System
 * file `rgb.txt', using `xcolorsel'.
 */

body {
  color: #000000;               /* Black */
  background-color: #FFFFFF;	/* White */
  text-align: left;
  font-family: verdana, geneva, lucida, 'lucida grande',
  		arial, helvetica, sans-serif;
  font-size: 12pt;
  margin: 2em;
}

h1, h2, h3, h4, h5, h6 {
  color: #3D3D3D;               /* Grey24 */
  background-color: transparent;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 150%;
  margin: 1em;
}

div.MENU, div.NAV {
  color: #000000;               /* Black */
  background-color: #E8E8E8;    /* Gray91 */
  text-align: center;
  font-size: 80%;
  padding: 0;
  border: 0;
}

div#HEADER-MENU {
  margin-bottom: 0;
}

div#HEADER-NAV {
  margin-top: 1ex;
  margin-bottom: 1em;
}

div#FOOTER-NAV {
  margin-top: 1em;
  margin-bottom: 1ex
}

div#FOOTER-MENU {
  margin-top: 0;
}

div.MENU ul, div.NAV ul {
  list-style: none;
  display: inline;
  padding: 0;
  border: 0;
  margin: 0;
}

div.MENU ul li, div.NAV ul li {
  display: inline;
  padding: 0;
  border: 0;
  margin-left: 0;
  margin-right: 1em;
}

div.MENU ul li:first-child, div.NAV ul li:first-child {
  margin-left: 1em;
}

img {
  padding: 0;
  border: 0;
  margin: 0;
}

td.THUMB img {
  width: 168px;
  height: 128px;
}

div.PHOTO, div.CAPTION {
  text-align: center;
}

div.CAPTION{
  font-size: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

table.THUMB-ARRAY {
  width: 100%;
  border-collapse: collapse;
  empty-cells: hide;
  text-align: center;
}

p.THUMB-CAPTION {
  font-size: 75%;
  margin: 0;
}

td.THUMB {
  padding: 2em 0em 2em 0em;
}


a:link {
  color: #0000FF;		/* Blue */
  background-color: transparent;
}

a:visited {
  color: #8B1C62;               /* Maroon4 */
  background-color: transparent;
}

p.SIGNATURE {
  font-size: 70%;
  margin-top: 1em;
}

span.CITETITLE {
  font-style: italic;
}

blockquote {
    quotes: "\201C" "\201D";
}

blockquote:before {
    content: open-quote;
}

blockquote:after {
    content: close-quote;
}

blockquote p {
    display: inline;
}

/*
 * Local Variables:
 * mode: css
 * indent-tabs-mode: nil
 * End:
 */

/* album.css ends here  */