/* Betty Hall PBase style sheet */
/* Created by Brian Hall */
/* Last modified 12.19.09 */

/* Set overall font, color and background */
DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 {
  font-family: arial,helvetica,sans-serif;
  color:  #000000;
  background-color:  #dddddd;
}

/* Set background color outside web pages */
body {
  background-color: #A9A9A9;
  text-align: center;
}

/* Limit width of pages and set background color */
body table, #page-1, #commententry, .imagepage, #slideshow_container {
  background-color: #dddddd;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 900px;
}

/* Format top navigation links */
#linkedsubgalleries {
  /* display: inline; */
  line-height: 2;
  font-style: normal;
  font-size: 10pt;
  text-align: center;
}

/* General hyperlink colors */
a:link { color :  #5865e1}
a:active { color :  #d5ae83; text-decoration: underline; }
a:visited { color :  #5865e1}
a:hover { color :  #5b80b7; text-decoration: underline; }

.other a { padding: 2px 5px; }

.other a:link, .other a:visited {
  color: #000000;
  /* background-color: #5865e1; */
  /* text-decoration: none; */
  font-style: normal;
}

.other a:hover {
  color: #000000;
  background-color: #ffcc66;
}

h1 {font-size: 14pt; }

/* PAGE TITLE - hidden */
#page-1 h2 {
  display: none;
  text-align: center;
  /* background-color: #000000; */
  color: #dddddd;
  font-family: "Times New Roman";
}

/* DESCRIPTION */
.galleryheader { text-align: center; margin: 0 40px; }
/* .galleryheader a { text-decoration: none; } */
.galleryheader img { border: none; }
.galleryheader h1, .galleryheader h2, .galleryheader h3 { margin-top:0; padding-top: 24px; }

/* THUMBNAILS */
img.thumbnail { border: 1px solid; border-color:  black; }
a:link img, a:visited img, a:active img, a:hover img { text-decoration: none; }

/* Un-comment the following section to add a color background to thumbnails */
/* td.thumbnail {
  background: #5865e1;
} */

/* LARGE IMAGES */
.imagetable img { border: 1px solid; border-color:  black; }
.caption {
  font-size : 11pt;
  font-style : none;
}

/* SLIDESHOW */
#slideshow_image_container img { border: 1px solid; border-color:  black; }
#slideshow_info { padding-bottom: 20px; }

/*  COMMENT SECTION */
form table { width: 90%; }

/* Don't display Vote button, hit counter or comment form */
#voteContainer, .gallery_hitcounts, .image_hitcounts,
.gallery_comments #commententry { display: none; }

/* Add space after Comment link */
.gallery_comments, .comment_section #commententry { padding-bottom: 20px; }

/* BLOG ENTRIES */
.p-2 {font-size: 12pt; }



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