/* Normal Bubble */
.comment {
padding-top:20px;
}
#content div.bubble {
	width: auto;
	margin-bottom: 35px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #fff;
}


div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(http://devsite.expressionengine.com/js/bubbles/tip.gif) no-repeat 20px 0;
	font-style: normal;
        font-size:11px;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: white;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px 0 5px 0;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(http://devsite.expressionengine.com/js/bubbles/tip-pimped.gif) no-repeat 15px 0;
}

h4 {
font-size:14px;
padding-bottom:4px;
}

blockquote {
	padding: 7px;
	margin: 10px 3px 12px 10px;
	background: #efefef; 
        font-family: Arial, Helvetica, sans-serif;
}

.quote p {
	margin-bottom:		10px;
	font-family:			Georgia, serif;
	font-size:				14px;
	color:				#526e80;
	line-height:			20px;
}

.quoteSmall p {
	margin-bottom:		10px;
	font-family:			Georgia, serif;
	font-size:				11px;
	color:				#526e80;
	line-height:			20px;
}




