@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("del.icio.us") {
body {
  counter-reset: postListCounter !important;
}
.post:before {
  content: counter(postListCounter) ". " !important;
  counter-increment:postListCounter !important;
}
.post {
  border-bottom:1px dotted #aaa !important;
  margin-bottom:10px !important;
  padding:0 0 10px 0 !important;
}
.post .desc a {
  font-weight:bold !important;
  color:#33f !important;
}
.post .meta .pop {
  background:none !important;
  color:#ccc !important;
}

#main {
width:90% !important;
}

/* Sidebar */
#sidebar {
  float:left !important;
  width:30% !important;
}

#sidebar.cloud a.ten {
 color:#33f !important;
  font-size:13px !important;
}

#sidebar.cloud a {
  color:#aaf !important;
}

/* Padding */
.notes, .meta {
  padding-left:24px !important;
}

}