/*
Theme Name: Titan Child
Description: Child theme for the Titan theme 
Author: Bill Meacham
Template: titan
*/

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

.entry ul li, .c-body ul li {
	display: block;
	margin: 5px 0;
	padding: 0 0 0 17px;
	background: url(blksquare.gif) no-repeat 0 .3em;
}
.small {
	font-size: smaller;
	line-height: 80%
}

blockquote.normal {
	display: block;
	margin: 20px 0 20px 20px;
	padding: 0 0 0 20px;
	border-left: 3px solid #cbcac8;
	color: #666;
	font-style: normal;
	line-height: 1.5em;
}