@charset "utf-8";
/* CSS Document */
/*
Theme Name:     CEP
Theme URI:      http://example.com/
Description:    Child theme for Canvas theme 
Author:         Mary Steele
Author URI:     http://connectedconsulting.info
Template:       canvas
Version:        0.1.0
*/

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

/* Change the subsequent pages of posts to show one post at a time instead of two columns */
body.paged .block { float: none; display: block; width: 100%; }

blockquote.feedback-text {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	line-height: 1.2em;
	font-weight: bold;
}

cite.feedback-author {
	float: right;
}
#loopedSlider { margin:0 auto 10px; padding:0; position:relative;}

.xsmall {
	font-size: small;
}
.large {
	font-size: x-large;
}
.widget_woo_twitter ul li .content{
	font-size:12px;
}

hr {
	background-color: #1fad3c;
}
.post-more {
	clear:both;
	text-transform:none;
	border:1px solid #e6e6e6;
	border-width:4px 0 1px;
	font-family: sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}