/* css styling written by Beau McElhattan
   http://www.beaumcelhattan.com */
   
/* hoverbox CSS styling can be found here:
   http://sonspring.com/journal/hoverbox-image-gallery */

body {
  width: 580px;
  background-image : url('images/background.jpg');
  color: black;
  font-family : sans-serif;
  margin-left: 200px;
  }

h1 {
  font-family: Arial, cursive, serif;
  color: #B0292F;
  /*width: 600px;*/
  padding-left: 5px;
  }

#hbar {
  padding-top: 3px;
  background-color: #CDCBCE;
  border: 2px outset #B0292F;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  width: 560px;
  color: #B62A2B;
  font-weight: bold;
  font-size: 0.9em;
  }

#hbar a {
  color: #B62A2B;
  text-decoration: none;
  }

#hbar a:hover {
  color: #3D261E;
  background-color: #FFC069;
  padding: 0px;
  }

.currentpage {
  color: black;
}

#hbarbottom {
  text-align: center;
  background-color: #CDCBCE;
  padding-right: 5px;
  height: 25px;
  width: 550px;
  color: #B62A2B;
  font-weight: bold;
  font-size: 0.5em;
  }

#hbarbottom a {
  color: #B62A2B;
  text-decoration: none;
  }

#hbarbottom a:hover {
  color: #3D261E;
  background-color: #FFC069;
  padding: 0px;
  }



#content {
  font-size: 0.9em;
  background-color: #CDCBCE;
  color: #5537A7;
  width: 550px; /* IE hack */
  padding-left: 10px;
  padding-right: 10px;
  border: 2px outset #B0292F;
  text-align: justify;
  }

.stellaimage {
  border: 1px solid #5537A7;
  float: left;  
  margin: 0px 10px 5px 0px;
}

address {
  clear: left;
  color: #B0292F;
  font-size: 0.8em;
  font-weight: bold;
  font-family: 'times new roman', serif; 
  }
#imagecredit {  /* FirstPeople Image credit */
  text-align: center;
  font-size: 0.7em;
  font-family: sans-serif;
  font-weight: normal;
  color: black;
  clear: both;
  }
#imagecredit a {
  color: black;
  text-decoration: none;
  font-style: italic;
  }

#imagecredit a:hover {
  color: black;
  background-color: #B0292F;
  text-decoration: none; 
}

/* #gourdbanner {
  margin-top: -20px;
  } */

#gourdbanner img {
  width: 75px;
  height: 50px;
  border: 1px solid #CF8934;
  padding-right: 4px;
  }

.welcomemessage {
  font-weight: bold;
  font-size: 1.1em;
  color: #B0292F;
  text-align: center;
}

.contact {
  text-align: center;
}

.counter {
  width: 550px; /* IE Hack Part 2 */
  text-align: center;
}

.valid {
  border: 0px;
}
.validcontainer {
  text-align: center;
}


/* HISTORY PAGE */
dt {
  font-weight: bold;
}
dd {
  font-style: italic;
  font-size: 0.9em;
}


/* ABOUT PAGE */
#topleft1 {
  width: 76px;
  height: 179px;
  float: left;
  border: none;
  margin-top: 5px;
}
#topleft2 {
  width: 88px;
  height: 36px;
  float: left;
  border: none;
  margin-top: 5px;
  padding-left: 0px;
}
#topright1 {
  width: 76px;
  height: 179px;
  float: right;
  border: none;
  margin-top: 5px;
}
#topright2 {
  width: 88px;
  height: 36px;
  float: right;
  border: none;
  margin-top: 5px;
  padding-right: 0px;
}


.sitedesigner {
  text-align: center;
  font-size: 0.5em;
  color: black;
}

.sitedesigner a{color: black}






/* =Hoverbox Code   http://sonspring.com/journal/hoverbox-image-gallery
   Slightly altered for this site
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
  /*margin-left: -15px;*/
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
  top: -33px; 
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	/*height: 159px;*/
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.hoverbox li span {
  font-size: 0.5em;
  line-height: 0.1em;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	/*height: 150px;*/
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}


/* misc styles  ------------------------------------- */

/* make some random bold text */
.bold {font-weight: bold;}

.hoveringinstructions {
  font-size: 0.8em;
  color: #B0292F;
}

#gallerythumbs {
  text-align: center;
}

#gallerythumbs img {
  margin: 5px;
  border: 0px;
}

.gallerysinglepage {
  text-align: center;
}

.gallerysinglepage img {
  width: 300px;
  border: 1px solid;
}

.gallerysinglepage a {
  text-decoration: none;
  color: #B0292F;
  font-weight: bold;
}

#gallerylist  /* for the Unordered list on the galleryindex.html page */ {
  list-style-type: circle;
  font-weight: bold;
}

#gallerylist a {
  text-decoration: none;
  font-weight: bold;
}


#googlead {
	margin-top: 10px;
}

#bibleverse {  
  padding: 5px 5px 5px 5px;
  font-size: 0.7em;  
  margin-left: 5px;
}

#bibleverse a {
  color: #B0292F;
}
