/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://192.168.20.154/twentytwelve-child/
 Description:  Twenty Twelve Child Theme
 Author:       ED
 Author URI:   http://192.168.20.154
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwelve-child
*/

@import url("../twentytwelve/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
	border: none;
	box-shadow: none;
}

.site-header {padding-bottom: 0rem;}

.page .entry-title {
   display: none;
}

/* Increase theme width to 1000px */
@media screen and (min-width: 960px) { 
    .site {
        max-width: 960px;
        max-width: 68.5714rem;
    }
}
.ie .site { max-width: 1000px; }

footer[role="contentinfo"] {
    max-width: 960px;
    max-width: 68.5714rem;
}



/* Left & Right Sidebars */
@media screen and (min-width: 600px) { 
    .custom-layout .site-content {
        width: 58%;
        margin-left: 18%;
    }
    .custom-layout .widget-area {
        position: relative;
        width: 20%;
    }
    .custom-layout #extra-sidebar {
        float: left;
        margin-left: -76%;
        width: 15%;
    }
}


/* IE8 and IE7 - Left and Right Sidebars */
.ie  .custom-layout .site-content {
    width: 58%;
    margin-left: 18%;
}
.ie .custom-layout .widget-area {
    float: right;
    width: 20%;
    position: relative;
}
.ie .custom-layout #extra-sidebar {
    float: left;
    margin-left: -76%;
    width: 15%;
}

