/*
GRID:
g: 13px (1em)
0.5g: 6px
12c: 923px (71em)
8c: 611px (47em)
4c: 299px (23em)
3c: 221px (17em)
1c: 65px (5em)
1c+g: 78px (6em; for margins, etc.)
*/

a {
	color: #6088ab;
	font-weight: bold;
}

#wrappeur {
	width: 925px;
	margin: 13px;
	float: left;
}

#header {
	width: 299px;
	height: 78px;
	float: left;
	border-top: 1px solid #b3b3b3;
}
#header h1 {
	height: 65px;
	background: #ddebf9 url(fleecelabs.png) no-repeat 0em 6px;
	text-indent: -9999px;
}

#nav {
	margin-left: 13px;
	height: 78px;
	float: left;
	width: 611px;
	border-top: 1px solid #b3b3b3;
}

#nav li {
	float: left;
	width: 65px;
	margin-left: -7px;
	padding-left: 6px;
	border-left: 1px solid #b3b3b3;
	margin-right: 13px;
}
* html #nav li { /* IE6 */
	width: 72px;
}
#nav li.last {
	margin-right: 0;
}
#nav a {
	display: block;
	height: 59px;
	padding-top: 6px;
	color: #333;
}
* html #nav a {
	height: 65px;
}
#nav a:hover {
	background-color: #333;
	color: #fefdd2;
}

#main-content {
	clear: both;
}

h2 {
	font-size: 131%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #ffe6e6;
}

#now {
	width: 299px;
	float: left;
}

#now, #works, #foot {
	clear: both;
}
#now, #what, #peeps, #contact, #works, #foot {
	border-top: 1px solid #b3b3b3;
	margin-bottom: 26px;
}

#what {
	width: 611px;
	margin-left: 13px;
	float: left;
}
#what .content p, #what .content ul {
	margin-bottom: 13px;
}
#what .content li {
	list-style: disc inside;
}

#peeps {
	width: 611px;
	margin-left: 13px;
	float: left;
}
#peeps dl {
	width: 299px; float: left;
}
#peeps dl#peep-peter {
	margin-left: 13px;
}
#peeps dt {
	width: 65px; 
	float: left; 
	clear: both;
}
#peeps dd {
	margin-left: 0;
	width: 221px; 
	float: right;
}

#contact {
	width: 611px;
	margin-left: 13px;
	float: left;
}
.vcard.peeps {
	width: 299px;
	float: left;
	margin-top: 13px;
}
#hcard-Svante-Adermark {
	margin-right: 13px;
}
.vcard.peeps * {
	float: right;
	width: 221px;
	line-height: 1.6;
}
.vcard.peeps .fn {
}
.vcard.peeps .locality {
	float: left;
	width: 65px;
}
.vcard.peeps iframe.googletalk {
  margin-top: 6px;
}

.vcard.company {
	float: left;
	margin-top: 13px;
}
#contact .label {
	float: left;
	width: 65px;
	margin-right: 13px;
	margin-top: 13px;
}
#contact iframe.googlemap {
	margin-left: 78px;
	margin-top: 13px;
}

a.linkedin { background: url(linkedin_ico.gif) no-repeat left; }
a.twitter { background: url(twitter_ico.gif) no-repeat left; }
a.facebook { background: url(facebook_ico.gif) no-repeat left; }
a.jaiku { background: url(jaiku_ico.gif) no-repeat left; }
a.flickr { background: url(flickr_ico.gif) no-repeat left; }
a.lastfm { background: url(lastfm_ico.gif) no-repeat left; }
a.delicious { background: url(delicious_ico.gif) no-repeat left;}
a.anobii { background: url(anobii_ico.gif) no-repeat left;}

dd a {
	display: block;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*#wrappeur { background: url(ourgrid.png); }*/

.friendfeed, .friendfeed .feed {
  padding: 0 !important;
}
.friendfeed .header {
  display: none !important;
}
.friendfeed .feed {
  border: none !important;
}
.friendfeed a:link, .friendfeed a:visited {
	color: #6088ab !important;
	font-weight: bold;
}
