/* palette: 
	gold = 		#d8b980, #786747
	light tan = #f3ebd7
	red = 		#ae4836, #9e4131
	blue = 		#1d487d
	lt. grey =  #dcdfd9
 */

body {
	background-image: url("../images/bg.gif");
	font-family: "Times New Roman", Times, serif;
}
a {
  text-decoration: none;
  font-weight: normal;
  color: #024393;
}

img {border:0;}

form {
  position: relative;
  max-width: 40em;
}

a:hover {
  color: #024393;
  border-bottom: solid 1px #024393; 
}
.highlight {
  color: #541409;

}
.container {
  border: solid 1px #ae4836;
  border-top: solid 3px #ae4836;
  background-color: #f3ebd7;
  padding-left: 35px;
  padding-right: 35px;
}

.form-control {
  padding: 4px 8px;
  font-size: 1em;
  height: 2.2em;
}

.form-control-feedback {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
}

.btn,
.btn-primary {
  background: #9e4131;
}

.btn:hover, .btn:focus, .btn.focus,
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  color: #FFF;
  background: #9e4131;
  border-color: #ae4836;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto #FFF;
    outline-offset: -2px;
}

#header {
  padding-top: 50px;
  padding-bottom: 30px;
}

#main {
  padding: 20px;
}

#side {
  padding: 20px;
  border: solid 2px #dcdfd9; 
  background-color:rgba(255, 255, 255, 0.3);
  font-family: Helvetica, Arial, sans;
  font-size: 0.75em;
  color: #654e22;
}

#submitBlock {
  height: 160px;
  margin-right: 20px;
}

#feedbackSubmit {
  position: absolute;
  bottom: 0;
  right: 0;
}

#photo {
  width: 100%;
}

#testimonials {
  border-top: solid 4px #dcdfd9;
  padding-top: 6px;
}

#testimonials p {
  font-style: italic;
}

#testimonials p.quote_author {
  font-family: Helvetica, Arial, sans;
  font-size: 0.8em;
  color: #502822;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: right;
  color: #654e22;
  border-bottom: solid 1px white;
}