/*
Theme Name: Twenty Ten Child - LIBPF blog theme
Theme URI: http://libpf.com/
Author: the WordPress team
Author URI: http://www.3ip.it/
Template: twentyten
Version: 0.1
*/

@import url("../twentyten/style.css");

#wrapper {
	margin-top: 10px;
        width: 100%;
}

input[type="text"], textarea { 
        padding: 0px;
        background: #FDFCFA;
        border: 2px inset;
}

#main {
        overflow:visible; 
        width:75%;
}
#footer {
        width:96%;
}
#portal-footer {
        height:14px;
}
h1 {
        font-size:1.5em;
}
h3 {
        font-size:1em;
}
.widget-title {
        font-size:1em;
        margin-top: 10px;
}

#recent-posts-2 li { display: list-item; }
#archives-2 li { display: block; }
#categories-2 li { display: block; }


