/*
Theme Name:     Twenty Twelve Child
Description:    Child theme for the Twenty Twelve theme, done so I can put header above navigation 
Author:         AW
Template:       twentytwelve
Version:        0.1.0
*/

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

.site-title a {
    color: #009900;
}

/* code to remove border round header image */
.header-image 	{
		border:none;
		background: none;
		box-shadow: none !important;