/*
Theme Name:     SannSack - Correct Accounting - Twenty Twelve Child
Theme URI:      http://sannsack.com/
Description:    Child theme for the Twenty Twelve theme
Author:         Dale Sackrider II
Author URI:     http://sannsack.com/
Template:       twentytwelve
Version:        0.1.0
*/

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

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow: none;
}

.widget-area .widget h3 {
  font-size: 1em;
  margin-bottom:0rem;
  text-decoration:overline;
}


.widget-area .widget {
  margin-bottom: 1rem;
}
