
/* Normal Bubble */
div.bubble {
	width: 580px;
	font-size: 14px;
	margin-bottom: 10px;
}

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

div.bubble blockquote p {
	margin: 10px;
	padding: 0px; 
	font-style: italic;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px 15px;
	top: 6px;
	background: transparent url(http://www.windingwatersrafting.com/css/tip-rounded.gif) no-repeat 20px 0;
	font-style: normal;
	font-size: 0.8em;
}













/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
/*	border: 3px solid #fff;*/
	background-color: #b7e0ff;
}
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;
	padding-left: 30px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(http://www.windingwatersrafting.com/css/tip-rounded.gif) no-repeat 15px 0;
	font-size: 0.8em; 
}

div.bubble{
	margin:0 20px;
}

/*bubble main full page*/

div.bubble3 {
	width: auto;
	font-size: 1.0em;
	margin-bottom: 10px;
}

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

div.bubble3 blockquote p {
	margin: 10px;
	padding: 0px; 

}

div.bubble3 cite {
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px 15px;
	top: 6px;
	background: transparent url(http://www.windingwatersrafting.com/css/tip-rounded.gif) no-repeat 20px 0;
	font-style: normal;
	font-size: 0.8em;
}






/* Rounded Bubble2 Full Page */
div.bubble3 div.rounded3 {
	margin-bottom: 10px;
/*	border: 3px solid #fff;*/
	background-color: #b7e0ff;
}
div.bubble3 div.rounded3 blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble3 div.rounded3 blockquote p {
	margin: 0px 10px;
}
div.bubble3 cite.rounded3 {
	position: relative;
	margin: 0px;
	padding-left: 30px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(http://www.windingwatersrafting.com/css/tip-rounded.gif) no-repeat 15px 0;
	font-size: 0.8em; 
}

div.bubble3{
	
}










/* Rounded Bubble2 */
div.bubble2 div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #e5dccb;
}
div.bubble2 div.rounded blockquote{
	margin: 0;
	padding: 2px;
}

div.bubble2 div.rounded blockquote p {
	margin: 2px;
}













/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(tip-pimped.gif) no-repeat 15px 0;
}
