/*
	Theme Name: DCJ Themes from Twenty Fourteen Child Theme
	Description: This is a child theme for Twenty Fourteen
	Author: Heshan Berents-Weeramuni
	Template: twentyfourteen
	Version: 1.0
*/

.entry-title {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.09091;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.entry-title a {
    color: red;
}

/* Begin getting rid of the sidebar */
#secondary {
    display: none;
}
.search-box-wrapper, .featured-content {
    padding-left: 0;
}
.site:before {
    display: none;
}
.site, .site-header {
    max-width: 1238px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0;
	margin: 0 auto;
}
.page .entry-content {
    margin-right: 0;
    max-width: 696px;
/* Center the page content */
	margin: 0 auto;
}
 /* End getting rid of the sidebar */

/* Center theme */
.site { 
	margin: 0 auto;
}
/* Center header content */
#site-header {
    text-align: center !important;
	padding: 20px 0 20px 0;
}

/* Suppressing the footer */
.site-info {
	display: none;
}
