/*
Theme Name:     Canvas Child
Theme URI:      http://lynnhellerstein.com/
Description:    Child theme for the Canvas theme - folder is canvas-child2
Author:         SiteGen
Author URI:
Template:       canvas
Version:        0.1.0
*/

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

/* strange behviour change fix on 8/13/2014 */
#main-sidebar-container #sidebar {
 /* was display: inline; */
  /* display: inline-block; */
}

/* WooCommerce Fixes */
.woocommerce-message {
	margin-bottom: 1em;
}
#reviews div#review_form_wrapper {
	clear: both;
}
#reviews .comment-text {
	padding: 0 0 0 5%;
	width: 91.35%;
	float: none !important;
}
#main > ul.products > li > a h3 {
	text-align: center !important;
}

.recent_with_excerpt li {
	clear: both;
}
.single-tribe_events .tribe-events-event-image {
	margin-top: 20px;
}
#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
	margin: 0 0 0 20px !important;
	line-height: 1.5 !important;
}
ul {
	margin-bottom: 20px;
}
/*
.recent_with_excerpt img {
	float: left;
	margin-right: 10px;
}
.recent_with_excerpt h2 {
	font-size: 16px !important;
	line-height: 1.5em !important;
}
.recent_with_excerpt .date {
	border: 0;
	font-size: 16px;
}
*/