@charset "utf-8";

/* index.html */
body#home div#navigation {
	background-image:url(../img/nav-panel-darkmaroon.jpg);	
}
body#home div#pageimage {
	background-image:url(../img/middle-panel-rose.jpg);
}
body#home div#content {
	background-image:url(../img/content-panel-petals.jpg);
	color: #9f013b;
	text-align:justify;	
}
body#home div#content h2 {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size:28px;
	margin-top:236px;
	margin-bottom:12px;
	color: #310884;
	font-weight:normal;
	text-align:center;
}
body#home div#content h2 span {
	display:block;
	margin-left:95px;
}
body#home div#content p {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

/* schedule.html */
body#schedule div#navigation {
	background-image:url(../img/nav-panel-teal.jpg);	
}
body#schedule div#pageimage {
	background-image:url(../img/middle-panel-tallflower.jpg);
}
body#schedule div#content {
	color:#000;
	background-image:url(../img/content-panel-petals.jpg);	
}
body#schedule div#content h2 {
	font-size:20px;
	margin-top:11px;
	color:#9f013b;
	font-weight:normal;
}
body#schedule div#content a {
	color:#9f013b;	
	text-decoration:none;
}
body#schedule div#content a:hover {
	text-decoration:underline;
}

/* contact.html */
body#contact div#navigation {
	background-image:url(../img/nav-panel-brightblue.jpg);	
}
body#contact div#pageimage {
	background-image:url(../img/middle-panel-swan.jpg);
}
body#contact div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#contact div#content h2 {
	font-size:16px;
	font-weight:normal;
	margin-top:0px;
}
body#contact div#content a {
	color:#9f013b;
	text-decoration:none;
}
body#contact div#content a:hover {
	color:#0090a3;
	text-decoration:underline;
}

/* store.html */
body#store div#navigation {
	background-image:url(../img/nav-panel-navy.jpg);	
}
body#store div#pageimage {
	background-image:url(../img/middle-panel-leaves.jpg);
}
body#store div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#store div#navigation ul li a:hover {
	color:#4f91b9;	
}
body#store div#navigation ul li a.selected {
	color:#4f91b9;	
}
body#store div#content h2 {
	font-size: 16px;
	color:#9f013b;	
}
body#store div#content a {
	color:#212e84;	
	text-decoration:none;
}
body#store div#content a:hover {
	text-decoration:underline;
}
body#store div#content li a {
	color:#fff;	
	text-decoration:none;
}
body#store div#content li a:hover {
	text-decoration:underline;
}
body#store div#content input {
	/*margin-top:-5px;*/
}

/* store-mp3.html */
body#store-mp3 div#navigation {
	background-image:url(../img/nav-panel-navy.jpg);	
}
body#store-mp3 div#pageimage {
	background-image:url(../img/Middle-panel-flower3a.jpg);
}
body#store-mp3 div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#store-mp3 div#navigation ul li a:hover {
	color:#4f91b9;	
}
body#store-mp3 div#navigation ul li a.selected {
	color:#4f91b9;	
}
body#store-mp3 div#content h2 {
	font-size: 16px;
	color:#9f013b;	
}
body#store-mp3 div#content a {
	color:#212e84;	
	text-decoration:none;
}
body#store-mp3 div#content a:hover {
	text-decoration:underline;
}
body#store-mp3 div#content li a {
	color:#fff;	
	text-decoration:none;
}
body#store-mp3 div#content li a:hover {
	text-decoration:underline;
}
body#store-mp3 div#content input {
	/*margin-top:-5px;*/
}


/* store-dvds.html */
body#dvd-store div#navigation {
	background-image:url(../img/nav-panel-navy.jpg);	
}
body#dvd-store div#pageimage {
	background-image:url(../img/middle-panel-twist.jpg);
}
body#dvd-store div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#dvd-store div#navigation ul li a:hover {
	color:#4f91b9;	
}
body#dvd-store div#navigation ul li a.selected {
	color:#4f91b9;	
}
body#dvd-store div#content h2 {
	font-size: 16px;
	color:#9f013b;	
}
body#dvd-store div#content a {
	color:#9f013b;	
	text-decoration:none;
}
body#dvd-store div#content a:hover {
	text-decoration:underline;
}
body#dvd-store div#content li a {
	color:#fff;	
	text-decoration:none;
}
body#dvd-store div#content li a:hover {
	text-decoration:underline;
}
body#dvd-store div#content input {
	margin-top:-5px;
}

/* store-books.html */
body#book-store div#navigation {
	background-image:url(../img/nav-panel-navy.jpg);	
}
body#book-store div#pageimage {
	background-image:url(../img/middle-panel-twist.jpg);
}
body#book-store div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#book-store div#navigation ul li a:hover {
	color:#4f91b9;	
}
body#book-store div#navigation ul li a.selected {
	color:#4f91b9;	
}
body#book-store h1 {
	color:#47021b;	
}
body#book-store div#content h2 {
	font-size: 16px;
	color:#9f013b;	
}
body#book-store div#content a {
	color:#9f013b;	
	text-decoration:none;
}
body#book-store div#content a:hover {
	text-decoration:underline;
}
body#book-store div#content li a {
	color:#fff;	
	text-decoration:none;
}
body#book-store div#content li a:hover {
	text-decoration:underline;
}
body#book-store div#content input {
	margin-top:-5px;
}
body#book-store div#content p {
	text-align:left;;
}


/* store-order-form.html */
body#order-form-store div#navigation {
	background-image:url(../img/nav-panel-navy.jpg);	
}
body#order-form-store div#content {
	width: 100%;
	height: 100%;
}
body#order-form-store .formtable {
	background-image:url(../img/content-panel-petals.jpg);	
	font-size:13px;
	background-repeat:no-repeat;
	color:#212e84;
}
body#order-form-store h2 {
	font-size: 18px;
	color:#4f91b9;	
}
body#order-form-store a {
	color:#4f91b9;	
	text-decoration:none;
}
body#order-form-store a:hover {
	color:#4f91b9;	
	text-decoration:underline;
}
body#order-form-store li a {
	color:#fff;	
	text-decoration:none;
}
body#order-form-store li a:hover {
	text-decoration:underline;
}
body#order-form-store input {
	margin-top:-5px;
}


/* webcasts.html */
body#live-webcast div#navigation {
	background-image:url(../img/nav-panel-marooned.jpg);	
}
body#live-webcast div#pageimage {
	background-image:url(../img/middle-panel-flower.jpg);
}
body#live-webcast div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#live-webcast div#navigation ul li a:hover {
	color:#310884;	
}
body#live-webcast div#navigation ul li a.selected {
	color:#310884;	
}
body#live-webcast div#content a {
	color:#310884;	
	text-decoration:none;
}
body#live-webcast div#content a:hover {
	text-decoration:underline;
}

/* upcoming webcasts.html */
body#upcoming-webcast div#navigation {
	background-image:url(../img/nav-panel-marooned.jpg);	
}
body#upcoming-webcast div#pageimage {
	background-image:url(../img/middle-panel-rose.jpg);
}
body#upcoming-webcast div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#upcoming-webcast div#navigation ul li a:hover {
	color:#4f91b9;	
}
body#upcoming-webcast div#navigation ul li a.selected {
	color:#4f91b9;	
}
body#upcoming-webcast div#content a {
	color:#6e0d48;
	text-decoration:none;
}
body#upcoming-webcast div#content a:hover {
	text-decoration:underline;
}
body#upcoming-webcast div#content h2 {
	color:#6e0d48;
	margin-left:30px;	
	margin-top:175px;
	font-weight:normal;
}
body#upcoming-webcast div#content p {
	margin-left:30px;	
	margin-right:50px;
	text-align:justify;
}

/* previous webcasts.html */
body#previous-webcast div#navigation {
	background-image:url(../img/nav-panel-marooned.jpg);	
}
body#previous-webcast div#pageimage {
	background-image:url(../img/middle-panel-snail.jpg);
}
body#previous-webcast div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#previous-webcast div#navigation ul li a:hover {
	color:#4f91b9;	
}
body#previous-webcast div#navigation ul li a.selected {
	color:#4f91b9;	
}
body#previous-webcast div#content a {
	color:#6e0d48;
	text-decoration:none;
}
body#previous-webcast div#content p  {
	width:600px;
}
body#previous-webcast div#content a:hover {
	text-decoration:underline;
}
body#previous-webcast div#content h2 {
	color:#6e0d48;
	margin-left:0px;	
	margin-top:175px;
	font-weight:normal;
}

/* youtube webcasts.html */
body#youtube-webcast div#navigation {
	background-image:url(../img/nav-panel-marooned.jpg);	
}
body#youtube-webcast div#pageimage {
	background-image:url(../img/middle-panel-snail.jpg);
}
body#youtube-webcast div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#youtube-webcast div#navigation ul li a:hover {
	color:#4f91b9;	
}
body#youtube-webcast div#navigation ul li a.selected {
	color:#4f91b9;	
}
body#youtube-webcast div#content {
}
body#youtube-webcast div#content a {
	text-decoration:none;
}
body#youtube-webcast div#content a:hover {
	text-decoration:underline;
}
body#youtube-webcast div#content h2 {
	color:#6e0d48;
	margin-top:175px;
	font-weight:normal;
}
body#youtube-webcast div#content h3 {
	color:#6e0d48;
	margin-top:35px;
	font-weight:normal;
}




/* listen.html */
body#listen div#navigation {
	background-image:url(../img/nav-panel-blue.jpg);	
}
body#listen div#pageimage {
	background-image:url(../img/middle-panel-snail.jpg);
}
body#listen div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#listen div#content ul {
	margin:0;
	padding:0;
}
body#listen div#content ul li{
	list-style:none;
	margin-bottom:5px;
}
body#listen div#content a{
	color:#9f013b;
	text-decoration:none;
}
body#listen div#content a:hover{
	text-decoration:underline;
}

/* interviews-and-articles.html */
body#interviews div#navigation {
	background-image:url(../img/nav-panel-moss.jpg);	
}
body#interviews div#pageimage {
	background-image:url(../img/middle-panel-fern.jpg);
}
body#interviews div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#interviews div#content h2 {
	margin-top:175px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
}
body#interviews div#content h3 {
	color:#7a0663;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom:0px;
	font-size:14px;
	font-weight:normal;
}
body#interviews div#content p {
	margin-top:0px;
}
body#interviews div#content h3 a {
	color:#7a0663;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:normal;
	/*text-decoration:none*/;
}
body#interviews div#content h3 a:hover {
	text-decoration:underline;
}

/* interviews detail pages */
body#interviews-detail div#heading {
	color:#4f91b9;
}
body#interviews-detail div#navigation {
	background-image:url(../img/nav-panel-moss.jpg);	
}
body#interviews-detail div#pageimage {
	background-image:url(../img/middle-panel-fern.jpg);
}
body#interviews-detail div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#interviews-detail div#content ul {
	margin:0;
	padding:0;
}
body#interviews-detail div#content ul li{
	list-style:none;
	margin-bottom:5px;
	width:45%;
	float:left;
}
body#interviews-detail div#content ul li a{
	color:#0090a3;
	text-decoration:none;
}
body#interviews-detail div#content ul li a:hover{
	text-decoration:underline;
}
/*
body#interviews-detail div#navigation ul li a:hover {
	color:#4f91b9;	
}
body#interviews-detail div#navigation ul li a.selected {
	color:#4f91b9;	
}
*/
body#interviews-detail div#content h2 {
	margin-top:165px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	text-align:center;
}
body#interviews-detail div#content h3 {
	margin-top:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size:16px;
	text-align:center;
}

body#interviews-detail div#heading {
	color:#4f91b9;
}




/* life-advice.html */
body#life-advice div#navigation {
	background-image:url(../img/nav-panel-brightblue.jpg);	
}
body#life-advice div#pageimage {
	background-image:url(../img/middle-panel-bird.jpg);
}
body#life-advice div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#life-advice div#content a{
	color:#0000ff;
	text-decoration:none;
}
body#life-advice div#content a:hover{
	text-decoration:underline;
}
body#life-advice div#content ul {
	margin:0;
	padding:0;
}
body#life-advice div#content ul li{
	list-style:none;
	margin-bottom:5px;
	width:45%;
	float:left;
}
body#life-advice div#content ul li a{
	color:#0000ff;
	text-decoration:none;
}
body#life-advice div#content ul li a:hover{
	text-decoration:underline;
}
body#life-advice div#navigation ul li a:hover {
	color:#310884;	
}
body#life-advice div#navigation ul li a.selected {
	color:#310884;	
}
body#life-advice div#content h2 {
	margin-top:165px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	text-align:center;
}

/* life-advice detail pages */
body#life-advice-detail div h1 {
	color:#4f91b9;
}
body#life-advice-detail div#navigation {
	background-image:url(../img/nav-panel-navy.jpg);	
}
body#life-advice-detail div#pageimage {
	background-image:url(../img/middle-panel-rocks.jpg);
}
body#life-advice-detail div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#life-advice-detail div#content ul {
	margin:0;
	padding:0;
}
body#life-advice-detail div#content ul li{
	list-style:none;
	margin-bottom:5px;
	width:45%;
	float:left;
}
body#life-advice-detail div#content ul li a{
	color:#0090a3;
	text-decoration:none;
}
body#life-advice-detail div#content ul li a:hover{
	text-decoration:underline;
}
body#life-advice-detail div#navigation ul li a:hover {
	color:#4f91b9;	
}
body#life-advice-detail div#navigation ul li a.selected {
	color:#4f91b9;	
}
body#life-advice-detail div#content h2 {
	margin-top:165px;
	margin-bottom:30px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	text-align:center;
}

body#life-advice-detail-detail div#heading {
	color:#4f91b9;
}


/* tax-deductible-donations.html */
body#tax div#navigation {
	background-image:url(../img/nav-panel-red.jpg);	
}
body#tax div#pageimage {
	background-image:url(../img/middle-panel-flower2.jpg);
}
body#tax div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#tax div#content a {
	color:#e8525d;	
	text-decoration:none;
}
body#tax div#content a:hover {
	text-decoration:underline;
}



/* biography.html */
body#biography div#navigation {
	background-image:url(../img/nav-panel-darkmaroon.jpg);	
}
body#biography div#pageimage {
	background-image:url(../img/middle-panel-catherine.jpg);
}
body#biography div#content {
	background-image:url(../img/content-panel-petals.jpg);	
}
body#biography div#content {
	
}	

/* private-sessions.html */
body#private-sessions div#navigation {
	background-image:url(../img/nav-panel-teal.jpg);	
}
body#private-sessions div#pageimage {
	background-image:url(../img/middle-panel-mountain.jpg);
}
body#private-sessions div#content {
	background-image:url(../img/content-panel-petals.jpg);
	color:#000;
	text-align:justify;	
}
body#private-sessions div#content a {
	color:#9f013b;	
	text-decoration:none;
}
body#private-sessions div#content a:hover {
	text-decoration:underline;
}
