body {
  padding: 0;
  margin: 0;
  background-color: #13120d;
  font-family: Palatino, Georgia, 'Times New Roman', serif;
}
#wrapper {
  background-image: url(/graphics/jessica-grace-wall.jpg);
  background-repeat: no-repeat;
  background-color: inherit;
  width: 1012px;
  min-height: 738px;
  margin: 0 auto;
  border: 2px solid black;
  color: white;
}
#jessicagrace {
  float: right;
  margin-top:20px;
  margin-right: 40px;
}
a:link, a:visited {
  color: white;
  text-decoration: none;
}
/* ------------------------ roundy corners */
#wrapper,
#content,
#footer {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* ------------------------ main menu */
#menu {
  clear: both;
  float: right;
  margin-right: 10px;
  margin-top: 20px;
  width: 160px;
}
#menu ul {
  list-style-type: none;
}
#menu ul li a:link,
#menu ul li a:visited {
  display: block;
  font-weight: bold;
  font-size: 2.4em;
  padding-bottom: 20px;
}
#menu ul li a:hover {
  color: #ee736b;
}
#news #newslink {
  color: #ee736b;
}

/* ------------------------ content panel */
#contentwrapper {
  float: right;
  margin-top: 4px;
  margin-bottom: 2em;
  width: 500px;
}
#contentwrapper h1 {
  margin: 0;
  padding: 0;
}
#content {
  padding: 10px;
  color: black;
  background-image: url(/graphics/content-background-white.png);
  min-height: 420px;
  border: 1px solid white;
}
/* ------------------------ news */
#news #content * {
  margin: 0;
  padding: 0;
  color: #212;
}
/* ------------------------ feedburner */
#news #content .feedburnerFeedBlock ul {
  margin-bottom: 0.5em;
}
#news #content .feedburnerFeedBlock li {
  list-style-type: none;
  padding-bottom: 1em;
  border-bottom: 1px solid white;
}
#news #content .feedburnerFeedBlock .headline {
  display: block;
  clear: both;
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 2px;
  padding-top: 2px;
  color: #035;
  margin-top: 0.2em;
  margin-bottom: 0.1em;
}
#news #content .feedburnerFeedBlock .headline a {
  color: #035;
}
#news #content .feedburnerFeedBlock .date {
  background-color: transparent;
  margin-top: -4px;
  margin-bottom: 2px;
  text-align: right;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.6em;
}
#news #content .fbsubscribelink {
  width: 388px;
  float: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.75em;
}
#news #content .creditfooter {
  width: 88px;
}

/* ------------------------ footer */
#footer {
  clear: both;
  text-align: center;
  background-color: #333;
  width: 500px;
  margin-left: 342px;
  border: 1px solid black;
}
#footer a:hover {
  text-decoration: underline;
}
/*
colours:
cream (name)          f4dac5
pale orange (name)    f6bfb4
dark grey (cardigan)  151515
dark blue (cardigan)  035
dk. maroon (cardigan) 212
*/

