/*
 Theme Name:   Twenty Eleven Child
 Theme URI:    http://jpwhitbreadpainting.com.au/twenty-eleven-child/
 Description:  Twenty eleven Child Theme
 Author:       Jason Baker
 Author URI:   http://example.com
 Template:     twentyeleven
 Text Domain:  twenty-eleven-child
*/

@import url("../twentyeleven/style.css");

#branding {
	border-top: none;
}

#searchform{display:none; }

.recent-posts {
display:none;
}

#content {
margin-left: 0px;
width: 60%;
}

.hentry, .entry-content {
  padding: 0;
}

#main {
  padding: 0;
}

/* =Responsive Structure for narrow screens
* to keep min width and sidebar
-------------------------------------------- */
@media (max-width: 800px) {
     #page {
       min-width: 500px;
         }
/* keep the sidebar - for right sidebar */
    .right-sidebar #main #content {
        margin: 0 29% 0 1%;
        width: 60%;
    }
    .right-sidebar #main #secondary {
        float: right;
        margin: 0 1% 0 1%;
        width: 24%;
    }
/* keep the sidebar - for left sidebar */
    .left-sidebar #main #content {
        margin: 0 1% 0 29%;
        width: 70%;
    }
    .left-sidebar #main #secondary {
        float: right;
        margin: 0 -1% 0 2%;
        width: 24%;
    }
/* correction for 'showcase' template */
    .page-template-showcase-php #main #primary.showcase {
        float: right;
        margin: 0 2% 0 2%;
        width: 96%;
    }
    .page-template-showcase-php #main #primary.showcase #content {
        margin: 0 6% 0 6%;
        width: 88%;
    }
    .page-template-showcase-php section.recent-posts {
        float: right;
        margin-right: 0pt;
        margin-left: 31%;
        width: 69%;
    }
    .page-template-showcase-php #main .widget-area {
        float: left;
        margin-right: -22.15%;
        margin-left: 0pt;
        width: 22.15%;
    }
/* correction for singular posts/pages without sidebar */
    .singular #main #content {
        margin: 0 8% 0 8%;
        width: 84%;
    }

}
 
/*to keep image alignment in narrow browsers*/
@media (max-width: 650px) {
  .alignleft { float: left; }
  .alignright { float: right; }
}

.hentry { border: none; }

#supplementary { border-top: none; }

#content .post-entry {background-color: #fff;}