/*
Theme Name:     TwentyChild2
Theme URI:      http: //lillebjorn.no/
Description:    Child theme for the Twenty Ten theme 
Author:         Lillebjorn Nilsen
Author URI:     http: //lillebjorn.no/about/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

#container {
margin: 0 -320px 0 0;
}

#content {
margin: 0 340px 0 20px;
}

#primary,
#secondary {
width: 300px;
}

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif; /* overall font */
}
#content,
#content input,
#content textarea {  /* change the content font and make it smaller and reduce line height */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 155%;
}
#content .entry-title {  /* post title font */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

