/*
Theme Name: Luisterrijk
Description: Made some extra changes in font and colors, afgeleid van Digital Raindrops 2011 Color Master
Author: Gijs Withagen
Template: twentyeleven
Version: 1.0 
*/

@import url('../twentyeleven/style.css');
@import url('./SF-Cartoonist-Hand-fontfacekit/stylesheet.css');

/* Set background to match the header */
#page {
    background: none repeat scroll 0 0 #DFC4FF;
}

/* Choose different font style */
body, input, textarea {
    font: 300 1.2em "SFCartoonistHand";
}

#access ul {
    font-size: 98%;
}

#access ul ul a {
	font-size: 90%;
}

#site-title a {
    font-size: 180%;
}
#site-description {
    font-size: 120%;
}
.widget-area {
    font-size: 80%;
}

.entry-content h3,
.comment-content h3 {
	font-size: 100%;
}

/* Decrease the whitespace in the header */
#site-title {
    padding: 1em 0 0;
}

#site-description {
    margin: 0 270px 0.8em 0;
}

/* Decrease menu height */
#access a {
	line-height: 2.5em;
}

#access ul ul {
	top: 2.5em;
}

/* Place search box in header */
#branding #searchform {
    top: 2.8em;
}

#main {
    padding: 0 0 0;
}

.entry-title {
    padding-bottom: 0.3em;
    padding-top: 0;
}

.singular.page .hentry {
    padding: 1.2em 0 0;
}