/*   
Theme Name: Sicher
Description: A child theme based on minimalism
Template: minimalism
Author: Mikael Säker
Version: 1.0
*/

@import url('../minimalism/style.css');

body {
    font-size: 10pt; /* Resets 1em to 10px */
    font-family: Georgia, Serif;
    background: #fff;
    color: #333;
    text-align: center;
}

h1, h2, h3 {
	font-family: Georgia, Serif;
	font-weight: normal;
}


h2 {
    font-size: 16pt;
}


.entry h2 {
    font-size: 13pt;
}

#header {
    width: 845px;
    height: 175px;
}

#page {
	background-color: #fff;
	margin: 20px auto;
	padding: 0;
	width: 800px;
	}

#content {
    width: 520px;
}

#headerimg h1 {
	visibility: hidden;
}

#headerimg .description {
	font-size: 1.2em;
}

#sidebar
{
    font-size: 9pt;
    padding: 20px 10px 0px 0px;
    margin-left: 640px;
    width: 190px;
} 

