/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme
Author:         James Pratt
Author URI:     http://example.com/about/
Template:       twentytwelve                             
Version:        0.1.0
*/
@import url("../twentytwelve/style.css");

.site-header hgroup { display: none; }
.site-logo { max-width: 40%; height:auto; float:right }

.entry-header .entry-title {
    font-family: georgia;
    font-size: 1.57143rem;
    font-style: italic;
}
#access {
    clear: both;
    display: block;
    float: right;
    margin: 0 auto 6px;
    position: relative;
    top: -395px;
    width: 475px;
    background: none;
    box-shadow: none;
}

footer.entry-meta {
	display: none;
	}