@import url("../twentytwelve/style.css");
/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme
Author:         CodyG
Author URI:     http://www.codygiles.com/
Template:       twentytwelve                             
Version:        0.1.0
*/

.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

h1.entry-header h1.entry-title {
	color: #6a3b56;
}