body {
font-family: "Lucida Grande", Helvetica, Arial, Helvetica, sans-serif;
}

#contentarea {
width:1020px;
color:#FFFFFF;
}

#twitterfeed {
text-align:left;
padding-top:10px;
}

#twitter {
padding-left:30px;
}

div.fb { float: right;
margin-top:15px;
margin-left:10px;}

/* Everywhere Lightbox */

#content {
  padding: 0 10px;
  margin-bottom: 10px;
  background: url(images/content.png) repeat-y;
  text-align: left;
}

#content ul {
  float: left;
  display: block;
  width: 450px;
  margin: 0;
  padding: 0;
  background: url(images/networks.png) repeat;
  list-style: none;

}

#content li {
  float: left;
  height: 60px;
  width: 225px;
  position: relative;

}

#content a {
  font-size: 1em;
  color: #666;
  text-decoration: none;
  padding: 10px 0 5px;
  display: block;
  width: 225px;
  height: 45px;
  position: relative;
  z-index: 2;
}

#content a img {
  border: 0;
  float: left;
  margin: 0 10px;
}

.fader {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #A4ADB7;
}

#content a:hover img {
  margin-left: 5px;
}

#content a strong {
  display: block;
  font-size: 18px;
  color: #000;
}

.clear {
  clear: left;
}