body { background-image: none; } #header-overlay img { border-radius: 6px; } .post.sticky h2 a { color: white; } #menu ul li { background-color: #fff; background-image: none; border-radius: 5px 5px 0 0; padding: 5px 5px 0 5px; } #menu ul li a { background-image: none; /* IE users will see a solid color instead of a gradient. */ background-image: -moz-linear-gradient( top, rgba( 255, 255, 255, 0.4 ), transparent ); background-image: -o-linear-gradient( top, rgba( 255, 255, 255, 0.4 ), rgba( 255, 255, 255, 0 ) ); background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 255, 255, 255, 0.4 ) ), to( rgba( 255, 255, 255, 0 ) ) ); border-width: 1px; border-style: solid; border-radius: 5px 5px 0 0; color: #fff; padding: 10px 14px 10px; } .pagewrapper{ background-color: #fff; background-image: none; border-radius: 6px; } #page{ border-radius: 6px; }