/*
Theme Name: Lille Persille
Theme URI: http://www.lillebjorn.no/
Description: Dattertema (child theme) for Twenty Eleven. Vi legger alle endringer her! Da slipper vi nemlig å gjøre alt omigjen når hovedtemaet oppdateres. Smart?
Author:Lillebjorn Nilsen
Author URI:http://www.lillebjorn.no/about/
Template: twentyeleven
Version: 1.1.

*/


@import url("../twentyeleven/style.css");

#site-title a {
font-size: 147%;
}

/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

pre {
        background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
        line-height: 1.5;
        margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
