/*
CSS The Croft Bed and Breakfast Website
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: white;    /* #D4BC7E or #e2edff */
  border-top: 3px solid #D4BC7E;    /* Gold */
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: black;
  color: white;
  padding-top: 5em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: black url(banner.jpg) repeat-y center;
}

h2 {
  color: black;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
  width: 100%;
  border-bottom: 3px solid #D4BC7E;  
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: black;
}

#tagline p {
  font-style: bold;
  font-family: Verdana, Georgia, Times, serif;
  background-color: black;
  color: white;
  /*border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;*/
  border-top: 3px solid #D4BC7E;
  border-bottom: 3px solid #D4BC7E;  
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: purple;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: #D4BC7E;
}

a:active {
  color: aqua;
  background-color: Navy;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  background-color: #D4BC7E;  
  /*background-image: url("sandBG.jpg");
  background-repeat: repeat-y;*/
  width: 180px;
  height: 1000px;
  line-height: 150%;  
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
}

.feature {
  float: right;
  margin: 5px;
}

.photospan {
  float: none;
  margin: 2px;
}

.galleryphoto {
  float: none;
  margin: 2px;
}


/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 10em;
}


/*
VT - Do not want photos to go down
*/

#bodyphotos {
  left: 200px;
  width: 400%;
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}

/* VT */
.featurelist {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 150%;
  font-size: small;
  color: black;
}

/* VT */
.pricelist {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 150%;
  font-size: small;
  color: black;
}


/* VT */
li {
  list-style-type: circle;
}


	