@import url("scripts/jquery.tweet.css");
body {
  color: black;
  background: white;

  font-family: Verdana, sans-serif;
  margin-left: 10%;
  margin-right: 15%;
  font-size: 85%;
}

div#content {
    width: 700px;
}

    .captioned_photo {
      position: relative;
      float: right;
      margin: .5em 0 .5em 1.25em;
      padding: 0px;
      border: 3px double #4d4d4d;
      line-height: 1em;
    }

    .captioned_photo p {
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      font: .75em/1em Verdana, sans-serif;
      letter-spacing: .05em;
      color: #000;
    }

    .captioned_photo p span {
      display: block;
      padding: .75em;
    }

    .captioned_photo img {
      margin: 0;
      padding: 0;
      display: block;
    }


    #web_presence {
      list-style-type: none;
    }

    .tweet {
      position: relative;
      float: left;
    }

.delicious-posts { float: left; margin: 1em; border: 2px solid #ddd;
		   padding: 0.5em; width: 20em; font-family: sans-serif; }
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0}
.delicious-post { border-top: 1px solid #eee; padding: 0.25em; font-size: 80% }
.delicious-odd { background-color: #f8f8f8 }
.delicious-banner a { font-size: 80%; display: inline; }
.delicious-posts a:hover { text-decoration: underline }
.delicious-posts a { text-decoration: none; color: #a15426; display: block; padding: 0.3em }
.delicious-posts a.delicious-tag { text-decoration: none; color: #a15426; display: inline; padding: 0.3em }
.delicious-post a { color: #04a1ff }
.delicious-network-username a { display: inline; }
.delicious-network-add a { display: inline; }
