/*
Theme Name:     Twenty Twelve JP365
Theme URI:      http://example.com/
Description:    Twenty Twelve child theme with a few tweaks - most notably, with the menu below the header image
Author:         Matthew K. Gold
Author URI:     http://mgkold.com
Template:       twentytwelve
Version:        0.1.0
*/

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

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
img.wp-post-image {
    border-radius:0;
    box-shadow:0 0 0 rgba(0,0,0,0);
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-bottom:0;
	border-top:0;
}

