Well Sophie, it’s weird because it seems in the source you have a marginless definition (MARGIN: 0px 10px 10px 0px;) and in the img description no-border:
}
a img {
border-width:0;
}
But right after this i noticed that the Header definition itself shows a single pixel border that you may want to bring down to zero (i’m not competent enough to know if you can delete the border line itself) and see if that works. Or change the color of the border to #ffffff (black) so that it doesn’t show. Let us know
/* Header
-----------------------------------------------
*/
#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid #333333;
}
By the way, very nice blog. I’ll be reading it now (not like i don’t a whole bunch of others i try and get to - but it’s not YOUR FAULT you write interestingly!)