@charset "utf-8";
/* CSS Document */

.rectangle-speech-border {
	position:relative;
	padding:18px 15px;
	margin:1em 0 3em;
	border:10px solid #FF5400;
	text-align:center;
	color:#333;
	/*background:#fff;*/
	/* css3 */
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

/* creates larger curve */
.rectangle-speech-border:before {
	content:"";
	position:absolute;
	z-index:10;
	bottom:-40px;
	left:50px;
	width:50px;
	height:30px;
	border-style:solid;
	border-width:0 10px 10px 0;
	border-color:#FF5400;
	background:transparent;
	/* css3 */
	-webkit-border-bottom-right-radius:80px 50px;
	-moz-border-radius-bottomright:80px 50px;
	border-bottom-right-radius:80px 50px;
	/* reduce the damage in FF3.0 */
    display:block;
}

/* creates smaller curve */
.rectangle-speech-border:after {
	content:"";
	position:absolute;
	z-index:10;
	bottom:-40px;
	left:50px;
	width:20px;
	height:30px;
	border-style:solid;
	border-width:0 10px 10px 0;
	border-color:#FF5400;
	background:transparent;
	/* css3 */
	-webkit-border-bottom-right-radius:40px 50px;
	-moz-border-radius-bottomright:40px 50px;
	border-bottom-right-radius:40px 50px;
	/* reduce the damage in FF3.0 */
    display:block;
}

/* creates a small circle to produce a rounded point where the two curves meet */
.rectangle-speech-border > :first-child:before {
	content:"";
	position:absolute;
	bottom:-40px;
	left:45px;
	width:10px;
	height:10px;
	background:#FF5400;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* creates a white rectangle to cover part of the oval border*/
.rectangle-speech-border > :first-child:after {
	content:""; 
	position:absolute; 
	bottom:-10px; 
	left:76px; 
	width:24px; 
	height:15px; 
	background:#f7f0eb;
}

#wrapper #sidebar #sidebox .rectangle-speech-border p, #wrapper #charitysidebar #sidebox .rectangle-speech-border p, #homeon #wrapper #home-content #sidebarhome #sidebox .rectangle-speech-border p, #homeon #wrapper #home-content #homebox .rectangle-speech-border p {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	text-shadow:
    rgba(0, 0, 0, 0.12) 0px 3px 8px,
    rgba(0, 0, 0, 0.12) 0px -3px 8px;
}

#homeon #wrapper #home-content #homebox .rectangle-speech-border p {
	margin:0;
}
#wrapper #sidebar #sidebox .rectangle-speech-border p span, #wrapper #charitysidebar #sidebox .rectangle-speech-border p span, #homeon #wrapper #home-content #sidebarhome #sidebox .rectangle-speech-border p span, #homeon #wrapper #home-content .rectangle-speech-border p span {
	font-size: 1.2em;
	color: #555;
}