/*
Theme Name: Twentytwelve Child
Description: Child theme for the twentytwelve theme 
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

/* This centers the page title. */
h1 {
   text-align: center;
   }

/* This centers the main site title and subheading. */
.site-header h1, .site-header h2 {
 text-align: center;
}

/* This centers the menu bar. */
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    text-align: center;
}

#cntctfrm_contact_form label {
float:none;
}

/* This makes the menu bar have a bigger font ... original is 24 margin and 12 font size */
.main-navigation {
	margin-top: 0px;
	margin-top: 0rem;
}
.main-navigation li {
	margin-top: 0px;
	margin-top: 0rem;
	font-size: 20px;
	font-size: 1.42857143rem;
}


/* This turns off hyphenation. I copied it from here (http://wordpress.org/support/topic/twenty-twelve-hyphenation?replies=17) and removed everything that wasn't related to hyphenation */
.site-content article {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

/* DOES NOT WORK. COMMENTED OUT. This allows you to turn off shadows on a per-image basis. Copied from here (http://www.bradiroff.com/wordpress-twenty-twelve-image-shadow-removal)
.entry-content img .noshadow,
.comment-content img .noshadow,
.widget img .noshadow,
img.header-image .noshadow,
.author-avatar img .noshadow,
img.wp-post-image .noshadow{ box-shadow: none;}
 */

/* This allows you to turn off shadows on a per-image basis. Copied from here (http://www.bradiroff.com/wordpress-twenty-twelve-image-shadow-removal) */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {box-shadow: none;}