/*
Theme Name: Child01
Theme URI: ajaleht.eu
Description: ajaleht
Author: Kajar Kase
Author ajaleht.eu
Template: thematic
.
*/

@import url(../thematic/style.css);



/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding:1px 0 1px 0;
}
#blog-title {
    font-family:Haettenschweiler;
    font-size:140px;
    line-height:150px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #000;
}
#blog-description {
    color:#000;
    font-size:13px;
    font-style:italic;
}

function childtheme_content($content) {
if (is_category()) {
$content= 'full';}
return $content;
}

add_filter('thematic_content', 'childtheme_content');


&lt;?php query_posts('cat=-4'); ?&gt;
&lt;?php if ( have_posts() ) : while  ( have_posts() ) : the_post(); ?&gt;
