/*
Theme Name:     Twenty Eleven Child with Sidebar Support
Theme URI:      http://futurewebblog.com/add-sidebar-support-posts-twenty-eleven-theme/
Description:    Child theme for the Twenty Eleven which includes support for sidebars on posts
Author:         Chris Aprea
Template:       twentyeleven
Version:        1.1
*/

/* We must first include the original css from the parent theme */
@import url("../twentyeleven/style.css");

#newsletter {
	display: block;
	height: 115px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 13%, #d6d6d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 13%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 13%,#d6d6d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 13%,#d6d6d6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 13%,#d6d6d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}

#newsletter h2 {
	font-size: 22px;
	line-height:30px;
	font-weight:bold;
}

#newsletter ul {
	list-style:none;
}

#newsletter input {
	width: 130px;
}

#branding img {

	height: 0;

	margin-bottom: -7px;

	width: 100%;

}



#banner {

width: 100%;

}



#banner img {

width: 100%;

height: auto;

}

#header-widgets {

width: 90%;

margin-left: 25px;

overflow: hidden;

}

#video-embed {

	width: 65%;

	float: right;

	position: relative;

	margin-left: 5%;

}

#mailing-list {

	width: 25%;

	float: left;

	position: relative;

	margin-right: 5%;

}

#mailing-list h2 {

font-size: 22px;

line-height: 25px;

margin-bottom: 12px;

}

#ns_widget_mailchimp-2, #ns_widget_mailchimp-2 input {

width: 100%;

max-width: 280px;

}



#ns_widget_mailchimp-2 .button {

margin-top: 12px;

width: 50%;

max-width: 120px;

}

#page-content {
	margin: 0 7.6% 0 7.6%;
	width: 85%;
}

/* elijah's css */
.entry-content {
	/*font-weight: bold;*/
}
.entry-content p {
	font-size: 18px;
	margin: 0 0 28px;
}
.entry-title {
	font-size: 50.5px;
    letter-spacing: -.0175em;
    margin-bottom: 15px;
    line-height: 1;
}
