/* -------------------------------------------------------------- 
  
   Yamhill Carlton website CSS
   by Needmore Designs, LLC 
   01.08
   
-------------------------------------------------------------- */
html, body {
  background: #F8F5E4;
}
.container {
  background: #faf0ba url("images/site/background.gif");
  border: 3px solid #584019;
}
#header {
  height: 177px;
/*   background: #f5e49b url("images/site/header.gif") no-repeat; */
  font-size: x-large;
  text-align: center;
  margin: 0;
  padding: 0;
}
#header p {
  padding-top: 50px;
  color: #514120;
  font-family: Copperplate, Verdana, sans-serif;
}
#navigation {
  height: 100%;
  min-height: 500px;
}
#navigation ul {
  padding: 40px 0 0 0;
}
#navigation li {
  color: #faecbb;
  text-transform: uppercase;
  list-style: none;
  padding-bottom: 20px;
  font-family: Copperplate, Verdana, sans-serif;
}
#navigation a:link, 
#navigation a:visited {
  color: #faecbb;
  text-decoration: none; 
}
#navigation a:hover, 
#navigation a:active {
  color: #F3C866;
  text-decoration: none; 
}
#sidepics {
  margin: 0;
  padding: 0;
}

img#headerimage {
  margin: 0;
  padding: 0;
}

#logobottom {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
#primary {
  margin-right: 0;
}
#right {
}
#footer {
  border-top: 3px solid #584019;
  background: #f5e49b;
}
#footer p {
  padding-top: 10px;
  font-size: x-small;
  text-align: center;
}
#footer a:link,
#footer a:visited {
  text-decoration: none;
  color: #514120;
}
#footer a:hover, 
#footer a:active {
  text-decoration: underline;
  color: #514120;
}
h1 {
  color: #503e1d;
  font-family: Copperplate, Verdana, sans-serif;
  font-size: large;
  padding-bottom: 10px;
}
h3 {
  font-size: small;
  font-weight: bold;
  padding: 0;
  margin: .25em 0;
  font-family: verdana, sans-serif;
}
p {
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: small;
}
label {
  font-weight: normal;
  margin-top: 5px;
}
input {
  background-color: #F8F5E4;
}
a:link, a:visited {
  color: #942C57;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.box {
  background: transparent;
}

#map {
text-align: center;
}

#maptext a {
  text-decoration: none;
  color: #514120;
  font-family: Georgia, Times, serif;
  font-style: italic;
}

#maptext a:hover {
  text-decoration: underline;
}

/* Profile Page */

ul.entry {
  padding: 0;
  margin: 0;
}
li.entry-title {
  list-style-type: none;
  list-style-position: inside;
  line-height: 1em;
}
li.entry-title a {
  text-decoration: none;
}
li.entry-title a:hover {
  text-decoration: underline;
  }
.profileimg {
  display: inline;
  clear: both;
  float: right;
  padding-left: 10px;
}
.profileimg img {
  border: 1px solid #584019 !important;
}