body {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
  background:  #000;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.03, rgb(43,23,74)),
      color-stop(0.51, rgb(141,140,189))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(43,23,74) 3%,
      rgb(141,140,189) 51%
  );
  
  
}


/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #125AA7; }
a:hover           { color: #000; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
  overflow-y: scroll;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #3B3B3B;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }


.delicious-banner {
    font-size: 1.5em;
}

.recent_posts {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#bg_wrapper {
    background: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
}
/* EOF */

