/* based on karen 1109 */
/* with borrowings from others */

DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 

/* font color light grey */
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  color : #cccccc;
  background : #2d2d2d;
}

/* link colors */

A:link { color : #cccccc}
A:active { color : #ffffcc}
A:visited { color : #cccccc}
A:hover { color : #ffffcc}
		
/*for gallery title bars */

h2
{ 
  font-size:         12pt;
  font-weight:      bold; 
  text-align:       right;
  letter-spacing:     2px;
  display:         block;
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid; 
  padding-top:       6px;
  padding-bottom:    3px; 
  margin-left:      -10px;
  padding-right:     30px;
  margin-right:       0px;
  background-color: #afafaf;
  color:  #000000;
}

/* for bars under image titles */

h3
{
  width: 400px;
  display: block;
  padding: 5px;
  border-style: ridge;
  border-color: #afafaf;
  border-width: 1;
  background: #000000;
  color: #afafaf;
  text-align: center;
  position: relative;
}

/* for titles under images 
 default is 14, bold, center */

.title 
{
  font-size:       14pt;
  text-align:      center;
}

/* for thumbnail image table cells */

td.thumbnail {
  font-variant: small-caps;
  padding-bottom: 10px;
}

/* for border around thumbnails */

IMG.thumbnail
{
  vertical-align: middle;
  margin-bottom: 10px;
}

/* for borders around images */
.display 
{
  border: 2px #cccccc inset;
}

/* to hide date text */
.date{
color: #2d2d2d;
}

/* to get rid of "click on thumbnails.." */
i{
        color: #2d2d2d;
}

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
