/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    
 Description:  Twenty Twelve Child Theme
 Author:       ITStarter.com.au
 Author URI:   http://www.itstarter.com.au
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         Website
 Text Domain:  twenty-twelve-child
*/

@import url("../twentytwelve/style.css");

/*
* header format
*/

/* align imgs in header*/
#header-ext-table-left img {
    float:left;
}
#header-ext-table-right img {
    float:right;
}

/* 
* page format 
*/

/* hide page title */
.page .entry-title {
    display: none;
}

/* hide line at article bottom */
.site-content article{
    border-bottom:none;
}

/*
* remove img border
*/

.entry-content img{
    border-radius: none !important;
    box-shadow: none !important;
}

.auto-fit-img{
    width:100%;
}

/*
* align iframe
*/
div.center iframe{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


table.noborder tr td{
    border-style: none;
}