/*Css file for Water Street Meditation website - home page **/

 
.banner{
	background-image: url(../images/LogoPhotos/pointy_tulips_banner.jpg);
	background-repeat: no-repeat;
}

/** Main Content Area **/
.mainContentWrapper h2, h3{
	color: #FDD247;
}
#candleImage{
	float: left;
	margin: 43px 10px 10px 0px;
}
#meditationImage{
	float: right;
	margin: 20px 10px 10px;
}
.subtitle{
	font-style: italic;
	margin: 0px 0px 15px 25px;
	line-height: 60%;
}
#mainFooter{
	padding-top: 30px;
	text-align: center;
	font-style: italic;
	font-size: 18px;
}

#quoteArea{
	width: 550px;
	margin-left: 180px;
	padding-top: 20px;
	color: black;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	
}

/** Sidebar Area **/
.sidebarWrapper h2{
	text-align: center;
	padding-bottom: 10px;
}
.mindfulMed{
	font-weight: bold;
	color: #770101;
}
#logoClipL{
	position: absolute;
	top: -40px;
	left: -10px;
	z-index: 15;
}
#logoClipR{
	position: absolute;
	top: -40px;
	right: -20px;
	z-index: 15;
}

