/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://itjobman.com/wp-content/themes/twentyfourteen-child
 Description:  Twenty Fourteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme.
*/



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


/* =Theme customization starts here
-------------------------------------------------------------- */

/**
* 6.0 Content
* -----------------------------------------------------------------------------
*/

.menu .dropdown .sub-menu { display: none; }

.entry-header { display: none;}

.content-area {
padding-top: 0cm;
}

.hentry {
margin: 0 auto 20px;
max-width: 672px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 auto;
max-width: 484; (this should be 75%-100%)
}

.page-content {
margin-bottom: 48px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 1260px; // ART: Width of content...:-)
}

a:link {
    text-decoration: none;
}