body {
  background-color: rgb(119,203,240) !important;
  font-family: "Geneva", Helvetica, sans-serif;
}

#page {
  background-color: rgb(142,139,132) !important;
  padding-top: 0px !important;
}

#header {
  background: rgb(69,65,62) url('blogheader.png') no-repeat scroll 20px 25px;
  border-bottom: 1em solid white;
}
h1{
  display: none;
}
#header .description {
  display: none;
}

.entry-content {
  color: white;
  margin-bottom: 5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Geneva", Helvetica, sans-serif;
  color: white !important;
}

h2 {
  text-align: left !important;
  margin: 0.6em 0em;
}

.entry-title a {
  color: rgb(119,203,240) !important;
}

li a {
  color: rgb(69,65,62) !important;
}

ul.menu li a {
  padding: 5px 15px 7px !important;
}

a {
  color: white !important;
}

.entry-content p a,
#rollingcontent p a {
  color: white;
  border-bottom: 1px dashed white;
}
.entry-content p a:hover,
#rollingcontent p a:hover {
  border-bottom: 1px solid white;
  text-decoration: none !important;
}

.entry-meta {
  margin-bottom: 1em;
}

.entry-meta .entry-date abbr {
  color: #BBB;
}

.menu li.current_page_item a,
.menu li.page_item a,
.menu li.admintab a {
  color: rgb(119,203,240) !important;
}

.menu {
  left: auto !important;
  right: 20px;
  width: auto !important;
}

.secondary div {
  margin-top: 3em !important;
}

#sidebar-1 .sb-latest h4 {
  color: rgb(69,65,62) !important;
}

#s {
  width: 75% !important;
}

#footer {
  border-top: 1em solid white;
  background-color: rgb(119,203,240);
}

.commentauthor,
.commentauthor a {
  color: rgb(119,203,240) !important;
}
.comment-content {
  color: white !important;
}
.comment-login {
  color: rgb(69,65,62);
}
.comment-meta a,
.comment-edit-link {
  color: rgb(187, 187, 187) !important;
}