/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //4health.se/wordpress
Description:    Child theme for the Twenty Ten theme 
Author:         Anna Sparre
Author URI:     http: //annasparre.com
Template:       twentyten
Version:        0.1
*/

@import url("../twentyten/style.css");

/* Reduce header padding */
#header {
padding:5px 0 0;
}

/* Reduce wrapper margin & padding */
#wrapper {
margin-top:0px;
padding:0 10px;
}

/* Reduce padding below header */
#main {
padding:5px 0 0;
}

/* Reduce stickypost margin & padding, change border, bg-color + font color */
.home .sticky {
background:none repeat scroll 0 0 #fff;
border-top:none;
padding:10px 20px;
color:#6F823A;
}

/* Reduce post margin & padding, add bottom border */
.hentry {
margin:0 0 15px;
border-bottom:2px solid #000000;
padding:10px 0;
}

/* Change body font size & line spacing */
body, input, textarea {
color:#000000;
font-size:12px;
line-height:17px;
}

/* Change body header h3 size */
h3 {
font-size:18px;
line-height:22px;
}

/* Change post font size & line spacing */
#content, #content input, #content textarea {
color:#333333;
font-size:12px;
line-height:15px;
}

/* change post header font-size */
#content .entry-title {
font-size:15px;
}


/* change font for "nyare inlägg" */
.navigation {
font-size:18px;
line-height:32px;
font-weight:bold;
text-decoration: underline;
}

/* Remove author */
.author {
display:none;
}

/* Remove "av" */
.meta-sep {
display:none;
}

/* Remove "Postat den" */
.meta-prep {
display:none;
}

/* Remove "Publicerat i" */
.entry-utility-prep {
display:none;
}

/* remove category in posts */
.cat-links {
display:none;
}

/* remove tags in posts */
.tag-links {
display:none;
}

/* remove "edit" in posts */
.edit-link {
display:none;
}

/* Remove date */
/* .entry-date { */
/* display:none; */
/* } */

/* remove posted by etc in posts */
/* .entry-meta { */
/* display:none; */
/* } */

/* remove tags etc in posts */
/*.entry-utility {
/*display:none;
}

