My style.css now looks like this:
/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme
Author: Alex Volkov
Template: twentyeleven
*/
@import url("../twentyeleven/style.css");
#site-title a { color: #644b35;}
/* =Make our whole website wider
-------------------------------- */
#page {
margin: 0 auto;
max-width: 1000px;
}
.featured-posts,
#ie7 article.intro {
max-width: 1000px;
}
#main table td {
vertical-align: middle;
}
/* =Global
----------------------------------------------- */
body, input, textarea {
color: #373737;
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.5;
}
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img
{border: none;}
#mytable {
width:400px;
background:#F8E0E0;
border:0px solid #000;
border-collapse:collapse;
}
#mytable th, #mytable td {
border:0px solid #000;
margin:2px;
padding:2px;
}
/* removes title on main page-------------------------------- */
.entry-meta
{
display:none;
}
#main,
.singular.page .hentry {padding:0;}
body.home .entry-title {
display: none;
}
.singular .hentry {
padding-top:0;
}
#nav-single {padding-bottom:0;}
but the distance in for instance this animation (between) https://www.toonhaze.com/?p=253 is still there.. is that normal? I just want my SWF content as close to my menu as possible without any superfluous space inbetween.