/*
Theme Name:     Siili (Twenty Ten Child)
Theme URI:      
Description:    Perustuu Twenty Ten -teeman versioon 1.2.
Author:         
Author URI:     
Template:       twentyten
Version:        1.0
*/

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

#content h1 {
	font-size: 1.5em;
	font-weight: normal;
}

#content h1.entry-title {
	font-size: 2em;
	font-weight: normal;
}

#content h2 {
	font-size: 1.2em;
	font-weight: normal;
}

/* Serif-fontti sans-serifiksi (alkuperäiset rivit 113-119) */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/*font-family: Georgia, "Bitstream Charter", serif;*/
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* Piilotetaan tervetulotekstistä kellonaika, kategoria jne. */
.sticky .entry-meta,
.sticky .entry-utility {
	display: none;
}

#site-title, #site-description { display: none; }

/* tumma #4ca7ce  vaalea #79d6de*/
#access {
	background-color: #4ca7ce;
	border-top: 0px solid #79d6de;
	border-bottom: 1px solid #ddd;
}
#access a {
	color: #fff;
}
#branding img {
	border-top: none;
	border-bottom: none;
}
.home .sticky {
	background-color: #E8F3FD;
	border-top-width: 0px;
	padding-top: 20px;
}

