/* 
    Document   :    style.css
    Created on :    Mar 6, 2013, 10:56:59 AM
    Theme Name:     TFP
    Theme URI:      http://thefutureplace.com/
    Description:    Child theme for the Twenty Twelve theme 
    Author:         Will Poynter
    Author URI:     http://williampoynter.co.uk/
    Template:       twentytwelve
    Version:        1.0
*/

@import url("../twentytwelve/style.css");

div#page {
    margin-top: 16px;
    margin-bottom: 16px;
}

nav#site-navigation, body.home header.entry-header {
    display: none;
}

header#masthead h1 {
	font-size: 2.8em;
	text-align: center;
}

header#masthead {
    padding: 10px;
    background: #000099;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

header#masthead a {
    text-shadow: 0px 1px 1px rgba(100, 100, 100, 0.3);
}

header#masthead a, header#masthead h2 {
    color: white;
}

body.home article {
    margin-bottom: 30px;
}

article.page {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 0px solid white;
}

footer div.site-info {
    text-align: left;
}