/*
CSS for Holiday Cottages site
*/
body {
  font-family: Arial,Verdana sans-serif;
  background-color: white;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: Arial, Times New Roman, sans-serif, "georgia";
}

h1 {
  font-size: x-large;
  background-color: #9999cc;
  color: blue;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;

}

h2 {
  color: blue;
  font-size: 130%;
  font-weight: bold;
  padding-top: 15px;
}

h3 {
   color:  #6666ff;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
}


li {
  font-size: small;
  list-style-type: none;
  padding-top: .4em;
  padding-bottom: .2em
}

p {
   font-family: Arial, sans-serif;
  font-size: normal;
  color: black;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

a {
  font-weight: bold;
  font-size:  medium;
}

a:link {
  color: #6666ff;
}

a:visited {
  color: #330099;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: #9966cc;
}

a:active {
  color: aqua;
  background-color:  #6666ff;
}

em {
  text-transform: uppercase;
  font-weight:  bold;
}

.new {
  color: #6666ff;
  font-family: Arial, serif;
  font-size: normal;
  position: relative;
  }
  


.feature2 {
	float:  left;
	margin: 10px;
	border:10px solid #ffcc99;
}
.feature1 {
  float: right;
  margin: 10px;
  border:10px solid #ffcc99;
 
 }
.question {
  color: green;
  font-family: Arial, serif;
  font-size:  normal;
}

.answer {
  color: #800157;
  font-family: Arial, serif;
  font-size:  normal;
}

.fun {
  font-style: italic;
  color:  #6600ff;
font-weight: bold;
font-size:  140%;
}




h2, ul {
  margin-top: 15px;
}

#header {
 
}

img.feature {
  float: right;
  margin: 15px;
  border: 2px solid white;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;   
  color: gray; 
}


/*
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, {
  top: 160px;
  left: 0px;
}

#bodycontent {
  top: 200px;
left: 250px;
}

#header {
  width: 100%;


}

