/*
Theme Name: Finventing
Theme URI: http://finventing.com/
Author: Fin
Author URI: http://finventing.com/
Description: Child theme of Wordpress twentyeleven theme for customisation of finventing.com
Version: 1.0
Template: twentyeleven
*/

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

/* FE 20120331 The styles below override those defined in the parent stylesheet imported above.
               Objective here is to reduce the vertical spacing a bit.  The default styling results
               in the top-most post title being below the fold on PC/iPad!
*/

body {
	padding: 0 1.5em;
}

#page {
	margin: 1.5em auto;
}

#site-title {
	padding: 2.125em 0 0;
}

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

#main {
	padding: 1.125em 0 0;
}

.hentry,
.no-results {
	margin: 0 0 1.125em;
	padding: 0 0 1.125em;
}

#content nav {
	padding: 0 0 1.125em;
}

#nav-above {
	padding: 0 0 1.125em;
}
