/*
============================================================================
red #e36d6d
============================================================================
*/

body {
  background: #f6f6f3;
}

#header {
  border-top: 7px solid #e36d6d;
}

.page blockquote, .format-standard blockquote {
  border-left: 3px solid #e36d6d;
  font-size: 1.24em;
  color: #9a9a9a;
}

.format-standard.entry blockquote p {
  line-height: 1.3em;
  font-family: Lato;
}

h1, h2, h3, h4, h5, h6 {
  color: #e36d6d;
  font-weight: normal;
}

/* Text links */
a {
  text-decoration:none;
  color: #5f91ab;
}

a:focus,a:active,a:hover {
  text-decoration: none;
  color: #d54747;
}

p a:hover {
  text-decoration: underline;
}

/* Nav */
#navigation > li > ul {
  border-top: 4px solid #d54747;
}

#navigation > li > ul li a:hover {
  background: #fbeeee;
}

#footer {
  border-bottom: 7px solid #e36d6d;
}


#commentform button[type=submit],#commentform button[type=button],
.gform_wrapper input[type=submit],
#contactform button[type=submit] {
  border: 1px solid #aa5555; /* inner stroke */
  background-color: #e36d6d; /* layer fill content */
}