    /* 

    Theme Name:     Twenty Eleven Child 

    Theme URI:      http: //trailweb.net/ 

    Description:    Child theme for the Twenty Eleven theme 

    Author:         Your Name 

    Author URI:     http: //trailweb.net/ 

    Template:       twentyeleven 

    Version:        0.1.0 

    */  

	

    @import url("../twentyeleven/style.css"); 

/* I set up the appearance to be one column and this is where I set the width */
.one-column #page {
	max-width: 1050px;
}
/* Remove some of the padding from the site title */
#site-title {
    margin-right: 270px;
    padding: 0.65625em 0 0;
}
      
#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 0px;
	position: relative;
	z-index: 9999;
}
/* Sets Width and Height for Logo Image*/
#branding img {
    height: auto;
    margin-bottom: -7px;
    width: auto;
}
/* Edit Menu Colors */
#access {
    background: -moz-linear-gradient(#3FBF04, #0A0A0A) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
}

/* Edit Page Header Space */
.singular.page .hentry {
    padding: 0.5em 0 0;
}

	/*

	//Custom CSS for a specific page

	//.page-id-237 .entry-title { display: none; }

	*/