a, a:visited {
  color: #4E3B96;
}
a:hover, a:visited:hover {
  color: #D86F27;
  text-decoration: none;
}
a img {
  border: 0px;
}
body {
  background-color: #fff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: "Cooper Std", CooperBlackStd, Baskerville, Vollkorn, Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: bold;
}
h3 {
  color: #999;
  font-family: "Cooper Std", CooperBlackStd, Baskerville, Vollkorn, Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  text-align: left;
}
#header {
  border-bottom: 2px solid #D86F27;
  padding: 0;
  height: 125px;
  width: 750px;
  background-image: url(/images/layout/Katie-web-banner.png)
}
#header a {
  display: block;
  height: 125px;
  width: 750px;
}
#site-title {
  color: black;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: black;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: black;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  background-color: white;
  border-bottom: 2px solid #D86F27;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 520px;
}
#content {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  border-right: 1px dotted #ccc;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #ccc;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
}
#content .first.entry h3 {
}
#sidebar-wrapper {
  float: right;
  width: 225px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
  list-style-image: url(/images/layout/Katie-web-bullet.png);
}
#footer {
  color: #818cb0;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}
.dottedline {
  border-bottom: 1px dotted #ccc;
  display: block;
  padding-bottom: 2px;
}
