the 'space' is a h2 tag:
<h2><a href="http://shosheta.com/blog/?p=80" rel="bookmark" title="My OOAK doll is ready">My OOAK doll is ready</a></h2>
with this style:
div.section h2 {
margin: 40px 0 40px 0;
text-indent: -10000px;
background-color: transparent;
background-repeat: no-repeat;
height: 20px;
}
the 'smiley' gets part of its format from:
div.feed div.entry img {
margin-top: 10px;
margin-bottom: 10px;
}
to overwrite this, edit:
img.wp-smiley {
float:none;
width:16px;
}
and add:
margin: 0!important; to it.
'when I tired to put anything in the footer it wont appear.'
can you be more specific? what have you tried to add and how?
does the theme have a footer.php?