body {
font-family: Helvetica, Arial, Verdana, sans-serif;
color: #000;
background:#fff;
}

h1 {
font-weight: lighter;
line-height: 0.2em;
}

p {
line-height: normal;
}

img {
border: 1px solid #939393;
padding: 0;
margin: 0;
}

ul {
list-style-type: none;
}

a:link {
color: #999;
text-decoration: none;
border-bottom: 1px solid;
}

a:hover {
border-bottom: 3px;
border-bottom: solid;

}

a:active {
color: #888;

}

a:visited {
color: #888;
text-decoration: none;
border-bottom: 1px solid;
}

a:visited:hover {
border-bottom: 3px solid;
}

#wrapper {
	width: 700px;
	}

#ff {
	float: right;
	}
	
#header {
	float: left;
	}

.friendfeed.widget,
div.friendfeed.widget div,
div.friendfeed.widget span,
div.friendfeed.widget img,
div.friendfeed.widget table,
div.friendfeed.widget tr,
div.friendfeed.widget td {
  background-color: transparent !important;
  color: black;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left;
  line-height: 1.3em;
  width: auto;
  float: none;
  }
  
.friendfeed.widget {
  color: #000;
  font-size: 10pt;
  position: relative;
  border: 0px solid #437ec7 !important;
  overflow: hidden;
}

.friendfeed.widget a {
	border: 0; !important
	}

.friendfeed.widget a:link {
	color: #999; !important
	}


.friendfeed.widget a:visited {
	color: #999; !important
	}
.friendfeed.widget .body a {
	color: #999;
	}

.friendfeed.widget .title a {
	color: #999; !important
	}

.friendfeed.widget .summary {
display: none;
	}

  /*  friendfeed guide til css*
      .friendfeed
      Every other selector is contained within this.
    *
      .logo
      Contains the FriendFeed logo.
      Hide the logo: .friendfeed .logo img { display: none; }
    *
      .feed
      Contains a FriendFeed feed.
    *
      .entry
      Contained within a FriendFeed feed. Contains an individual entry.
    *
      .icon
      The service icon for an entry.
      Remove service icons: .friendfeed .feed .cluster .icon { display: none; }
    *
      .body
      Contains the body of an entry.
    *
      .summary
      Contains the summary of an entry. Summaries contain text like "shared three items on FriendFeed".
      Make summaries not wrap: .friendfeed .feed .cluster .body .summary { white-space: nowrap; }
    *
      .comments
      Contains the comments for an entry.
      Remove comments: .friendfeed .feed .entry .comments { display: none; }
      Remove comment icons: .friendfeed .feed .entry .comments .comment .quote { background: none };
    *
      .likes
      Contains the likes for an entry.
      Remove likes icon: .friendfeed .feed .entry .likes { background: none; }
    *
      .info
      Contains the entry's timestamp.
      Increase the font size: .friendfeed .feed .entry .info { font-size: 10pt; }
    *
      .media
      Contains media for an entry.
      Remove border around images: .friendfeed .feed .entry .media img { border: 0; }
    *
      .picture
      Badge profile picture.
      Remove the profile picture: .friendfeed .picture { display: none; }
    *
      .name
      Badge user name.
      Change the font size: .friendfeed .name a { font-size: 8pt; }
    *
      .services
      A list of services with image icons.
      Add more margin: .friendfeed .services { margin-top: 10px; }
    *
      .stats
      Contains statistics including number of shared items.
      Move stats to right of picture: .friendfeed .stats { clear: none; }
    *
      .bottom
      Contains the "Subscribe to me" link.
      
      */

