/*Css file for Water Street Meditation website
	General styling for the whole website **/
	
/** Css Reset **/
html, body, p, ul, li, form, fieldset, label, td, th, caption, blockquote, a{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
p{
	margin: 8px 0px;
}
h1, h2, h3{
	margin: 0;
	padding: 0;
}
table{
border-collapse: collapse;
border-spacing: 0;
}
img{
	border: 0;
}
/**  End Reset **/


/** Quotes  **/
blockquote{
	font-family: Papyrus, Arial, san-serif;
}
/** Author Names in the quote areas styled **/
.authorName{
	display: block;
	text-align: right;
}

/** All image captions styled **/
.caption{
	font-size: 90%;
	color: #1E1F54;
	text-align: center;
	margin-top: -3px;
}


body{
	background: #E5E9F3 url(../images/WebsiteImages/background_body.png) repeat-x;
	font: 16px Candara, Arial, Helvetica, sans-serif;
}

.inlineLinks{
	color: #FDD247;
}

a.inlineLinks:link{
	color: #FDD247;
	
}
a.inlineLinks:visited{
	color: #FDD247;
	
}
a.inlineLinks:hover{
	color: white;
	
}
a.inlineLinks:active{
	color: white;
	
}

.whiteLetters{
	color: white;
}
.goldLetters{
	color: #FDD247;
}
.redLetters{
	color: #F23F26;
}
.bold{
	font-weight: bold;
}
#centerItal{
	text-align: center;
	font-style: italic;
	font-size: 20px;
}

/** pageWrapper class sets the entire page to relative
	.links positioned absolute on left
	.sidebarWrapper absolute on right
	.centerWrapper flows into the middle     ***/
	
.pageWrapper{
	position: relative;
}

/** centerWrapper comprised of 
	.banner (includes main logo and logo caption)
	.currPageText (Current page name)
	.mainContentWrapper (Main content)       **/

.centerWrapper{
	background-image: url(../images/WebsiteImages/background_center.png);
	background-repeat: repeat-y;
	border: 2px solid white;
	width: 600px;
	margin: 50px 300px 0px 150px;
	-moz-box-shadow: 4px 4px 20px #485F9F;
	-webkit-box-shadow: 4px 4px 20px #485F9F;
	box-shadow: 4px 4px 20px #485F9F;
	
}
/** styling solely for the caption in the banner **/
.banner .caption{
	background-color: #E5E9F3;
	margin: 0px;
	margin-top: -23px;
	margin-left: 306px;
	text-align: right;
	padding: 0px;
	padding-right: 5px;
	width: 289px;
}

.currPageText{
	background-image: url(../images/WebsiteImages/white_bar.png);
	background-repeat: repeat-x;
	width: 590px;
	height: 30px;
	font-size: 1.3em;
	font-weight: bold;
	color: #3F589B;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	margin: 0px;
}

.mainContentWrapper{
	margin-top: 30px;
	padding: 0px 30px 30px;
	color: white;
}
/** Set generic border around main content images   **/
.mainContentWrapper img{
	border: 2px inset #C0C3CA;
}

/** Links area - left column **/

.links{
	font-size: 1.1em;
	letter-spacing:.5px;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 150px;
	text-align: right;
}
.linkItem{
	background: url('../images/WebsiteImages/link_shadow.png') repeat-x left bottom;
	margin: 8px 0px 8px 30px;
	display: block;
	padding: 0px 20px 4px 20px;
}
a.linkItem:link{
	color: #3F589B;
	text-decoration:none;
}
a.linkItem:visited{
	color: #3F589B;
	text-decoration:none;
}
a.linkItem:hover{
	color: #1E1F54;
	text-decoration:none;
}
a.linkItem:active{
	color: #3F589B;
	text-decoration:none;
}
.currentPageLink{
	font-weight: bold;
}

/** Sidebar area - right column  **/

.sidebarWrapper{
	position: absolute;
	left: 750px;
	top: 30px;
	z-index: 5;
	width: 300px;
	margin-left:30px;
	text-align: right;
	font-size: 15px;
	color: #3F589B;
}
.sideBox{
	position: relative;
	border: 3px outset white;
	margin-bottom: 10px;
	padding: 5px 10px;
	-moz-box-shadow: 4px 4px 20px #485F9F;
	-webkit-box-shadow: 4px 4px 20px #485F9F;
	box-shadow: 4px 4px 20px #485F9F;
}

/**  Footer area **/
.footer{
	width: 500px;
	margin: auto;
	padding: 30px;
	text-align: center;
	font: 70%/8px Calibri, Arial, sans-serif;
}
