
/****************** WEBSITE ********************/
/* Webpage's body */


html {
  height: 100%;
}

body{
  background-color:#011A0B;
  /*#030;*/
  color: black;
  margin:0;
  padding:0;
}

#container, #wrapper{
  background-color: #F5F4F1;
  width: 1028px;
  margin-left:auto;
  margin-right:auto;
}

#container{
  min-height: 100%;
  position: relative;
  height: auto;
  margin: 0 auto -75px auto;
}

/* whole page with content */
#wrapper{
  border: solid;
  min-height: 100%;
}


/****************** BANNER & HEADINGS ********************/

h1.banner{
  background-image: url('../images/web-pieces/banner.png');
  height: 80px;
  width: 1000px;
  top: 0;
  margin-top: 0;
  text-align: center;
}

h2{
  color: #005511; 
  font-weight: bold; 
  font-size: 25px; 
}

h3{
  font-family: "Comic Sans MS", cursive, "sans-serif";
  font-size:30px;
  color:#0E550B;
  margin-top:10px;
  margin-bottom:20px;
  text-align: center;
 /* text-shadow: gray 2px 5px 4px;*/
}

#frontpageImg{
  background-image:url('../images/banner.jpg'); 
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  top: 10px;
  height: 210px;
  width: 1024px;
  margin-left:auto;
  margin-right: auto;
  border: solid;
  border-size: 0.2px;
}

.caption{
  font-family: Arial, Helvetica, "sans-serif";
  text-align: center;
  color: #103606;
  font-size: 20px;
  font-style: italic;
}


/****************** TEXT BODY ********************/

#text-area{
  position: relative;
  font-family: Calibri, "Times New Roman", Times, serif;
  font-size:18px;
  text-align:center;
  width: 668px;
  top:0;
  margin-left:auto;
  margin-right:auto;
  overflow: auto;
}

#left-panel, #right-panel{
  position: absolute;
  background-repeat:no-repeat;
  top: 560px;
  width:140px;
}

#left-panel{
  left:20px;
}

#right-panel{
  right: 20px;
}

img{
	border-color: black;
}

.border{
  border: 3px solid black;}

/* Gives extra space at the bottom of last paragraph in div */
#text-area p:last-child{
  padding-bottom: 50px;
}

/* Vertical column of selected images */
#pix {
  width: 160px;
  display: block;
  margin-top: 40px;
  padding-left: 10px;
}


/****************** HORIZONTAL NAVIGATION ********************/

#navbar ul{
  width:900px;
  height: 50px;
  font-weight: bold;
  font-size: 30px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-shadow: gray 10px 5px 4px;
  margin-top: 20px;
  border-bottom: 6px solid #291602;
  cursor: default;
}

#navbar ul li{
  font-family: Verdana, Helvetica, "sans-serif";
  font-size: 18px;
  color:#005522;
  text-decoration: none;
  display: inline;
  padding-left: 30px;
}

#navbar ul li:first-child{
  padding:0;
}

#navbar ul li a:link{
  color: #005522;
  font-weight: bold;
  text-decoration: none;
}

#navbar ul li a:visited{
  text-decoration: none;
  color: #07401E;
}

#navbar ul li a:hover{
  text-decoration: none;
  color:green;
  text-decoration: underline;
}

#navbar ul li a:active{
  color:green;
  text-decoration: underline;
}

/* Hightlights the current link */
#onhome a#home,
#ongallery a#gallery,
#onrates a#rates,
#onevents a#events,
#onmap a#map,
#onlinks a#links,
#oncontact a#contact,
#onspecials a#specials{
  color:green;
  text-decoration: underline;
}


/****************** LINK STYLING ********************/

a:link{
  color:#005522;
}

a:visited{
  color:#661100;
}

a:hover{
  color:green;
}


/****************** FOOTER PROPERTIES ********************/

#footer{
  position:relative;
  height: 55px;
  text-align: right;
  font-size: 14px;
  color: green;
  background-color: black;
  margin-left: auto;
  margin-right:auto;
  padding-top: 20px;
  padding-right: 15px;
  clear:both;
}

.clearfooter {
  height: 75px;
  clear: both;
}

#footer a:link{
  color: green;
}

#footer a:hover{
  color: lime;
}


/****************** CONTACT INFO ON INDEX PAGE ********************/

#left-col{
  height: 100px;
  width: 165px;
  position: absolute;
  top:470px;
  font-weight:bold;
  font-variant: small-caps;
  padding-left: 35px;
  padding-right: 25px;
  padding-bottom: 30px;

}

#left-col img{
  margin-bottom: 20px;
  margin-left: 20px;
}


/****************** USER-DEFINED CLASSES ********************/

.center{
  text-align: center;
}

.book{
  font-family: Arial;
  font-size: 40px;
  color: #005522;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.hr{
  width: 70%; 
  margin-bottom: 30px;
}



