/*
CSS - CLIENT 

Owner:
Bob Tourkow
www.intimacyworks.com

Designer:
Dawud Miracle, Healthy WebDesign
www.healthywebdesign.com

last revised: 1 August 2007
*/

/* Content - Testimonial */

.testimonial {
	margin: 2em 0;
	padding: 5px 12px;
	font-size: 90%;
	font-style: italic;
	color: #1B3B72;
	line-height: 130%;
	background: #e4ecfa url(../img/testimonial.gif) repeat-y left top;
	border: 1px solid #c4cfe4;
}

.testimonialwho {
	font-style: normal;
	text-align: right;
	display: block;
}

/* Content - text right justified */

.textright {
	text-align: right;
}

/* Content - text centered */

.textcenter {
	text-align: center;
}

/* Content - text colored green */

.textgreen {
	color: #06620a;
}

/* Content - quotes on pages */

.quote {
	font-style: italic;
	margin: 2em 0;
	padding: 0 1em;
	font-size: 100%;
}

.quotewho {
	font-style: normal;
	text-align: right;
	display: block;
}

/* Content - images to left/right */

.imageright {
	margin: .5em 0 .5em 12px;
	padding: 3px;
	float: right;
}

.imageleft {
	margin: .5em 12px .5em 0;
	padding: 3px;
	float: left;
}

/* Sidebar Calendar - item */

#sidebar .ci {
	font-size: 80%;
	font-style: italic;
	margin-bottom: 1em;
	padding: 0 8px 1em 13px;
}

/* Sidebar Calendar - content */

#sidebar .fcal {
	text-align: center;
	font-size: 90%;
	margin-top: -.5em;
}

/* Content - Your event box */

#content .eventbox {
	clear: both;
	margin: 2em auto;
	width: 440px;
	padding: 5px 12px;
	font-style: italic;
	color: #1a1a1a;
	line-height: 170%;
	background: #f6fff5;
	border: 1px solid #cf916c;
}

/* Content - Your comment box */

#content .commentbox {
	clear: both;
	margin: 2em auto;
	padding: 5px 12px;
	font-size: 90%;
	font-style: italic;
	color: #894018;
	line-height: 130%;
	background: #fbc094;
	border: 1px solid #be7d56;
}

#content .commentboxwht {
	clear: both;
	margin: 0 auto 2em auto;
	padding: 5px 12px;
	text-align: center;
	font-size: 90%;
	font-style: italic;
	color: #fff;
	line-height: 200%;
	background: #ff6633;
	border: 1px solid #be7d56;
}

