/*
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");

#ns_widget_mailchimp-2 {
border-color: red;
border-width: 5px;
border-style: solid;
width: 100%;
padding: 10px;
}

#ns_widget_mailchimp-2 .widget-title {
	font-size: 15px;
}

#page {

margin: 0 auto;
}

