/* Base */
@import url(https://static.typepad.com/.shared/themes/common/base-weblog.css?v=2);

@import url(https://static.typepad.com/.shared/themes/common/bxslider.css);
@import url(https://static.typepad.com/.shared/css/widgets.css);
@import url(https://static.typepad.com/.shared/themes/common/recentpostsfancy.css);

/* Tip Jar */
@import url(https://static.typepad.com/.shared/themes/common/tipjar.css);

/* Portal */


/* Theme Builder *//* general page elements */

a
{
	text-decoration: underline;
	font-weight: bold;
}

a:link { color: #525a75; }
a:visited { color: #525a75; }
a:hover { color: #CC99FF; }
a:active { color: #525a75; }


/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #999966;
	font-family: Palatino, 'Times New Roman', serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #FFFFcc;
}

#banner
{
	border-bottom: 1px solid #FF9900;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #CCFFFF;
	background: #999966;
	text-align: center;
	font-family: Palatino, 'Times New Roman', serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #CCFFFF;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	font-weight: bold;
	
	text-transform: uppercase;
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}


	/* banner image */

	#banner
	{
		height: 254px;
		background-image: url("https://noreah.typepad.com/.a/6a00d83452a49969e200e55286c81d8833-pi");
		background-position: 15px 15px;
		background-repeat: no-repeat;
		text-align: left;
	}

	#banner-inner { overflow: visible; padding: 0; }

	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 254px;
		text-indent: -1000em;
	}

	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: 780px;
}


.layout-artistic #alpha,
.layout-calendar #alpha
{
	width: 315px; /* 285px + 15px + 15px */
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFcc;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border-left: 1px solid #ccffff;
	padding: 15px 15px 15px 14px;
	background: #35170C;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-top: 1px solid #CCCCCC;
	padding: 3px;
	color: #999999;
	font-family: Palatino, 'Times New Roman', serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border-bottom: 1px dotted #ccffff;
	padding: 3px;
	color: #525a75;
	font-family: Palatino, 'Times New Roman', serif;
	font-size: x-large;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	
	
}

.entry-header a
{
	text-decoration: none;
	font-weight: bold;
}

.entry-header a:link { color: #525a75; }
.entry-header a:visited { color: #525a75; }
.entry-header a:hover { color: #525a75; }
.entry-header a:active { color: #525a75; }

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: right;
	font-weight: bold;
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* modules */

	.module a
	{
		text-decoration: underline;
		font-weight: bold;
	}

	.module a:link { color: #CCCCCC; }
	.module a:visited { color: #CCCCCC; }
	.module a:hover { color: #CCCCCC; }
	.module a:active { color: #CCCCCC; }


.module-header
{
	margin: 5px 0;
	border: 1px solid #FFFFFF;
	padding: 3px;
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .02em;
	text-align: center;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	font-weight: bold;
	
	
	text-align: center;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 5px solid #333333;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: small;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .02em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.module-tipjar-r2 .tipjar-button
{
			float: none;
		margin: 0 auto;
	
	
}

.module-miniprofile img {
	border-width: 0;
}


/* moblog1 tweaks */



	.layout-moblog1 #alpha
	{
		width: 200px;
	}

	.layout-moblog1 #alpha-inner
	{
		border-right: 1px solid #ccffff;
		padding: 15px 14px 15px 15px;
		background: #35170C;
	}

	.layout-moblog1 #beta
	{
		width: 380px;
	}

	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}

	.layout-moblog1 #gamma
	{
		width: 200px;
	}

	.layout-moblog1 #gamma-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}


/* moblog2 tweaks */



	.layout-moblog2 #alpha
	{
		width: 100px;
	}

	.layout-moblog2 #alpha-inner
	{
		border-right: 1px solid #ccffff;
		padding: 15px 14px 15px 15px;
		background: #35170C;
	}

	.layout-moblog2 #beta
	{
		width: 350px;
	}

	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}

	.layout-moblog2 #gamma
	{
		width: 190px;
	}

	.layout-moblog2 #gamma-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}

	.layout-moblog2 #delta
	{
		width: 140px;
	}

	.layout-moblog2 #delta-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}

	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */


	.layout-timeline #alpha
	{
		width: 390px; /* 285px + 15px + 15px */
	}

	.layout-timeline #beta
	{
		width: 390px;
	}

	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }


/* one-column tweaks */

	.layout-one-column #container
	{
		width: 500px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}


/* two-column-left tweaks */

	.layout-two-column-left #container
	{
		width: 700px;
	}


	.layout-two-column-left #alpha
	{
		width: 200px;
	}

	.layout-two-column-left #alpha-inner
	{
		border-right: 1px solid #ccffff;
		padding: 15px 14px 15px 15px;
		background: #35170C;
	}

        .layout-two-column-left #beta
        {
 
                width: 500px;
        }

	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}


/* two-column-right tweaks */

	.layout-two-column-right #container
	{
    
		width: 700px;
	}


	.layout-two-column-right #alpha
	{

    
		width: 500px;
	}

	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}

	.layout-two-column-right #beta
	{

		width: 200px;
	}

	.layout-two-column-right #beta-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}


/* three-column tweaks */

	.layout-three-column #container
	{
		width: 900px;
	}


	.layout-three-column #alpha
	{
		width: 200px;
	}

	.layout-three-column #alpha-inner
	{
		border-right: 1px solid #ccffff;
		padding: 15px 14px 15px 15px;
		background: #35170C;
	}

	.layout-three-column #beta
	{
		width: 500px;
	}

	.layout-three-column #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}

	.layout-three-column #gamma
	{
		width: 200px;
	}

	.layout-three-column #gamma-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}


/* three-column-right tweaks */

	.layout-three-column-right #container
	{
		width: 900px;
	}


	.layout-three-column-right #alpha
	{
		width: 500px;
	}

	.layout-three-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}

	.layout-three-column-right #beta
	{
		width: 200px;
	}

	.layout-three-column-right #beta-inner
	{
		border-right: 1px solid #ccffff;
		padding: 15px 14px 15px 15px;
		background: #35170C;
	}

	.layout-three-column-right #gamma
	{
		width: 200px;
	}

	.layout-three-column-right #gamma-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}



/* Static Layouts Nav */
#nav { background: #EEEEEE; }
#nav a:link { color: #0060BF; }
#nav a:visited { color: #0052A3; }
#nav a:hover { color: #0A85FF; }
#nav a:active { color: #000000; }
#nav a {


font-family: Arial, sans-serif;
font-size: x-small;
}






/* Custom CSS */

<!--PREVIEW-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

	<title>Tarot University ArkLetters</title>
	<style type="text/css">/* Base */
@import url(https://static.typepad.com/.shared/themes/common/base-weblog.css?v=2);

@import url(https://static.typepad.com/.shared/themes/common/bxslider.css);
@import url(https://static.typepad.com/.shared/css/widgets.css);
@import url(https://static.typepad.com/.shared/themes/common/recentpostsfancy.css);

/* Tip Jar */
@import url(https://static.typepad.com/.shared/themes/common/tipjar.css);

/* Portal */


/* Theme Builder *//* general page elements */

a
{
	text-decoration: underline;
	font-weight: bold;
}

a:link { color: #525a75; }
a:visited { color: #525a75; }
a:hover { color: #CC99FF; }
a:active { color: #525a75; }


/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #999966;
	font-family: Palatino, 'Times New Roman', serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #35170C;
}

#banner
{
	border-bottom: 1px solid #FF9900;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #CCFFFF;
	background: #999966;
	text-align: center;
	font-family: Palatino, 'Times New Roman', serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #CCFFFF;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	font-weight: bold;
	
	text-transform: uppercase;
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}


	/* banner image */

	#banner
	{
		height: 254px;
		background-image: url("https://noreah.typepad.com/.a/6a00d83452a49969e200e55286c81d8833-pi");
		background-position: 15px 15px;
		background-repeat: no-repeat;
		text-align: left;
	}

	#banner-inner { overflow: visible; padding: 0; }

	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 254px;
		text-indent: -1000em;
	}

	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: 780px;
}


.layout-artistic #alpha,
.layout-calendar #alpha
{
	width: 315px; /* 285px + 15px + 15px */
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFcc;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border-left: 1px solid #ccffff;
	padding: 15px 15px 15px 14px;
	background: #35170C;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-top: 1px solid #CCCCCC;
	padding: 3px;
	color: #999999;
	font-family: Palatino, 'Times New Roman', serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border-bottom: 1px dotted #ccffff;
	padding: 3px;
	color: #525a75;
	font-family: Palatino, 'Times New Roman', serif;
	font-size: x-large;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	
	
}

.entry-header a
{
	text-decoration: none;
	font-weight: bold;
}

.entry-header a:link { color: #525a75; }
.entry-header a:visited { color: #525a75; }
.entry-header a:hover { color: #525a75; }
.entry-header a:active { color: #525a75; }

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: right;
	font-weight: bold;
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* modules */

	.module a
	{
		text-decoration: underline;
		font-weight: bold;
	}

	.module a:link { color: #CCCCCC; }
	.module a:visited { color: #CCCCCC; }
	.module a:hover { color: #CCCCCC; }
	.module a:active { color: #CCCCCC; }


.module-header
{
	margin: 5px 0;
	border: 1px solid #FFFFFF;
	padding: 3px;
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .02em;
	text-align: center;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	font-weight: bold;
	
	
	text-align: center;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 5px solid #333333;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: small;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .02em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.module-tipjar-r2 .tipjar-button
{
			float: none;
		margin: 0 auto;
	
	
}

.module-miniprofile img {
	border-width: 0;
}


/* moblog1 tweaks */



	.layout-moblog1 #alpha
	{
		width: 200px;
	}

	.layout-moblog1 #alpha-inner
	{
		border-right: 1px solid #ccffff;
		padding: 15px 14px 15px 15px;
		background: #35170C;
	}

	.layout-moblog1 #beta
	{
		width: 380px;
	}

	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}

	.layout-moblog1 #gamma
	{
		width: 200px;
	}

	.layout-moblog1 #gamma-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}


/* moblog2 tweaks */



	.layout-moblog2 #alpha
	{
		width: 100px;
	}

	.layout-moblog2 #alpha-inner
	{
		border-right: 1px solid #ccffff;
		padding: 15px 14px 15px 15px;
		background: #35170C;
	}

	.layout-moblog2 #beta
	{
		width: 350px;
	}

	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}

	.layout-moblog2 #gamma
	{
		width: 190px;
	}

	.layout-moblog2 #gamma-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}

	.layout-moblog2 #delta
	{
		width: 140px;
	}

	.layout-moblog2 #delta-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}

	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */


	.layout-timeline #alpha
	{
		width: 390px; /* 285px + 15px + 15px */
	}

	.layout-timeline #beta
	{
		width: 390px;
	}

	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }


/* one-column tweaks */

	.layout-one-column #container
	{
		width: 500px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}


/* two-column-left tweaks */

	.layout-two-column-left #container
	{
		width: 700px;
	}


	.layout-two-column-left #alpha
	{
		width: 200px;
	}

	.layout-two-column-left #alpha-inner
	{
		border-right: 1px solid #ccffff;
		padding: 15px 14px 15px 15px;
		background: #35170C;
	}

        .layout-two-column-left #beta
        {
 
                width: 500px;
        }

	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}


/* two-column-right tweaks */

	.layout-two-column-right #container
	{
    
		width: 700px;
	}


	.layout-two-column-right #alpha
	{

    
		width: 500px;
	}

	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}

	.layout-two-column-right #beta
	{

		width: 200px;
	}

	.layout-two-column-right #beta-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}


/* three-column tweaks */

	.layout-three-column #container
	{
		width: 900px;
	}


	.layout-three-column #alpha
	{
		width: 200px;
	}

	.layout-three-column #alpha-inner
	{
		border-right: 1px solid #ccffff;
		padding: 15px 14px 15px 15px;
		background: #35170C;
	}

	.layout-three-column #beta
	{
		width: 500px;
	}

	.layout-three-column #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}

	.layout-three-column #gamma
	{
		width: 200px;
	}

	.layout-three-column #gamma-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}


/* three-column-right tweaks */

	.layout-three-column-right #container
	{
		width: 900px;
	}


	.layout-three-column-right #alpha
	{
		width: 500px;
	}

	.layout-three-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFcc;
	}

	.layout-three-column-right #beta
	{
		width: 200px;
	}

	.layout-three-column-right #beta-inner
	{
		border-right: 1px solid #ccffff;
		padding: 15px 14px 15px 15px;
		background: #35170C;
	}

	.layout-three-column-right #gamma
	{
		width: 200px;
	}

	.layout-three-column-right #gamma-inner
	{
		border-left: 1px solid #ccffff;
		padding: 15px 15px 15px 14px;
		background: #35170C;
	}



/* Static Layouts Nav */
#nav { background: #EEEEEE; }
#nav a:link { color: #0060BF; }
#nav a:visited { color: #0052A3; }
#nav a:hover { color: #0A85FF; }
#nav a:active { color: #000000; }
#nav a {


font-family: Arial, sans-serif;
font-size: x-small;
}






/* Custom CSS */

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id="typepad-standard" xmlns:fb="http://www.facebook.com/2008/fbml">

<!-- Mirrored from www.tarotarkletters.com/archives.html by HTTrack Website Copier/3.x [XR&CO'2010], Tue, 23 Oct 2012 04:22:27 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="generator" content="http://www.typepad.com/" />
	<meta name="keywords" content="tarot, tarot university, tarot reading, christine payne towler, tarot reader, newmoon, new moon notes, astrological prediction" />
	<meta name="description" content="Preserving the Heart of historic Continental Tarot with Tarot University's Christine Payne-Towler" />
	<link rel="stylesheet" href="styles1bce.css?v=6" type="text/css" media="screen" />
	<link rel="stylesheet" href="../static.typepad.com/.shared_v20121012.02-0-gef3def4_typepad_en_us/themes/common/print.css" type="text/css" media="print" />
	<link rel="alternate" type="application/atom+xml" title="Posts on 'Tarot University ArkLetters' (Atom)" href="atom.xml" />
	<link rel="alternate" type="application/rss+xml" title="Posts on 'Tarot University ArkLetters' (RSS 1.0)" href="index.rdf" />
	<link rel="alternate" type="application/rss+xml" title="Posts on 'Tarot University ArkLetters' (RSS 2.0)" href="rss.xml" />
	<script type="text/javascript">
		var TPApp = {};
		TPApp.app_uri = "http://www.typepad.com/";
	</script>
	<script type="text/javascript" src="../static.typepad.com/.shared_v20121012.02-0-gef3def4_typepad_en_us/js/yui/yahoo-dom-event.js%2c/js/app/thumbnail-gallery-min.js%2c/js/app/flyouts-min.js"></script>
	<script type="text/javascript">
		var _gaq = _gaq || [];
		_gaq.push(['t2._setAccount', 'UA-225723-36']);
		_gaq.push(['t2._setDomainName', 'none']);
		_gaq.push(['t2._setAllowLinker', true]);
        _gaq.push(['t2._setCustomVar', 1, 'Blog', '6a00d83452a49969e200d8341d5eda53ef', 3]);
        _gaq.push(['t2._setCustomVar', 2, 'Page Type', 'archives', 3]);
		_gaq.push(['t2._trackPageview']);

		(function() {
		  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
		})();
	</script>


	<title>Tarot University ArkLetters: Archives</title>
	<link rel="start" href="index.html" title="Home" />
</head>

<body class="layout-three-column">
	
	<div id="container">
		<div id="container-inner" class="pkg">
			
			<!-- banner -->
<div id="banner">
	<div id="banner-inner" class="pkg">
		
		<h1 id="banner-header"><a href="index.html" accesskey="1">Tarot University ArkLetters</a></h1>
		<h2 id="banner-description">
		</h2>
	</div>
</div>

<div id="nav">
	<div id="nav-inner">
		<ul class="nav-list pkg">
			<li class="nav-list-item"><a href="http://noreah.typepad.com/about.html">About</a></li>
			<li class="nav-list-item"><a href="2010/02/private-readings-and-instruction-with-christine.html">Private Consultation</a></li>
			<li class="nav-list-item"><a href="tarotlogy/index.html">Continental Tarotlogy</a></li>
			<li class="nav-list-item"><a href="arkletter_essays_and_articles/index.html">Writings</a></li>
			<li class="nav-list-item"><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html">Order</a></li>
			<li class="nav-list-item"><a href="http://www.skymind.org/tusubscribe.html">Subscribe</a></li>
			<li class="last-nav-list-item nav-list-item"><a href="http://www.facebook.com/pages/Tarot-ArkLetters/184773524868382">Facebook Feed</a></li>
		</ul>
	</div>
</div>


			<div id="pagebody">
				<div id="pagebody-inner" class="pkg">
					<div id="alpha">
						<div id="alpha-inner" class="pkg">
							
<!-- sidebar1 -->


<div class="module-email module">
	<div class="module-content">
		<script type="text/javascript">
<!--
document.write('<a href="ma' + 'ilto:&#99;&#104;&#114;&#105;&#115;&#116;&#105;&#110;&#101;&#64;&#116;&#97;&#114;&#111;&#116;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#105;&#116;&#121;&#46;&#99;&#111;&#109;">Email Me</a>');
// -->
</script>

	</div>
</div>
<div class="module-custom_html module">
    <div class="module-content">
<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8"><img src="../noreah.typepad.com/ad_images/order.holy.light.tarot.itunes.app.jpg" border="0" width="150" /></a>
    </div>
</div>
<div class="module-typelist module">
	<h2 class="module-header">Tarot University Bookstore</h2>
	<div class="typelist-plain module-content">
		<ul class="module-list">
							<li class="module-list-item"><div class="typelist-note-label"><a href="books/index.html" target="_new"><img src="../noreah.typepad.com/ad_images/esoteric_tarot_books.150pix.jpg" alt="Tarot University Bookstore" title="Tarot University Bookstore" width="150" /></div><div class="typelist-note"></div></li>
			
		</ul>
	</div>
</div>

<div class="module-typelist module">
	<h2 class="module-header">Visit Tarot University Sponsors</h2>
	<div class="typelist-plain module-content">
		<ul class="module-list">
							<li class="module-list-item"><div class="typelist-note-label">Payne-Towler Text at Tarot.com</div><div class="typelist-note"><a href="http://www.tarot.com/go/tarotuniversity/do-it-yourself-180x150" target="_blank"><img src="../www.tarot.com/images/buttons/tarot_1/do-it-yourself-tarot-180x150.html" width="150" border="0" alt="Tarot Readings text by Christine Payne Towler"></a>
</div></li>
							<li class="module-list-item"><div class="typelist-note-label">Astrology at Tarot.com</div><div class="typelist-note"><a href="http://www.tarot.com/go/tarotuniversity/astro-freesample-180x150" target="_blank"><img src="../www.tarot.com/images/buttons/astro_1/astrology-freesample-180x150.html" width="150" border="0" alt="Astrology"></a>
</div></li>
							<li class="module-list-item"><div class="typelist-note-label">Numerology Reading</div><div class="typelist-note"><a href="http://www.tarot.com/go/tarotuniversity/numerology-180x150" target="_blank"><img src="../www.tarot.com/images/buttons/numerology_1/numerology-get-clarity-180x150.html" width="150" border="0" alt="Dance With the Numbers!"></a>
</div></li>
							<li class="module-list-item"><div class="typelist-note-label">Free I Ching - Check the Possibilities</div><div class="typelist-note"><a href="http://www.tarot.com/go/tarotuniversity/iching-180x150" target="_blank"><img src="../www.tarot.com/images/buttons/iching_1/iching-180x150.html" width="150" border="0" alt="Get a FREE authentic I-Ching Reading"></a>
</div></li>
			
		</ul>
	</div>
</div>

<div class="module-typelist module">
	<h2 class="module-header">Cites - Tarot University's Online Bookstore</h2>
	<div class="typelist-thumbnailed module-content">
		<ul class="module-list">
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1578633753/tarotunive-20"><img alt="Adam McLean, editor: Treatise on Angel Magic, A: Magnum Opus Hermetic Sourceworks" src="https://a1.typepad.com/6a00d83452a49969e200e551d009d18833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1578633753/tarotunive-20">Adam McLean, editor: Treatise on Angel Magic, A: Magnum Opus Hermetic Sourceworks</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892813369/tarotunive-20"><img alt="Alain Daniélou: Music and the Power of Sound: The Influence of Tuning and Interval on Consciousness" src="https://a5.typepad.com/6a00d83452a49969e200e551e62dad8834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892813369/tarotunive-20">Alain Daniélou: Music and the Power of Sound: The Influence of Tuning and Interval on Consciousness</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0140447806/tarotunive-20"><img alt="Ancius Boethius: The Consolation of Philosophy: Revised Edition (Penguin Classics)" src="https://a4.typepad.com/6a00d83452a49969e2010534dfc814970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0140447806/tarotunive-20">Ancius Boethius: The Consolation of Philosophy: Revised Edition (Penguin Classics)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0140192921/tarotunive-20"><img alt="Anne Baring and Jules Cashford: Myth of the Goddess, the: Evolution of an Image (Arkana)" src="https://a6.typepad.com/6a00d83452a49969e200e551d00f5e8833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0140192921/tarotunive-20">Anne Baring and Jules Cashford: Myth of the Goddess, the: Evolution of an Image (Arkana)</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/B000UD9QTI/tarotunive-20">Anonymous (Valentine Tomberg). : Meditations on the Tarot</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0943914000/tarotunive-20"><img alt="Anthony Damiani: Astronoesis (Star Wisdom): Philosophy's Empirical Context, Astrology's Transcendental Ground" src="https://a5.typepad.com/6a00d83452a49969e200e551e6113d8834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0943914000/tarotunive-20">Anthony Damiani: Astronoesis (Star Wisdom): Philosophy's Empirical Context, Astrology's Transcendental Ground</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/054396230X/tarotunive-20"><img alt="Antoine Court de Gébelin: Monde primitif, analysé et comparé avec le monde moderne, etc: Tome 6: Monde primitif… considéré dans les origines latines; ou Dictionnaire étymologique de la langue latine. Partie 1 (French Edition)" src="https://a0.typepad.com/6a00d83452a49969e20105368ffb00970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/054396230X/tarotunive-20">Antoine Court de Gébelin: Monde primitif, analysé et comparé avec le monde moderne, etc: Tome 6: Monde primitif… considéré dans les origines latines; ou Dictionnaire étymologique de la langue latine. Partie 1 (French Edition)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0933999526/tarotunive-20"><img alt="Antoine Faivre: Eternal Hermes: From Greek God to Alchemical Magus" src="https://a5.typepad.com/6a00d83452a49969e200e551e610ad8834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0933999526/tarotunive-20">Antoine Faivre: Eternal Hermes: From Greek God to Alchemical Magus</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0791421783/tarotunive-20"><img alt="Antoine Faivre: Access to Western Esotericism (Suny Series in Western Esoteric Traditions)" src="https://a2.typepad.com/6a00d83452a49969e200e551e63d9a8834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0791421783/tarotunive-20">Antoine Faivre: Access to Western Esotericism (Suny Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0965048888/tarotunive-20">Arthur Versluis: The Mysteries of Love (Studies in literature and religion)</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0791461394/tarotunive-20"><img alt="Arthur Versluis: Restoring Paradise: Western Esotericism, Literature, Art, and Consciousness (Suny Series in Western Esoteric Traditions)" src="https://a7.typepad.com/6a00d83452a49969e200e553af73d78833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0791461394/tarotunive-20">Arthur Versluis: Restoring Paradise: Western Esotericism, Literature, Art, and Consciousness (Suny Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0742558363/tarotunive-20"><img alt="Arthur Versluis: Magic and Mysticism: An Introduction to Western Esoteric Traditions" src="https://a6.typepad.com/6a00d83452a49969e200e553c92b8e8834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0742558363/tarotunive-20">Arthur Versluis: Magic and Mysticism: An Introduction to Western Esoteric Traditions</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1594772126/tarotunive-20"><img alt="Arthur Versluis: The Secret History of Western Sexual Mysticism: Sacred Practices and Spiritual Marriage" src="https://a0.typepad.com/6a00d83452a49969e200e553c931b08834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1594772126/tarotunive-20">Arthur Versluis: The Secret History of Western Sexual Mysticism: Sacred Practices and Spiritual Marriage</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0965048888/tarotunive-20">Arthur Versluis: The Mysteries of Love (Studies in literature and religion)</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0791461394/tarotunive-20"><img alt="Arthur Versluis: Restoring Paradise: Western Esotericism, Literature, Art, and Consciousness (Suny Series in Western Esoteric Traditions)" src="https://a6.typepad.com/6a00d83452a49969e2010534df4576970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0791461394/tarotunive-20">Arthur Versluis: Restoring Paradise: Western Esotericism, Literature, Art, and Consciousness (Suny Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/B000GWG27C/tarotunive-20">Bonafacio Bembo: Tarot Cards.The -  Painted by Bonifacio Bembo for the Visconti-Sforza Family. An Iconographic and Historical Study.</a></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/9992961775/tarotunive-20">Brian Williams: A Renaissance Tarot</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892816511/tarotunive-20"><img alt="Brian Williams: The Minchiate Tarot: The 97-card Tarot of the Renaissance, Complete with the 12 Astrological Signs and the 4 Elements" src="https://a2.typepad.com/6a00d83452a49969e2010535c95cea970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892816511/tarotunive-20">Brian Williams: The Minchiate Tarot: The 97-card Tarot of the Renaissance, Complete with the 12 Astrological Signs and the 4 Elements</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/B0017KE5OY/tarotunive-20"><img alt="C. C. Zain: Sacred Tarot - Manual of the Brotherhood of Light, Series 48, 22-24, 26-33" src="https://a1.typepad.com/6a00d83452a49969e2010535caf839970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/B0017KE5OY/tarotunive-20">C. C. Zain: Sacred Tarot - Manual of the Brotherhood of Light, Series 48, 22-24, 26-33</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0691017948/tarotunive-20"><img alt="C. G. Jung: Synchronicity: An Acausal Connecting Principle" src="https://a5.typepad.com/6a00d83452a49969e200e54fe7e3858834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0691017948/tarotunive-20">C. G. Jung: Synchronicity: An Acausal Connecting Principle</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/185538275X/tarotunive-20"><img alt="Caitlin Matthews: Sophia: Goddess of Wisdom : The Divine Feminine from Black Goddess to World-Soul" src="https://a7.typepad.com/6a00d83452a49969e200e553ad8f6f8833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/185538275X/tarotunive-20">Caitlin Matthews: Sophia: Goddess of Wisdom : The Divine Feminine from Black Goddess to World-Soul</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1564592960/tarotunive-20"><img alt="Charles W. Heckethorn: Secret Societies of All Ages and Countries" src="https://a0.typepad.com/6a00d83452a49969e200e551d01bf88833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1564592960/tarotunive-20">Charles W. Heckethorn: Secret Societies of All Ages and Countries</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1898595445/tarotunive-20"><img alt="Christeen Skinner: Financial Universe: Planning Your Investments Using Astrological Forecasting : A Guide To Identifying The Role Of The Planets And Stars In World Affairs, Finance, And" src="https://a7.typepad.com/6a00d83452a49969e20105361a2f4f970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1898595445/tarotunive-20">Christeen Skinner: Financial Universe: Planning Your Investments Using Astrological Forecasting : A Guide To Identifying The Role Of The Planets And Stars In World Affairs, Finance, And</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/3487052458/tarotunive-20">Christian Knorr von Rosenroth: Kabbala denudata (Volkskundliche Quellen : [Reihe] 2, Aberglaube)</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/096730430X/tarotunive-20"><img alt="Christine Payne-Towler: Underground Stream, the: Esoteric Tarot Revealed" src="https://a5.typepad.com/6a00d83452a49969e200e551d0266d8833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/096730430X/tarotunive-20">Christine Payne-Towler: Underground Stream, the: Esoteric Tarot Revealed</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/096730430X/tarotunive-20"><img alt="Christine Payne-Towler: Underground Stream: Esoteric Tarot Revealed, The" src="https://a1.typepad.com/6a00d83452a49969e201156fab0b91970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/096730430X/tarotunive-20">Christine Payne-Towler: Underground Stream: Esoteric Tarot Revealed, The</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/900413574X/tarotunive-20"><img alt="Christopher I. Lehrich: Language of Demons and Angels, The : Cornelius Agrippa's Occult Philosophy (Brill's Studies in Intellectual History)" src="https://a5.typepad.com/6a00d83452a49969e200e551e622f58834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/900413574X/tarotunive-20">Christopher I. Lehrich: Language of Demons and Angels, The : Cornelius Agrippa's Occult Philosophy (Brill's Studies in Intellectual History)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0801445388/tarotunive-20"><img alt="Christopher I. Lehrich: The Occult Mind: Magic in Theory and Practice" src="https://a0.typepad.com/6a00d83452a49969e200e553ad87d08833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0801445388/tarotunive-20">Christopher I. Lehrich: The Occult Mind: Magic in Theory and Practice</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0933963157/tarotunive-20">Corinne Heline: Mysteries of the Holy Grail</a></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/B0006D33BO/tarotunive-20">Corinne Heline: The Bible and the tarot,</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/9004094210/tarotunive-20"><img alt="Cornelius Agrippa: De Occulta Philosophia Libri Tres (Studies in the History of Christian Thought, Vol.48)" src="https://a7.typepad.com/6a00d83452a49969e200e54fe939d78834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/9004094210/tarotunive-20">Cornelius Agrippa: De Occulta Philosophia Libri Tres (Studies in the History of Christian Thought, Vol.48)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1583942610/tarotunive-20"><img alt="Dai Leon: Origins of the Tarot: Cosmic Evolution and the Principles of Immortality" src="https://a4.typepad.com/6a00d83452a49969e20115712cadc4970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1583942610/tarotunive-20">Dai Leon: Origins of the Tarot: Cosmic Evolution and the Principles of Immortality</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0970136048/tarotunive-20"><img alt="Daniel Feldman: Qabalah : The Mystical Heritage of the Children of Abraham" src="https://a1.typepad.com/6a00d83452a49969e200e551e645718834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0970136048/tarotunive-20">Daniel Feldman: Qabalah : The Mystical Heritage of the Children of Abraham</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0791416194/tarotunive-20">Daniel Merkur: Gnosis: An Esoteric Tradition of Mystical Visions and Unions (S U N Y Series in Western Esoteric Traditions)</a></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0835606988/tarotunive-20">David Fideler: Jesus Christ, Sun of God: Ancient Cosmology and Early Christian Symbolism</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0835606961/tarotunive-20"><img alt="David Fideler: Jesus Christ, Sun of God: Ancient Cosmology and Early Christian Symbolism" src="https://a1.typepad.com/6a00d83452a49969e200e551e62ed98834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0835606961/tarotunive-20">David Fideler: Jesus Christ, Sun of God: Ancient Cosmology and Early Christian Symbolism</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0866900454/tarotunive-20"><img alt="David Williams: Financial Astrology" src="https://a7.typepad.com/6a00d83452a49969e201053611ee77970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0866900454/tarotunive-20">David Williams: Financial Astrology</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0691013934/tarotunive-20"><img alt="Denis De Rougemont: Love in the Western World (Princeton Paperbacks)" src="https://a1.typepad.com/6a00d83452a49969e200e553ad90c98833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0691013934/tarotunive-20">Denis De Rougemont: Love in the Western World (Princeton Paperbacks)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0140195106/tarotunive-20"><img alt="Ean Begg: The Cult of the Black Virgin (Arkana)" src="https://a5.typepad.com/6a00d83452a49969e200e553c933c58834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0140195106/tarotunive-20">Ean Begg: The Cult of the Black Virgin (Arkana)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0802824919/tarotunive-20"><img alt="ed. by van der Toorn, et al: Dictionary of Deities and Demons in the Bible" src="https://a7.typepad.com/6a00d83452a49969e200e54fe7eaf78834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0802824919/tarotunive-20">ed. by van der Toorn, et al: Dictionary of Deities and Demons in the Bible</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0271018461/tarotunive-20"><img alt="Elizabeth M. Butler: Ritual Magic (Magic in History Series)" src="https://a3.typepad.com/6a00d83452a49969e200e551e634b38834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0271018461/tarotunive-20">Elizabeth M. Butler: Ritual Magic (Magic in History Series)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892540125/tarotunive-20"><img alt="Ernest G. McClain: Myth of Invariance: The Origins of the Gods, Mathematics and Music from the Rg Veda to Plato" src="https://a6.typepad.com/6a00d83452a49969e200e551e637668834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892540125/tarotunive-20">Ernest G. McClain: Myth of Invariance: The Origins of the Gods, Mathematics and Music from the Rg Veda to Plato</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/014019259X/tarotunive-20"><img alt="Eugenio Garin: Astrology in the Renaissance: The Zodiac of Life (Arkana)" src="https://a5.typepad.com/6a00d83452a49969e200e551e64c558834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/014019259X/tarotunive-20">Eugenio Garin: Astrology in the Renaissance: The Zodiac of Life (Arkana)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1597312061/tarotunive-20"><img alt="Fabre d'Olivet: Hebraic Tongue Restored, the: Part Second" src="https://a0.typepad.com/6a00d83452a49969e200e551e63ca08834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1597312061/tarotunive-20">Fabre d'Olivet: Hebraic Tongue Restored, the: Part Second</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0299051803/tarotunive-20">Franchino Gaffurio: The Practica Musicae of Franchinus Gafurius</a></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/B000RWEA7U/tarotunive-20">Franchinus Gafurius (Gaffurius): De Harmonia Musicorum Instrumentorum Opus. Broude Brothers Limited 1970 Edition. A facsimilie of the Milan 1518 Edition</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1605065757/tarotunive-20"><img alt="Francis Barrett: The Magus, Celestial Intelligencer: A Complete System of Occult Philosophy (Forgotten Books)" src="https://a4.typepad.com/6a00d83452a49969e2010535caf0ac970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1605065757/tarotunive-20">Francis Barrett: The Magus, Celestial Intelligencer: A Complete System of Occult Philosophy (Forgotten Books)</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0517567180/tarotunive-20">Fred Gettings: Secret Symbolism in Occult Art</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/3406022057/tarotunive-20"><img alt="Friedrich W. J. Schelling: Werke, Die Weltalter" src="https://a0.typepad.com/6a00d83452a49969e20105361bd888970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/3406022057/tarotunive-20">Friedrich W. J. Schelling: Werke, Die Weltalter</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1594770824/tarotunive-20"><img alt="Geneviève Dubois: Fulcanelli and the Alchemical Revival: The Man Behind the Mystery of the Cathedrals" src="https://a7.typepad.com/6a00d83452a49969e200e551e64e278834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1594770824/tarotunive-20">Geneviève Dubois: Fulcanelli and the Alchemical Revival: The Man Behind the Mystery of the Cathedrals</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0691020477/tarotunive-20"><img alt="Gershom Gerhard Scholem: Origins of the Kabbalah" src="https://a1.typepad.com/6a00d83452a49969e200e551e64fa98834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0691020477/tarotunive-20">Gershom Gerhard Scholem: Origins of the Kabbalah</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1590302591/tarotunive-20"><img alt="Gyorgy Doczi: Power of Limits, the: Proportional Harmonies in Nature, Art, and Architecture (Shambhala Pocket Classics)" src="https://a5.typepad.com/6a00d83452a49969e200e551d0344d8833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1590302591/tarotunive-20">Gyorgy Doczi: Power of Limits, the: Proportional Harmonies in Nature, Art, and Architecture (Shambhala Pocket Classics)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0791462234/tarotunive-20"><img alt="Gyorgy E. Szonyi: John Dee's Occultism: Magical Exaltation Through Powerful Signs (S U N Y Series in Western Esoteric Traditions)" src="https://a0.typepad.com/6a00d83452a49969e201157140e830970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0791462234/tarotunive-20">Gyorgy E. Szonyi: John Dee's Occultism: Magical Exaltation Through Powerful Signs (S U N Y Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0486447871/tarotunive-20"><img alt="Harold Bayley: Lost Language of Symbolism, the (Dover Books on Anthropology and Folklore)" src="https://a1.typepad.com/6a00d83452a49969e200e551d017a98833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0486447871/tarotunive-20">Harold Bayley: Lost Language of Symbolism, the (Dover Books on Anthropology and Folklore)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/140396906X/tarotunive-20"><img alt="Harold Bloom: Harold Bloom's Shakespeare" src="https://a4.typepad.com/6a00d83452a49969e20105361a2564970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/140396906X/tarotunive-20">Harold Bloom: Harold Bloom's Shakespeare</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0791470709/tarotunive-20"><img alt="Henrik Bogdan: Western Esotericism and Rituals of Initiation (S U N Y Series in Western Esoteric Traditions)" src="https://a1.typepad.com/6a00d83452a49969e200e553c92db18834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0791470709/tarotunive-20">Henrik Bogdan: Western Esotericism and Rituals of Initiation (S U N Y Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0875428320/tarotunive-20"><img alt="Henry Cornelius Agrippa: Three Books Of Occult Philosophy (Llewellyn's Sourcebook)" src="https://a2.typepad.com/6a00d83452a49969e200e551e60af28834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0875428320/tarotunive-20">Henry Cornelius Agrippa: Three Books Of Occult Philosophy (Llewellyn's Sourcebook)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0486209725/tarotunive-20"><img alt="Herbert Silberer: Hidden Symbolism of Alchemy and the Occult Arts." src="https://a6.typepad.com/6a00d83452a49969e200e553ad8e7e8833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0486209725/tarotunive-20">Herbert Silberer: Hidden Symbolism of Alchemy and the Occult Arts.</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0192839411/tarotunive-20"><img alt="Hesiod: Theogony, Works and Days (Oxford World's Classics)" src="https://a1.typepad.com/6a00d83452a49969e201053613d889970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0192839411/tarotunive-20">Hesiod: Theogony, Works and Days (Oxford World's Classics)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0906540631/tarotunive-20"><img alt="Hugh J. Schonfield: The Essene Odyssey: The Mystery of the True Teacher and the Essene Impact on the Shaping of Human Destiny" src="https://a4.typepad.com/6a00d83452a49969e200e553cb9b148834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0906540631/tarotunive-20">Hugh J. Schonfield: The Essene Odyssey: The Mystery of the True Teacher and the Essene Impact on the Shaping of Human Destiny</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/B001ESKKRK/tarotunive-20">Hugh Schonfield: Essene Odyssey: The Mystery of the True Teacher and the Essene Impact on the Shaping of Human Destiny</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0226123162/tarotunive-20"><img alt="Ioan P. Culianu: Eros and Magic in the Renaissance (Chicago Original Paperback)" src="https://a5.typepad.com/6a00d83452a49969e2010534e02fed970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0226123162/tarotunive-20">Ioan P. Culianu: Eros and Magic in the Renaissance (Chicago Original Paperback)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892540265/tarotunive-20"><img alt="Irene Gad: Tarot and Individuation: Correspondences With Cabala and Alchemy" src="https://a6.typepad.com/6a00d83452a49969e200e551d035768833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892540265/tarotunive-20">Irene Gad: Tarot and Individuation: Correspondences With Cabala and Alchemy</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0486425231/tarotunive-20"><img alt="J. E. Cirlot: A Dictionary of Symbols" src="https://a5.typepad.com/6a00d83452a49969e2010534dfb0dd970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0486425231/tarotunive-20">J. E. Cirlot: A Dictionary of Symbols</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0802144012/tarotunive-20"><img alt="James Howard Kunstler: World Made by Hand: A Novel" src="https://a7.typepad.com/6a00d83452a49969e2010535cf52ff970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0802144012/tarotunive-20">James Howard Kunstler: World Made by Hand: A Novel</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892817712/tarotunive-20"><img alt="Jean Markale: Courtly Love: The Path of Sexual Initiation" src="https://a1.typepad.com/6a00d83452a49969e200e553c92fa98834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892817712/tarotunive-20">Jean Markale: Courtly Love: The Path of Sexual Initiation</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/157863203X/tarotunive-20"><img alt="John Dee: The Heiroglyphic Monad" src="https://a1.typepad.com/6a00d83452a49969e200e54fe7ea698834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/157863203X/tarotunive-20">John Dee: The Heiroglyphic Monad</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0766147444/tarotunive-20"><img alt="John Dee: Monas Hieroglyphica" src="https://a1.typepad.com/6a00d83452a49969e200e553c92e998834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0766147444/tarotunive-20">John Dee: Monas Hieroglyphica</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1605062081/tarotunive-20"><img alt="John Michael Greer: Corpus Hermeticum, the (Forgotten Books)" src="https://a7.typepad.com/6a00d83452a49969e200e551d03b3f8833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1605062081/tarotunive-20">John Michael Greer: Corpus Hermeticum, the (Forgotten Books)</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0500014035/tarotunive-20">Joscelyn Godwin: Harmonies of Heaven and Earth: The Spiritual Dimension of Music from Antiquity to the Avant Garde</a> (*****)</li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892812656/tarotunive-20"><img alt="Joscelyn Godwin: The Harmony of the Spheres: The Pythagorean Tradition in Music" src="https://a5.typepad.com/6a00d83452a49969e200e551d049058833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892812656/tarotunive-20">Joscelyn Godwin: The Harmony of the Spheres: The Pythagorean Tradition in Music</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0835608603/tarotunive-20"><img alt="Joscelyn Godwin: The Golden Thread: The Ageless Wisdom of the Western Mystery Traditions" src="https://a2.typepad.com/6a00d83452a49969e200e553ad8a228833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0835608603/tarotunive-20">Joscelyn Godwin: The Golden Thread: The Ageless Wisdom of the Western Mystery Traditions</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1578633478/tarotunive-20"><img alt="Joscelyn Godwin: Pagan Dream Of The Renaissance, The" src="https://a4.typepad.com/6a00d83452a49969e20105361bdc04970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1578633478/tarotunive-20">Joscelyn Godwin: Pagan Dream Of The Renaissance, The</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0140192921/tarotunive-20"><img alt="Jules Cashford: The Myth of the Goddess: Evolution of an Image (Arkana)" src="https://a0.typepad.com/6a00d83452a49969e200e54fe800588834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0140192921/tarotunive-20">Jules Cashford: The Myth of the Goddess: Evolution of an Image (Arkana)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892814519/tarotunive-20"><img alt="Julius Evola: The Hermetic Tradition: Symbols and Teachings of the Royal Art" src="https://a1.typepad.com/6a00d83452a49969e200e54fe7ebf18834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892814519/tarotunive-20">Julius Evola: The Hermetic Tradition: Symbols and Teachings of the Royal Art</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892813156/tarotunive-20"><img alt="Julius Evola: Eros and the Mysteries of Love: The Metaphysics of Sex" src="https://a0.typepad.com/6a00d83452a49969e200e553ad8f108833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892813156/tarotunive-20">Julius Evola: Eros and the Mysteries of Love: The Metaphysics of Sex</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892815736/tarotunive-20"><img alt="Julius Evola: The Mystery of the Grail: Initiation and Magic in the Quest for the Spirit" src="https://a4.typepad.com/6a00d83452a49969e200e553ad8f348833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892815736/tarotunive-20">Julius Evola: The Mystery of the Grail: Initiation and Magic in the Quest for the Spirit</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/1571131930/tarotunive-20">Kirsten J. Grimstad: The Modern Revival of Gnosticism and Thomas Mann's Doktor Faustus</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1845530330/tarotunive-20"><img alt="Kocku Von Stuckrad: Western Esotericism: A Brief History of Secret Knowledge (British Museum Research Publication)" src="https://a7.typepad.com/6a00d83452a49969e2010535cf506f970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1845530330/tarotunive-20">Kocku Von Stuckrad: Western Esotericism: A Brief History of Secret Knowledge (British Museum Research Publication)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1572815213/tarotunive-20"><img alt="Lee Irwin: Gnostic Tarot: Mandalas for Spiritual Transformation" src="https://a6.typepad.com/6a00d83452a49969e2010534dff806970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1572815213/tarotunive-20">Lee Irwin: Gnostic Tarot: Mandalas for Spiritual Transformation</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0393330877/tarotunive-20"><img alt="Lester R. Brown: Plan B 3.0: Mobilizing to Save Civilization, Third Edition" src="https://a0.typepad.com/6a00d83452a49969e200e5538391b88833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0393330877/tarotunive-20">Lester R. Brown: Plan B 3.0: Mobilizing to Save Civilization, Third Edition</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0773485791/tarotunive-20">Ludovico Lazzarelli: Critical Edition of De Gentiliam Deorum Imaginibus, A - by Ludovico Lazzarelli (Studies in Classics, V. 4)</a></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/B000NPTU4Y/tarotunive-20">Lynn & Prince, Clive Picknett: THE TEMPLAR REVELATION -  Secret Guardians of the True Identity of Christ</a></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/B000NPTU4Y/tarotunive-20">Lynn & Prince, Clive Picknett: THE TEMPLAR REVELATION -  Secret Guardians of the True Identity of Christ</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0231096283/tarotunive-20"><img alt="Macrobius: Commentary on the Dream of Scipio by Macrobius (Records of Western Civilization)" src="https://a4.typepad.com/6a00d83452a49969e201053613ed9c970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0231096283/tarotunive-20">Macrobius: Commentary on the Dream of Scipio by Macrobius (Records of Western Civilization)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1567182852/tarotunive-20"><img alt="Mary K. Greer: The Complete Book of Tarot Reversals" src="https://a5.typepad.com/6a00d83452a49969e2010534df7cad970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1567182852/tarotunive-20">Mary K. Greer: The Complete Book of Tarot Reversals</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0878770771/tarotunive-20"><img alt="Mary K. Greer: Tarot for Your Self" src="https://a1.typepad.com/6a00d83452a49969e2010534e74781970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0878770771/tarotunive-20">Mary K. Greer: Tarot for Your Self</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1568219334/tarotunive-20"><img alt="Matityahu Glazerson: Music and Kabbalah" src="https://a0.typepad.com/6a00d83452a49969e200e551e652008834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1568219334/tarotunive-20">Matityahu Glazerson: Music and Kabbalah</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0810915448/tarotunive-20"><img alt="Michael Camille: The Medieval Art of Love" src="https://a1.typepad.com/6a00d83452a49969e200e553af74f98833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0810915448/tarotunive-20">Michael Camille: The Medieval Art of Love</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0715631225/tarotunive-20"><img alt="Michael Dummett: History of the Occult Tarot" src="https://a6.typepad.com/6a00d83452a49969e200e553c92ebe8834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0715631225/tarotunive-20">Michael Dummett: History of the Occult Tarot</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/9042021101/tarotunive-20"><img alt="Michael Mitchell: Hidden Mutualities: Faustian Themes from Gnostic Origins to the Postcolonial (Cross/Cultures 87) (Cross/Cultures - Readings in the Post/Colonial Literatures in English)" src="https://a3.typepad.com/6a00d83452a49969e200e553c9313b8834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/9042021101/tarotunive-20">Michael Mitchell: Hidden Mutualities: Faustian Themes from Gnostic Origins to the Postcolonial (Cross/Cultures 87) (Cross/Cultures - Readings in the Post/Colonial Literatures in English)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0595089356/tarotunive-20"><img alt="Michael R. Meyer: Handbook for the Humanistic Astrologer, A " src="https://a7.typepad.com/6a00d83452a49969e2010535d182a7970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0595089356/tarotunive-20">Michael R. Meyer: Handbook for the Humanistic Astrologer, A </a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0345410203/tarotunive-20"><img alt="Moira Timms: Beyond Prophecies and Predictions" src="https://a3.typepad.com/6a00d83452a49969e2011570578bfb970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0345410203/tarotunive-20">Moira Timms: Beyond Prophecies and Predictions</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/030010832X/tarotunive-20"><img alt="Moshe Idel: Kabbalah and Eros" src="https://a7.typepad.com/6a00d83452a49969e200e553c9300f8834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/030010832X/tarotunive-20">Moshe Idel: Kabbalah and Eros</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0140192964/tarotunive-20"><img alt="Nicholas Campion: The Great Year: Astrology, Millenarianism, and History in the Western Tradition (Arkana)" src="https://a4.typepad.com/6a00d83452a49969e200e551e61c048834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0140192964/tarotunive-20">Nicholas Campion: The Great Year: Astrology, Millenarianism, and History in the Western Tradition (Arkana)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0791439615/tarotunive-20"><img alt="Noel L. Brann: Trithemius and Magical Theology: A Chapter in the Controversy over Occult Studies in Early Modern Europe (S U N Y Series in Western Esoteric Traditions)" src="https://a3.typepad.com/6a00d83452a49969e200e551e614d38834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0791439615/tarotunive-20">Noel L. Brann: Trithemius and Magical Theology: A Chapter in the Controversy over Occult Studies in Early Modern Europe (S U N Y Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0195004566/tarotunive-20"><img alt="Norman Cohn: Pursuit of the Millennium, the: Revolutionary Millenarians and Mystical Anarchists of the Middle Ages (Galaxy Books)" src="https://a3.typepad.com/6a00d83452a49969e200e551d02f038833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0195004566/tarotunive-20">Norman Cohn: Pursuit of the Millennium, the: Revolutionary Millenarians and Mystical Anarchists of the Middle Ages (Galaxy Books)</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0877286566/tarotunive-20">Oswald Wirth: Tarot of the Magicians</a></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0722322038/tarotunive-20">Owen St Victor: The masked Madonna: Studies in the mystical symbolism of the secret sovereign, the queen of heaven (The Christian mysteries)</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0877287309/tarotunive-20"><img alt="Pamela Eakins: Tarot of the Spirit" src="https://a3.typepad.com/6a00d83452a49969e2010534dffc73970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0877287309/tarotunive-20">Pamela Eakins: Tarot of the Spirit</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0877288941/tarotunive-20"><img alt="Papus: Astrology for Initiates: Astrological Secrets of the Western Mystery Tradition" src="https://a2.typepad.com/6a00d83452a49969e200e551d059b28833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0877288941/tarotunive-20">Papus: Astrology for Initiates: Astrological Secrets of the Western Mystery Tradition</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1904658059/tarotunive-20"><img alt="Papus: Divinatory Tarot, the: The Key to Reading the Cards and the Fates" src="https://a5.typepad.com/6a00d83452a49969e200e551d05f658833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1904658059/tarotunive-20">Papus: Divinatory Tarot, the: The Key to Reading the Cards and the Fates</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/184664111X/tarotunive-20"><img alt="Papus: The Tarot of the Bohemians - The Most Ancient Book In The World For The Use Of Initiates" src="https://a0.typepad.com/6a00d83452a49969e200e551e66a608834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/184664111X/tarotunive-20">Papus: The Tarot of the Bohemians - The Most Ancient Book In The World For The Use Of Initiates</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/B000H8BAF4/tarotunive-20">Paul Christian: History and Practice of Magic, The</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892811900/tarotunive-20"><img alt="Paul Huson: Mystical Origins of the Tarot: From Ancient Roots to Modern Usage" src="https://a5.typepad.com/6a00d83452a49969e2010534df85f5970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892811900/tarotunive-20">Paul Huson: Mystical Origins of the Tarot: From Ancient Roots to Modern Usage</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0738709921/tarotunive-20"><img alt="Philip Brown: Cosmic Trends: Astrology Connects the Dots" src="https://a3.typepad.com/6a00d83452a49969e20105361a320b970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0738709921/tarotunive-20">Philip Brown: Cosmic Trends: Astrology Connects the Dots</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0761990003/tarotunive-20"><img alt="Rabbi Joseph Gikatilla: Gates of Light: Sha'are Orah: Sha'are Orah (The Sacred Literature Trust Series)" src="https://a2.typepad.com/6a00d83452a49969e200e551e651228834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0761990003/tarotunive-20">Rabbi Joseph Gikatilla: Gates of Light: Sha'are Orah: Sha'are Orah (The Sacred Literature Trust Series)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1594772045/tarotunive-20"><img alt="Ramona Fradon: The Gnostic Faustus: The Secret Teachings behind the Classic Text" src="https://a2.typepad.com/6a00d83452a49969e200e553c9304a8834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1594772045/tarotunive-20">Ramona Fradon: The Gnostic Faustus: The Secret Teachings behind the Classic Text</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/2843237254/tarotunive-20"><img alt="Richard Francis Burton: Book of The Thousand Nights And One Nights, The" src="https://a6.typepad.com/6a00d83452a49969e2010535cf949e970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/2843237254/tarotunive-20">Richard Francis Burton: Book of The Thousand Nights And One Nights, The</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0865716455/tarotunive-20"><img alt="Richard Heinberg: Peak Everything: Waking Up to the Century of Declines" src="https://a2.typepad.com/6a00d83452a49969e2013485593f0a970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0865716455/tarotunive-20">Richard Heinberg: Peak Everything: Waking Up to the Century of Declines</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0060858303/tarotunive-20"><img alt="Richard Smoley: Forbidden Faith: The Secret History of Gnosticism" src="https://a1.typepad.com/6a00d83452a49969e200e553c92ce98834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0060858303/tarotunive-20">Richard Smoley: Forbidden Faith: The Secret History of Gnosticism</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0895369362/tarotunive-20"><img alt="Robert O'Neill: Tarot Symbolism" src="https://a7.typepad.com/6a00d83452a49969e2010534df9d7f970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0895369362/tarotunive-20">Robert O'Neill: Tarot Symbolism</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1405110740/tarotunive-20"><img alt="Roger Beck: A Brief History of Ancient Astrology (Brief Histories of the Ancient World)" src="https://a1.typepad.com/6a00d83452a49969e200e54fd4efe18833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1405110740/tarotunive-20">Roger Beck: A Brief History of Ancient Astrology (Brief Histories of the Ancient World)</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/1572814772/tarotunive-20">Ronald Decker: Art and Arcana: Commentary on The Medieval Scapini Tarot</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/8023833847/tarotunive-20"><img alt="Sam Vaknin: Malignant Self Love: Narcissism Revisited" src="https://a4.typepad.com/6a00d83452a49969e2010535cf53cc970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/8023833847/tarotunive-20">Sam Vaknin: Malignant Self Love: Narcissism Revisited</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/9004124896/tarotunive-20"><img alt="Schuchard, Marsha Keith : Restoring the Temple of Vision: Cabalistic Freemasonry and Stuart Culture (Brill's Studies in Intellectual History)" src="https://a7.typepad.com/6a00d83452a49969e20120a648218f970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/9004124896/tarotunive-20">Schuchard, Marsha Keith : Restoring the Temple of Vision: Cabalistic Freemasonry and Stuart Culture (Brill's Studies in Intellectual History)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/8120813952/tarotunive-20"><img alt="Sree Varaha Mihira: Brihat Jataka of Varahamihira" src="https://a0.typepad.com/6a00d83452a49969e2010535d0fc48970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/8120813952/tarotunive-20">Sree Varaha Mihira: Brihat Jataka of Varahamihira</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0500279810/tarotunive-20"><img alt="Stanislas Klossowski De Rola: The Golden Game: Alchemical Engravings of the Seventeenth Century" src="https://a6.typepad.com/6a00d83452a49969e2010534e0db56970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0500279810/tarotunive-20">Stanislas Klossowski De Rola: The Golden Game: Alchemical Engravings of the Seventeenth Century</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0738711640/tarotunive-20"><img alt="Stephen Skinner: Complete Magician's Tables, The" src="https://a2.typepad.com/6a00d83452a49969e201157140e512970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0738711640/tarotunive-20">Stephen Skinner: Complete Magician's Tables, The</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/157281540X/tarotunive-20"><img alt="Stuart R. Kaplan: Encyclopedia of Tarot, the: 4 Volume Set" src="https://a2.typepad.com/6a00d83452a49969e200e54fe938728834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/157281540X/tarotunive-20">Stuart R. Kaplan: Encyclopedia of Tarot, the: 4 Volume Set</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0872201775/tarotunive-20"><img alt="Thomas Hobbes: Leviathan: With Selected Variants from the Latin Edition of 1668" src="https://a2.typepad.com/6a00d83452a49969e2010534e0c482970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0872201775/tarotunive-20">Thomas Hobbes: Leviathan: With Selected Variants from the Latin Edition of 1668</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1435704401/tarotunive-20"><img alt="Timothy Hogan: Alchemical Keys To Masonic Ritual, The" src="https://a7.typepad.com/6a00d83452a49969e201157140e64f970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1435704401/tarotunive-20">Timothy Hogan: Alchemical Keys To Masonic Ritual, The</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1594770352/tarotunive-20"><img alt="Tobias Churton: Gnostic Philosophy: From Ancient Persia to Modern Times" src="https://a2.typepad.com/6a00d83452a49969e200e551d02b4a8833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1594770352/tarotunive-20">Tobias Churton: Gnostic Philosophy: From Ancient Persia to Modern Times</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/157863329X/tarotunive-20"><img alt="Tobias Churton: Golden Builders, the: Alchemists, Rosicrucians, First Freemasons" src="https://a4.typepad.com/6a00d83452a49969e200e551e625f48834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/157863329X/tarotunive-20">Tobias Churton: Golden Builders, the: Alchemists, Rosicrucians, First Freemasons</a></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0866983244/tarotunive-20">Wouter J. Hanegraaff: Lodovico Lazzarelli 1447-1500: The Hermetic Writings And Related Documents (Medieval & Renaissance Texts & Studies)</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0791438546/tarotunive-20"><img alt="Wouter J. Hanegraaff: New Age Religion and Western Culture: Esotericism in the Mirror of Secular Thought (S U N Y Series in Western Esoteric Traditions)" src="https://a7.typepad.com/6a00d83452a49969e2010534dfabcf970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0791438546/tarotunive-20">Wouter J. Hanegraaff: New Age Religion and Western Culture: Esotericism in the Mirror of Secular Thought (S U N Y Series in Western Esoteric Traditions)</a></p></li>
			
		</ul>
	</div>
</div>

<!-- user photo -->
	<div class="module-photo module">
		<div class="module-content"><img src="https://noreah.typepad.com/.a/6a00d83452a49969e200e55009839a8834-150wi" alt="My Photo" /></div>
	</div>

<div class="module-syndicate module">
	<div class="module-content">
		<a href="atom.xml">Subscribe to this blog's feed</a>
	</div>
</div>





						</div>
					</div>
					<div id="beta">
						<div id="beta-inner" class="pkg">
							<!-- archives -->
	<div class="archive-date-based archive">
		<h2 class="archive-header">Archives</h2>
		<div class="archive-content">
			<ul class="archive-list">
									<li class="archive-list-item"><a href="2012/10/index.html">October 2012</a></li>
									<li class="archive-list-item"><a href="2012/09/index.html">September 2012</a></li>
									<li class="archive-list-item"><a href="2012/08/index.html">August 2012</a></li>
									<li class="archive-list-item"><a href="2012/07/index.html">July 2012</a></li>
									<li class="archive-list-item"><a href="2012/06/index.html">June 2012</a></li>
									<li class="archive-list-item"><a href="2012/05/index.html">May 2012</a></li>
									<li class="archive-list-item"><a href="2012/04/index.html">April 2012</a></li>
									<li class="archive-list-item"><a href="2012/03/index.html">March 2012</a></li>
									<li class="archive-list-item"><a href="2012/02/index.html">February 2012</a></li>
									<li class="archive-list-item"><a href="2012/01/index.html">January 2012</a></li>
									<li class="archive-list-item"><a href="2011/12/index.html">December 2011</a></li>
									<li class="archive-list-item"><a href="2011/11/index.html">November 2011</a></li>
									<li class="archive-list-item"><a href="2011/10/index.html">October 2011</a></li>
									<li class="archive-list-item"><a href="2011/09/index.html">September 2011</a></li>
									<li class="archive-list-item"><a href="2011/08/index.html">August 2011</a></li>
									<li class="archive-list-item"><a href="2011/07/index.html">July 2011</a></li>
									<li class="archive-list-item"><a href="2011/06/index.html">June 2011</a></li>
									<li class="archive-list-item"><a href="2011/05/index.html">May 2011</a></li>
									<li class="archive-list-item"><a href="2011/04/index.html">April 2011</a></li>
									<li class="archive-list-item"><a href="2011/03/index.html">March 2011</a></li>
									<li class="archive-list-item"><a href="2011/02/index.html">February 2011</a></li>
									<li class="archive-list-item"><a href="2011/01/index.html">January 2011</a></li>
									<li class="archive-list-item"><a href="2010/12/index.html">December 2010</a></li>
									<li class="archive-list-item"><a href="2010/11/index.html">November 2010</a></li>
									<li class="archive-list-item"><a href="2010/10/index.html">October 2010</a></li>
									<li class="archive-list-item"><a href="2010/09/index.html">September 2010</a></li>
									<li class="archive-list-item"><a href="2010/08/index.html">August 2010</a></li>
									<li class="archive-list-item"><a href="2010/07/index.html">July 2010</a></li>
									<li class="archive-list-item"><a href="2010/06/index.html">June 2010</a></li>
									<li class="archive-list-item"><a href="2010/05/index.html">May 2010</a></li>
									<li class="archive-list-item"><a href="2010/04/index.html">April 2010</a></li>
									<li class="archive-list-item"><a href="2010/03/index.html">March 2010</a></li>
									<li class="archive-list-item"><a href="2010/02/index.html">February 2010</a></li>
									<li class="archive-list-item"><a href="2010/01/index.html">January 2010</a></li>
									<li class="archive-list-item"><a href="2009/12/index.html">December 2009</a></li>
									<li class="archive-list-item"><a href="2009/11/index.html">November 2009</a></li>
									<li class="archive-list-item"><a href="2009/10/index.html">October 2009</a></li>
									<li class="archive-list-item"><a href="2009/09/index.html">September 2009</a></li>
									<li class="archive-list-item"><a href="2009/08/index.html">August 2009</a></li>
									<li class="archive-list-item"><a href="2009/07/index.html">July 2009</a></li>
									<li class="archive-list-item"><a href="2009/06/index.html">June 2009</a></li>
									<li class="archive-list-item"><a href="2009/05/index.html">May 2009</a></li>
									<li class="archive-list-item"><a href="2009/04/index.html">April 2009</a></li>
									<li class="archive-list-item"><a href="2009/03/index.html">March 2009</a></li>
									<li class="archive-list-item"><a href="2009/02/index.html">February 2009</a></li>
									<li class="archive-list-item"><a href="2009/01/index.html">January 2009</a></li>
									<li class="archive-list-item"><a href="2008/12/index.html">December 2008</a></li>
									<li class="archive-list-item"><a href="2008/11/index.html">November 2008</a></li>
									<li class="archive-list-item"><a href="2008/10/index.html">October 2008</a></li>
									<li class="archive-list-item"><a href="2008/09/index.html">September 2008</a></li>
									<li class="archive-list-item"><a href="2008/08/index.html">August 2008</a></li>
									<li class="archive-list-item"><a href="2008/07/index.html">July 2008</a></li>
									<li class="archive-list-item"><a href="2008/06/index.html">June 2008</a></li>
									<li class="archive-list-item"><a href="2008/05/index.html">May 2008</a></li>
									<li class="archive-list-item"><a href="2008/04/index.html">April 2008</a></li>
									<li class="archive-list-item"><a href="2008/03/index.html">March 2008</a></li>
									<li class="archive-list-item"><a href="2008/02/index.html">February 2008</a></li>
									<li class="archive-list-item"><a href="2008/01/index.html">January 2008</a></li>
									<li class="archive-list-item"><a href="2007/12/index.html">December 2007</a></li>
									<li class="archive-list-item"><a href="2007/11/index.html">November 2007</a></li>
									<li class="archive-list-item"><a href="2007/10/index.html">October 2007</a></li>
									<li class="archive-list-item"><a href="2007/09/index.html">September 2007</a></li>
									<li class="archive-list-item"><a href="2007/08/index.html">August 2007</a></li>
									<li class="archive-list-item"><a href="2007/07/index.html">July 2007</a></li>
									<li class="archive-list-item"><a href="2007/06/index.html">June 2007</a></li>
									<li class="archive-list-item"><a href="2007/05/index.html">May 2007</a></li>
									<li class="archive-list-item"><a href="2007/04/index.html">April 2007</a></li>
									<li class="archive-list-item"><a href="2007/03/index.html">March 2007</a></li>
									<li class="archive-list-item"><a href="2007/02/index.html">February 2007</a></li>
									<li class="archive-list-item"><a href="2007/01/index.html">January 2007</a></li>
									<li class="archive-list-item"><a href="2006/12/index.html">December 2006</a></li>
									<li class="archive-list-item"><a href="2006/11/index.html">November 2006</a></li>
									<li class="archive-list-item"><a href="2006/10/index.html">October 2006</a></li>
									<li class="archive-list-item"><a href="2006/09/index.html">September 2006</a></li>
									<li class="archive-list-item"><a href="2006/08/index.html">August 2006</a></li>
									<li class="archive-list-item"><a href="2006/06/index.html">June 2006</a></li>
									<li class="archive-list-item"><a href="2006/05/index.html">May 2006</a></li>
									<li class="archive-list-item"><a href="2006/04/index.html">April 2006</a></li>
									<li class="archive-list-item"><a href="2006/03/index.html">March 2006</a></li>
									<li class="archive-list-item"><a href="2006/02/index.html">February 2006</a></li>
									<li class="archive-list-item"><a href="2006/01/index.html">January 2006</a></li>
									<li class="archive-list-item"><a href="2005/12/index.html">December 2005</a></li>
									<li class="archive-list-item"><a href="2005/11/index.html">November 2005</a></li>
									<li class="archive-list-item"><a href="2005/10/index.html">October 2005</a></li>
									<li class="archive-list-item"><a href="2005/09/index.html">September 2005</a></li>
									<li class="archive-list-item"><a href="2005/08/index.html">August 2005</a></li>
									<li class="archive-list-item"><a href="2005/07/index.html">July 2005</a></li>
									<li class="archive-list-item"><a href="2005/06/index.html">June 2005</a></li>
									<li class="archive-list-item"><a href="2005/05/index.html">May 2005</a></li>
									<li class="archive-list-item"><a href="2005/04/index.html">April 2005</a></li>
				
			</ul>
		</div>
	</div>



	<div class="archive-categories archive">
		<h2 class="archive-header">Categories</h2>
		<div class="archive-content">
			<ul class="archive-list">
									<li class="archive-list-item"><a href="all_arkletters/index-2.html">All ArkLetters</a></li>
									<li class="archive-list-item"><a href="arkletter_1_april_2005/index.html">ArkLetter 1, April 2005</a></li>
									<li class="archive-list-item"><a href="arkletter_10_new_year_200506/index.html">ArkLetter 10, New Year 2005-06</a></li>
									<li class="archive-list-item"><a href="arkletter_11/index.html">ArkLetter 11</a></li>
									<li class="archive-list-item"><a href="arkletter_12/index.html">ArkLetter 12</a></li>
									<li class="archive-list-item"><a href="arkletter_13/index.html">ArkLetter 13</a></li>
									<li class="archive-list-item"><a href="arkletter_14/index.html">ArkLetter 14</a></li>
									<li class="archive-list-item"><a href="arkletter_15/index.html">ArkLetter 15</a></li>
									<li class="archive-list-item"><a href="arkletter_16/index.html">ArkLetter 16</a></li>
									<li class="archive-list-item"><a href="arkletter_17_august_2006/index.html">ArkLetter 17, August 2006</a></li>
									<li class="archive-list-item"><a href="arkletter_18/index.html">ArkLetter 18</a></li>
									<li class="archive-list-item"><a href="arkletter_19_october_2006/index.html">ArkLetter 19, October 2006</a></li>
									<li class="archive-list-item"><a href="arkletter_2_may_2005/index.html">ArkLetter 2, May 2005</a></li>
									<li class="archive-list-item"><a href="arkletter_20_november_2006/index.html">ArkLetter 20, November 2006</a></li>
									<li class="archive-list-item"><a href="arkletter_21/index.html">ArkLetter 21</a></li>
									<li class="archive-list-item"><a href="arkletter_22_january_2007/index.html">ArkLetter 22, January 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_23_february_2007/index.html">ArkLetter 23, February 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_24_march_2007/index.html">ArkLetter 24, March 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_25_april_2007/index.html">ArkLetter 25, April 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_26_may_2007/index.html">ArKletter 26, May 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_27_june_2007/index.html">ArkLetter 27, June 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_28_july_2007/index.html">ArkLetter 28, July 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_29_august_2007/index.html">ArkLetter 29, August 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_3_june_2005/index.html">ArkLetter 3, June 2005</a></li>
									<li class="archive-list-item"><a href="arkletter_30_september_2007/index.html">ArkLetter 30, September 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_31_october_2007/index.html">ArkLetter 31, October 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_32_november_2007/index.html">Arkletter 32, November 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_33_december_2007/index.html">ArkLetter 33, December 2007</a></li>
									<li class="archive-list-item"><a href="arkletter_34/index.html">ArkLetter 34</a></li>
									<li class="archive-list-item"><a href="arkletter_35_february_2008/index.html">ArkLetter 35, February 2008</a></li>
									<li class="archive-list-item"><a href="arkletter_36_march_2008/index.html">ArkLetter 36, March 2008</a></li>
									<li class="archive-list-item"><a href="arkletter_37_april_5_2008/index.html">ArkLetter 37, April 5, 2008</a></li>
									<li class="archive-list-item"><a href="arkletter_38_may_2008/index.html">ArkLetter 38, May, 2008</a></li>
									<li class="archive-list-item"><a href="arkletter_39/index.html">ArkLetter 39</a></li>
									<li class="archive-list-item"><a href="arkletter_4_july_2005/index.html">ArkLetter 4, July 2005</a></li>
									<li class="archive-list-item"><a href="arkletter_40_july_2008/index.html">ArkLetter 40, July 2008</a></li>
									<li class="archive-list-item"><a href="arkletter_41/index.html">ArkLetter 41</a></li>
									<li class="archive-list-item"><a href="arkletter_42/index.html">ArkLetter 42</a></li>
									<li class="archive-list-item"><a href="arkletter_43_september_2008/index.html">ArkLetter 43, September 2008</a></li>
									<li class="archive-list-item"><a href="arkletter-44-october-2008/index.html">ArkLetter 44, October 2008</a></li>
									<li class="archive-list-item"><a href="arkletter-45-november-2008/index.html">ArkLetter 45, November 2008</a></li>
									<li class="archive-list-item"><a href="arkletter-46-december-2008/index.html">ArkLetter 46, December 2008</a></li>
									<li class="archive-list-item"><a href="arkletter-47-january-2009/index.html">ArkLetter 47, January 2009</a></li>
									<li class="archive-list-item"><a href="arkletter-48-1/index.html">ArkLetter 48</a></li>
									<li class="archive-list-item"><a href="arkletter-48/index.html">ArkLetter 48, February 2009</a></li>
									<li class="archive-list-item"><a href="arkletter-49-march-2009/index.html">ArkLetter 49, March 2009</a></li>
									<li class="archive-list-item"><a href="arkletter_5_august_2005/index.html">ArkLetter 5, August 2005</a></li>
									<li class="archive-list-item"><a href="arkletter-50-april-2009/index.html">ArkLetter 50, April 2009</a></li>
									<li class="archive-list-item"><a href="arkletter-51-may-2009/index.html">ArkLetter 51, May 2009</a></li>
									<li class="archive-list-item"><a href="arkletter-52-june-2009/index.html">ArkLetter 52, June 2009</a></li>
									<li class="archive-list-item"><a href="arkletter-53/index.html">ArkLetter 53</a></li>
									<li class="archive-list-item"><a href="arkletter-54/index.html">ArkLetter 54</a></li>
									<li class="archive-list-item"><a href="arkletter-55/index.html">ArkLetter 55</a></li>
									<li class="archive-list-item"><a href="arkletter-56/index.html">ArkLetter 56</a></li>
									<li class="archive-list-item"><a href="arkletter-57/index.html">ArkLetter 57</a></li>
									<li class="archive-list-item"><a href="arkletter-58/index.html">ArkLetter 58</a></li>
									<li class="archive-list-item"><a href="arkletter-59/index.html">ArkLetter 59</a></li>
									<li class="archive-list-item"><a href="arkletter_6_september_2005/index.html">Arkletter 6, September 2005</a></li>
									<li class="archive-list-item"><a href="arkletter-60/index.html">ArkLetter 60</a></li>
									<li class="archive-list-item"><a href="arkletter-61/index.html">ArkLetter 61</a></li>
									<li class="archive-list-item"><a href="arkletter-62/index.html">ArkLetter 62</a></li>
									<li class="archive-list-item"><a href="arkletter-62-may-2010/index.html">ArkLetter 62, May 2010</a></li>
									<li class="archive-list-item"><a href="arkletter-63/index.html">ArkLetter 63</a></li>
									<li class="archive-list-item"><a href="arkletter-64/index.html">ArkLetter 64</a></li>
									<li class="archive-list-item"><a href="arkletter-65-august-2010/index.html">ArkLetter 65, August 2010</a></li>
									<li class="archive-list-item"><a href="arkletter-66/index.html">ArkLetter 66</a></li>
									<li class="archive-list-item"><a href="arkletter-67/index.html">ArkLetter 67</a></li>
									<li class="archive-list-item"><a href="arkletter-68/index.html">ArkLetter 68</a></li>
									<li class="archive-list-item"><a href="arkletter-69-december-2010/index.html">ArkLetter 69 December 2010</a></li>
									<li class="archive-list-item"><a href="arkletter_7_october_2005/index.html">ArkLetter 7, October 2005</a></li>
									<li class="archive-list-item"><a href="arkletter-70/index.html">ArkLetter 70</a></li>
									<li class="archive-list-item"><a href="arkletter-71/index.html">ArkLetter 71</a></li>
									<li class="archive-list-item"><a href="arkletter-72/index.html">ArkLetter 72</a></li>
									<li class="archive-list-item"><a href="arkletter-73/index.html">ArkLetter 73</a></li>
									<li class="archive-list-item"><a href="arkletter-74-may-2011/index.html">ArkLetter 74, May 2011</a></li>
									<li class="archive-list-item"><a href="arkletter-75/index.html">ArkLetter 75</a></li>
									<li class="archive-list-item"><a href="arkletter-76/index.html">ArkLetter 76</a></li>
									<li class="archive-list-item"><a href="arkletter-77/index.html">ArkLetter 77</a></li>
									<li class="archive-list-item"><a href="arkletter-78/index.html">ArkLetter 78</a></li>
									<li class="archive-list-item"><a href="arkletter-79/index.html">ArkLetter 79</a></li>
									<li class="archive-list-item"><a href="arkletter_8_november_2005/index.html">ArkLetter 8, November 2005</a></li>
									<li class="archive-list-item"><a href="arkletter-80/index.html">ArkLetter 80</a></li>
									<li class="archive-list-item"><a href="arkletter-81/index.html">ArkLetter 81</a></li>
									<li class="archive-list-item"><a href="arkletter-82-december-2011/index.html">ArkLetter 82, December 2011</a></li>
									<li class="archive-list-item"><a href="arkletter-83-january-2012/index.html">ArkLetter 83, January 2012</a></li>
									<li class="archive-list-item"><a href="arkletter-84/index.html">ArkLetter 84</a></li>
									<li class="archive-list-item"><a href="arkletter-85-march-2012/index.html">ArkLetter 85, March 2012</a></li>
									<li class="archive-list-item"><a href="arkletter-86-april-2012/index.html">ArkLetter 86, April 2012</a></li>
									<li class="archive-list-item"><a href="arkletter-87-may-2012/index.html">ArkLetter 87 May 2012</a></li>
									<li class="archive-list-item"><a href="arkletter-88/index.html">ArkLetter 88</a></li>
									<li class="archive-list-item"><a href="arkletter-89-july-2012/index.html">ArkLetter 89 July 2012</a></li>
									<li class="archive-list-item"><a href="arkletter_9_december_2005/index.html">ArkLetter 9, December 2005</a></li>
									<li class="archive-list-item"><a href="arkletter-90-august-2012/index.html">ArkLetter 90, August 2012</a></li>
									<li class="archive-list-item"><a href="arkletter-91/index.html">ArkLetter 91</a></li>
									<li class="archive-list-item"><a href="arkletter-92-october-2012/index.html">ArkLetter 92, October 2012</a></li>
									<li class="archive-list-item"><a href="arkletter_essays_and_articles/index-2.html">ArkLetter Essays and Articles</a></li>
									<li class="archive-list-item"><a href="attributions/index.html">Attributions</a></li>
									<li class="archive-list-item"><a href="books-1/index.html">Books</a></li>
									<li class="archive-list-item"><a href="books/index.html">Books and Decks</a></li>
									<li class="archive-list-item"><a href="first_quarter/index.html">First Quarter</a></li>
									<li class="archive-list-item"><a href="new_moon_notes/index-2.html">New Moon Notes</a></li>
									<li class="archive-list-item"><a href="retrogrades/index-2.html">Retrogrades</a></li>
									<li class="archive-list-item"><a href="subscribe/index-2.html">Subscribe</a></li>
									<li class="archive-list-item"><a href="tarot-deck-reviews/index.html">Tarot Deck Reviews</a></li>
									<li class="archive-list-item"><a href="tarotlogy/index-2.html">Tarotlogy</a></li>
									<li class="archive-list-item"><a href="updates_and_notes/index.html">Updates and Notes</a></li>
									<li class="archive-list-item"><a href="world_servers_spreads/index-2.html">World Servers' Spreads</a></li>
				
			</ul>
		</div>
	</div>



						</div>
					</div>
					<div id="gamma">
						<div id="gamma-inner" class="pkg">
							
<!-- sidebar2 -->


<div class="module-typelist module">
	<h2 class="module-header">ArkLetter Links</h2>
	<div class="module-content">
		<ul class="module-list">
							<li class="module-list-item"><a href="all_arkletters/index.html">All ArkLetters</a><br /></li>
							<li class="module-list-item"><a href="archives.html">Archives - Complete</a><br /></li>
							<li class="module-list-item"><a href="arkletter_essays_and_articles/index.html">ArkLetter Essays and Articles</a><br /></li>
							<li class="module-list-item"><a href="new_moon_notes/index.html">New Moon Notes</a><br /></li>
							<li class="module-list-item"><a href="tarotlogy/index.html">Tarotlogy</a><br /></li>
			
		</ul>
	</div>
</div>

<div class="module-custom_html module">
    <div class="module-content">
<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html"><img src="../noreah.typepad.com/ad_images/order.holy.light.tarot.deck.jpg" border="0" width="150"/></a>


    </div>
</div>
<div class="module-typelist module">
	<h2 class="module-header">Moon Phase</h2>
	<div class="typelist-plain module-content">
		<ul class="module-list">
							<li class="module-list-item"><div class="typelist-note"><!-- // Begin Current Moon Phase HTML (c) CalculatorCat.com // --><script language="JavaScript" type="text/javascript"> var ccm_cfg = { n:'1', pof:'1', dt:'1', tc:'#000000', pth:'' } </script><table width="150" bgcolor="#AFB2D8"  style="background-color:bgcolor="#AFB2D8" " cellpadding="0" cellspacing="3" border="0"><tr><td align="center" style="border: 1px solid #D9CCFF;color:#000000;padding-top:5px;padding-bottom:5px;" bgcolor="#000000"><font face="arial,verdana,sans-serif" size="1" color="#000000"><span style="font-size:10px;font-family:arial,verdana,sans-serif;color:#000000"><img src="../www.moonmodule.com/cs/i/t_current_moon_s.gif" width="105" height="21" border="0" /><br /><script language="JavaScript" type="text/javascript" src="../www.moonmodule.com/cs/ccm_b.js"></script><script language="JavaScript" type="text/javascript" src="../www.moonmodule.com/cs/ccm_v.js"></script><span style="display:block;padding-top:5px"><a href="http://www.calculatorcat.com/moon_phases/moon_phases.phtml" target="cc_moon_ph" style="font-size:10px;font-family:arial,verdana,sans-serif;color:#777777;text-decoration:underline;background:#000000;border:none;">moon phase info</a></span></span></font></td></tr></table><!-- // end moon phase HTML // --></div></li>
			
		</ul>
	</div>
</div>

<div class="module-typelist module">
	<h2 class="module-header">ArkLetter Essays</h2>
	<div class="module-content">
		<ul class="module-list">
							<li class="module-list-item"><a title="by Christine Payne Towler" href="2012/03/the-alphanumeric-doctrine-of-correspondences.html">Alphanumeric Doctrine of Correspondences</a></li>
							<li class="module-list-item"><a title="" href="2009/02/the-architectonic-soul-of-nature.html">Architectonic Soul of Nature</a></li>
							<li class="module-list-item"><a title="" href="2009/06/awake-to-intuition.html">Awake to Intuition</a></li>
							<li class="module-list-item"><a title="June 2007" href="http://noreah.typepad.com/tarot_arkletters/2007/06/body_as_cosmos.html">Body as Cosmos</a></li>
							<li class="module-list-item"><a title="" href="2009/09/dai_leon_origins_of_tarot.html">Book Review: Dai Leon, Origins of Tarot</a></li>
							<li class="module-list-item"><a title="" href="2010/08/calendar-thoughts.html">Calendar Thoughts</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/12/can_esotericism.html">Can Esotericism Rescue Mankind?</a></li>
							<li class="module-list-item"><a title="and the Trumps of Tarot" href="http://noreah.typepad.com/tarot_arkletters/2005/09/christian_cabba.html">Christian Cabbalist Alchemical Magic</a></li>
							<li class="module-list-item"><a title="A new Continental  Tarot deck by Christine Payne-Towler and Michael Dowers" href="www.tarotarkletters.com/2011/09/newmoon-tarotlogy-and-the-continental-tarot.html">Continental Tarot Deck: The Holy Light Tarot</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/08/continental_tar.html">Continental Tarots, Part 1</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/09/magi_divination.html">Continental Tarots, Part 2</a></li>
							<li class="module-list-item"><a title="" href="2006/11/continental_3.html">Continental Tarots, Part 3</a></li>
							<li class="module-list-item"><a title="" href="2008/06/courtly-love-in.html">Courtly Love, Initiation, and the Carey-Yale Visconti Tarot</a></li>
							<li class="module-list-item"><a title="ArkLetter 36" href="http://noreah.typepad.com/tarot_arkletters/2008/03/divinatory-taro.html">Divinatory Tarot and the School of Etteilla</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/02/tarot_queen.html">Divine Feminine in Tarot</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/10/martinist_elus.html">Elus Cohen and Martinist Program</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/01/eros_magic_.html">Eros Magic and the Magical Image</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/08/golden_apple_of.html">Golden Apple of the Alphabet</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/12/gordion_knot.html">Gordion Knot of the Alphabet</a></li>
							<li class="module-list-item"><a title="" href="2009/10/greco-muslim-esotericism.html">Greco-Muslim Esotericism</a></li>
							<li class="module-list-item"><a title="January 2007 Tarot Arkletter" href="http://noreah.typepad.com/tarot_arkletters/2007/01/illuminism_maso.html">Illuminism, the Grand Orient and Egyptian Masonry</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/03/magic_early_150.html">Magic in the Early 1500's</a></li>
							<li class="module-list-item"><a title="CPT's Review of the historical sweep of Trump titles and illustrations" href="http://noreah.typepad.com/tarot_arkletters/2005/05/the_major_arcan.html">Major Arcana - The Trumps of Tarot</a></li>
							<li class="module-list-item"><a title="February 2007, ArkLetter 23" href="http://noreah.typepad.com/tarot_arkletters/2007/02/masonic_martini.html">Masonic Martinist Tarot</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/04/magus_mind.html">Mind of the Magus</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/06/suit_of_coins_m.html">Minor Arcana: Coins</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/06/suit_of_cups_mi.html">Minor Arcana: Cups</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/06/suit_of_swords_.html">Minor Arcana: Swords</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/06/suit_of_wands_m.html">Minor Arcana: Wands</a></li>
							<li class="module-list-item"><a title="April 2007 ArkLetter 25" href="http://noreah.typepad.com/tarot_arkletters/2007/04/modern_magic.html">Modern Magic</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/06/music_and_magic.html">Music and Magic among the Renaissance Magi</a></li>
							<li class="module-list-item"><a title="" href="2008/11/navigating-our-cultural-singularity.html">Navigating our Cultural Singularity</a></li>
							<li class="module-list-item"><a title="...the Trumps of Tarot emerged at a time and in an environment when the collective imagination was evidencing a mass &quot;outing&quot; of previously closely held knowledge. " href="http://noreah.typepad.com/tarot_arkletters/2005/10/open_secrets_of.html">Open Secrets of the Early Renaissance</a></li>
							<li class="module-list-item"><a title="Jupiter, Saturn, Uranus, Neptune and Pluto" href="http://noreah.typepad.com/tarot_arkletters/2006/02/retrogrades.html">Outer Planet Retrogrades, 2006</a></li>
							<li class="module-list-item"><a title="This essay presents some of the symbols, numbers, arrangements and other clues which, added together, make a strong suggestion that even the earliest Tarot decks were made with esoteric considerations in mind." href="2005/11/esoteric_pointe.html">Pointers to Esotericism in the Early Tarots</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/05/tarot_psychocos.html">Psychocosm of the Renaissance</a></li>
							<li class="module-list-item"><a title="Tarot ArkLetter 42" href="http://noreah.typepad.com/tarot_arkletters/2008/08/your-own-myster.html">Reading and Writing Your Own Mysteries</a></li>
							<li class="module-list-item"><a title="March 2007, ArkLetter 24" href="http://noreah.typepad.com/tarot_arkletters/2007/03/shem_angels.html">Shem Angels, Clues to a Lineage</a></li>
							<li class="module-list-item"><a title="May 2007, ArkLetter 26" href="http://noreah.typepad.com/tarot_arkletters/2007/05/sophia_holy_wor.html">Sophia, Holy Word</a></li>
							<li class="module-list-item"><a title="Tarot Interpretations: The 5-Card Spread and its Variants" href="http://noreah.typepad.com/tarot_arkletters/2005/07/5card_spread_an.html">Spreads: 5-Card Variation</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/08/world_servers_s.html">Spreads: World Server's 3 card</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2007/12/stoicheion-soma.html">Stoicheion-Somata Tarot</a></li>
							<li class="module-list-item"><a title="" href="2007/09/tarot-spheres-m.html">Tarot of the Spheres and Muses</a></li>
							<li class="module-list-item"><a title="Resources for Esoteric Tarot Studies" href="http://noreah.typepad.com/tarot_arkletters/2005/04/tarot_resources.html">Tarot Resources</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html">Tarot.com: Why does it work?</a></li>
							<li class="module-list-item"><a title="" href="2010/07/tarotlogy-july-2010-history-is-destiny-towler.html">Tarotlogy: History is Destiny</a></li>
							<li class="module-list-item"><a title="Essential Tarots - Ten European Decks in the Classical Edition of Tarot Magic" href="http://noreah.typepad.com/tarot_arkletters/2005/04/essential_tarot.html">Ten Essential Tarots</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/12/theogenesis.html">Theogenesis</a></li>
							<li class="module-list-item"><a title="" href="2011/12/using-the-tarot-of-the-holy-light-chart-icon-1.html">Using the Tarot of the Holy Light Continental Tarotlogy Icon</a></li>
			
		</ul>
	</div>
</div>

<div class="module-typelist module">
	<h2 class="module-header">Archives and Publications</h2>
	<div class="module-content">
		<ul class="module-list">
							<li class="module-list-item"><a title="" href="arkletter_essays_and_articles/index.html">Tarot ArkLetter Article Index</a></li>
							<li class="module-list-item"><a title="Monthly 3-card Tarot Readings for the World, based on the World Servers' Spread by Christine Payne-Towler" href="world_servers_spreads/index.html">World Servers' Tarot</a></li>
							<li class="module-list-item"><a title="From the Tarot ArkLetters offered through Tarot University" href="new_moon_notes/index.html">New Moon Notes</a></li>
							<li class="module-list-item"><a title="Essay by tarot.com's Christine Payne-Towler" href="http://noreah.typepad.com/library/2005/02/the_kabbalahcab.html">The  Kabbalah/Cabbalah</a></li>
							<li class="module-list-item"><a title="Essay by Christine Payne-Towler" href="http://noreah.typepad.com/library/2005/02/confluence_of_t.html#more">Confluence of the Three Great Systems</a></li>
							<li class="module-list-item"><a title="Essay by Christine Payne-Towler" href="http://noreah.typepad.com/library/2005/02/history_of_taro.html">History of Tarot</a></li>
							<li class="module-list-item"><a title="Essay by Christine Payne-Towler" href="http://noreah.typepad.com/library/2005/02/what_is_esoteri.html">What is Esoteric?</a></li>
							<li class="module-list-item"><a title="Noreah Press 1999 publication by Christine Payne-Towler" href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html">The Underground Stream</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarot.com/about-tarot/library/essays/">Payne-Towler Library at Tarot.com</a></li>
			
		</ul>
	</div>
</div>

<!-- about page link -->
<div class="module-about module">
	<h2 class="module-header"><a
		href="http://noreah.typepad.com/about.html">About</a></h2>
</div>
<div class="module-typelist module">
	<h2 class="module-header">Tarot University Connections</h2>
	<div class="module-content">
		<ul class="module-list">
							<li class="module-list-item"><a href="index.html">ArkLetters</a><br />The Tarot ArkLetters; published every NewMoon by Christine Payne-Towler</li>
							<li class="module-list-item"><a href="#">Cites - Tarot University's Online book and Tarot deck store</a><br /></li>
							<li class="module-list-item"><a href="http://noreah.typepad.com/library/">Tarot U - Library and Archives</a><br />Collection of Writings</li>
			
		</ul>
	</div>
</div>

<div class="module-typelist module">
	<h2 class="module-header">Tarot University Online Links</h2>
	<div class="module-content">
		<ul class="module-list">
							<li class="module-list-item"><a title="Tarot Periodical by Christine Payne-Towler" href="http://noreah.typepad.com/tarot_arkletters/">The Tarot ArkLetters</a></li>
							<li class="module-list-item"><a title="The News of Tarot University" href="http://noreah.typepad.com/tarot_university">Tarot University Weblog</a></li>
							<li class="module-list-item"><a title="Esoteric Tarot Revealed; by Christine Payne-Towler" href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html">Tarot University Shoppe</a></li>
							<li class="module-list-item"><a title="Classes on Esoteric Tarot taught by Christine Payne-Towler" href="http://www.tarotuniversity.net/">Tarot University Online</a></li>
							<li class="module-list-item"><a title="The Online Library of Tarot University" href="http://noreah.typepad.com/library/">Tarot University Library</a></li>
							<li class="module-list-item"><a title="still in stock at tarot.com" href="http://www.tarot.com/store/index.php?main_page=product_info&amp;products_id=1166">Tarot Magic Interactive CD</a></li>
							<li class="module-list-item"><a title="New Moon publications from Tarot University" href="http://noreah.typepad.com/tarot_arkletters/subscribe/index.html">Subscribe to the Tarot ArkLetters</a></li>
							<li class="module-list-item"><a title="Information on Christine Payne-Towler's Personal Reading Schedule" href="mailto:christine@tarotuniversity.com">Personal Readings with CPT</a></li>
							<li class="module-list-item"><a title="Using CPT's interpretive text for online tarot reading at tarot.com" href="http://tarot.com/tarot/select.php">Online Tarot Reading Now</a></li>
							<li class="module-list-item"><a title="author of &quot;The Underground Stream; Esoteric Tarot Revealed&quot;" href="http://noreah.typepad.com/about.html">About Christine Payne-Towler</a></li>
			
		</ul>
	</div>
</div>

<div class="module-recent-comments module">
	<h2 class="module-header">Recent Comments</h2>
	<div class="module-content">
		<ul class="module-list">
			<li class="module-list-item">
				<a href="2012/08/something-and-nothingaf00.html?cid=6a00d83452a49969e2017c31bd7c9c970b#comment-6a00d83452a49969e2017c31bd7c9c970b">Christine Payne</a> on <a href="2012/08/something-and-nothing.html">Something and Nothing</a>
			</li>
			<li class="module-list-item">
				<a href="2011/05/newmoon-tarotlogy-may-2nd-3rd-2011da43.html?cid=6a00d83452a49969e2017c31986da5970b#comment-6a00d83452a49969e2017c31986da5970b">Christine Payne</a> on <a href="2011/05/newmoon-tarotlogy-may-2nd-3rd-2011.html">NewMoon Tarotlogy May 2nd-3rd, 2011</a>
			</li>
			<li class="module-list-item">
				<a href="2011/08/newmoon-tarotlogy-august-20114c5f.html?cid=6a00d83452a49969e2017d3bc7074f970c#comment-6a00d83452a49969e2017d3bc7074f970c">Christine Payne</a> on <a href="2011/08/newmoon-tarotlogy-august-2011.html">NewMoon Tarotlogy - August, 2011</a>
			</li>
			<li class="module-list-item">
				<a href="2012/08/something-and-nothingec13.html?cid=6a00d83452a49969e2017744352262970d#comment-6a00d83452a49969e2017744352262970d">Christine Payne</a> on <a href="2012/08/something-and-nothing.html">Something and Nothing</a>
			</li>
			<li class="module-list-item">
				<a href="2012/08/something-and-nothingf1b5.html?cid=6a00d83452a49969e201676955c102970b#comment-6a00d83452a49969e201676955c102970b">Christine Payne</a> on <a href="2012/08/something-and-nothing.html">Something and Nothing</a>
			</li>
			<li class="module-list-item">
				<a href="2006/06/music_and_magicfc8c.html?cid=6a00d83452a49969e20168ebd39b36970c#comment-6a00d83452a49969e20168ebd39b36970c">Christine Payne</a> on <a href="2006/06/music_and_magic.html">Music and Magic among the Renaissance Magi</a>
			</li>
			<li class="module-list-item">
				<a href="2012/03/the-alphanumeric-doctrine-of-correspondencesf431.html?cid=6a00d83452a49969e2016303664495970d#comment-6a00d83452a49969e2016303664495970d">Christine Payne</a> on <a href="2012/03/the-alphanumeric-doctrine-of-correspondences.html">The Alphanumeric Doctrine of Correspondences</a>
			</li>
			<li class="module-list-item">
				<a href="2012/03/the-alphanumeric-doctrine-of-correspondencesc11c.html?cid=6a00d83452a49969e20167645b0912970b#comment-6a00d83452a49969e20167645b0912970b">Christine Payne</a> on <a href="2012/03/the-alphanumeric-doctrine-of-correspondences.html">The Alphanumeric Doctrine of Correspondences</a>
			</li>
			<li class="module-list-item">
				<a href="2012/03/the-alphanumeric-doctrine-of-correspondences6497.html?cid=6a00d83452a49969e20168e95b72ac970c#comment-6a00d83452a49969e20168e95b72ac970c">Christine Payne</a> on <a href="2012/03/the-alphanumeric-doctrine-of-correspondences.html">The Alphanumeric Doctrine of Correspondences</a>
			</li>
			<li class="module-list-item">
				<a href="2012/02/newmoon-tarotlogy-february-2012a466.html?cid=6a00d83452a49969e2016301d10bd2970d#comment-6a00d83452a49969e2016301d10bd2970d">A Facebook User</a> on <a href="2012/02/newmoon-tarotlogy-february-2012.html">NewMoon Tarotlogy - February 2012</a>
			</li>
		</ul>
	</div>
</div><div class="module-typelist module">
	<h2 class="module-header">Cites: Tarot Decks to Buy</h2>
	<div class="typelist-thumbnailed module-content">
		<ul class="module-list">
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866156/tarotunive-20"><img alt="Aleister Crowley: Aleister Crowley Thoth Tarot Deck" src="https://a4.typepad.com/6a00d83452a49969e2010536eb42a4970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866156/tarotunive-20">Aleister Crowley: Aleister Crowley Thoth Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/3898755193/tarotunive-20"><img alt="Nicolas Conver: Altes Marseiller Tarot. 78 Karten" src="https://a2.typepad.com/6a00d83452a49969e20105369072e2970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/3898755193/tarotunive-20">Nicolas Conver: Altes Marseiller Tarot. 78 Karten</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/073870024X/tarotunive-20"><img alt="Lo Scarabeo: Ancient Minchiate Etru" src="https://a2.typepad.com/6a00d83452a49969e200e54fe893828834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/073870024X/tarotunive-20">Lo Scarabeo: Ancient Minchiate Etru</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866695/tarotunive-20"><img alt="David Palladini: Aquarian Tarot Deck Cards" src="https://a3.typepad.com/6a00d83452a49969e2010536eb48db970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866695/tarotunive-20">David Palladini: Aquarian Tarot Deck Cards</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0880790385/tarotunive-20"><img alt=": Cary-Yale Visconti Tarocchi Deck" src="https://a0.typepad.com/6a00d83452a49969e200e54fd57bc88833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0880790385/tarotunive-20">Cary-Yale Visconti Tarocchi Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0738700584/tarotunive-20"><img alt="Lo Scarabeo: Crystal Tarot (Tarot Card Deck)" src="https://a7.typepad.com/6a00d83452a49969e2010535d12357970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0738700584/tarotunive-20">Lo Scarabeo: Crystal Tarot (Tarot Card Deck)</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0738715298/tarotunive-20"><img alt="Huson: Dame Fortune's Wheel Tarot (English and Spanish Edition)" src="https://a6.typepad.com/6a00d83452a49969e2013483d3bc0e970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0738715298/tarotunive-20">Huson: Dame Fortune's Wheel Tarot (English and Spanish Edition)</a><br /></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866660/tarotunive-20">El Gran Tarot Esoterico (The Great Esoteric Tarot) Tarot Card Deck</a><br /></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866164/tarotunive-20"><img alt="Robert Wang: Golden Dawn Tarot Deck" src="https://a3.typepad.com/6a00d83452a49969e2010536888f73970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866164/tarotunive-20">Robert Wang: Golden Dawn Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1572814349/tarotunive-20"><img alt="Kat Black: Golden Tarot Deck" src="https://a0.typepad.com/6a00d83452a49969e20111688de6a0970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1572814349/tarotunive-20">Kat Black: Golden Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/073870461X/tarotunive-20"><img alt="Lo Scarabeo: Golden Tarot of the Renaissance: Estensi Tarot" src="https://a6.typepad.com/6a00d83452a49969e2010535cad246970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/073870461X/tarotunive-20">Lo Scarabeo: Golden Tarot of the Renaissance: Estensi Tarot</a><br /></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866180/tarotunive-20">Grand Etteilla Egyptian Gypsies Tarot</a><br /></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0880795166/tarotunive-20"><img alt="Josef Machynka: Ibis Tarot Deck" src="https://a2.typepad.com/6a00d83452a49969e2010536887f3a970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0880795166/tarotunive-20">Josef Machynka: Ibis Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0738700916/tarotunive-20"><img alt="Lo Scarabeo: Mantegna Tarot" src="https://a0.typepad.com/6a00d83452a49969e201053688a0f0970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0738700916/tarotunive-20">Lo Scarabeo: Mantegna Tarot</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866911/tarotunive-20"><img alt=": Morgan Greer Tarot Deck English" src="https://a1.typepad.com/6a00d83452a49969e2010536e62da1970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866911/tarotunive-20">Morgan Greer Tarot Deck English</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0880790636/tarotunive-20"><img alt=": Motherpeace Round Tarot Deck" src="https://a5.typepad.com/6a00d83452a49969e2010536e1d2cd970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0880790636/tarotunive-20">Motherpeace Round Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0880799986/tarotunive-20"><img alt="David Palladini: New Palladini Tarot Deck &amp; Book Set" src="https://a6.typepad.com/6a00d83452a49969e2010536e62156970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0880799986/tarotunive-20">David Palladini: New Palladini Tarot Deck & Book Set</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866520/tarotunive-20"><img alt=": Oswald Wirth Tarot Deck/Ow78" src="https://a4.typepad.com/6a00d83452a49969e201053690744c970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866520/tarotunive-20">Oswald Wirth Tarot Deck/Ow78</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0880793465/tarotunive-20"><img alt="Arthur Edward Waite: Pocket Rider Waite Tarot" src="https://a0.typepad.com/6a00d83452a49969e201053611ddd8970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0880793465/tarotunive-20">Arthur Edward Waite: Pocket Rider Waite Tarot</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0880793139/tarotunive-20"><img alt="Claude Burdel: Tarot Classic Deck French" src="https://a0.typepad.com/6a00d83452a49969e2010536eb5550970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0880793139/tarotunive-20">Claude Burdel: Tarot Classic Deck French</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0738710075/tarotunive-20"><img alt="Lo Scarabeo: Tarot Deck - Madame Lenormand" src="https://a6.typepad.com/6a00d83452a49969e200e54fd580468833-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0738710075/tarotunive-20">Lo Scarabeo: Tarot Deck - Madame Lenormand</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0880795441/tarotunive-20"><img alt="Pamela Eakins: Tarot of the Spirit Deck" src="https://a4.typepad.com/6a00d83452a49969e20105368ff594970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0880795441/tarotunive-20">Pamela Eakins: Tarot of the Spirit Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0738707643/tarotunive-20"><img alt="Lo Scarabeo: Tarot of the Thousand and One Nights" src="https://a5.typepad.com/6a00d83452a49969e2010535d0f1d5970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0738707643/tarotunive-20">Lo Scarabeo: Tarot of the Thousand and One Nights</a><br /></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/999873245X/tarotunive-20">Tavaglione's Stairs of Gold Tarot/Tv78 (Cards)</a><br /></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0738707163/tarotunive-20"><img alt="Sandra Tabatha Cicero: The Babylonian Tarot" src="https://a4.typepad.com/6a00d83452a49969e20105361a5c6c970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0738707163/tarotunive-20">Sandra Tabatha Cicero: The Babylonian Tarot</a><br /></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/B00162IJL8/tarotunive-20">Lo Scarabeo: The Crystal Tarot</a><br /></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0880794658/tarotunive-20"><img alt="Hermann Haindl: The Haindl Tarot Deck" src="https://a5.typepad.com/6a00d83452a49969e2010536eb4755970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0880794658/tarotunive-20">Hermann Haindl: The Haindl Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/091386692X/tarotunive-20"><img alt="Godfrey Dawson: The Hermetic Tarot" src="https://a1.typepad.com/6a00d83452a49969e2010536889009970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/091386692X/tarotunive-20">Godfrey Dawson: The Hermetic Tarot</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1572814780/tarotunive-20"><img alt="Luigi Scapini: The Medieval Scapini Tarot: Deck and Book Set" src="https://a1.typepad.com/6a00d83452a49969e2010536927af1970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1572814780/tarotunive-20">Luigi Scapini: The Medieval Scapini Tarot: Deck and Book Set</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0892816511/tarotunive-20"><img alt="Brian Williams: The Minchiate Tarot: The 97-card Tarot of the Renaissance, Complete with the 12 Astrological Signs and the 4 Elements" src="https://a5.typepad.com/6a00d83452a49969e200e54fe895258834-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0892816511/tarotunive-20">Brian Williams: The Minchiate Tarot: The 97-card Tarot of the Renaissance, Complete with the 12 Astrological Signs and the 4 Elements</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866296/tarotunive-20"><img alt=": The Prager Tarot Deck" src="https://a3.typepad.com/6a00d83452a49969e201053613efcb970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866296/tarotunive-20">The Prager Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0738709506/tarotunive-20"><img alt="Lo Scarabeo: Universal Tarot of Marseille" src="https://a1.typepad.com/6a00d83452a49969e20105368fe9e9970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0738709506/tarotunive-20">Lo Scarabeo: Universal Tarot of Marseille</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1572815612/tarotunive-20"><img alt=": Universal Waite Tarot Deck" src="https://a3.typepad.com/6a00d83452a49969e2010536e1d9bb970b-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1572815612/tarotunive-20">Universal Waite Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0738712922/tarotunive-20"><img alt="Lo Scarabeo: Universal Wirth Tarot (Tarot of the Angels Tarot of the Angels Deluxe)" src="https://a6.typepad.com/6a00d83452a49969e2010535d1d3d6970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0738712922/tarotunive-20">Lo Scarabeo: Universal Wirth Tarot (Tarot of the Angels Tarot of the Angels Deluxe)</a><br /></p></li>
							<li class="module-list-item"><a href="http://www.amazon.com/exec/obidos/ASIN/088079271X/tarotunive-20">Jacques Vieville: Vieville Tarot/Vv5402</a><br /></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866067/tarotunive-20"><img alt=": Visconti Sforza Tarot Cards" src="https://a3.typepad.com/6a00d83452a49969e20105361a26db970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/0913866067/tarotunive-20">Visconti Sforza Tarot Cards</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="http://www.amazon.com/exec/obidos/ASIN/1592333222/tarotunive-20"><img alt="Ph.D., James Wanless: Voyager Tarot: Intuition Cards for the 21st Century" src="https://a2.typepad.com/6a00d83452a49969e20105361a5f32970c-75hi" /></a></div><p class="typelist-description"><a href="http://www.amazon.com/exec/obidos/ASIN/1592333222/tarotunive-20">Ph.D., James Wanless: Voyager Tarot: Intuition Cards for the 21st Century</a><br /></p></li>
			
		</ul>
	</div>
</div>






						</div>
					</div>
				</div>
			</div>
			
<!-- footer -->
<div id="footer">
	<div id="footer-inner">
		<ul class="footer-list pkg">
			<li class="footer-list-item"><a href="index.html">Tarot University ArkLetters</a></li>
			<li class="footer-list-item"><a href="http://www.typepad.com/">Powered by TypePad</a></li>
			<li class="last-footer-list-item footer-list-item"><a href="new_moon_notes/index.html">New Moon Notes</a></li>
		</ul>
	</div>
</div>

		</div>
	</div>
	

<script type="text/javascript">
<!--
var extra_happy = Math.floor(1000000000 * Math.random());
document.write('<img src="https://www.typepad.com/t/stats?blog_id=102402&amp;user_id=244981&amp;page=' + escape(location.href) + '&amp;referrer=' + escape(document.referrer) + '&amp;i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />');
// -->
</script>

<script type="text/javascript">
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
  try{
    var pageTracker = _gat._getTracker("UA-12150117-15");
    pageTracker._trackPageview();
  } catch(err) {}
</script>

<!-- Start Quantcast tag -->
<script type="text/javascript" src="../edge.quantserve.com/quant.js"></script>
<script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script>
<noscript>
<a href="http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="../pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM128b.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a>
</noscript>
<!-- End Quantcast tag -->


 

<!-- Blogside Toolbar -->
<script type="text/javascript">
    var TPToolbar = {
        src:   "http://www.typepad.com/services/toolbar?blog_id=6a00d83452a49969e200d8341d5eda53ef&asset_id=&atype=archives&to=http%3A%2F%2Fwww.tarotarkletters.com%2Farchives.html&autofollowed=0",
        asset_xid: "",
    
        bookmarklet_uri: "http://static.typepad.com/.shared/js/qp/loader-combined-min.js"
    };
    var TYPEPAD___bookmarklet_domain = "http://www.typepad.com/";
</script>
<script type="text/javascript" src=".shared/js/toolbar/blogside-toolbar-combined-min.js"></script>
<!-- End Blogside Toolbar -->
<!-- Begin comScore Tag -->
<script>
document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js'%3E%3C/script%3E"));
</script>
<script>
COMSCORE.beacon({
  c1: 2,
  c2: "6035669",
  c3: "",
  c4: "http://www.tarotarkletters.com/archives.html",
  c5: "",
  c6: "",
  c15: ""
});
</script>
<noscript>
  <img src="http://b.scorecardresearch.com/b?c1=2&amp;c2=6035669&amp;c3=&amp;c4=http%3A%2F%2Fwww.tarotarkletters.com%2Farchives.html&amp;c5=&amp;c6=&amp;c15=&amp;cv=1.3&amp;cj=1" style="display:none" width="0" height="0" alt="" />
</noscript>
<!-- End comScore Tag -->
</body>

<!-- Mirrored from www.tarotarkletters.com/archives.html by HTTrack Website Copier/3.x [XR&CO'2010], Tue, 23 Oct 2012 04:24:13 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
</html>
<!-- ph=1 -->






	</style>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
</head>



<body class="layout-three-column">
	
	<div id="container">
		<div id="container-inner" class="pkg">
			


<a id="home"></a>
   

<!-- banner -->
<div id="banner">
	<div id="banner-inner" class="pkg">
		
		<h1 id="banner-header"><a href="https://www.tarotarkletters.com/" accesskey="1">Tarot University ArkLetters</a></h1>
		<h2 id="banner-description">
		</h2>
	</div>
</div>


<div id="nav">
	<div id="nav-inner">
		<ul class="nav-list pkg">
			<li class="nav-list-item"><a href="http://noreah.typepad.com/about.html">About</a></li>
			<li class="nav-list-item"><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html">Private Consultation</a></li>
			<li class="nav-list-item"><a href="http://www.tarotarkletters.com/tarotlogy/index.html">Continental Tarotlogy</a></li>
			<li class="nav-list-item"><a href="http://www.tarotarkletters.com/arkletter_essays_and_articles/index.html">Writings</a></li>
			<li class="nav-list-item"><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html">Order</a></li>
			<li class="nav-list-item"><a href="http://www.tarotarkletters.com/2005/04/subscribe.html">Subscribe</a></li>
			<li class="last-nav-list-item nav-list-item"><a href="https://www.facebook.com/pages/Tarot-ArkLetters/184773524868382?fref=ts">Facebook</a></li>
		</ul>
	</div>
</div>




			<div id="pagebody">
				<div id="pagebody-inner" class="pkg">
					<div id="alpha">
						<div id="alpha-inner" class="pkg">

<!-- sidebar1 -->


<!-- list_inlcude.tt  -->
<div id="moon_phase" class="module-typelist module">
<h2 class="module-header">Moon Phase</h2>
	<div class="typelist-plain module-content">
		<ul class="module-list">
							<li class="module-list-item"><div class="typelist-note"><!-- // Begin Current Moon Phase HTML (c) CalculatorCat.com // --><script language="JavaScript" type="text/javascript"> var ccm_cfg = { n:'1', pof:'1', dt:'1', tc:'#000000', pth:'' } </script><table width="150" bgcolor="#AFB2D8"  style="background-color:bgcolor="#AFB2D8" " cellpadding="0" cellspacing="3" border="0"><tr><td align="center" style="border: 1px solid #D9CCFF;color:#000000;padding-top:5px;padding-bottom:5px;" bgcolor="#000000"><font face="arial,verdana,sans-serif" size="1" color="#000000"><span style="font-size:10px;font-family:arial,verdana,sans-serif;color:#000000"><img src="http://www.moonmodule.com/cs/i/t_current_moon_s.gif" width="105" height="21" border="0" /><br /><script language="JavaScript" type="text/javascript" src="https://www.moonmodule.com/cs/ccm_b.js"></script><script language="JavaScript" type="text/javascript" src="https://www.moonmodule.com/cs/ccm_v.js"></script><span style="display:block;padding-top:5px"><a href="http://www.calculatorcat.com/moon_phases/moon_phases.phtml" target="cc_moon_ph" style="font-size:10px;font-family:arial,verdana,sans-serif;color:#777777;text-decoration:underline;background:#000000;border:none;">moon phase info</a></span></span></font></td></tr></table><!-- // end moon phase HTML // --></div></li>
			
		</ul><!-- last /ul -->
	</div>
</div>
<!-- end list_include.tt -->

<!-- custom_code.tt --><div class="module-custom_html module">
    <div class="module-content">
<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&mt=8"><img src="https://noreah.typepad.com/ad_images/order.holy.light.tarot.itunes.app.jpg" border="0" width="150" /></a>
    </div>
</div>
<!-- end custom_code.tt -->
<!-- custom_code.tt --><div class="module-custom_html module">
    <div class="module-content">
<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html"><img src="https://noreah.typepad.com/ad_images/order.holy.light.tarot.deck.jpg" border="0" width="150"/></a>


    </div>
</div>
<!-- end custom_code.tt -->
<!-- list_inlcude.tt  -->
<div id="tarot_university_bookstore" class="module-typelist module">
<h2 class="module-header">Tarot University Bookstore</h2>
	<div class="typelist-plain module-content">
		<ul class="module-list">
							<li class="module-list-item"><div class="typelist-note-label"><a href="http://www.tarotarkletters.com/books/" target="_new"><img src="https://noreah.typepad.com/ad_images/esoteric_tarot_books.150pix.jpg" alt="Tarot University Bookstore" title="Tarot University Bookstore" width="150" /></div><div class="typelist-note"></div></li>
			
		</ul><!-- last /ul -->
	</div>
</div>
<!-- end list_include.tt -->

<!-- list_inlcude.tt  -->
<div id="facebook" class="module-typelist module">
<h2 class="module-header">Facebook</h2>
	<div class="typelist-plain module-content">
		<ul class="module-list">
							<li class="module-list-item"><div class="typelist-note-label">Let's Connect</div><div class="typelist-note"><iframe src="https://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FTarot-ArkLetters%2F184773524868382&amp;width=175&amp;colorscheme=dark&amp;show_faces=true&amp;stream=true&amp;header=true&amp;height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:175px; height:427px;" allowTransparency="true"></iframe></div></li>
			
		</ul><!-- last /ul -->
	</div>
</div>
<!-- end list_include.tt -->

<!-- list_inlcude.tt  -->
<div id="cites_tarot_universitys_online_bookstore" class="module-typelist module">
<h2 class="module-header">Cites - Tarot University's Online Bookstore</h2>
	<div class="typelist-thumbnailed module-content">
		<ul class="module-list">
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1578633753?tag=tarotunive-20" ><img alt="Adam McLean, editor: Treatise on Angel Magic, A: Magnum Opus Hermetic Sourceworks" src="https://a1.typepad.com/6a00d83452a49969e200e551d009d18833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1578633753?tag=tarotunive-20" >Adam McLean, editor: Treatise on Angel Magic, A: Magnum Opus Hermetic Sourceworks</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892813369?tag=tarotunive-20" ><img alt="Alain Daniélou: Music and the Power of Sound: The Influence of Tuning and Interval on Consciousness" src="https://a5.typepad.com/6a00d83452a49969e200e551e62dad8834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892813369?tag=tarotunive-20" >Alain Daniélou: Music and the Power of Sound: The Influence of Tuning and Interval on Consciousness</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0140447806?tag=tarotunive-20" ><img alt="Ancius Boethius: The Consolation of Philosophy: Revised Edition (Penguin Classics)" src="https://a4.typepad.com/6a00d83452a49969e2010534dfc814970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0140447806?tag=tarotunive-20" >Ancius Boethius: The Consolation of Philosophy: Revised Edition (Penguin Classics)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0140192921?tag=tarotunive-20" ><img alt="Anne Baring and Jules Cashford: Myth of the Goddess, the: Evolution of an Image (Arkana)" src="https://a6.typepad.com/6a00d83452a49969e200e551d00f5e8833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0140192921?tag=tarotunive-20" >Anne Baring and Jules Cashford: Myth of the Goddess, the: Evolution of an Image (Arkana)</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/B000UD9QTI?tag=tarotunive-20" >Anonymous (Valentine Tomberg). : Meditations on the Tarot</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0943914000?tag=tarotunive-20" ><img alt="Anthony Damiani: Astronoesis (Star Wisdom): Philosophy's Empirical Context, Astrology's Transcendental Ground" src="https://a5.typepad.com/6a00d83452a49969e200e551e6113d8834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0943914000?tag=tarotunive-20" >Anthony Damiani: Astronoesis (Star Wisdom): Philosophy's Empirical Context, Astrology's Transcendental Ground</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/054396230X?tag=tarotunive-20" ><img alt="Antoine Court de Gébelin: Monde primitif, analysé et comparé avec le monde moderne, etc: Tome 6: Monde primitif… considéré dans les origines latines; ou Dictionnaire étymologique de la langue latine. Partie 1 (French Edition)" src="https://a0.typepad.com/6a00d83452a49969e20105368ffb00970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/054396230X?tag=tarotunive-20" >Antoine Court de Gébelin: Monde primitif, analysé et comparé avec le monde moderne, etc: Tome 6: Monde primitif… considéré dans les origines latines; ou Dictionnaire étymologique de la langue latine. Partie 1 (French Edition)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0933999526?tag=tarotunive-20" ><img alt="Antoine Faivre: Eternal Hermes: From Greek God to Alchemical Magus" src="https://a5.typepad.com/6a00d83452a49969e200e551e610ad8834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0933999526?tag=tarotunive-20" >Antoine Faivre: Eternal Hermes: From Greek God to Alchemical Magus</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0791421783?tag=tarotunive-20" ><img alt="Antoine Faivre: Access to Western Esotericism (Suny Series in Western Esoteric Traditions)" src="https://a2.typepad.com/6a00d83452a49969e200e551e63d9a8834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0791421783?tag=tarotunive-20" >Antoine Faivre: Access to Western Esotericism (Suny Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0965048888?tag=tarotunive-20" >Arthur Versluis: The Mysteries of Love (Studies in literature and religion)</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0791461394?tag=tarotunive-20" ><img alt="Arthur Versluis: Restoring Paradise: Western Esotericism, Literature, Art, and Consciousness (Suny Series in Western Esoteric Traditions)" src="https://a7.typepad.com/6a00d83452a49969e200e553af73d78833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0791461394?tag=tarotunive-20" >Arthur Versluis: Restoring Paradise: Western Esotericism, Literature, Art, and Consciousness (Suny Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0742558363?tag=tarotunive-20" ><img alt="Arthur Versluis: Magic and Mysticism: An Introduction to Western Esoteric Traditions" src="https://a6.typepad.com/6a00d83452a49969e200e553c92b8e8834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0742558363?tag=tarotunive-20" >Arthur Versluis: Magic and Mysticism: An Introduction to Western Esoteric Traditions</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1594772126?tag=tarotunive-20" ><img alt="Arthur Versluis: The Secret History of Western Sexual Mysticism: Sacred Practices and Spiritual Marriage" src="https://a0.typepad.com/6a00d83452a49969e200e553c931b08834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1594772126?tag=tarotunive-20" >Arthur Versluis: The Secret History of Western Sexual Mysticism: Sacred Practices and Spiritual Marriage</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0965048888?tag=tarotunive-20" >Arthur Versluis: The Mysteries of Love (Studies in literature and religion)</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0791461394?tag=tarotunive-20" ><img alt="Arthur Versluis: Restoring Paradise: Western Esotericism, Literature, Art, and Consciousness (Suny Series in Western Esoteric Traditions)" src="https://a6.typepad.com/6a00d83452a49969e2010534df4576970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0791461394?tag=tarotunive-20" >Arthur Versluis: Restoring Paradise: Western Esotericism, Literature, Art, and Consciousness (Suny Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/B000GWG27C?tag=tarotunive-20" >Bonafacio Bembo: Tarot Cards.The -  Painted by Bonifacio Bembo for the Visconti-Sforza Family. An Iconographic and Historical Study.</a></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/9992961775?tag=tarotunive-20" >Brian Williams: A Renaissance Tarot</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892816511?tag=tarotunive-20" ><img alt="Brian Williams: The Minchiate Tarot: The 97-card Tarot of the Renaissance, Complete with the 12 Astrological Signs and the 4 Elements" src="https://a2.typepad.com/6a00d83452a49969e2010535c95cea970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892816511?tag=tarotunive-20" >Brian Williams: The Minchiate Tarot: The 97-card Tarot of the Renaissance, Complete with the 12 Astrological Signs and the 4 Elements</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/B0017KE5OY?tag=tarotunive-20" ><img alt="C. C. Zain: Sacred Tarot - Manual of the Brotherhood of Light, Series 48, 22-24, 26-33" src="https://a1.typepad.com/6a00d83452a49969e2010535caf839970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/B0017KE5OY?tag=tarotunive-20" >C. C. Zain: Sacred Tarot - Manual of the Brotherhood of Light, Series 48, 22-24, 26-33</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0691017948?tag=tarotunive-20" ><img alt="C. G. Jung: Synchronicity: An Acausal Connecting Principle" src="https://a5.typepad.com/6a00d83452a49969e200e54fe7e3858834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0691017948?tag=tarotunive-20" >C. G. Jung: Synchronicity: An Acausal Connecting Principle</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/185538275X?tag=tarotunive-20" ><img alt="Caitlin Matthews: Sophia: Goddess of Wisdom : The Divine Feminine from Black Goddess to World-Soul" src="https://a7.typepad.com/6a00d83452a49969e200e553ad8f6f8833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/185538275X?tag=tarotunive-20" >Caitlin Matthews: Sophia: Goddess of Wisdom : The Divine Feminine from Black Goddess to World-Soul</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1564592960?tag=tarotunive-20" ><img alt="Charles W. Heckethorn: Secret Societies of All Ages and Countries" src="https://a0.typepad.com/6a00d83452a49969e200e551d01bf88833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1564592960?tag=tarotunive-20" >Charles W. Heckethorn: Secret Societies of All Ages and Countries</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1898595445?tag=tarotunive-20" ><img alt="Christeen Skinner: Financial Universe: Planning Your Investments Using Astrological Forecasting : A Guide To Identifying The Role Of The Planets And Stars In World Affairs, Finance, And" src="https://a7.typepad.com/6a00d83452a49969e20105361a2f4f970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1898595445?tag=tarotunive-20" >Christeen Skinner: Financial Universe: Planning Your Investments Using Astrological Forecasting : A Guide To Identifying The Role Of The Planets And Stars In World Affairs, Finance, And</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/3487052458?tag=tarotunive-20" >Christian Knorr von Rosenroth: Kabbala denudata (Volkskundliche Quellen : [Reihe] 2, Aberglaube)</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/096730430X?tag=tarotunive-20" ><img alt="Christine Payne-Towler: Underground Stream, the: Esoteric Tarot Revealed" src="https://a5.typepad.com/6a00d83452a49969e200e551d0266d8833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/096730430X?tag=tarotunive-20" >Christine Payne-Towler: Underground Stream, the: Esoteric Tarot Revealed</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/096730430X?tag=tarotunive-20" ><img alt="Christine Payne-Towler: Underground Stream: Esoteric Tarot Revealed, The" src="https://a1.typepad.com/6a00d83452a49969e201156fab0b91970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/096730430X?tag=tarotunive-20" >Christine Payne-Towler: Underground Stream: Esoteric Tarot Revealed, The</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/900413574X?tag=tarotunive-20" ><img alt="Christopher I. Lehrich: Language of Demons and Angels, The : Cornelius Agrippa's Occult Philosophy (Brill's Studies in Intellectual History)" src="https://a5.typepad.com/6a00d83452a49969e200e551e622f58834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/900413574X?tag=tarotunive-20" >Christopher I. Lehrich: Language of Demons and Angels, The : Cornelius Agrippa's Occult Philosophy (Brill's Studies in Intellectual History)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0801445388?tag=tarotunive-20" ><img alt="Christopher I. Lehrich: The Occult Mind: Magic in Theory and Practice" src="https://a0.typepad.com/6a00d83452a49969e200e553ad87d08833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0801445388?tag=tarotunive-20" >Christopher I. Lehrich: The Occult Mind: Magic in Theory and Practice</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0933963157?tag=tarotunive-20" >Corinne Heline: Mysteries of the Holy Grail</a></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/B0006D33BO?tag=tarotunive-20" >Corinne Heline: The Bible and the tarot,</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/9004094210?tag=tarotunive-20" ><img alt="Cornelius Agrippa: De Occulta Philosophia Libri Tres (Studies in the History of Christian Thought, Vol.48)" src="https://a7.typepad.com/6a00d83452a49969e200e54fe939d78834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/9004094210?tag=tarotunive-20" >Cornelius Agrippa: De Occulta Philosophia Libri Tres (Studies in the History of Christian Thought, Vol.48)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1583942610?tag=tarotunive-20" ><img alt="Dai Leon: Origins of the Tarot: Cosmic Evolution and the Principles of Immortality" src="https://a4.typepad.com/6a00d83452a49969e20115712cadc4970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1583942610?tag=tarotunive-20" >Dai Leon: Origins of the Tarot: Cosmic Evolution and the Principles of Immortality</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0970136048?tag=tarotunive-20" ><img alt="Daniel Feldman: Qabalah : The Mystical Heritage of the Children of Abraham" src="https://a1.typepad.com/6a00d83452a49969e200e551e645718834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0970136048?tag=tarotunive-20" >Daniel Feldman: Qabalah : The Mystical Heritage of the Children of Abraham</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0791416194?tag=tarotunive-20" >Daniel Merkur: Gnosis: An Esoteric Tradition of Mystical Visions and Unions (S U N Y Series in Western Esoteric Traditions)</a></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0835606988?tag=tarotunive-20" >David Fideler: Jesus Christ, Sun of God: Ancient Cosmology and Early Christian Symbolism</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0835606961?tag=tarotunive-20" ><img alt="David Fideler: Jesus Christ, Sun of God: Ancient Cosmology and Early Christian Symbolism" src="https://a1.typepad.com/6a00d83452a49969e200e551e62ed98834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0835606961?tag=tarotunive-20" >David Fideler: Jesus Christ, Sun of God: Ancient Cosmology and Early Christian Symbolism</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0866900454?tag=tarotunive-20" ><img alt="David Williams: Financial Astrology" src="https://a7.typepad.com/6a00d83452a49969e201053611ee77970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0866900454?tag=tarotunive-20" >David Williams: Financial Astrology</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0691013934?tag=tarotunive-20" ><img alt="Denis De Rougemont: Love in the Western World (Princeton Paperbacks)" src="https://a1.typepad.com/6a00d83452a49969e200e553ad90c98833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0691013934?tag=tarotunive-20" >Denis De Rougemont: Love in the Western World (Princeton Paperbacks)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0140195106?tag=tarotunive-20" ><img alt="Ean Begg: The Cult of the Black Virgin (Arkana)" src="https://a5.typepad.com/6a00d83452a49969e200e553c933c58834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0140195106?tag=tarotunive-20" >Ean Begg: The Cult of the Black Virgin (Arkana)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0802824919?tag=tarotunive-20" ><img alt="ed. by van der Toorn, et al: Dictionary of Deities and Demons in the Bible" src="https://a7.typepad.com/6a00d83452a49969e200e54fe7eaf78834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0802824919?tag=tarotunive-20" >ed. by van der Toorn, et al: Dictionary of Deities and Demons in the Bible</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0271018461?tag=tarotunive-20" ><img alt="Elizabeth M. Butler: Ritual Magic (Magic in History Series)" src="https://a3.typepad.com/6a00d83452a49969e200e551e634b38834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0271018461?tag=tarotunive-20" >Elizabeth M. Butler: Ritual Magic (Magic in History Series)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892540125?tag=tarotunive-20" ><img alt="Ernest G. McClain: Myth of Invariance: The Origins of the Gods, Mathematics and Music from the Rg Veda to Plato" src="https://a6.typepad.com/6a00d83452a49969e200e551e637668834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892540125?tag=tarotunive-20" >Ernest G. McClain: Myth of Invariance: The Origins of the Gods, Mathematics and Music from the Rg Veda to Plato</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/014019259X?tag=tarotunive-20" ><img alt="Eugenio Garin: Astrology in the Renaissance: The Zodiac of Life (Arkana)" src="https://a5.typepad.com/6a00d83452a49969e200e551e64c558834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/014019259X?tag=tarotunive-20" >Eugenio Garin: Astrology in the Renaissance: The Zodiac of Life (Arkana)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1597312061?tag=tarotunive-20" ><img alt="Fabre d'Olivet: Hebraic Tongue Restored, the: Part Second" src="https://a0.typepad.com/6a00d83452a49969e200e551e63ca08834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1597312061?tag=tarotunive-20" >Fabre d'Olivet: Hebraic Tongue Restored, the: Part Second</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0299051803?tag=tarotunive-20" >Franchino Gaffurio: The Practica Musicae of Franchinus Gafurius</a></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/B000RWEA7U?tag=tarotunive-20" >Franchinus Gafurius (Gaffurius): De Harmonia Musicorum Instrumentorum Opus. Broude Brothers Limited 1970 Edition. A facsimilie of the Milan 1518 Edition</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1605065757?tag=tarotunive-20" ><img alt="Francis Barrett: The Magus, Celestial Intelligencer: A Complete System of Occult Philosophy (Forgotten Books)" src="https://a4.typepad.com/6a00d83452a49969e2010535caf0ac970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1605065757?tag=tarotunive-20" >Francis Barrett: The Magus, Celestial Intelligencer: A Complete System of Occult Philosophy (Forgotten Books)</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0517567180?tag=tarotunive-20" >Fred Gettings: Secret Symbolism in Occult Art</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/3406022057?tag=tarotunive-20" ><img alt="Friedrich W. J. Schelling: Werke, Die Weltalter" src="https://a0.typepad.com/6a00d83452a49969e20105361bd888970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/3406022057?tag=tarotunive-20" >Friedrich W. J. Schelling: Werke, Die Weltalter</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1594770824?tag=tarotunive-20" ><img alt="Geneviève Dubois: Fulcanelli and the Alchemical Revival: The Man Behind the Mystery of the Cathedrals" src="https://a7.typepad.com/6a00d83452a49969e200e551e64e278834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1594770824?tag=tarotunive-20" >Geneviève Dubois: Fulcanelli and the Alchemical Revival: The Man Behind the Mystery of the Cathedrals</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0691020477?tag=tarotunive-20" ><img alt="Gershom Gerhard Scholem: Origins of the Kabbalah" src="https://a1.typepad.com/6a00d83452a49969e200e551e64fa98834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0691020477?tag=tarotunive-20" >Gershom Gerhard Scholem: Origins of the Kabbalah</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1590302591?tag=tarotunive-20" ><img alt="Gyorgy Doczi: Power of Limits, the: Proportional Harmonies in Nature, Art, and Architecture (Shambhala Pocket Classics)" src="https://a5.typepad.com/6a00d83452a49969e200e551d0344d8833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1590302591?tag=tarotunive-20" >Gyorgy Doczi: Power of Limits, the: Proportional Harmonies in Nature, Art, and Architecture (Shambhala Pocket Classics)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0791462234?tag=tarotunive-20" ><img alt="Gyorgy E. Szonyi: John Dee's Occultism: Magical Exaltation Through Powerful Signs (S U N Y Series in Western Esoteric Traditions)" src="https://a0.typepad.com/6a00d83452a49969e201157140e830970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0791462234?tag=tarotunive-20" >Gyorgy E. Szonyi: John Dee's Occultism: Magical Exaltation Through Powerful Signs (S U N Y Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0486447871?tag=tarotunive-20" ><img alt="Harold Bayley: Lost Language of Symbolism, the (Dover Books on Anthropology and Folklore)" src="https://a1.typepad.com/6a00d83452a49969e200e551d017a98833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0486447871?tag=tarotunive-20" >Harold Bayley: Lost Language of Symbolism, the (Dover Books on Anthropology and Folklore)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/140396906X?tag=tarotunive-20" ><img alt="Harold Bloom: Harold Bloom's Shakespeare" src="https://a4.typepad.com/6a00d83452a49969e20105361a2564970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/140396906X?tag=tarotunive-20" >Harold Bloom: Harold Bloom's Shakespeare</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0791470709?tag=tarotunive-20" ><img alt="Henrik Bogdan: Western Esotericism and Rituals of Initiation (S U N Y Series in Western Esoteric Traditions)" src="https://a1.typepad.com/6a00d83452a49969e200e553c92db18834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0791470709?tag=tarotunive-20" >Henrik Bogdan: Western Esotericism and Rituals of Initiation (S U N Y Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0875428320?tag=tarotunive-20" ><img alt="Henry Cornelius Agrippa: Three Books Of Occult Philosophy (Llewellyn's Sourcebook)" src="https://a2.typepad.com/6a00d83452a49969e200e551e60af28834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0875428320?tag=tarotunive-20" >Henry Cornelius Agrippa: Three Books Of Occult Philosophy (Llewellyn's Sourcebook)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0486209725?tag=tarotunive-20" ><img alt="Herbert Silberer: Hidden Symbolism of Alchemy and the Occult Arts." src="https://a6.typepad.com/6a00d83452a49969e200e553ad8e7e8833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0486209725?tag=tarotunive-20" >Herbert Silberer: Hidden Symbolism of Alchemy and the Occult Arts.</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0192839411?tag=tarotunive-20" ><img alt="Hesiod: Theogony, Works and Days (Oxford World's Classics)" src="https://a1.typepad.com/6a00d83452a49969e201053613d889970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0192839411?tag=tarotunive-20" >Hesiod: Theogony, Works and Days (Oxford World's Classics)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0906540631?tag=tarotunive-20" ><img alt="Hugh J. Schonfield: The Essene Odyssey: The Mystery of the True Teacher and the Essene Impact on the Shaping of Human Destiny" src="https://a4.typepad.com/6a00d83452a49969e200e553cb9b148834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0906540631?tag=tarotunive-20" >Hugh J. Schonfield: The Essene Odyssey: The Mystery of the True Teacher and the Essene Impact on the Shaping of Human Destiny</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/B001ESKKRK?tag=tarotunive-20" >Hugh Schonfield: Essene Odyssey: The Mystery of the True Teacher and the Essene Impact on the Shaping of Human Destiny</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0226123162?tag=tarotunive-20" ><img alt="Ioan P. Culianu: Eros and Magic in the Renaissance (Chicago Original Paperback)" src="https://a5.typepad.com/6a00d83452a49969e2010534e02fed970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0226123162?tag=tarotunive-20" >Ioan P. Culianu: Eros and Magic in the Renaissance (Chicago Original Paperback)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892540265?tag=tarotunive-20" ><img alt="Irene Gad: Tarot and Individuation: Correspondences With Cabala and Alchemy" src="https://a6.typepad.com/6a00d83452a49969e200e551d035768833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892540265?tag=tarotunive-20" >Irene Gad: Tarot and Individuation: Correspondences With Cabala and Alchemy</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0486425231?tag=tarotunive-20" ><img alt="J. E. Cirlot: A Dictionary of Symbols" src="https://a5.typepad.com/6a00d83452a49969e2010534dfb0dd970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0486425231?tag=tarotunive-20" >J. E. Cirlot: A Dictionary of Symbols</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0802144012?tag=tarotunive-20" ><img alt="James Howard Kunstler: World Made by Hand: A Novel" src="https://a7.typepad.com/6a00d83452a49969e2010535cf52ff970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0802144012?tag=tarotunive-20" >James Howard Kunstler: World Made by Hand: A Novel</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892817712?tag=tarotunive-20" ><img alt="Jean Markale: Courtly Love: The Path of Sexual Initiation" src="https://a1.typepad.com/6a00d83452a49969e200e553c92fa98834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892817712?tag=tarotunive-20" >Jean Markale: Courtly Love: The Path of Sexual Initiation</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/157863203X?tag=tarotunive-20" ><img alt="John Dee: The Heiroglyphic Monad" src="https://a1.typepad.com/6a00d83452a49969e200e54fe7ea698834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/157863203X?tag=tarotunive-20" >John Dee: The Heiroglyphic Monad</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0766147444?tag=tarotunive-20" ><img alt="John Dee: Monas Hieroglyphica" src="https://a1.typepad.com/6a00d83452a49969e200e553c92e998834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0766147444?tag=tarotunive-20" >John Dee: Monas Hieroglyphica</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1605062081?tag=tarotunive-20" ><img alt="John Michael Greer: Corpus Hermeticum, the (Forgotten Books)" src="https://a7.typepad.com/6a00d83452a49969e200e551d03b3f8833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1605062081?tag=tarotunive-20" >John Michael Greer: Corpus Hermeticum, the (Forgotten Books)</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0500014035?tag=tarotunive-20" >Joscelyn Godwin: Harmonies of Heaven and Earth: The Spiritual Dimension of Music from Antiquity to the Avant Garde</a> (*****)</li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892812656?tag=tarotunive-20" ><img alt="Joscelyn Godwin: The Harmony of the Spheres: The Pythagorean Tradition in Music" src="https://a5.typepad.com/6a00d83452a49969e200e551d049058833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892812656?tag=tarotunive-20" >Joscelyn Godwin: The Harmony of the Spheres: The Pythagorean Tradition in Music</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0835608603?tag=tarotunive-20" ><img alt="Joscelyn Godwin: The Golden Thread: The Ageless Wisdom of the Western Mystery Traditions" src="https://a2.typepad.com/6a00d83452a49969e200e553ad8a228833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0835608603?tag=tarotunive-20" >Joscelyn Godwin: The Golden Thread: The Ageless Wisdom of the Western Mystery Traditions</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1578633478?tag=tarotunive-20" ><img alt="Joscelyn Godwin: Pagan Dream Of The Renaissance, The" src="https://a4.typepad.com/6a00d83452a49969e20105361bdc04970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1578633478?tag=tarotunive-20" >Joscelyn Godwin: Pagan Dream Of The Renaissance, The</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0140192921?tag=tarotunive-20" ><img alt="Jules Cashford: The Myth of the Goddess: Evolution of an Image (Arkana)" src="https://a0.typepad.com/6a00d83452a49969e200e54fe800588834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0140192921?tag=tarotunive-20" >Jules Cashford: The Myth of the Goddess: Evolution of an Image (Arkana)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892814519?tag=tarotunive-20" ><img alt="Julius Evola: The Hermetic Tradition: Symbols and Teachings of the Royal Art" src="https://a1.typepad.com/6a00d83452a49969e200e54fe7ebf18834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892814519?tag=tarotunive-20" >Julius Evola: The Hermetic Tradition: Symbols and Teachings of the Royal Art</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892813156?tag=tarotunive-20" ><img alt="Julius Evola: Eros and the Mysteries of Love: The Metaphysics of Sex" src="https://a0.typepad.com/6a00d83452a49969e200e553ad8f108833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892813156?tag=tarotunive-20" >Julius Evola: Eros and the Mysteries of Love: The Metaphysics of Sex</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892815736?tag=tarotunive-20" ><img alt="Julius Evola: The Mystery of the Grail: Initiation and Magic in the Quest for the Spirit" src="https://a4.typepad.com/6a00d83452a49969e200e553ad8f348833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892815736?tag=tarotunive-20" >Julius Evola: The Mystery of the Grail: Initiation and Magic in the Quest for the Spirit</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/1571131930?tag=tarotunive-20" >Kirsten J. Grimstad: The Modern Revival of Gnosticism and Thomas Mann's Doktor Faustus</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1845530330?tag=tarotunive-20" ><img alt="Kocku Von Stuckrad: Western Esotericism: A Brief History of Secret Knowledge (British Museum Research Publication)" src="https://a7.typepad.com/6a00d83452a49969e2010535cf506f970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1845530330?tag=tarotunive-20" >Kocku Von Stuckrad: Western Esotericism: A Brief History of Secret Knowledge (British Museum Research Publication)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1572815213?tag=tarotunive-20" ><img alt="Lee Irwin: Gnostic Tarot: Mandalas for Spiritual Transformation" src="https://a6.typepad.com/6a00d83452a49969e2010534dff806970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1572815213?tag=tarotunive-20" >Lee Irwin: Gnostic Tarot: Mandalas for Spiritual Transformation</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0393330877?tag=tarotunive-20" ><img alt="Lester R. Brown: Plan B 3.0: Mobilizing to Save Civilization, Third Edition" src="https://a0.typepad.com/6a00d83452a49969e200e5538391b88833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0393330877?tag=tarotunive-20" >Lester R. Brown: Plan B 3.0: Mobilizing to Save Civilization, Third Edition</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0773485791?tag=tarotunive-20" >Ludovico Lazzarelli: Critical Edition of De Gentiliam Deorum Imaginibus, A - by Ludovico Lazzarelli (Studies in Classics, V. 4)</a></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/B000NPTU4Y?tag=tarotunive-20" >Lynn & Prince, Clive Picknett: THE TEMPLAR REVELATION -  Secret Guardians of the True Identity of Christ</a></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/B000NPTU4Y?tag=tarotunive-20" >Lynn & Prince, Clive Picknett: THE TEMPLAR REVELATION -  Secret Guardians of the True Identity of Christ</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0231096283?tag=tarotunive-20" ><img alt="Macrobius: Commentary on the Dream of Scipio by Macrobius (Records of Western Civilization)" src="https://a4.typepad.com/6a00d83452a49969e201053613ed9c970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0231096283?tag=tarotunive-20" >Macrobius: Commentary on the Dream of Scipio by Macrobius (Records of Western Civilization)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1567182852?tag=tarotunive-20" ><img alt="Mary K. Greer: The Complete Book of Tarot Reversals" src="https://a5.typepad.com/6a00d83452a49969e2010534df7cad970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1567182852?tag=tarotunive-20" >Mary K. Greer: The Complete Book of Tarot Reversals</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0878770771?tag=tarotunive-20" ><img alt="Mary K. Greer: Tarot for Your Self" src="https://a1.typepad.com/6a00d83452a49969e2010534e74781970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0878770771?tag=tarotunive-20" >Mary K. Greer: Tarot for Your Self</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1568219334?tag=tarotunive-20" ><img alt="Matityahu Glazerson: Music and Kabbalah" src="https://a0.typepad.com/6a00d83452a49969e200e551e652008834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1568219334?tag=tarotunive-20" >Matityahu Glazerson: Music and Kabbalah</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0810915448?tag=tarotunive-20" ><img alt="Michael Camille: The Medieval Art of Love" src="https://a1.typepad.com/6a00d83452a49969e200e553af74f98833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0810915448?tag=tarotunive-20" >Michael Camille: The Medieval Art of Love</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0715631225?tag=tarotunive-20" ><img alt="Michael Dummett: History of the Occult Tarot" src="https://a6.typepad.com/6a00d83452a49969e200e553c92ebe8834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0715631225?tag=tarotunive-20" >Michael Dummett: History of the Occult Tarot</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/9042021101?tag=tarotunive-20" ><img alt="Michael Mitchell: Hidden Mutualities: Faustian Themes from Gnostic Origins to the Postcolonial (Cross/Cultures 87) (Cross/Cultures - Readings in the Post/Colonial Literatures in English)" src="https://a3.typepad.com/6a00d83452a49969e200e553c9313b8834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/9042021101?tag=tarotunive-20" >Michael Mitchell: Hidden Mutualities: Faustian Themes from Gnostic Origins to the Postcolonial (Cross/Cultures 87) (Cross/Cultures - Readings in the Post/Colonial Literatures in English)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0595089356?tag=tarotunive-20" ><img alt="Michael R. Meyer: Handbook for the Humanistic Astrologer, A " src="https://a7.typepad.com/6a00d83452a49969e2010535d182a7970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0595089356?tag=tarotunive-20" >Michael R. Meyer: Handbook for the Humanistic Astrologer, A </a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0345410203?tag=tarotunive-20" ><img alt="Moira Timms: Beyond Prophecies and Predictions" src="https://a3.typepad.com/6a00d83452a49969e2011570578bfb970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0345410203?tag=tarotunive-20" >Moira Timms: Beyond Prophecies and Predictions</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/030010832X?tag=tarotunive-20" ><img alt="Moshe Idel: Kabbalah and Eros" src="https://a7.typepad.com/6a00d83452a49969e200e553c9300f8834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/030010832X?tag=tarotunive-20" >Moshe Idel: Kabbalah and Eros</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0140192964?tag=tarotunive-20" ><img alt="Nicholas Campion: The Great Year: Astrology, Millenarianism, and History in the Western Tradition (Arkana)" src="https://a4.typepad.com/6a00d83452a49969e200e551e61c048834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0140192964?tag=tarotunive-20" >Nicholas Campion: The Great Year: Astrology, Millenarianism, and History in the Western Tradition (Arkana)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0791439615?tag=tarotunive-20" ><img alt="Noel L. Brann: Trithemius and Magical Theology: A Chapter in the Controversy over Occult Studies in Early Modern Europe (S U N Y Series in Western Esoteric Traditions)" src="https://a3.typepad.com/6a00d83452a49969e200e551e614d38834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0791439615?tag=tarotunive-20" >Noel L. Brann: Trithemius and Magical Theology: A Chapter in the Controversy over Occult Studies in Early Modern Europe (S U N Y Series in Western Esoteric Traditions)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0195004566?tag=tarotunive-20" ><img alt="Norman Cohn: Pursuit of the Millennium, the: Revolutionary Millenarians and Mystical Anarchists of the Middle Ages (Galaxy Books)" src="https://a3.typepad.com/6a00d83452a49969e200e551d02f038833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0195004566?tag=tarotunive-20" >Norman Cohn: Pursuit of the Millennium, the: Revolutionary Millenarians and Mystical Anarchists of the Middle Ages (Galaxy Books)</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0877286566?tag=tarotunive-20" >Oswald Wirth: Tarot of the Magicians</a></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0722322038?tag=tarotunive-20" >Owen St Victor: The masked Madonna: Studies in the mystical symbolism of the secret sovereign, the queen of heaven (The Christian mysteries)</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0877287309?tag=tarotunive-20" ><img alt="Pamela Eakins: Tarot of the Spirit" src="https://a3.typepad.com/6a00d83452a49969e2010534dffc73970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0877287309?tag=tarotunive-20" >Pamela Eakins: Tarot of the Spirit</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0877288941?tag=tarotunive-20" ><img alt="Papus: Astrology for Initiates: Astrological Secrets of the Western Mystery Tradition" src="https://a2.typepad.com/6a00d83452a49969e200e551d059b28833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0877288941?tag=tarotunive-20" >Papus: Astrology for Initiates: Astrological Secrets of the Western Mystery Tradition</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1904658059?tag=tarotunive-20" ><img alt="Papus: Divinatory Tarot, the: The Key to Reading the Cards and the Fates" src="https://a5.typepad.com/6a00d83452a49969e200e551d05f658833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1904658059?tag=tarotunive-20" >Papus: Divinatory Tarot, the: The Key to Reading the Cards and the Fates</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/184664111X?tag=tarotunive-20" ><img alt="Papus: The Tarot of the Bohemians - The Most Ancient Book In The World For The Use Of Initiates" src="https://a0.typepad.com/6a00d83452a49969e200e551e66a608834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/184664111X?tag=tarotunive-20" >Papus: The Tarot of the Bohemians - The Most Ancient Book In The World For The Use Of Initiates</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/B000H8BAF4?tag=tarotunive-20" >Paul Christian: History and Practice of Magic, The</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892811900?tag=tarotunive-20" ><img alt="Paul Huson: Mystical Origins of the Tarot: From Ancient Roots to Modern Usage" src="https://a5.typepad.com/6a00d83452a49969e2010534df85f5970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892811900?tag=tarotunive-20" >Paul Huson: Mystical Origins of the Tarot: From Ancient Roots to Modern Usage</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0738709921?tag=tarotunive-20" ><img alt="Philip Brown: Cosmic Trends: Astrology Connects the Dots" src="https://a3.typepad.com/6a00d83452a49969e20105361a320b970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0738709921?tag=tarotunive-20" >Philip Brown: Cosmic Trends: Astrology Connects the Dots</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0761990003?tag=tarotunive-20" ><img alt="Rabbi Joseph Gikatilla: Gates of Light: Sha'are Orah: Sha'are Orah (The Sacred Literature Trust Series)" src="https://a2.typepad.com/6a00d83452a49969e200e551e651228834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0761990003?tag=tarotunive-20" >Rabbi Joseph Gikatilla: Gates of Light: Sha'are Orah: Sha'are Orah (The Sacred Literature Trust Series)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1594772045?tag=tarotunive-20" ><img alt="Ramona Fradon: The Gnostic Faustus: The Secret Teachings behind the Classic Text" src="https://a2.typepad.com/6a00d83452a49969e200e553c9304a8834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1594772045?tag=tarotunive-20" >Ramona Fradon: The Gnostic Faustus: The Secret Teachings behind the Classic Text</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/2843237254?tag=tarotunive-20" ><img alt="Richard Francis Burton: Book of The Thousand Nights And One Nights, The" src="https://a6.typepad.com/6a00d83452a49969e2010535cf949e970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/2843237254?tag=tarotunive-20" >Richard Francis Burton: Book of The Thousand Nights And One Nights, The</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0865716455?tag=tarotunive-20" ><img alt="Richard Heinberg: Peak Everything: Waking Up to the Century of Declines" src="https://a2.typepad.com/6a00d83452a49969e2013485593f0a970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0865716455?tag=tarotunive-20" >Richard Heinberg: Peak Everything: Waking Up to the Century of Declines</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0060858303?tag=tarotunive-20" ><img alt="Richard Smoley: Forbidden Faith: The Secret History of Gnosticism" src="https://a1.typepad.com/6a00d83452a49969e200e553c92ce98834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0060858303?tag=tarotunive-20" >Richard Smoley: Forbidden Faith: The Secret History of Gnosticism</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0895369362?tag=tarotunive-20" ><img alt="Robert O'Neill: Tarot Symbolism" src="https://a7.typepad.com/6a00d83452a49969e2010534df9d7f970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0895369362?tag=tarotunive-20" >Robert O'Neill: Tarot Symbolism</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1405110740?tag=tarotunive-20" ><img alt="Roger Beck: A Brief History of Ancient Astrology (Brief Histories of the Ancient World)" src="https://a1.typepad.com/6a00d83452a49969e200e54fd4efe18833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1405110740?tag=tarotunive-20" >Roger Beck: A Brief History of Ancient Astrology (Brief Histories of the Ancient World)</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/1572814772?tag=tarotunive-20" >Ronald Decker: Art and Arcana: Commentary on The Medieval Scapini Tarot</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/8023833847?tag=tarotunive-20" ><img alt="Sam Vaknin: Malignant Self Love: Narcissism Revisited" src="https://a4.typepad.com/6a00d83452a49969e2010535cf53cc970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/8023833847?tag=tarotunive-20" >Sam Vaknin: Malignant Self Love: Narcissism Revisited</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/9004124896?tag=tarotunive-20" ><img alt="Schuchard, Marsha Keith : Restoring the Temple of Vision: Cabalistic Freemasonry and Stuart Culture (Brill's Studies in Intellectual History)" src="https://a7.typepad.com/6a00d83452a49969e20120a648218f970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/9004124896?tag=tarotunive-20" >Schuchard, Marsha Keith : Restoring the Temple of Vision: Cabalistic Freemasonry and Stuart Culture (Brill's Studies in Intellectual History)</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/8120813952?tag=tarotunive-20" ><img alt="Sree Varaha Mihira: Brihat Jataka of Varahamihira" src="https://a0.typepad.com/6a00d83452a49969e2010535d0fc48970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/8120813952?tag=tarotunive-20" >Sree Varaha Mihira: Brihat Jataka of Varahamihira</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0500279810?tag=tarotunive-20" ><img alt="Stanislas Klossowski De Rola: The Golden Game: Alchemical Engravings of the Seventeenth Century" src="https://a6.typepad.com/6a00d83452a49969e2010534e0db56970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0500279810?tag=tarotunive-20" >Stanislas Klossowski De Rola: The Golden Game: Alchemical Engravings of the Seventeenth Century</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0738711640?tag=tarotunive-20" ><img alt="Stephen Skinner: Complete Magician's Tables, The" src="https://a2.typepad.com/6a00d83452a49969e201157140e512970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0738711640?tag=tarotunive-20" >Stephen Skinner: Complete Magician's Tables, The</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/157281540X?tag=tarotunive-20" ><img alt="Stuart R. Kaplan: Encyclopedia of Tarot, the: 4 Volume Set" src="https://a2.typepad.com/6a00d83452a49969e200e54fe938728834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/157281540X?tag=tarotunive-20" >Stuart R. Kaplan: Encyclopedia of Tarot, the: 4 Volume Set</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0872201775?tag=tarotunive-20" ><img alt="Thomas Hobbes: Leviathan: With Selected Variants from the Latin Edition of 1668" src="https://a2.typepad.com/6a00d83452a49969e2010534e0c482970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0872201775?tag=tarotunive-20" >Thomas Hobbes: Leviathan: With Selected Variants from the Latin Edition of 1668</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1435704401?tag=tarotunive-20" ><img alt="Timothy Hogan: Alchemical Keys To Masonic Ritual, The" src="https://a7.typepad.com/6a00d83452a49969e201157140e64f970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1435704401?tag=tarotunive-20" >Timothy Hogan: Alchemical Keys To Masonic Ritual, The</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1594770352?tag=tarotunive-20" ><img alt="Tobias Churton: Gnostic Philosophy: From Ancient Persia to Modern Times" src="https://a2.typepad.com/6a00d83452a49969e200e551d02b4a8833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1594770352?tag=tarotunive-20" >Tobias Churton: Gnostic Philosophy: From Ancient Persia to Modern Times</a></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/157863329X?tag=tarotunive-20" ><img alt="Tobias Churton: Golden Builders, the: Alchemists, Rosicrucians, First Freemasons" src="https://a4.typepad.com/6a00d83452a49969e200e551e625f48834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/157863329X?tag=tarotunive-20" >Tobias Churton: Golden Builders, the: Alchemists, Rosicrucians, First Freemasons</a></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0866983244?tag=tarotunive-20" >Wouter J. Hanegraaff: Lodovico Lazzarelli 1447-1500: The Hermetic Writings And Related Documents (Medieval & Renaissance Texts & Studies)</a></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0791438546?tag=tarotunive-20" ><img alt="Wouter J. Hanegraaff: New Age Religion and Western Culture: Esotericism in the Mirror of Secular Thought (S U N Y Series in Western Esoteric Traditions)" src="https://a7.typepad.com/6a00d83452a49969e2010534dfabcf970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0791438546?tag=tarotunive-20" >Wouter J. Hanegraaff: New Age Religion and Western Culture: Esotericism in the Mirror of Secular Thought (S U N Y Series in Western Esoteric Traditions)</a></p></li>
			
		</ul><!-- last /ul -->
	</div>
</div>
<!-- end list_include.tt -->

<!-- user photo -->
    <div class="module-photo module">


     


<div class="module-content">


<img src="https://noreah.typepad.com/.a/6a00d83452a49969e200e55009839a8834-150wi" alt="My Photo" class="img-responsive" />


</div></div>

<div class="module-syndicate module">
	<div class="module-content">
	<a href="https://www.tarotarkletters.com/atom.xml"><i class="fas fa-rss"></i> Subscribe to this blog's feed</a>
	</div>
</div>




						</div>
					</div>
					<div id="beta">
						<div id="beta-inner" class="pkg">
							<!-- preview content -->

    <!-- CAROUSEL POSTS -->


<!-- entry preview -->



    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_125 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b7c7cf2e7d970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/09/arkletter-125.html">ArkLetter 125</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 125, September 13, 2015</strong></p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;">NewMoon ArkLetter September 13, 2015</span></p>
<p><strong>I.&#0160;<a href="http://www.tarotarkletters.com/2015/09/news-and-reviews.html" target="_blank"> News and Reviews</a><br /></strong></p>
<p><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb08742ff7970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="MasterIcon flat " class="asset  asset-image at-xid-6a00d83452a49969e201bb08742ff7970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb08742ff7970d-120wi" style="margin: 0px 5px 5px 0px;" title="MasterIcon flat " /></a>I<em> am preparing a 3-month webinar</em></strong><em><strong> over October, November and December.&#0160;</strong> Everything we will talk about is in my recent book, so participants will need to acquire their own copy.&#0160; The focus will answer the question, ”What are the layers of meaning in the Tarot of the Holy Light?&quot;&#0160; We&#39;ll be looking at the Icon, the illustrations, and the appendixes, which detail the system of signs/planets/elements inhabiting the cards. In the course of teaching to the deck, I&#39;m simultaneously teaching to the magical traditions and assumptions of Europe in the early 1600’s. Therefore this class represents a way of encountering the older esoteric worldview that&#39;s built into the Tarot outline.</em></p>
<p><a href="http://www.tarotarkletters.com/2015/09/news-and-reviews.html" target="_blank"><strong>http://www.tarotarkletters.com/2015/09/news-and-reviews.html</strong></a></p>
<p>&#0160;</p>
<p><strong>II. <a href="http://www.tarotarkletters.com/2015/09/newmoon-notes-september-13-2015.html" target="_blank">NewMoon Notes </a><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb08742fc7970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="NMSept2015" class="asset  asset-image at-xid-6a00d83452a49969e201bb08742fc7970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb08742fc7970d-120wi" style="margin: 0px 0px 5px 5px;" title="NMSept2015" /></a><br /></strong></p>
<p><em>I’m happy to report that this NewMoon in Virgo is casting a fortunate, healing, and creative spell over the coming&#0160;month. Even after the chart itself breaks up, these influences continue to stretch through the month, and some even farther into fall. Let’s catalog the primary features.</em></p>
<p><a href="http://www.tarotarkletters.com/2015/09/newmoon-notes-september-13-2015.html" target="_blank"><strong>http://www.tarotarkletters.com/2015/09/newmoon-notes-september-13-2015.html</strong></a></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong><strong>III.&#0160; Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</strong></p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light deck here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>&#0160;</strong></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order <em>Tarot of the Holy Light</em> Deck and Book</a></strong>. Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new explanatory book <em>Tarot of the Holy Light: A Continental Esoteric Tarot</em>. The book,&#0160; I-Tunes App and Android App will help you get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers. Order both the deck and the book at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
<p>&#0160;</p>
<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/ </a></h3>
<p>&#0160;</p>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Tuesday June 16th. </em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p><strong><span style="font-size: 13pt;">Stages of the Moon; Dates/Times for the American Northern Hemisphere  </span></strong></p>
<p><br />•&#0160;&#0160; &#0160;The present NewMoon/Eclipse is at 20+ Virgo across the midnight hour of Sunday September 13th at 2:41 AM (EDT) / Saturday September 12th at 11:41 PM (PDT)..&#0160; From this moment, the Moon begins to wax, or increase.  </p>
<p><br /><strong>FUTURE STAGES: &#0160;&#0160;</strong>  </p>
<p><br />•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 28+ Scorpio on Monday September 21st at 4:59 AM (EDT) / 1:59 AM&#0160;(PDT).  </p>
<p><br />•&#0160;&#0160; &#0160;Eclipse happens three minutes before FullMoon at 4+ Aries on Sunday September 27th, at 10:51 PM (EDT) /&#0160;7:51 PM (PDT).&#0160;&#0160;From this moment, the Moon begins to wane, or decrease. </p>
<p><br />•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 11+ Cancer on Sunday, October 4th at 5:06 PM (EDT)&#0160;/ 2:06 PM (PDT). </p>
<p><br />•&#0160;&#0160; &#0160;The next NewMoon is at 19+ Libra on Monday October 12th at 8:06&#0160; PM (EDT) / 5:06 PM (PDT).&#0160; From this moment the Moon begins to wax, or increase.<br /><br /></p>
<p><br />&#0160;</p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 125, September 13, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong> and <strong><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light: A Continental Esoteric Tarot</a></strong> (Volume 1 of two to accompany the deck).</p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Sunday, 20 September 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/09/arkletter-125.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/09/arkletter-125.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F09%2Farkletter-125.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F09%2Farkletter-125.html&title=ArkLetter%20125', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_125 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d15913fd970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/09/newmoon-notes-september-13-2015.html">NewMoon Notes, September 13, 2015</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 125, Septeber 13, 2015</strong></p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><strong>NewMoon Notes, September NewMoon 2015</strong></span><br /><br /><em> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7cfec85970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="NMSept2015" class="asset  asset-image at-xid-6a00d83452a49969e201b7c7cfec85970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7cfec85970b-500wi" style="margin: 0px 5px 5px 0px;" title="NMSept2015" /></a>I’m happy to report that the Sun/Moon conjunction in Virgo is casting a fortunate, healing, and creative spell over the coming month. Even after the chart itself breaks up, these influences continue to stretch through the month, and some even farther into fall. Let’s catalog the primary features.</em><br /><br />NewMoon in earthy Virgo shares the sign with Jupiter. I see this as a great boon for the mineature lives playing out inside our bodies, as if the micro-environment for digestion, assimilation, and nourishment experiences a radical upgrade. This being harvest season, when all the good things from the green earth are available in abundance, I would suggest that people reconsider their lifestyle and diet in favor of fresh, natural ingredients served with minimal processing. The closer to the natural state, the better. Do what you can to bolster the supply of beneficial internal flora, and reduce your consumption of damaging substances. A lot of good can be done by cooperating with the urge to simplify and improve the quality of your inputs. Don’t neglect proper sleep, hydration, meditation, and general making-order, either.&#0160; Open some space for the blessings of the incoming season, by clearing out unproductive habits and distractions. And remember, Jupiter will be in Virgo for the whole of next year, so incremental change is fine. No need for drastic action, just slow and steady redirection of appetites and habits. Start with the most destructive habits so there&#39;s time to reduce cravings and unhook from old patterns before Jupiter goes retrograde on January 8th of 2016. The retrograde doesn&#39;t end until May 8th 2016, during which time it might hit old temptation buttons and put our progress at risk. The 2nd half of 2016 we are likely to see ourselves naturally attracted to better choices, and there isn&#39;t such a great need for willpower.<br /><br />Mars and Venus sharing time in Leo have their final Fire dance. The ephemeris shows Mars embracing Venus through the end of her retrograde and during her return to forward motion. Enacting a balletic dance between traditional lovers, Mars plays the strong and supportive balance point for Venus’ expressive pirouettes. She moved ahead of Mars to the first degree of Virgo in late July, before falling back behind Mars again in his steady course through Leo. Now she has completed her retrograde, and is retracing her footsteps to catch up those lost degrees. The loving pair will have their next and final conjunction of this triple pass in Virgo at 20+ degrees, at the beginning of November.&#0160; This is coincidentally the celestial spot where the NewMoon converged in its exactitude!&#0160; I would suggest that readers sieze a thought or intention from this NewMoon insemination and introduce it into the fertile soil of the imagination, intending that the Mars/Venus conjunction in November will fertilize, fructify, and manifest it.&#0160; This is a perfect expression of the practice called “astral magic”, which is the art of front-loading upcoming celestial alignments (which are bound to happen anyway) with one’s personal intentions. We do this by simply imagining how we would like the natural energies (of the Sun/Moon conjunction, in this case) to be expressed as these vectors fulfill themselves (when the Mars/Venus conjunction lands in the same spot in November). Our innermost thoughts and visions can create&#0160; a channel between the current event and the future outcomes we desire. We only have to notice how it works and “lean into it” a little more consciously.<br /><br />Mercury having abandoned forward motion on September 16th, is stretching the incipient opposition with Uranus retrograde while simultaneously moving back towards exact square with Pluto. This is likely to raise echoes inside of some people, reminding them of previous stages of the longstanding cardinal T-square that has wrung out the collective psyche over the last 18 months. (The final square between Uranus and Pisces will culminate in January of 2016. After that, Uranus’ forward motion will take him beyond the degrees where a square with Pluto is possible.) The general message for now is, things that are unsustainable will not be sustained, so plan accordingly. The infinite field of the mind can easily conceive any number of paths leading from point A to point B. Therefore no outside source has the leverage to control all the variables available to the sovereign individual. The unstoppable creativity of the protean and ever-evolving self (Uranus in Aries, Mercury in Libra) will forever evade the grip of the corporate, herd-based solutions (Pluto in Capricorn). Those who are ready, willing, and able to break precedent and try new strategies will win their way past the artificially-constructed barricades of convention. Don&#39;t make any promises, sign any contracts, or commit to any binding obligations until after October 9th, when Mercury&#39;s appearance and true trajectory catch back up to each other again. By October 25th, the entire episode will be integrated, with no further blow-back from the retrograde issues reappearing.<br /><br />Saturn is mediating the opposition between the North and South nodes, taking a position that is a sextile ahead of the North node and a trine behind the South node. This can seem subtle in comparison with the other forces at work, but for those who catch this wave, Saturn could help to smooth and open their path going forward. It would seem that some new doors and windows are opening at the cusps of Pisces/Aries, Scorpio/Sagittarius and Virgo/Libra. The nodes move backwards against the flow of the Zodiac, whereas Saturn has completed his retrograde and is now proceeding into Sagittarius after a back-and-forth wobble after his first entry. From now until the 12th of October,, Saturn and the Nodes are in harmonious 1/3 and 1/6 relations to each other, indicating cooperation, the exchange of useful ideas, open paths and stable conditions. I’d suggest that we take this time to raise our heads and do some farsighted thinking, calculating the action of time on current events. Saturn is about to give us a glimpse of the bigger picture, especially after he enters Sagittarius on Friday the 18th. It certainly wouldn’t hurt us to be receptive to the fresh and stirring impulse of Saturn entering Sagittarius. By bringing the lessons of past experience (Saturn) to the cusp of the incoming future (Sagittarius), the long-term perspective that becomes available allows one to make a timely adjustment, saving uncounted waste and trouble down the road. “A stitch in time saves nine.”<br /><br />Jupiter in Virgo is pressing into opposition aspect with retrograde Neptune in Pisces, so they cross into each other&#39;s degrees in the late single digits of their signs.&#0160; My intuition sums this situation up thus:&#0160; The need of the little people is great (Jupiter in Virgo), but the response from the leadership class is sadly lacking (Neptune retrograde in Pisces). As a result a quiet but massive grass-roots response is gathering, like a big wave far out to sea. When this wave hits the shore there will be no one who is immune or untouched. When Jupiter is provoked anger he is bolstered by righteous indignation; when he is riled or confounded, his temper is as thunderous as his affection is generous.&#0160; Our leaders’ selfishness and feet of clay are now on display for all to see. I imagine that many hallowed idols are going to be washed from their niches as the rumble of change upends business as usual. It will feel like a relief and a therapeutic breakthrough just to tell the truth about this long-simmering frustration, and to discover that the sentiment is shared near universally.&#0160; It feels like the over-reach of power is going to pull the false fronts down by the workings of natural consequence, while the majority of people simply opt out of participation with a system they see as hollow or meaningless.</p>
<p>As we witness the ending of Summer 2015, and curl around the Equinox into Fall, let&#39;s remember that we are midway through the Dry Way of Detachment, which commenced when the Sun entered Leo, and will continue until the Sun completes Capricorn. This is the period when we strive to consolidate the lessons we learned during the Wet Way (Aquarius through Cancer), so we can give back to the creation all the wisdom, insight and compassion we have learned while struggling with the conditions of our incarnation.&#0160; Along the Wet Way we set out from Aquarius full of immature but hopeful zeal motivated by theory. of how things &quot;should&quot; be.&#0160; Completing the circuit along the Dry way we circle around to Capricorn accumulating insight through impersonal experience motivated by pragmatism. Through this continued and eternal coming-and-going around the Wheel of Time, repeated by all the Planets as they transit the Signs, the immortal soul tutors the mortal ego, that it might learn (or remember) what the highest manifestation of the human impulse could potentially be.</p>
<p>&#0160;All the best for your Fall Equinox on Wednesday the 23rd. May we all experience a rebirth in harmony with Great Nature!&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></p>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Tuesday June 16th. </em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><strong>Stages of the Moon; Dates/Times for the American Northern Hemisphere  </strong></span></p>
<p>•&#0160;&#0160; &#0160;The present NewMoon/Eclipse is at 20+ Virgo across the midnight hour of Sunday September 13th at 2:41 AM (EDT) / Saturday September 12th at 11:41 PM (PDT)..&#0160; From this moment, the Moon begins to wax, or increase.  </p>
<p><br /><strong>FUTURE STAGES: &#0160;&#0160;</strong>  </p>
<p><br />•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 28+ Scorpio on Monday September 21st at 4:59 AM (EDT) / 1:59 AM&#0160;(PDT).  </p>
<p><br />•&#0160;&#0160; &#0160;Eclipse happens three minutes before FullMoon at 4+ Aries on Sunday September 27th, at 10:51 PM (EDT) /&#0160;7:51 PM (PDT).&#0160;&#0160;From this moment, the Moon begins to wane, or decrease. </p>
<p><br />•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 11+ Cancer on Sunday, October 4th at 5:06 PM (EDT)&#0160;/ 2:06 PM (PDT). </p>
<p><br />•&#0160;&#0160; &#0160;<strong>The next NewMoon is at 19+ Libra on Monday October 12th at 8:06&#0160; PM (EDT) / 5:06 PM (PDT).&#0160; From this moment the Moon begins to wax, or increase.</strong><br /><br /></p>
<p><br />&#0160;</p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 125, September 13, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong> and <strong><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light: A Continental Esoteric Tarot</a></strong> (Volume 1 of two to accompany the deck).</p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Sunday, 20 September 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/09/newmoon-notes-september-13-2015.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/09/newmoon-notes-september-13-2015.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F09%2Fnewmoon-notes-september-13-2015.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F09%2Fnewmoon-notes-september-13-2015.html&title=NewMoon%20Notes%2C%20September%2013%2C%202015', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    

    




	
	<div class="entry-category-arkletter_125 entry-category-books_and_decks entry-category-tarot_deck_reviews entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b7c7cf2ff5970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/09/news-and-reviews.html">News and Reviews</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 125, September 13, 2015</strong></p>
<p>&#0160;</p>
<p><strong><span style="font-size: 13pt;">September News and Reviews</span><br /><br /></strong><br />Hard to believe we are so close to Libra already! The seasons have been pretty mixed up this year, at least at the mouth of the mighty Columbia River. Spring came on so early and so dry that we entered summer long before the calendar would admit it. Then we peaked with unseasonable and unreasonable August temperatures across the whole of July,&#0160; burning up our lawn so badly that the yard returned to river sand, flowing underfoot just like it does at the ocean dunes. For the very first time in our town’s history, we’ve had voluntary water rationing all of July and August.&#0160; Following the heat we had such a set of pelting storms that summer’s back was broken, leaving us with October feelings and weeks of darkened skies. We may finally have arrived at September, now that it&#39;s almost gone, but it seems like we took the long way around.<br /><br />My own progress has been correspondingly meandering. In my mind I see myself as walking a straight line, pointed unswervingly at my long-term goal. But my daily life is a series of peregrinations around and about my various tasks and challenges, which seem to take up more time than I actually have in the day. With this exotic and subtle syndrome of mine, a lot of time is lost to being unable to focus my eyes to face the computer. Lately I’ve been dealing with a very wicked upwelling of an old and unloved companion known as trigeminal neuralgia, which is really quite painful and distracting. Those of you who are following me over at Facebook are hearing the stages of this process, so I won’t bore you here.&#0160; I am amazingly stubborn, so I won’t fail to complete this coming volume, but there are obstacles that have to be accommodated.<br /><br /><em>Volume 2; Foundations of the Esoteric Tradition</em> is going through sausage-making process&#0160; — well at least that’s the sensation of proofreading to me!&#0160; I fantasized that this was going to be done faster than it ultimately can, but the goal is more important than my resistance to the process, so I just try to soldier through this avalanche of tiny details. I truly understand why people surrender their manuscripts to publishers at this stage: It’s the only way to get the production accomplished without running all this fine detail through the author’s nervous system.&#0160; Michael told me that during his years working at Fantagraphics, the work flow was structured so that there were several layers of people between the author and the editor. This is specifically intended to reduce the editor’s exposure to the “personality olympics” that this stage puts the creator through. The person responsible for turning the manuscript into a book doesn’t need the author’s big fat opinions underfoot, we authors&#0160; and all our big ideas are a pain in the tookus at this stage!&#0160; But for various reasons (probably karmic), I’ve never felt safe to turn my work over to others, so I’m doomed to the do-it-yourself process. <br /><br />I SO appreciate the help I’m getting and the kind support the universe has extended to carry this project along! It couldn’t happen without my angels, near and far. You know who you are!<br /><br />So as I continue “combing the dead bodies out of the hair of the Goddess”, (a typical shamanic task),&#0160; let’s get on with the News and Reviews.<strong><br /><br />News:&#0160; &#0160;<br /><br /><em>I am preparing a 3-month webinar</em></strong><em> over October, November and December.&#0160; Everything we will talk about is in my recent book, so participants will need to acquire their own copy.&#0160; The focus will answer the question, ”What are the layers of meaning in the Tarot of the Holy Light?&quot;&#0160; We&#39;ll be looking at the Icon, the illustrations, and the appendixes, which detail the system of signs/planets/elements inhabiting the cards. In the course of teaching to the deck, I&#39;m simultaneously teaching to the magical traditions and assumptions of Europe in the early 1600’s. Therefore this class represents a way of encountering the older esoteric worldview that&#39;s built into the Tarot outline.</em>&#0160; Participants will learn the practical applications for all the features that a Renaissance magus would project onto the cards. Topics will include using the deck as a magical calendar, using the Horoscope Spread as a diagnostic tool, deriving personal remedies from the Doctrine of Essential Dignities, approaching the Shem Angels,&#0160; and more.&#0160; This will be a friendly chat about magical orientation within the architectonic Temple of Tarot.<br /><br />The 8th of October makes a great day to start, because if we can meet every other Thursday we’ll manage to escape the holidays.&#0160; I am proposing that we meet at 4:00 Pacific Time, which will mean the class crosses the dinner hour for some people. There is no need for immediate participation at every live class, since it will be recorded for your convenience.&#0160; The cost is $150 for the three-month class, consisting of two meetings (or recordings) per month. I&#39;d like to give it an hour and a half each sitting, if participants don&#39;t consider that overkill.</p>
<p>Feel free to get in touch if you want to participate. My e-mail is christine@tarotuniversity.com, or you can find me on Facebook. Tell your friends -- this ArkLetter announcement and the FaceBook remarks are the only places I&#39;m advertising.</p>
<p><br /><strong>Reviews:<br /><br /></strong>I recently received a package from <strong>Devera Publishing</strong> that included both their <em>Tarot Learning Cards</em> and Pamela Steele’s <em>Wizard’s Pets Tarot</em>. They are each first class productions, handsomely crafted and packaged. If anybody wants help getting a pack of cards created, marketed and distributed, the professionals at Devera, Jay and Jadzia DeForest, are certainly the people to talk to! (www.DeveraPublishing.com) They have placed themselves at the crossroads where Tarot art, production, distribution, and entertainment coincide. I’m thrilled to see that the Tarot marketplace has expanded into such a diversity that it can support a service like Devera to keep a finger in every pie, so to speak. Meet them at your local Tarot conference, or attend the Northwest Tarot Symposium next March 6th - 8th in Portland Oregon. Subscribe to their quarterly magazine, <em>The Cartomancer</em>, or submit a deck review. Jay and Jadzia have also produced a collection of learning card packs, surveying the fundamentals of Astrology, Palmistry, Tarot, Runes, and the Tree of Life. <em>Devera Publishing</em> is uniquely positioned to embody the most thriving aspects of the “growth and insight” market.&#0160; We’ll have to keep our eyes on these rising stars.<br /><br />The <em>Wizard’s Pets Tarot</em>, meanwhile, is a delightful reworking of the Waite/Smith pack specifically made for children by visionary artist Pamela Steele, of <em>Steele Wizard Tarot</em> fame. My pack wasn’t here more than 24 hours before it got a full workout by my Tarot-loving grandsons, who came out with their mom for a sleepover two weeks ago. The older one spotted the pack on the coffee table and made a beeline for it immediately. He proceeded to spend the next 45 minutes poring over it alone, sorting out the suits and the Trumps, comparing all the details back and forth. The small cards fit his hands perfectly, and the linen texture makes them easy to handle. We remarked about how perfect the weight of the paper was, strong but flexible. <br /><br />Both grand-boys are adept at “seeing into” the cards, projecting their attention past the flat surface and occupying the landscape behind the image.&#0160; (How not? Their first pack was Tarot of the Holy Light after all!) There was too much going on around me at that moment, I couldn’t sit over his shoulder and ask questions the whole time.&#0160; But the belly laughs and exclamations kept spontaneously erupting as he worked through every card. When he was done, he called his little brother over to view the ordered stacks he had made of the suits and trumps. Then they went through it together, card by card again. From what I could overhear without being nosy, they LOVE the characters, the vividness, the humor, the innocent wisdom, and of course, the adorable dragons. (The Knights are a hoot, and Temperance is sublime!) It really puts the Trumps in a new light to see the majority of them as dragons, especially as one encounters the higher-number Trumps, where the dragons are clothed in gold and silver, fire and light. The children could see the developmental progression very easily without reading the book. They also really enjoyed the very evident personalities of the Royals. All the cards telegraph very clear and accessible messages, which my grand boys ages 6 and 10 could instantly identify with. The pack comes in a sturdy and handsome magnetic box with a well-conceived “ABC’s of Tarot” full-color booklet explaining every card. There is also a coloring book containing the line art for all 78 cards. All in all, this is a truly generous and fulfilling package, offering a “real” Tarot interactive experience for the magical child in all of us. (http://www.wizardspets.com/tarot.html) <br /><br />My grandsons might not be a totally representative sample just between the two of them, but I know already what they will ask for next time they visit. We’ll shuffle the Wizard’s Pets Tarot in with my well-used Secret Dakini Oracle and Tarot of the Holy Light, and proceed to play a ripping game of Tarot Rummy. Then we’ll find their favorite cards in the Wizard’s Pets coloring book and copy them out on my scanner, so they can each make a personalized talisman to take home with them. It will be a perfect rainy-day project.<br /><br />Moving along to more intellectual developments, I have begun a correspondence with a linguist who also lives up here in Washington state, and we are talking about the intelligence within the alphabet, interestingly enough. I had coincidentally just found and ordered a copy of Mark Filipas’ excellent but very scarce exposition entitled <em>An Alphabetic Masquerade</em>;<em> The Letter Symbolism of the Tarot</em>.&#0160; I consider this to be a masterwork of medieval linguistic archeology, but it has never received the attention it deserves. This is mostly because the people who panned it in 2001 lacked the intellectual profundity to recognize the truth of what Filipas was saying. Those individuals couldn&#39;t put down their defense/offense paradigm to break from the pack and study the Christian Hebraists of the 17- and 1800’s on their own (instead of making up false comparisons using random selections). Because they cut their teeth on a false understanding of the number-letters of the Hebrew alphabet, and refuse to calculate in the fact that their modern Tarot heroes did violence to the occult transmission, the international Tarot history movement has been set back at least a decade. <br /><br />Be that as it may, Filipas was simply early to the party, but he was no way wrong. Every year since his book came out, more evidence has accumulated to confirm his conclusion. Those who have convinced themselves to the contrary will turn out to be on the losing side of their pointless and small-minded argument with history.</p>
<p>Therefore, when I received the book <em>Gods In The Word; Archetypes in the Consonants</em> by Margaret Magnus, I was riveted!&#0160; Magnus is a professional linguist, who has been programming computers since early days to build dictionaries for corporate clients. This has taught her to deconstruct the words of speech into their component parts; prefixes, suffixes and roots. I was first introduced to this taxonomy within the word as a result of reading Fabre d’Olivet’s amazing <em>The Hebraic Tongue Restored</em>, which I discovered in the mid-1990’s. D’Olivet broke down all the words in the Hebrew lexicon into their two-letter (radical) root syllables, then catalogued those root meanings and their three-letter extensions alphabetically. What he has created is a grammar and lexicon for the ancient Semitic languages. D’Olivet completed his masterwork in 1815, and he included evidence from a huge collection of related languages to bolster his conclusions, including Arabic, Chadaic, Syriac, Ethiopic, Samaritan, and of course Hebrew.&#0160;&#0160; With d’Olivet in one hand and Filipas in the other, I was all primed and ready to hear what Magnus has discovered for the modern manifestation of the English language.<br /><br />I was not disappointed in her slim but powerful little book, because Magnus has indeed found the same phenomena that both Filipas and d’Olivet were exposing, only this time it is analyzed in modern spoken English. The letters do indeed have separate identities, both as a matter of historical convention, and as a matter of their inherent sonic connections to concrete sensory meaning. This phenomenon crosses linguistic traditions, even appearing true in languages that have no family connection, having appeared in different times and different corners of the world.&#0160; In her own words, “It is empirically and statistically verifiable that we literally speak in terms of archetypes.”&#0160; It knocked my socks off to hear such a striking statement coming out of somebody else’s mouth besides my own!<br /><br />As a result of this triangulation of sources, each of them so different yet each of them finding their way to the same transcendent conclusion, I am of happy to declare yet again that the root meanings of the letter-numbers are, and always have been, of primal importance to the creators of of the Trumps. You’ll see more of my reasons for believing this when I address the Hebrew mysteries in my upcoming book, <em>Foundations of the Esoteric Tradition</em>. As I have long predicted, this topic will have to be reconsidered in the future by those who wish to call themselves historians. All the denial and deconstructionism in the world isn’t strong enough to rip away the constitutional significance of the letters in occultism, just as we find is true in linguistics. One might even say that occultism is the ultimate application of linguistics, because all words of power are built very deliberately from these numinous number-letters, in order to reach out to the archetypes through these “spells” (or spellings), thereby to influence the formative currents that shape our reality.<br /><br />This leads me to the final remarks I wanted to touch on this month. My scholarly friend and occasional contributor Samten de Wet (of LuxLapis fame) sent me a very intriguing article this month that also “just happens” to dwell on the subject of Christian Kabbalist (number-letter) magic, in the personage of Jacques Lefevre d’Etaples.&#0160; The article is by Katherine LaFevers Evans, M.A. I love it because she’s dealing directly with the operative interface between “Jewish Gnosticism, Neoplatonism, Neopythagoreanism, and Hermetism” (her words), in short, the foundation ground for Tarot. <br /><br />https://www.academia.edu/6859321/Magic_and_the_Binary_Code_Renaissance_Christian_Kabbalah_and_Buckminster_Fullers_Tensegrity_Structures<br /><br />(At the beginning, there are repeats of the introductory summary in several languages, but then the whole article commences in English. It’s well worth the time to read! Also there are a number of excellent illustrations linked in the list at the end.)&#0160; <br /><br />If you enjoy the above article I would also like to refer you to an article I first shared at TarotL in 1999 and then reassembled for my own website in 2006. (http://noreah.typepad.com/tarot_arkletters/2006/09/magi_divination.html) Entitled “Divination: Highest Expression of the Magi’s Art”, it analyzes the formal categories of Magic according to Giordano Bruno in the late 1500’s. We then leverage the research of Christopher Lehrich to gain an understanding of&#0160; how divination (in our case consulting the Tarot)&#0160; constitutes a ritual that puts the visible world in correspondence with the invisible world. This is done, as Lehrich explains, through the ritual use of numbers, letters, symbols and ideas interpreted &quot;according to a culturally determined canon of interpretive techniques&quot;.&#0160; He is very careful to make this point. A stable and traditional canon of interpretive techniques is essential to the traditional divinitory arts. &#0160; The alert reader will recognize the common ground that both Evans and I share in our expositions.&#0160; There is a priceless and unifying <em>coincidentia oppositorum</em> available to all who take the time to contemplate the issues I have reviewed here today.</p>
<p>Blessings to all for the upcoming Equinox, may we all enter the Fall with our goals clear before us. This has been an extraordinary year that shows no signs of letting up yet!<br /><br /><br /><br /> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7cfece4970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="MasterIcon flat " class="asset  asset-image at-xid-6a00d83452a49969e201b7c7cfece4970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7cfece4970b-500wi" style="margin: 0px 5px 5px 0px;" title="MasterIcon flat " /></a><br /><br /><br /><br />&#0160;<br /><br /><strong><br /><br /><br /></strong></p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Sunday, 20 September 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/09/news-and-reviews.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/09/news-and-reviews.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F09%2Fnews-and-reviews.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F09%2Fnews-and-reviews.html&title=News%20and%20Reviews', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_124 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d1484829970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/08/arkletter-124.html">ArkLetter 124</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 124, August 14, 2015</strong></p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><strong>ArkLetter 124</strong></span></p>
<p>&#0160;<span style="font-size: 11pt;"><strong>I.&#0160; <span style="font-size: 13pt;"><strong><a href="http://www.tarotarkletters.com/2015/08/manly-p-hall-and-masonic-tarot.html" target="_blank">Manly P. Hall and Masonic Tarot</a> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb0862b6c4970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="9781511731171_l" class="asset  asset-image at-xid-6a00d83452a49969e201bb0862b6c4970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb0862b6c4970d-120wi" style="margin: 0px 0px 5px 5px;" title="9781511731171_l" /></a></strong></span></strong></span></p>
<p>&#0160;<em><span style="font-size: 11pt;">I&#39;m happy to announce the release of another new book for the scholars among us.&#0160; Researched and&#0160; written by Yolanda Robinson, Ph.D., it is entitled The Revised New Art Tarot; Mysticism and Qabalah in the Knapp-Hall Tarot. I thought that while my readers are awaiting my next contribution, Foundations of the Esoteric Tradition, they might enjoy this excellent tome about the New Art Tarot by Manly P. Hall and Augustus Knapp. <a href="http://www.tarotarkletters.com/2015/08/manly-p-hall-and-masonic-tarot.html" target="_blank">http://www.tarotarkletters.com/2015/08/manly-p-hall-and-masonic-tarot.html</a><br /></span></em></p>
<p>&#0160;</p>
<p><span style="font-size: 11pt;"><strong>II.&#0160; <a href="http://www.tarotarkletters.com/2015/08/newmoon-notes.html" target="_blank">NewMoon Notes for August 14th, 2015</a></strong></span></p>
<p><span style="font-size: 11pt;"><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d148c5b3970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Aug14,2014" class="asset  asset-image at-xid-6a00d83452a49969e201b8d148c5b3970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d148c5b3970c-120wi" style="margin: 0px 5px 5px 0px;" title="Aug14,2014" /></a></strong></span><span style="font-size: 11pt;"><em>According to the “bastard Greek Kabalah on the Hebrew type”, which is the historical body of correspondences I am reviving from the 1600’s, here are the astrological and Tarot events in the sky overhead at NewMoon.&#0160; It might prove to be of value to lay your birthchart on a large table. Around it place the Trumps of the Zodiac into their twelve house positions, then lay out the planetary cards into the locations where you natal chart falls.<a href="http://www.tarotarkletters.com/2015/08/newmoon-notes.html" target="_blank">http://www.tarotarkletters.com/2015/08/newmoon-notes.html</a></em></span></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong><strong>III.&#0160; Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</strong></p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light deck here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>&#0160;</strong></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order <em>Tarot of the Holy Light</em> Deck and Book</a></strong>. Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new explanatory book <em>Tarot of the Holy Light: A Continental Esoteric Tarot</em>. The book,&#0160; I-Tunes App and Android App will help you get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers. Order both the deck and the book at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
<p>&#0160;</p>
<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/ </a></h3>
<p>&#0160;</p>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Tuesday June 16th. </em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><strong>Stages of the Moon; Dates/Times for the American Northern Hemisphere  </strong></span></p>
<p>•&#0160;&#0160; &#0160;<strong>The present NewMoon</strong> is at 21+ Leo on Friday <strong>August 14th at 10:53 AM (EDT)</strong> / 7:53 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.  </p>
<p><strong>FUTURE STAGES: &#0160;</strong>&#0160;  </p>
<p>•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 29+ Scorpio on Saturday <strong>August 22nd at 3:31 PM (EDT)</strong> / 12:31 PM&#0160;(PDT).  </p>
<p>•&#0160;&#0160; &#0160;FullMoon is at 6+ Pisces on Saturday <strong>August 29th, at 2:35 PM (EDT)</strong> /&#0160;11:35 AM (PDT).&#0160;&#0160;From this moment, the Moon begins to wane, or decrease. </p>
<p>•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 12+ Gemini on Saturday, <strong>September 5th at 5:54 AM (EDT)</strong>&#0160;/ 2:54 AM (PDT) .</p>
<p>•&#0160;&#0160; &#0160;The next NewMoon is at 20+ Virgo across the midnight hour of Sunday <strong>September 13th at 2:41 AM (EDT)</strong> / Saturday September 12<sup>th</sup> at 11:41 PM (PDT). From this moment the Moon begins to wax, or increase.</p>
<p><br />&#0160;</p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 124, August 14, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong> and <strong><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light: A Continental Esoteric Tarot</a></strong> (Volume 1 of two to accompany the deck).</p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Friday, 14 August 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/08/arkletter-124.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/08/arkletter-124.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F08%2Farkletter-124.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F08%2Farkletter-124.html&title=ArkLetter%20124', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_124 entry-category-books entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b7c7be74c3970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/08/manly-p-hall-and-masonic-tarot.html">Manly P. Hall and Masonic Tarot</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 124, August 14, 2015</strong></p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><strong>Manly P. Hall and Masonic Tarot</strong></span></p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><span style="font-size: 11pt;">I&#39;m happy to announce the release of another new book for the scholars among us.&#0160; Researched and&#0160; written by Yolanda M. Robinson, Ph.D., it is entitled <em>The Revised New Art Tarot; Mysticism and Qabalah in the Knapp-Hall Tarot</em>. I thought that while my readers are awaiting my next contribution, <em>Foundations of the Esoteric Tradition</em>, they might enjoy this excellent tome about the excellent and fascinating Knapp-Hall Tarot by Manly P. Hall and Agustus Knapp.</span> </span></p>
<p>&#0160;</p>
<p><span style="font-size: 14pt;">The Revised New Art Tarot; <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb0862b74a970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="9781511731171_l" class="asset  asset-image at-xid-6a00d83452a49969e201bb0862b74a970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb0862b74a970d-320wi" style="margin: 0px 0px 5px 5px;" title="9781511731171_l" /></a></span></p>
<p><span style="font-size: 14pt;">Mysticism and Qabalah </span></p>
<p><span style="font-size: 14pt;">in The Knapp-Hall Tarot</span></p>
<p>&#0160;</p>
<p><span style="font-size: 11pt;">I have been awaiting this book for years, having used the Knapp-Hall cards since Stewart Kaplan promoted it in the second half of the 1980’s. I remember rejoicing because I could see from the catalogue that The Magus carried the Hebrew letter A.&#0160; Unfortunately, at the turn of the new millennium I had to put the pack in my “research” pile because I lost the Three of Disks somehow, a grievous mistake that I have regretted for years.</span></p>
<p><span style="font-size: 11pt;">Hall and Knapp’s <em>Secret Teachings of All the Ages</em> has occupied a special place on my bookshelf for decades, as it does for every self-respecting occultist &#0160;who started in the 20<sup>th</sup> century. &#0160;I have the little square-bound article “The Tarot” by Hall as well. I consider myself a decent analyst of occult systems, but for some reason I couldn’t really penetrate beyond the beautiful surface of the cards until Dr. Robinson’s book came into my hands.</span></p>
<p><span style="font-size: 11pt;">This is indeed the long-desired card by card accounting of the Knapp-Hall Tarot, prayed for by so many users over the years. Robinson’s considered and inclusive overview, paired with liberal quotes from Hall’s writings, makes for a substantial and fulfilling breakdown of this small and gemlike pack.&#0160; It seems that Robinson’s aesthetic matches very well with that of Knapp and Hall; the book extends the psychic space defined by the cards, mirroring the tone of the creators and their creation. I imagine that Hall and Knapp would be pleased to see this accounting of their powerful metaphysical tool.</span></p>
<p><span style="font-size: 11pt;">As it so happens, this volume is much more than just a rich and sophisticated representation of the Knapp-Hall synthesis. Robinson’s research also offers a framework for investigating the complex interface between the old-school Continental Tarots, the intermediate Egyptian-style packs from Etteilla to CC Zain, and the modern English packs. &#0160;Robinson has done an extremely ambitious thing here, which is to shed light on the back-and-forth discussion between three loose but distinct “schools” of Tarot that were present and vying for attention at the turn of the 20<sup>th</sup> century. By this I mean, 1) the original historical pattern (which Hall preserved to a large degree on the faces of his Trumps), 2) the Masonic contribution that became obvious during the intermediate period from Etteilla to Oswald Wirth, and 3) the full-on transformation that burst into the 20<sup>th</sup> century with the packs of Waite, Case and Crowley.</span></p>
<p><span style="font-size: 11pt;">The sign of how much I am enjoying a book is when I find that it is impossible to read without having a pencil and highlighter at hand. This is one of those books where I was moved to be an active participant. My underlining and marginalia are full of stars, exclamation points, and dancing arrows pointing to highlighted or bracketed ideas that turned the wheels in my head.</span></p>
<p><span style="font-size: 11pt;">Some of the explanations taken from traditional number-theology might seem a little opaque or even impenetrable to a person who is new to them. Especially readers who are new to Qabalah (her spelling) might want to follow the bibliography back to the cited sources, since some of the ideas are abstruse on their faces. But those who have made their own explorations into this territory will recognize the ideas in play and will see how the author has linked Hall and Knapp’s worldview back to the prevailing models they inherited from the Christian Qabalists among the Rosicrucians and Masons of the Enlightenment era.</span></p>
<p><span style="font-size: 11pt;">I was actually quite surprised to see how eclectic Hall’s thoughts were compared to the very traditional presentation his deck makes when standing alone. &#0160;As I said at the beginning, I was never quite sure that I had grasped the full revelation of this pack, since in my experience Hall had never consolidated his Tarot remarks down to a single paradigmatic statement. Hall preferred to make allusions that move back and forth between the Continental and English approaches, while scattering his Tarot remarks far and wide among his writings on other topics. Now finally due to Robinson’s research, I can understand what Knapp and Hall were doing, which clears up some unspoken paradoxical feelings lingering in the back of my mind for years.</span></p>
<p><span style="font-size: 11pt;">Each reader will focus on Robinson’s accounting of the details that are most important to him or her, of course. &#0160;I found the personal influences that the creators brought to the New Art Tarot to be remarkably wide-ranging. I had no idea that Augustus Knapp was more than two generations older than Manly P. Hall, or that Knapp had such deep connections with the movers and shakers of European esotericism. Historians of Tarot are still struggling to comprehend the overlap between Masonry, Rosicrucianism, Qabalah, Hermeticism and Tarot in the period between Etteilla and Wirth. Robinson has very generously placed herself in that gap and done a magnificent job of illuminating the many threads of mysticism and magic that are drawn together in The New Art Tarot.</span></p>
<p><span style="font-size: 11pt;">In my own practice with this pack, I had failed to question why the New Art Tarot is configured in the Continental manner (A = 1 in the Trump sequence), when in fact Hall states very clearly in his Introduction that,&#0160; “… placed according to the Pythagorian system, the zero comes before the one” (p. XVII).&#0160; The implications of this statement had never fully risen to the surface of my thought until being exposed by Robinson’s careful exegesis. Come to think about it, all of my greatest interest in Tarot is focused on this question, which Hall simultaneously acknowledges on the card faces, but soft-pedals in his writings. I see now that Hall was leaving a door open in the direction of the incoming trend, in which his artistic partner Knapp was an active participant.</span></p>
<p><span style="font-size: 11pt;">With Robinson’s volume in hand, we can see how the Knapp-Hall Tarot occupies the fertile intersection where concepts drawn from Eastern mysticism were meeting up and being spliced into Christian Qabalah, Hermeticism and astronomical magic.&#0160; Hall himself counsels us that we should use “the mandala method from the Buddhist and other Eastern philosophies” when we read his cards. By this he means us to read his cards at four levels:</span></p>
<p><span style="font-size: 11pt;">1) Deity or circumstance is shown in full detail &amp; colors.</span></p>
<p><span style="font-size: 11pt;">2) Deity is translated into symbolic attributes.</span></p>
<p><span style="font-size: 11pt;">3) Symbols are boiled down to alphabetic letters.</span></p>
<p><span style="font-size: 11pt;">4) Design is moved into the heart of the disciple</span></p>
<p>&#0160;<span style="font-size: 11pt;"><strong>Here lies the principal conundrum of The New Art Tarot.</strong> Hall specifically instructs his readers to boil the symbols of the Trumps down to alphabetic letters (step 3). &#0160;These are the letters he placed on the faces of his Trumps so clearly, following the French or Continental pattern. Yet in Hall’s Trump <em>writings, </em>assembled by Robinson, Hall addresses both the French and English alphabet attributions equally, harnessing them both to amplify the teaching stories he wants us to associate with the cards. As Robinson carefully reminds us, “…(Hall) never discusses directly the symbolic meanings of the Hebrew letter assigned to a card. “(p. xxi).</span></p>
<p><span style="font-size: 11pt;">The way I read this Gordian knot, Hall was pointing out the oft-acknowledged split in the Tarot stream, which breaks along the boundary between divination and magic, or prognostication versus philosophizing. In the realm of divination, Hall left the way open towards any and all interpretations of the individual cards, especially since his partner Knapp was a savant in the English model. But let it be noted that, when moving away from divination into the “mystical, Hermetic and Qabalistic” system that informs the mandalas of the New Art Tarot, Hall expected his followers to bridge back to the French or Continental number/letters he provided on the Trumps.</span></p>
<p><span style="font-size: 11pt;">Thank you Yolanda Robinson, for your careful scholarly attention towards this very important meeting of Tarot worlds.&#0160; I will enjoy my New Art Tarot studies considerably more for having your book in hand. The Knapp-Hall Tarot offers a very deep well of ideas to work with, representing as it does the best of all the Tarot worlds in mandala form. I hope to see this become a classic.</span></p>
<p><span style="font-size: 13pt;">Further Musings on Related Topics</span></p>
<p><span style="font-size: 11pt;">While I was pondering over the above, other ideas came to mind that I didn’t want to clutter up the review with. &#0160;When investigating the period of Tarot development between Levi’s writings and the English debut, it is necessary to bring to mind the range of teachers who were casting their bread upon the waters at roughly the same time.&#0160; Knapp and Hall quite self-consciously created a synthesis of the inherited tradition (the Continental Tarots), the overt Masonic Tarots (the Egyptian style packs) and the modern style of the 20<sup>th</sup> century. But they were not the only systematic thinkers striving for an occult synthesis at the turn of the 20<sup>th</sup> century.</span></p>
<p><span style="font-size: 11pt;">For example, Papus was on a mission to stabilize the Martinist and Masonic Tarot (deeply informed by Etteilla) in “so-called Egyptian” form, grounding his pack in the lineage of Levi while also assimilating the magical Vattan alphabet and the fabulous Archeometer.</span></p>
<p><span style="font-size: 11pt;">The Tarot table from Pierre Piobb’s book <em>Formulaire de Haute-Magic</em>, (Paris, 1907) is associated with a fascinating and unique melange of Tarot revelations collated by M. C. Poinsot for a volume entitled <em>The Encyclopedia of Occult Sciences</em> (Tudor Publshing, New York; 1939,&#0160; pp 419 – 440). This presentation seems to have affected and possibly even shaped the Iberian Tarot tradition of the 20<sup>th</sup> century. &#0160;</span></p>
<p><span style="font-size: 11pt;">Many people of my age cut their teeth reading the Marseille packs with Joseph Maxwell’s little but very useful manual. Oswald Wirth also contributed to the discussion with his book and deck, published in the early 1920’s.&#0160; Those who followed the leadings of Madame Blavatski encountered Tarot through the reprint of the Falconnier pack dubbed <em>The Tarot of Saint Germain</em>. (<a href="http://green-door.narod.ru/sg-tarot.html">http://green-door.narod.ru/sg-tarot.html</a>.) &#0160;Other authors also weighed in during this period, producing books that approach limited aspects of the Tarot, or expanding upon the works of one of the above teachers. Here I’m just trying to note the presentations that propose whole systems of esoteric thought and practice that use the Tarot as a skeletal framework. (If I forgot any other turn-of-last-century Tarot systems, please leave a note at the end to remind us!)</span></p>
<p><span style="font-size: 11pt;">Each of the aforementioned productions had to share space in the collective mind with the gauntlet that had been cast into the inherited stream via the Waite/Smith Tarot. Due to the controversies attending its appearance, soon enough this prototype branched into a spectrum of approaches, the most well-known of which are the Paul Foster Case courses and the Aleister Crowley phenomenon.&#0160;&#0160; This is the situation facing Manly P. Hall in his productive years, prompting Dr. Robinson to state, “There was too much bickering going on among the various schools.” (p. XVIII) Robinson further ventures that “the use and placement of the Hebrew Letters in esoteric decks” was at the center of the squabble. &#0160;</span></p>
<p><span style="font-size: 11pt;">In fact, Waite and the circle around him made it a point to actively cast doubt on the historical manner in which the number-letters “should” be attached to the Trumps. Apparently there wasn’t enough etymological certainty about the origin of the Alphabet to settle the question at that time, as can now be done for students in the 21<sup>st</sup> century. Before he became part of the Order of the Golden Dawn, Waite’s friend W. Wynn Wescott had already published a very clean and correct presentation on the number-letters in his excellent little book <em>The Occult Power of Numbers </em>(first published in&#0160; 1890). There, Wescott even confirmed the existence of “a bastard Greek Kabalah on the Hebrew type”, which I have since identified as the key to the arrangement of the planetary letters on the Continental patterned Trumps.</span></p>
<p><span style="font-size: 11pt;">But somehow, Waite and company chose to redefine the ancient and long-settled number/letter conventions of history as suddenly out of date. Hence, as the brand-new tradition of the English-style Tarots spread out, so did the tradition of contesting whether the letters on the Trumps were connected to the magical alphabet, or not, and if so, how and to what degree.</span></p>
<p><span style="font-size: 11pt;">My own introduction to the Tarot was through another turn-of-last-century production, <em>The Sacred Tarot</em> by CCZain (pseudonym of Elbert Benjamine,&#0160; 1882 -- 1951). Zain wrote a 21-volume encyclopedia to support his Tarot deck, drawing in connections from both historical and contemporary magical practice. This pack saturated deeply through American Masonic circles – matter of fact, in 1971, my grandfather told me that members of his Masonic lodge in post WWII Seattle were studying it. This compilation must also be added to the list of contending occult systems appended to the Tarot between the writings of Levi and the bursting-forth of the English-style packs.Zain’s response to the letter-number squabbles was to develop his own body of astrological correspondences for the Trumps, despite the fact that he retained the Hebrew letters matched with the Trump numbers in the classic Continental manner. There is a whole alchemical discipline of astrological medicine built on Zain’s method, which he perfected over decades during his private practice with clients and students. Those who want to delve more deeply into Zain’s contribution can find his bio and all of the BOL study material at the Church of Light site: <a href="https://www.light.org/brotherhood-of-light-lessons.cfm">https://www.light.org/brotherhood-of-light-lessons.cfm</a></span></p>
<p><span style="font-size: 11pt;">Among contemporary Tarot researchers, Samten de Wet is our modern <em>Sacred Tarot</em> savant, so I defer to him about the nuances of the Church of Light’s esoteric synthesis. Samten has put forty years into mastering Zain’s model and accumulating support materials within his truly magical historical archive. You can follow Lily Beard at Facebook and ask to join the Luxlapis Tarot Research group for access to his stunning collection of art and articles. A little bird recently told me that Samten would be sharing some overlooked material regarding the Falconnier Tarot very soon. We can look forward to seeing this at the Lily Beard Facebook page. &#0160;We have only just begun to learn about the occult controversies of the late 1800’s and early 1900’s, and how they shaped the magical dialogue for the emerging century.</span></p>
<p><span style="font-size: 11pt;">Here is another evidence of the turn-of-last-century esoteric squabble that is unintentionally highlighted by Dr. Robinson’s presentation on the Knapp-Hall Tarot. As mentioned above, last page of Hall’s <em>Introduction To The 1985 Edition</em>, gives this assertion: “There is a difference of opinion as to the placement of <em>Le Fou</em>, The Fool.&#0160; Placed according to the Pythagorean system, the zero comes before the one.” This sounds very logical and natural in our computer age, when we have been trained to understand the cipher as “a thing” rather than “no thing”.&#0160; But when I go back to Wescott’s&#0160; <em>The Occult Power of Numbers</em>, and read Part II, ‘Pythagorean Views on Number’, I notice that nowhere is there a single&#0160; remark about zero. &#0160;Historically, Pythagorean philosophy commences from the Monad, the effulgent Source from which all enumeration emanates. Clearly at one time Wescott knew this fact, however thoroughly he might have forgotten it later.</span></p>
<p><span style="font-size: 11pt;">Looking to Wescott’s next chapter, entitled ‘Kabbalistic Views on Numbers’, there is again not a single remark about zero. As a matter of fact, inclusive of all the traditions Wescott is quoting &#0160;(Pythagoras, the Kabala, the Bible, the Talmud, the Romans, Chaldeans, Egyptians, Hindus , Medieval Magicians, Hermetic students and the Rosicrucians, to quote the back cover), there is not a single remark about zero in the whole book. Reaching out for Stirling’s magisterial presentation <em>The Canon, An Exposition of the Pagan Mystery Perpetuated in the Cabala as the Rule of All the Arts</em>,&#0160; I can’t even find a single entry for Zero in the index.&#0160;</span></p>
<p><span style="font-size: 11pt;">This makes sense, because there in NO magical alphabet ancient or modern, nor any linguistic alphabet either, that has a number/letter for zero. Zero was not included in the ancient roster of “positive numbers”, from which Hermetic number theory draws it’s philosophical <em>prima materia</em>. In the entire continuity of esoteric numerology from Antiquity to the present, zero was only relevant as a place-holder in the decimal system of Arabic (Hindu) numerals. This is why we find the zero on the final card of every suit sequence (the 10’s) rather than on the Aces. In all the history of magic, Eastern or Western, you will never find a single god-name, astrological denomination, alchemical formula, kabbalistic operation, geometric equation or magical invocation spelled or characterized in a way that includes the cipher.&#0160; Not until very close to the the 20<sup>th</sup> century, that is.&#0160;</span></p>
<p><span style="font-size: 11pt;">Due to circumstances like this, I have developed an esoteric litmus test to separate the wheat from the chaff. &#0160;Essentially, I withhold credibility in any context where I see the word magic spelled with a k, wherever I see this anomalous emphasis on the “mystery of the zero”, and where I hear the clever locution “path numbers” when the situation requires the understanding of the ancient number/letters. Wherever I see the ancient arts being taught from a cut-and-pasted “new and improved” format that shows disrespect for thousands of years of historical norms, I assume that there is no “there” there. My feeling is, people need to learn what the ancient traditions actually ARE before deciding that they can rewrite them over in their own image!</span></p>
<p><span style="font-size: 11pt;">How, then, do I interpret these kinds of flagrant distortions of history when I find them in the writings of somebody as respectable and august as Manly P. Hall? After years of reading these Tarot Masons, I have learned to look through and past these internal contradictions, the same way I do regarding Oswald Wirth’s sleight-of-hand with the Fool in his excellent book, <em>Tarot of the Magicians</em>. Long ago I noticed that Wirth constantly places the Fool in the 21<sup>st</sup> position in his Trump <em>lists</em>. But when he illustrates the “circle of the Trumps” they are always shown with the World followed by the Fool, which then links up with the Magus. In other words, the Fool/Zero actually does “come before the one” when the Trumps are circled. What that means in practice is that The Fool is actually the <em>last</em> in the sequence of the Trumps, following after the World and providing the glue between it and the Magus.</span></p>
<p><span style="font-size: 11pt;">One could decide that this is a mistake or misspeak on Wirth’s part, but careful perusal of his <em>Tarot of the Magicians</em> shows that this paradoxical use of the Fool appears in several places. Considered as a letter, the Fool is attached to the letter Shin, which always has the next to last position in the alphabet. But considered within the self-repeating sequence of 22 spokes in a wheel of Trumps, he is the last spoke uniting the end of the old sequence, the World, to the new beginning promised by the Magus.</span></p>
<p><span style="font-size: 11pt;">We see the same enigmatic Fool-ery in the Etteilla packs, where the Fool is numbered #78. This seems to say the Fool is the final card of the whole pack, and therefore not to be grouped with the other Trumps. However, when one follows Etteilla’s instructions and breaks the pack down into the various groupings that Etteilla calls “cahirs” (booklets), it becomes very clear that Etteilla always counts the Fool as the final Trump in the sequence of 22. It is never grouped with the suited cards, instead the Fool always takes the final position in the Trump set.</span></p>
<p><span style="font-size: 11pt;">Let me offer just one more example from the sequence of packs that appeared between Levi and Waite: Much has been made about the switch-up in astrological correspondences in the final Trumps of the Saint Germaine Tarot. &#0160;We see the symbol of the Sun on Trump XXI, The Crown of the Magi, along with the magical alphabet letter that signifies Shin. Then on Trump XXII, entitled The Crocodile, we see the glyph representing the letter Tav, and what looks like an eclipse of the Sun by the Moon overhead. These symbols would appear to change the Astro-alpha-numeric associations of this pack away from the rest of the Continental family of decks. I would &#0160;agree that these details might represent a new and unique system, but only IF the cards were being read in a divinatory manner, from surface features only. But when one lines up the magical alphabet on the cards with the Hebrew alphabet, as Hall tells us to do (remembering the settled tradition that assigns the letters to the planets, elements and signs), then we see that the Falconnier is another Continental pack just like the others. What becomes apparent is that that the significance of these details is determined by the lens one is looking through, be it “divinatory” or “mystical”.</span></p>
<p><span style="font-size: 11pt;">Ultimately, I think we are looking at a peculiarity of Masonic transmission. Masonry provided the cultural context that unites all the packs from Etteilla to Wirth, and is clearly discoverable in the writings of all the Tarot exegetes across the 1800’s. Dr. Robinson asserts that both Masonry and Rosicrucianism are important sources for antecedent ideas and symbols included in the Knapp-Hall Tarot.&#0160; In my experience, the teaching style of the Masons involves freely sharing a set of standard symbols, which come along with a simple and accessible explanation of what it all means. A truly interested student will ponder the presentation until s/he eventually discovers that there is a missing link, leading to an unasked question and pointing to the “keystone of the arch”, so to speak.&#0160; When the overt word of the teacher gestures in one direction, but the results of further study suggest looking another way, the good student is obligated to speak up and ask for the missing piece of the puzzle. Knowing this, we must realize that certain aspects of the teaching inherent in the Masonic-era Tarots will be closed to those who do not scrutinize, question, and test their assumptions before deciding they can credit themselves with full comprehension.</span></p>
<p><span style="font-size: 11pt;">The Masons, after all, were looking for candidates who could think like engineers and scientists.&#0160; They used this method to attract the operative thinkers out of the general mass of humanity. Masons have a mission that they are pledged to fulfill; they have historically made themselves responsible to retain and transmit the historic body of arts and sciences. Ancient masons had to know how to build cultures and structures that would withstand an apocalypse, and modern Masons continue to carry that mandate. A person who hasn’t got the gumption to question their superiors when the operating premises show a fatal flaw or obvious divergence, will not get far among observant Masons.</span></p>
<p><span style="font-size: 11pt;">As mentioned above, the key lies in the distinction between the divinatory and the mystical strains of Tarot teaching. By drawing this distinction as part of their self-description, the innovators of the 20<sup>th</sup> century were able to claim the “folk” aspect of Tarot divination as their foundation ground. As we now know, the English divinatory tradition is based on Etteilla’s pips packs and those of his students (including the Lenormand distillation of Etteilla’s <em>Le Petit Oracle des Dames</em>). &#0160;Meanwhile the formal and traditional structure of past practice still stands, attached to the ancestral packs presented in Marseille style, suitable for the Continental AAN correspondences.</span></p>
<p><span style="font-size: 11pt;">Manly P. Hall expected his deeper students to use his mandala method, meaning his staged procedure that reduces any given Trump to a few apt symbols, loads those symbols into the associated letter, and then moves the loaded letter directly into the interior life. This agreed-upon distinction between divinatory and mystical Tarot usage differentiated the various esoteric groups that bickered at the outset of the 20<sup>th</sup> century. According to their creators’ own self-characterization, the English Tarots were designed for divination and prognostication in the parlor mode exemplified by Madame Lenormand. The Continental Tarots, by contrast, lead the student beyond all that, into the ancient esotericism of our ancestors, whose thinking was framed in positive values only.&#0160; Tactful and diplomatic as Manly P. Hall was, I can’t help but think that he was teaching Continental Tarot by the Masonic method, leaving plenty of clues for his sharper students to differentiate between the parlor-sybil modality and the true heritage of Antiquity. &#0160;</span></p>
<p>&#0160;</p>
<p><span style="font-size: 11pt;">&#0160;</span></p>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Friday, 14 August 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/08/manly-p-hall-and-masonic-tarot.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/08/manly-p-hall-and-masonic-tarot.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F08%2Fmanly-p-hall-and-masonic-tarot.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F08%2Fmanly-p-hall-and-masonic-tarot.html&title=Manly%20P.%20Hall%20and%20Masonic%20Tarot', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_124 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d14847d0970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/08/newmoon-notes.html">NewMoon Notes, August 14, 2015</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 124, August 14, 2015</strong></p>
<p>&#0160;</p>
<p><strong><span style="font-size: 13pt;">NewMoon Notes, August 14, 2015 <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d148c544970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="Aug14,2014" class="asset  asset-image at-xid-6a00d83452a49969e201b8d148c544970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d148c544970c-320wi" style="margin: 0px 0px 5px 5px;" title="Aug14,2014" /></a></span></strong></p>
<p><em>According to the “bastard Greek Kabalah on the Hebrew type”, which is the historical body of correspondences I am reviving from the 1600’s, here are the astrological and Tarot events in the sky overhead at NewMoon.&#0160;</em></p>
<p>It might prove to be of value to lay your birthchart on a large table. Around it place the Trumps of the Zodiac into their twelve house positions, then lay out the planetary cards into the locations where you natal chart falls.</p>
<p>Just doing this much makes for a wonderful ponder about “who am I”, so it is worthy work to do with any combination of decks that you trust and enjoy studying. People who have large collections (and who wouldn’t be horrified to mix them up) can illustrate their charts in their very favorite Trumps gleaned from all their decks. Just converting your personal chart into Tarot imagery in the mind’s eye (without cracking the physical deck) delivers a fascinating boost. Adding in the organizational model from the Ladder of Lights within the Lullian Wheel (the THL Icon) teaches us to have a sophisticated lens through which to examine the chart for alchemical remedies.</p>
<p>The next move would be to lay another set of planetary Trumps around the outside of the birth arrangement. This would represent the sky at NewMoon, which is the slice of time we examine here every month because it is a fertile moment from which to nurture new beginnings. There’s no need to deal out another ring of cards for the signs; this step simply shows where the current <em>planets</em> are compared to the practitioner’s own birth arrangement.</p>
<p>I love to visualize the aspects (conjunction, sextile, square, trine, inconjuunct, opposition) as conversations between planets that take different tones (or attitudes) depending on the signs involved. As readers we are constantly feeling our way into how these archetypes might manifest their interactions in material form, in the chart and life of the client. Even better than paying a professional to interpret your chart to you, is to have a grasp of it through doing exercises like this,. We can challenge our Oracle to represent realty (the birthchart and transits) and then interpret it from within our own psyche, rather than pretending to an objectivity we can’t possess.</p>
<p>There is nothing more fascinating, for me, than to watch the amazing ways the Tarot and astrology cross-comment on each other. All my students keep a journal of their cards and transits, because that’s the only way one can prove (and document) how intimately your cards, chart, and psyche are intertwined. This is the magic method by which we can “think our way out of our own black box”. By using a journal and getting in the habit of keeping notes on your cards and birthchart, you can build up a very powerful self-guidance system that will stand you in very good stead going forward.</p>
<p><span style="font-size: 12pt;"><strong>NewMoon of August 14th, 2015</strong></span></p>
<p><strong>Sun/Moon and Venus in 3<sup>rd</sup> decanate of Leo</strong> are squared Saturn in 3<sup>rd</sup> decanate of Scorpio. Include Uranus in the 3<sup>rd</sup> decanate of Aries and you have a Harmonic Grand Trine or 3/4/5 triangle, made up of:</p>
<p>*&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160; <strong>NewMoon and Venus</strong> <strong>are squared to Saturn</strong>, (Fool/Priestess and Empress in the Hermit’s realm are having a challenging conversation with Judgement in the realm of Temperance).</p>
<p>*&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160; <strong>NewMoon and Venus are trine to Uranus</strong>. (Fool/Priestess in the Hermit’s realm are having a harmonious and supportive conversation with the Magus in the realm of the Hierophant).</p>
<p>&#0160;* &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160; <strong>Saturn is inconjunct with Uranus,</strong> (Judgement in the Temperance realm is having a paradoxical conversation with the Magus in the realm of the Hierophant).</p>
<p><strong>Mercury is in Virgo trine retrograde Pluto in Capricorn</strong>. (Star in the realm of the Wheel is having a harmonious conversation with the World in the realm of the Tower).</p>
<p><strong>Mercury in Virgo opposes Neptune in Pisces.</strong> (Star in the realm of the Wheel is polarizing with Death in the realm of the Sun).</p>
<p><strong>Mars in Leo is just leaving sextile/trine relationship with the North and South Nodes.</strong> (There are no Tarot cards for the North and South Nodes of the Moon, but we can say that Strength in the realm of the Hermit is in a sympathetic conversation with the Axis of Destiny, where the head is in the realm of the Hanged Man and the tail is in the realm of the Hierophant).</p>
<p><strong>Jupiter squared the cusp of Sagittarius (his home sign), a spot that Saturn is about to re-occupy.</strong> (Emperor in the sign of the Wheel moving into a prickly conversation with Saturn who is preparing to leave the realm of Temperance and re-enter the realm of the Devil, the place where the Emperor is Lord of the Manor).</p>
<p><strong>Jupiter is also semisextile/ inconjunct the North and South Nodes.</strong> (Emperor is having a quizzical and paradoxical conversation with the Axis of Destiny, where the head is in the realm of the Hanged Man and the tail is in the realm of the Hierophant).</p>
<p>While looking at the overview of this NewMoon over your chart, realize that there is a double sacred marriage being enacted overhead. Both the Sun/Moon pair and the Mars/Venus pair are together in this sign.&#0160; There is also a medicinal transaction going on between Mercury and Jupiter (who were just conjunct a week ago) both being in Virgo now, and opposing their sympathetic outer planet, Neptune.&#0160; This puts all three “fertile pairs” of mated planets together in a very small span of the Zodiac, with Saturn, Uranus, Neptune and Pluto spread around the resulting empty space. &#0160;</p>
<p>It is a great time to ask, what is my paradise? What is my Eden? With the Sun in Leo it is high summer in the Northern hemisphere, making it easy think about our personal definition of heaven. Anything you can do to put yourself in the frequency of Divine Right Order is to be protected, practiced and perfected at this time.</p>
<p>Blessings to one and all, I hope your endeavors are ripening and portending an excellent fall to come!</p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><strong>Stages of the Moon; Dates/Times for the American Northern Hemisphere  </strong></span></p>
<p>•&#0160;&#0160; &#0160;<strong>The present NewMoon</strong> is at 21+ Leo on Friday <strong>August 14th at 10:53 AM (EDT)</strong> / 7:53 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.  </p>
<p><strong>FUTURE STAGES: &#0160;</strong>&#0160;  </p>
<p>•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 29+ Scorpio on Saturday <strong>August 22nd at 3:31 PM (EDT)</strong> / 12:31 PM&#0160;(PDT).  </p>
<p>•&#0160;&#0160; &#0160;FullMoon is at 6+ Pisces on Saturday <strong>August 29th, at 2:35 PM (EDT)</strong> /&#0160;11:35 AM (PDT).&#0160;&#0160;From this moment, the Moon begins to wane, or decrease. </p>
<p>•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 12+ Gemini on Saturday, <strong>September 5th at 5:54 AM (EDT)</strong>&#0160;/ 2:54 AM (PDT) .</p>
<p>•&#0160;&#0160; &#0160;The next NewMoon is at 20+ Virgo across the midnight hour of Sunday <strong>September 13th at 2:41 AM (EDT)</strong> / Saturday September 12<sup>th</sup> at 11:41 PM (PDT). From this moment the Moon begins to wax, or increase.</p>
<p>&#0160;</p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 124, August 14, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong> and <strong><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light: A Continental Esoteric Tarot</a></strong> (Volume 1 of two to accompany the deck).</p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong>&#0160;</strong></p>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Friday, 14 August 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/08/newmoon-notes.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/08/newmoon-notes.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F08%2Fnewmoon-notes.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F08%2Fnewmoon-notes.html&title=NewMoon%20Notes%2C%20August%2014%2C%202015', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_123 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d1382d4b970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/07/arkletter-123.html">ArkLetter 123</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 123, July 15, 2015</strong>&#0160;</p>
<p>&#0160;<span style="font-size: 12pt;">I.&#0160; <a href="http://www.tarotarkletters.com/2015/07/news-book-and-deck-reviews.html" target="_blank"><strong>News, Book and Deck Reviews </strong></a></span></p>
<p><span style="font-size: 12pt;"><strong>&#0160; &#0160;</strong><em>W<span style="font-size: 11pt;">e are now in the final edit of Volume 2, which contains all the historical essays that back up the choices made in Tarot of the Holy Light.&#0160; It&#39;s a real challenge to stay in front of the computer when the weather is beautiful, my garden is begging for my presence,&#0160; and my family has grown with the addition of a brand new shining star, Jackson Red Towler. But I&#39;m so excited with this work, and the responses that I&#39;m getting, that&#0160; I&#39;m drawn to carry on no matter how reluctant my rear end is to hit the chair again. As is so often the case, there&#39;s no way out but through! <a href="http://www.tarotarkletters.com/2015/07/news-book-and-deck-reviews.html" target="_blank">http://www.tarotarkletters.com/2015/07/news-book-and-deck-reviews.html</a></span></em></span></p>
<p>&#0160;</p>
<p><strong><span style="font-size: 12pt;">II.&#0160; <a href="http://www.tarotarkletters.com/2015/07/newmoon-notes.html" target="_blank">NewMoon Notes and Stages of the Moon</a></span></strong></p>
<p>&#0160;<em>For those who wish to examine the most focal aspects of today’s NewMoon chart, </em><em>here are the Tarot conversions that loom the largest in my view:</em></p>
<p><em><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d1389af6970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="NewMoonJuly 2015" class="asset  asset-image at-xid-6a00d83452a49969e201b8d1389af6970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d1389af6970c-120wi" style="margin: 0px 0px 5px 5px;" title="NewMoonJuly 2015" /><em><br /></em></a></em></p>
<p><em>&#0160;</em><strong><em>NewMoon (Fool and Priestess) in the realm of Cancer (Justice), squaring Uranus (Magus) in Aries (Hierophant).</em></strong></p>
<p>&#0160;<strong><em>Mars and Mercury (Strength and Star), also in the realm of Cancer (Justice) are exactly opposing Pluto (World) in Capricorn (Tower).&#0160;<a href="http://www.tarotarkletters.com/2015/07/newmoon-notes.html" target="_blank">http://www.tarotarkletters.com/2015/07/newmoon-notes.html</a></em></strong></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;<span style="font-size: 12pt;"><strong>III.&#0160; Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong></span>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light deck here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>&#0160;</strong></div>
</div>
</div>
<p><span style="font-size: 12pt;"><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order <em>Tarot of the Holy Light</em> Deck and Book</a></strong>.</span> Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new explanatory book <em>Tarot of the Holy Light: A Continental Esoteric Tarot</em>. The book,&#0160; I-Tunes App and Android App will help you get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers. Order both the deck and the book at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
<p>&#0160;</p>
<span style="font-size: 12pt;"><strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a></span>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/ </a></h3>
<p>&#0160;</p>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Tuesday June 16th. </em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p><span style="font-size: 12pt;"><strong>Stages of the Moon; Dates/Times for the American Northern Hemisphere  </strong></span></p>
<p><br />•&#0160;&#0160; &#0160;The <strong>present NewMoon</strong> is at 23+ Cancer on Wednesday <strong>July 15th at 9:25 PM (EDT)</strong> / 6:25 PM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.  </p>
<p><br /><strong>FUTURE STAGES: &#0160;</strong>&#0160;  </p>
<p><br />•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 0+ Scorpio across the midnight hour from Thursday July 23rd at &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;9:05 PM&#0160; (PDT) / Friday <strong>July 24th at 12:05 AM (EDT)</strong>.  </p>
<p><br />•&#0160;&#0160; &#0160;FullMoon is at 7+ Aquarius on Friday <strong>July 31st, at 6:44 PM (EDT)</strong> /&#0160; 3:44 AM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease. </p>
<p><br />•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 14+ Taurus on Thursday, <strong>August 6th at 10:04 PM (EDT)</strong>&#0160;/ 7:04 PM (PDT) </p>
<p><br />•&#0160;&#0160; &#0160;The next NewMoon is at 21+ Leo on Friday <strong>August 14th at 10:54 AM (EDT)</strong> / 7:54 AM (PDT).&#0160; From this moment the Moon begins to wax, or increase.<br /><br /></p>
<p><br /><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 123, July 16, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong> and <strong><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light: A Continental Esoteric Tarot</a></strong> (Volume 1 of two to accompany the deck).</p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Wednesday, 15 July 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/07/arkletter-123.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/07/arkletter-123.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F07%2Farkletter-123.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F07%2Farkletter-123.html&title=ArkLetter%20123', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_123 entry-category-books_and_decks entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b7c7aebd2d970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/07/news-book-and-deck-reviews.html">News, Book and Deck Reviews</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 123, July 15, 2015</strong></p>
<p>&#0160;</p>
<p><strong><span style="font-size: 13pt;">News And Book Reviews</span></strong><br /><br /><br /><em>We are now in the final edit of Volume 2, which contains all the historical essays that back up the choices made in <strong>Tarot of the Holy Light.</strong>&#0160; It&#39;s a real challenge to stay in front of the computer when the weather is beautiful, my garden is begging for my presence,&#0160; and my family has grown with the addition of a brand new shining star, Jackson Red Towler. But I&#39;m so excited with this work, and the responses that I&#39;m getting, that&#0160; I&#39;m drawn to carry on no matter how reluctant my rear end is to hit the chair again. As is so often the case, there&#39;s no way out but through!</em><br /><br />Here are a few books I’d like to encourage people to investigate, because of their relevance to the project. These volumes have not been included in the Bibliography, because I didn’t have access to them when I was writing.&#0160; However, they each confirm and extend of my existing conclusions, so I want to make note of them now.&#0160; Those who crave something substantial to chew on before <em>Foundations of the Esoteric Tradition</em> emerges can follow the hints I&#39;m dropping here and get a jump on the process.<br /><br /><strong>Last month I mentioned the important study entitled <em>Hidden Mutualities; Faustian Themes from Gnostic Origins to the Post-Colonial</em> by Michael Mitchell.</strong>&#0160; A few quotes from the first chapter were highlighted, just to establish a little context for my own interests. However, that is merely the tip of the iceberg that this volume truly represents.&#0160; The middle section of this book, entitled “Overgrown Paths”, holds the most interest for those who are trying to establish historical precedents for Tarot’s inherent esotericism. I hear that modern Tarot historians “won’t even look into a book that doesn’t have Tarot in the index”. This motivated me to hunt through my stacks in search of a resource that could serve as a bridge between my own antiquarian interests and contemporary Tarot exigetes. Michael Mitchell’s excellent analysis is that resource, so I hope the Tarot experts of the current era don’t overlook it.&#0160; Let me quote the opening paragraphs of his middle section, found on p 105.</p>
<p>&lt;start quote&gt;<br /><br />“Chapter 4: ’Renaissance and Enlightenment — Kepler and Fludd<br /><br />To recap on what has been shown in the previous chapters, the Renaissance magus, drawing on the resources of the Gnostic/Hermetic tradition, attempts to manipulate the material world through the creative imagination. He is the archetypal Gnostic seer whose fall is illustrated in Faustus, and yet who might find in the cause of his fall the means to reverse it. In tracing the development of this archetype over the intervening period of hegemonic European and neo-European (Western) culture, we shall observe how it becomes split into two figures who are ‘adversarial twins’; the one for whom the laws of the ‘real’ and material can be codified and put to use is most aptly embodied in the engineer (and empire-builder), and the other, whose reliance on the imagination makes him hover on the obscurely numinous margins as an eccentric, is the poet (and visionary).<br /><br />Particular factors which delineate the progress of the split are, first, the loss of the sense of unity of being, reflected in the way language is turned from being an organism of metonymy and analogy into a tool of ‘single vision’; secondly, the denial of the feminine, as consciousness ostensibly distinguishes itself from the unconscious, projecting it into perceivable reality and there, ironically, falling under its spell; and, finally, the status and appreciation of the imagination. It will be clear in this that the glass slipper of gnosis is never quite lost, so that, when the Mephistophelian project falters, the old archetypes can be reactivated within a still living tradition.”</p>
<p>&lt;end quote&gt;<br /><br />There is one caveat: Mitchell&#39;s book has no index, only an extensive bibliography. Tarot becomes a topic by Chapter 6, entitled “Rediscoveries — Kipling, Yeats, Crowley, Pauli and Jung”. Prior to that chapter, Mitchell very astutely links the esoteric question posed by the Faust archetype to the intellectual legacy created by Rosicrucian-inspired Masons. Making extensive use of widely diverse resources, Mitchell illuminates the leading thinkers of each century in their efforts to preserve and convey some vestige of the Renaissance synthesis despite the eruption of the scientific worldview, with its progressively demystified and materialized outlook.&#0160; Mitchell’s ability to come to grips with these powerful historical themes, picking out the salient threads and demonstrating how they interweave to explain the resulting cultural phenomena, is masterful in the extreme. (His bibliography alone is worth the price of this volume.) I am happy to admit to being riveted every time I open this volume. The fact that he finds it so natural to include Tarot as another stage of this intercultural, inter-generational project is the cherry on top for me!<br /><br /><strong>To learn more about the peculiarities of the astral septenary that organizes the Trumps of the THL</strong>, and which also defines the primary remedies of Spiritual Alchemy, one can consult the excellent analysis entitled <em>Illumination on Jacob Boehme; The Work of Dionysius Andreas Freher</em> by Charles A. Muses (Kings Crown Press, New York, 1951). This is an academic work designed to highlight the essential contribution of Freher in artistically elucidating Boehme’s recondite insights.&#0160; In particular, Muses recruits Freher to explain the septenary in Boehme’s first formulation of it, unclouded by the more sophisticated adjustments that Boehme came to later in life, once the Copernican controversy clarified his thinking about literal planetary relations in the Solar System. In the forthcoming book I spend some pages detailing the cross-cut saw that was the Copernican revolution; suffice it to say here that Boehme’s lifetime coincided with the first wave of the 17th century theological debates around this topic, and his thinking evolved in the push/pull of these discussions. <br /><br />Boehme’s overview is the result of contemplating the historical layer-cake of Abrahamic Tradition, reflecting two thousand years of inter-cultural theology. His synthesis continued to have a powerful effect across the subsequent centuries, even past the time when we see the first self-declared “esoteric Tarot” emerging into the public eye (in the reformed Masonic climate of the late 1700’s). To gain perspective on the metaphysical profundity of Boehme’s revelations, the student must first ground him- or herself in the Christian gnosticism that arose in the heart of the Sophianic theosophers who gathered around Boehme in the early 1600’s. His startling insight into the Septenary of planetary influences, condensed in Freher’s Key of Jacob Boehme, offers essential openings into the vast implications of Boehme’s religious and magical visions.&#0160; At very least, one will find a solid introduction and foundation for further understanding in Muses.<br /><br /><strong>Another excellent (and more contemporary) volume is entitled <em>An Introduction to Jacob Boehme — Four Centuries of Thought and Reception</em>,</strong> edited by Ariel Hessayon and Sarah Apetrei.&#0160; This one is a collection of articles by different analysts investigating Boehme both in his own time and in his long-term effect on the esoteric stream. I find that Arthur Versluis’ summary makes an excellent capstone for the collection of ideas represented in this volume, helping the 21st century reader to fathom why Boehme holds such pride of place in the transmission of Western esotericism. I am struck with fire and ice in my spine when I read Versluis&#39; final lines:<br />&#0160;&#0160; &#0160;“…if the study of ‘esotericism’ genuinely demarcates a separate field of inquiry, what does that field contribute to our understanding of history, philosophy, literature, and religion? An obvious answer is that it contributes the study of what is distinctively “esoteric,” meaning also “initiative,” in a particular author’s work.&#0160; And while much has been written on Boehme in various contexts from Pietism to mysticism to Western esotericism, we still await investigation of his work as esoteric; how, and in what senses this is so; and ultimately, what “esoteric” means in such a case. Despite all that has been written, that is still a challenge that lies, not behind us, but ahead.”<br /><br />Although I never encountered these words before I started, this has been my self-defined assignment while composing these two volumes that support <strong>Tarot of the Holy Light</strong>. Time will tell whether I have hit the mark.<br /><br /><br /><strong>Another contribution to our quest for the historical roots of Tarot esotericism comes in a slim volume entitled&#0160; <em>Eliphas Levi and the Kabbala: The Masonic and French Connection of the American Mystery Tradition</em> </strong>by Robert L. Uzzel, Ph.D.&#0160; I found this volume fascinating because it represents the expanding open-mindedness of serious historians to investigate the Masonic and Rosicrucian contribution to the development of Western esotericism. Over the years I have continuously run into a puzzling lack of interest for the contribution made by the formal and informal groups that have networked history’s esotericists since the earliest times. We (Tarot historians) understand trade guilds and priesthoods, we recognize the lineage transmission of intellectual streams representing the Kabbalists and Gnostics, and we certainly have no trouble celebrating the post-modern associations that lie at the roots of the 20th century, anglophile Tarots.&#0160; Nevertheless, it has been very difficult to interest our “big names in Tarot” in the academic evidence that details the esoteric transmission coming forward from the Middle Ages through to the Enlightenment. Therefore I celebrate Robert L. Uzzel, who has made it his task to represent Levi’s position in the transmission of modern Masonry. Uzzel’s focus is specifically on the 19th century as preamble to the American manifestation of Masonry in the 20th century. But in the course of his presentation he is modeling a more inclusive attitude that I hope will assist our current experts in opening their minds to the deeper roots of the symbolism we find in the older Tarots.<br /><br /><strong>Finally, I will suggest another resource that digs much farther back into history, starting with the Crusades and the great clash of civilizations that happened at the cusp of the last millennium.</strong> This book is part of a much larger series that proposes a view on history more gargantuan than any of the above-mentioned authors. Nevertheless, this volume cannot be ignored, because it tells essentially the same story I am telling, covering the same period of time and even citing the same pivotal characters. I would never have grasped the whole picture the way this author does, however, &#0160;so I have to thank him for his fearless and exhaustive recitation of the lineage transmission as it was happening from the Middle Ages to the present. I am referring here to Dr. Joseph P. Farrell, and his amazing volume <em>Thrice Great Hermetica and the Janus Age; Hermetic Cosmology, Finance, Politics and culture in the Middle Ages Through the Late Renaissance</em>. &#0160;<br /><br />Wow, what a blockbuster this book is! Farrell is meticulous in sweeping together yet another wide spectrum of resources, effectively doubling our stacks when added to the bibliographies of the above volumes. He’s looking for an entirely other dimension of the history in question; digging up the international espionage, banking shenanigans, political developments and cultural clashes that don’t show up as clearly when one is only researching literary esotericism. Because of the difference between his focus and mine, I am stunned to see the ways his conclusions reinforce my own. But his overall vision so far exceeds my own that I can only ride along in awe and let him lead the way into a considerably broader field than I would ever try to tackle.</p>
<p>It is possible that Farrell&#39;s overview is only for the strong of heart; his works might be too much for those of a conservative&#0160; bent. I will have to read several more of his works in order to grasp the full scope of his presentation, before I can adequately respond to his overarching thesis. But in the meanwhile, Farrell’s writing is eminently readable and packed with background data that he has clearly worked for years to collect. For those with adventurous minds and a yen for the bigger picture, Farrell is a wonderful source of scarce information. There is a lot to be learned from&#0160; him whether or not you ultimately agree with the conclusions he reaches when all is said and done.&#0160; His books, articles and interviews can be found at <a href="http://gizadeathstar.com" target="_blank">http://gizadeathstar.com</a><span style="color: #111111;">.</span></p>
<p><br />For those who are still with me, here’s a little deck review:&#0160; I just acquired the wonderful Sibyl of the Heart from Giordano Berti. This is a 40-card pack of icons that were designed by Daniel Cramer, a Rosicrucian alchemist of the early 1600’s. Everything you need to know about this pack is here<br />&#0160;https://rinascimentoitalianartenglish.wordpress.com/sibyl-of-the-heart-2015/<br /><br />I wrote a little review and posted it as Berti’s Facebook page, but it’s worth repeating here.<br />This pack is beautiful, hands down. Michael Dowers agrees, it&#39;s all utterly top-notch production. Fabulous box, inner transparent sparkly red bag to hold them, excellent reproductions and coloration, sweet and helpful little booklet. Apparently the &quot;full&quot; collection of these emblems numbers 50, but Giordano Berti, Lopes and Lucifora looked them over and picked out the 40 that match the closest to a Lenormand pack. What I like the best about this pack beyond the utter charmingness of the images and the spiritual counsel that we are getting via the originator, Daniel Cramer, is the very strong evidence here of an iconic or graphic tradition of symbolistic communication between Rosicrucians, on display in this very collection of loaded imagery. The details are not random by any means! Because I&#39;m immersed in the writings and art of Jacob Boehme at this time, I can easily see the links between Cramer and Boehme (and the rest of the alchemical gang) as they exchange ideas through these loaded symbols. So we can use these 40 images (even more the full 50) as examples of an intellectual and spiritual transmission from the alchemical emblems onto the earliest modern Tarots (Etteilla/Lenormand). Many thanks for excavating these treasures, Giordano. I completely recommend them.</p>
<p>(What I failed to mention because I hadn&#39;t found it yet, is that the box included a refrigerator magnet of a traditional Sun card, a totally delightful bonus. Thanks yet again!)&#0160;</p>
<p>Any day now, the Kindle conversion of our new book, Tarot of the Holy Light: A Continental Esoteric Tarot will be done. I’ll be announcing it at FaceBook, but if there is anybody who wants a personal note when that product is available, e-mail me at christine@tarotuniversity.com, and I’ll make sure you are the first to know.&#0160; Also, anybody who has a review of the new book is encouraged to mention it over at the new Facebook page that has been created for it. https://www.facebook.com/holylightbook<br /><br />Blessings all! May the Sun’s upcoming transit into Leo find you enjoying the pleasures of High Summer.</p>
<p>&#0160;</p>
<p>&#0160;<strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 122, June 16, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong> and <strong><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light: A Continental Esoteric Tarot</a></strong> (Volume 1 of two to accompany the deck).</p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Wednesday, 15 July 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/07/news-book-and-deck-reviews.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/07/news-book-and-deck-reviews.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F07%2Fnews-book-and-deck-reviews.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F07%2Fnews-book-and-deck-reviews.html&title=News%2C%20Book%20and%20Deck%20Reviews', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_123 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b7c7aec481970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/07/newmoon-notes.html">NewMoon Notes and Stages of the Moon</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 123, July 15, 2015</strong></p>
<p><span style="font-size: 12pt;"><strong>NewMoon Notes and Stages of the Moon</strong></span></p>
<p><span style="font-size: 12pt;"><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7aec0e9970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="NewMoonJuly 2015" class="asset  asset-image at-xid-6a00d83452a49969e201b7c7aec0e9970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7aec0e9970b-320wi" style="margin: 0px 5px 5px 0px;" title="NewMoonJuly 2015" /></a></strong></span></p>
<p><em>&#0160;</em></p>
<p><em>For those who wish to examine the most focal aspects of today’s NewMoon chart, here are the Tarot conversions that loom the largest, at least in my view:</em></p>
<p><em>&#0160;</em><strong><em>NewMoon (Fool and Priestess) in the realm of Cancer (Justice), squaring Uranus (Magus) in Aries (Hierophant).</em></strong></p>
<p><strong><em>&#0160;</em></strong><strong><em>Mars and Mercury (Strength and Star), also in the realm of Cancer (Justice) are exactly opposing Pluto (World) in Capricorn (Tower).</em></strong></p>
<p><strong><em>&#0160;</em></strong></p>
<p>These two formations are making the online astrologers very excited. I agree that the energies are intense, forming up a loose and imprecise T-square in the cardinal signs.&#0160; In Medieval terms, this would be considered a single event, since aspects were judged as happening between signs, no matter what degrees within the sign a given plant would occupy.&#0160; This convention would allow a person who owned an ephemeris to “eyeball” planetary interactions without having to make calculations.&#0160;</p>
<p>&#0160;</p>
<p>However, in modern astrology, we have narrowed the idea of aspects to within just a few degrees of exact, so a square (for example) is only considered operative within a few degrees of 90º. By this measure, the Sun/Moon conjunction is too wide to be operative, since Pluto is retrograde and both the Lights are swiftly leaving the degrees that would put them in direct contact with Pluto.&#0160; The same can be said for Uranus in the 20th degree of Aries — that can’t be an operative square between Uranus and Pluto, because of Pluto’s retrograde appearance and Uranus being almost 7 degrees past the point of exactitude.&#0160; I my opinion, the opposition between Mars/Mercury and Pluto is the most important,&#0160; because if you look at the solar system as a whole, today shows a straight line connecting Mercury. Moon, Mars, and Pluto through the body of the Sun.</p>
<p>The influence of Uranus is considerably weaker, since the square is a less “direct” aspect than conjunction or opposition, and also since Sun and Moon have already passed the exact square and are moving away much faster than Uranus can do.&#0160; The keyword I would use to talk about the energy of Pluto in this group opposition is “confrontational”.&#0160; If, as I have mentioned before,&#0160; Pluto (World) is read to represent the corporate trans-national organism of industrial, military, financial and corporate control, then this opposition will signal the awakening resistance of the “little guy” against these vast, borg-like forces. A headline taken from today’s events illustrates my point perfectly:&#0160; http://www.zerohedge.com/news/2015-07-15/santa-cruz-county-votes-cease-doing-business-5-tbtf-mega-banks</p>
<p>&#0160;<em><strong>Jupiter and Venus conjunct in Leo (Emperor and Empress in the realm of the Hermit) squaring Saturn (Judgement) moving retrograde in Scorpio (Temperance).&#0160;</strong></em></p>
<p>The square from Saturn is strongest with Venus, but since Saturn is retrograde right now, he’ll soon be making an exact square with Jupiter (this aspect being most fully operative the last week of July and first week of August).&#0160; Jupiter multiplies whatever he touches, whereas Saturn prunes and limits all egregious excess. Hence we have a push-me/pull-ye situation in place, presided over by the two largest of the visible planets — the talisman of good luck and increase is being challenged by the significator of limitation and decrease. In my view, the Emperor has the advantage because of his forward motion, and because he’s blessed by the companionship of the Empress, symbol of harmony and attraction.&#0160; Try to articulate your goals without evoking greed or the desire for outrageous excess, and be sure to include the intent to produce a better world for all. This will allow you to avoid most of the cruel cuts that Saturn is reserving for those grandiose and demanding sorts who want to “take their half out of the middle”, as my Dad used to say.&#0160; Remember that hoary old nostrum from the 1970’s — live simply, that others may simply live. &#0160;</p>
<p><em><strong>Neptune (Death) in the realm of Pisces (Sun) is the only planet that has gone unmentioned</strong></em>. In an earlier era, this would not&#0160; have shown up on our roster of moving planets, since Neptune is one of the invisibles. But, if it were possible, those earlier astrologers would have see this as a Grand Trine in the water signs, together with Saturn in Scorpio and the NewMoon bundle in Cancer. Such a preponderence of Water invites us to surrender to the inner flow and let the unspoken current take us where it will, as the Beatles so famously reassured us: &quot;Turn off your mind, relax and float downstream. It is not dying.&quot; These planets in their watery stations allow the collective psyche of humanity to be relieved of left-over undissolved detritus from the past. Trust that any deposits of ancient dead-end energy are being diluted now, flushing away, leaving a clean and neutral medium behind.&#0160; In light of the Trumps involved, this combination suggests that we meditate on the Light beyond all form, focusing attention on the immortal quotient of our being. It is not necessary to be religious, spiritual or even psychic to benefit from this background Water Trine. This is a gift bestowed freely by the Collective Unconscious, arriving on our psychic shores via the dreamtime current. Only know that it is so, and be well.</p>
<p>&#0160;</p>
<p>All that said, I wish the best to you, dear reader! As the Sun pivots into High Summer, may the fields of your endeavor ripen in the spiritual sun. We are ending the circuit of the Wet Way (Aquarius to Cancer) and standing on the cusp of the Dry Way (Leo to Capricorn). &#0160;As we pull our attention away from the phase of materialization, &#0160;focusing towards the phase of interiorization, let us give thanks to the Powers that Be, which can always be trusted to carry us onward through our adventures and towards our destiny.</p>
<p>Bright blessings on your journey, wherever it leads.&#0160;</p>
<p>&#0160;</p>
<p>&#0160;<strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></p>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Tuesday June 16th. </em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p><span style="font-size: 12pt;"><strong>Stages of the Moon; Dates/Times for the American Northern Hemisphere  </strong></span></p>
<p><br />•&#0160;&#0160; &#0160;The present NewMoon is at 23+ Cancer on Wednesday <strong>July 15th at 9:25 PM (EDT)</strong> / 6:25 PM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.  </p>
<p>FUTURE STAGES: &#0160;&#0160; </p>
<p>•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 0+ Scorpio across the midnight hour from Thursday June 23rd at 9:05 PM&#0160; (PDT) / Friday <strong>June 24th at 12:05 AM (EDT)</strong>.</p>
<p>&#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;•&#0160;&#0160; &#0160;FullMoon is at 7+ Aquarius on Friday <strong>July 31st, at 6:44 PM (EDT)</strong> /&#0160; 3:44 AM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease. </p>
<p><br />•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 14+ Taurus on Thursday, <strong>August 6th at 10:04 PM (EDT)</strong>&#0160;/ 7:04 PM (PDT) </p>
<p>•&#0160;&#0160; &#0160;The next NewMoon is at 21+ Leo on <strong>Friday August 14th at 10:54 AM (EDT)</strong> / 7:54 AM (PDT).&#0160; From this moment the Moon begins to wax, or increase.<br /><br /></p>
<p>&#0160;</p>
<p><br /><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 122, June 16, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong> and <strong><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light: A Continental Esoteric Tarot</a></strong> (Volume 1 of two to accompany the deck).</p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Wednesday, 15 July 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/07/newmoon-notes.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/07/newmoon-notes.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F07%2Fnewmoon-notes.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F07%2Fnewmoon-notes.html&title=NewMoon%20Notes%20and%20Stages%20of%20the%20Moon', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_122 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb08435ce4970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/06/arkletter-122.html">ArkLetter 122</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 122, June 16, 2015</strong></p>
<p>&#0160; <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0aa91970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="THL COVER website" class="asset  asset-image at-xid-6a00d83452a49969e201b7c7a0aa91970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0aa91970b-250wi" style="width: 220px; margin: 0px 0px 5px 5px;" title="THL COVER website" /></a></p>
<p><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb0843f687970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><strong>&#0160;</strong></a></p>
<h2><strong>I.</strong><em id="__mceDel"><strong>&#0160; <a href="http://www.tarotarkletters.com/2015/06/book-news-thl-users-manual-has-launched.html" target="_blank">Book News: THL User&#39;s Manual Has Launched</a></strong></em></h2>
<h2>The book to accompany&#0160;<em>Tarot of the Holy Light</em>&#0160;is now available to you&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">here</a>. Scroll down below the ad for the deck to find the buy button for the book.&#0160;</h2>
<p><span style="font-size: 11pt;"><strong>Then read this essay for more an overview and some full-color illustrations contained in the book.</strong></span></p>
<p><a href="http://www.tarotarkletters.com/2015/06/book-news-thl-users-manual-has-launched.html" target="_blank">http://www.tarotarkletters.com/2015/06/book-news-thl-users-manual-has-launched.html</a></p>
<p>&#0160;</p>
<h2><strong>II.&#0160; <a href="http://www.tarotarkletters.com/2015/06/newmoon-notes-and-stages-of-the-moon.html" target="_self">NewMoon Notes and the Stages of the Moon</a></strong></h2>
<p><span style="font-size: 12pt;"><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c79fdfcd970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="NewMoon June 16 2015" class="asset  asset-image at-xid-6a00d83452a49969e201b7c79fdfcd970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c79fdfcd970b-120wi" style="margin: 0px 5px 5px 0px;" title="NewMoon June 16 2015" /></a></strong></span></p>
<p>&#0160;</p>
<p><span style="font-size: 12pt;"><strong>This month I am going to note the highlights of the NewMoon chart, and let my readers think about how they might make the interpretations. Meditate on these clusters of Trumps and place them into your birth chart to see how these transits might be affecting you.</strong></span></p>
<p><a href="http://www.tarotarkletters.com/2015/06/newmoon-notes-and-stages-of-the-moon.html" target="_blank">&#0160;http://www.tarotarkletters.com/2015/06/newmoon-notes-and-stages-of-the-moon.html</a></p>
<p>&#0160;</p>
<p><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light deck here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>&#0160;</strong></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong> , Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/ </a></h3>
<p>&#0160;</p>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Tuesday June 16th. </em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<h2>Stages of the Moon; Dates/Times for the American Northern Hemisphere  </h2>
<p>•&#0160;&#0160; &#0160;The Present NewMoon is at 25+ Gemini on Tuesday June 16th at 10:06 AM (EDT) / 7:06 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.  </p>
<p><strong>FUTURE STAGES: &#0160;&#0160;  </strong></p>
<p>•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 2+ Libra on Wednesday June 24th, at 7:02 AM (EDT)&#0160;/4:02 AM (PDT). </p>
<p>•&#0160;&#0160; &#0160;FullMoon is at 9+ Capricorn on Wednesday July 1st, at 10:19 PM (EDT) /&#0160; 7:19 PM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease. </p>
<p>•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 16+ Aries on&#0160;Wednesday, July 8th at 4:24 PM (EDT)&#0160;/ 1:24 PM (PDT) </p>
<p>•&#0160;&#0160; &#0160;The next NewMoon is at&#0160; 23+ Cancer on Wednesday July 15th at 9:25 PM (EDT) / 6:25 PM (PDT).&#0160; From this moment the Moon begins to wax, or increase.<br /><br /><br /><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 122, June 16, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong> and <strong><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank"><span style="text-decoration: underline;">Tarot of the Holy Light: A Continental Esoteric Tarot</span></a></strong> (Volume 1 of two to accompany the deck).</p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Tuesday, 16 June 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/06/arkletter-122.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/06/arkletter-122.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F06%2Farkletter-122.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F06%2Farkletter-122.html&title=ArkLetter%20122', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_122 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb08435cd7970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/06/newmoon-notes-and-stages-of-the-moon.html">NewMoon Notes and Stages of the Moon</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 122, June 16, 2015</strong></p>
<p>&#0160;</p>
<h2><strong>NewMoon Notes and Stages of the Moon</strong></h2>
<p>&#0160;</p>
<p><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a2da970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="NewMoon June 16 2015" class="asset  asset-image at-xid-6a00d83452a49969e201b7c7a0a2da970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a2da970b-320wi" style="margin: 0px 5px 5px 0px;" title="NewMoon June 16 2015" /></a></strong></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;<span style="font-size: 12pt;">This month I am going to note the highlights of the NewMoon chart, and let my readers think about how they might make the interpretations. Meditate on these clusters of Trumps and place them into your birth chart to see how these transits might be affecting you.</span></p>
<p><span style="font-size: 12pt;">NewMoon conjunct Mars in late Gemini:&#0160; Priestess and Fool with Strength in the realm of the Chariot.&#0160; Mercury (The Star) is also in the his natural home of Gemini, at the beginning of the sign, after having completed his retrograde.</span><br /><br /><span style="font-size: 12pt;">Venus approaching Jupiter in mid-Leo: Empress and Emperor in the realm of the Hermit.&#0160; Jupiter is trine Uranus, therefore the Magus in the realm of the Hierophant is supporting and assisting the Emperor’s progress through the Hermit’s land. The Empress will soon catch up and join the trine.</span><br /><br /><span style="font-size: 12pt;">Retrograding Saturn has now backed into Scorpio again, forcing us to retrace our steps and re-address considerations that we had hoped were over and done with. Judgement is retreating from the sign of The Devil (Sagittarius) to re-enter the realm of Temperance (Scorpio).</span><br /><br /><span style="font-size: 12pt;">Uranus entering into the final decanate of Aries:&#0160; The Magus moving through the realm of The Hierophant.</span><br /><br /><span style="font-size: 12pt;">Neptune retrograde in Pisces:&#0160; Death moving through the realm of the Sun. (Interestingly, Trump #19 shows Apollo preparing to take his lyre into the realm of the dead, to awaken the sleepers for a fresh incarnation.)</span><br /><br /><span style="font-size: 12pt;">Pluto retrograde in Capricorn: The World in the sign of The Tower. Pluto is making a wide square with Uranus (Magus) and&#0160; a loose quincunx with Jupiter (Emperor), resulting in a Philosophical&#0160; or Harmonic Grand Trine (composed of a square, a trine, and an inconjunct).</span><br /><br /></p>
<p><span style="font-size: 12pt;">With all this under your belt, have a great Summer Solstice, and don&#39;t forget to get yourself a copy of <em><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">The Tarot of the Holy Light; A Continental Esoteric Tarot</a>.</em></span></p>
<p>&#0160;</p>
<p><strong>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</strong></p>
<h3>Stages of the Moon; Dates/Times for the American Northern Hemisphere  </h3>
<p>•&#0160;&#0160; &#0160;The Present NewMoon is at 25+ Gemini on Tuesday June 16th at 10:06 AM (EDT) / 7:06 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.  </p>
<p><strong>FUTURE STAGES: &#0160;&#0160;  </strong></p>
<p>•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 2+ Libra on Wednesday June 24th, at 7:02 AM (EDT)&#0160;/4:02 AM (PDT). </p>
<p>•&#0160;&#0160; &#0160;FullMoon is at 9+ Capricorn on Wednesday July 1st, at 10:19 PM (EDT) /&#0160; 7:19 PM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease. </p>
<p>•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 16+ Aries on&#0160;Wednesday, July 8th at 4:24 PM (EDT)&#0160;/ 1:24 PM (PDT) </p>
<p>•&#0160;&#0160; &#0160;The next NewMoon is at&#0160; 23+ Cancer on Wednesday July 15th at 9:25 PM (EDT) / 6:25 PM (PDT).&#0160; From this moment the Moon begins to wax, or increase.<br /><br /><br /><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 122, June 16, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong> and Tarot of the Holy Light: A Continental Esoteric Tarot (Volume 1 of two to accompany the deck).</p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Tuesday, 16 June 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/06/newmoon-notes-and-stages-of-the-moon.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/06/newmoon-notes-and-stages-of-the-moon.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F06%2Fnewmoon-notes-and-stages-of-the-moon.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F06%2Fnewmoon-notes-and-stages-of-the-moon.html&title=NewMoon%20Notes%20and%20Stages%20of%20the%20Moon', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_122 entry-category-arkletter_essays_and_articles entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb0844c589970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/06/book-news-thl-users-manual-has-launched.html">Book News: THL User's Manual Has Launched</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<h3><strong>Tarot ArkLetter - http://www.tarotarkletters.com</strong><br /><strong>By Christine Payne-Towler</strong><br /><strong>ArkLetter 122, June 16, 2015</strong></h3>
<h2>Book News: Our black &amp; white softbound manual for Tarot of the Holy Light has launched!</h2>
<div class="photo-wrap photo-xid-6a00d83452a49969e201b7c7a0a980970b" id="photo-xid-6a00d83452a49969e201b7c7a0a980970b" style="float: right; margin: 0px 5px 5px 0px; width: 240px;"><img alt="THL COVER website" class="asset  asset-image at-xid-6a00d83452a49969e201b7c7a0a980970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a980970b-250wi" style="width: 240px;" title="THL COVER website" />
<div class="photo-caption caption-xid-6a00d83452a49969e201b7c7a0a980970b" id="caption-xid-6a00d83452a49969e201b7c7a0a980970b">Tarot of the Holy Light book and deck</div>
</div>
<p><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">The book to accompany Tarot of the Holy Light is now available to you here</a>. Scroll down below the ad for the deck to find the buy button for the book.</p>
<p>We are thrilled to announce the first imprint of our new book, <br /><em>Tarot of the Holy Light, A Continental Esoteric Tarot</em>.</p>
<p>This is Volume 1 of a 2-volume set, the second of which will be entitled <em>Foundations of the Esoteric Tradition</em>.</p>
<p>Together these volumes represent my response to a challenge that I was given during my tenure at the legendary Tarot forum TarotL. I originally stumbled into that venue after the launch of my first book, The Underground Stream, in the late 1990’s. The book launch coincided with the online appearance of the self-serve Tarot reading generator at www.Tarot.com. I was looking forward to the chance to travel and attend conferences, engage in enlightening discussions, and continue my research in company with others who love the Tarot as much as I do.</p>
<p>Unbeknownst to me, a Sword of Damocles was hanging over my head, and it chose late 1999 to drop into my life and claim its pound of flesh. Life was forever changed by the neurological crash-and-burn process that took possession of me during the subsequent years. The consequences put me through a period of great sacrifice and struggle on many fronts, exactly the opposite of what I had been fantasizing and looking forward to. I was ultimately forced to turn my back to the Tarot world for quite awhile, steer clear of stress and learn to re-inhabit my skin in new ways. In fact, I am just getting back to my true center now.</p>
<p>This bit of trivia is relevant because with this new book I re-enter the Tarot History discussion in a formal fashion once again. In doing so I return to the discussion citing the very same historical figures and emphasizing the very same evidence that I was pointing to all those years ago. But what a difference the intervening 15 years have made! Due to a welcome change in the academic climate, coupled with a plethora of new translations and fresh scholarly analysis, the bedrock of our esoteric paradigm has now been unearthed and is on display for all to see. There is now an embarrassment of riches that can be cited to buttress my long-held personal convictions.</p>
<p>In <em>The Underground Stream</em> I asserted that there is a systematic body of thought standing behind the sudden burst of Tarot esotericism that surfaced in France the last decade of the 1700’s. This approach was already long-established among the Masons, Rosicrucians and Martinists before the time that Etteilla pinned it to the faces of his popular Tarot. The Egyptian-style Tarots of the 1800’s are a continuation of this older stream of Tarot mysticism. To keep it clear where these boundary-lines fall, I defined this historical stream as the Continental Tarot family, which appears with the first 78-card packs that embrace enumerated Trumps (mid-1500’s) and extends unbroken up to the cusp of the 20th century. The challenge I was given at the turn of the millennium was to write a scholarly defense of the Continental Tarots as an integrated movement. I was to look beyond any one pack of cards or outstanding personality, accounting for the sturdy underpinnings shared in common by all of the historical packs made in the Marseille-pattern (Trumps starting with 1 and ending with 0).</p>
<p>Even in 1999, I recognized that the paradigmatic statement on Renaissance Magic, Marcilio Ficino’s<em> Three Books On Life</em>, represents one of several well-known sources for insight into the magical considerations animating Western occult speculations. Due to Tarot’s unique and accommodating bone structure, these considerations can be directly mapped onto the cards, enabling our beloved toy and tool to be useful to a philosopher of Ficino’s calibre. What I didn’t know in 1999 is that the Masonic stream that brought this philosophy forward into the 1800’s was empowered and enlivened by the alchemical and cabalistic synthesis erected by Jacob Boehme at the start of the 1600’s.</p>
<p>To provide a window into what I’m talking about, I’ll highlight a few quotes from the excellent volume<em> Hidden Mutualities; Faustian Themes from Gnostic Origins to the Postcolonial</em> by Michael Mitchell (Editions Rodopi B. V., Amsterdam. 2006). I’m always delighted to find works like this, which take a synthesizing overview rather than specializing in only a tiny corner of the subject. Those who are familiar with <em>The Underground Stream</em> can see from Mitchell’s title that his book expands upon the territory that I was introducing so long ago. In fact, this potent volume provides a perfect context for <em>Tarot of the Holy Light</em> and the books that support it. I wasn’t able to get my hands on Mitchell’s volume until after I was finished writing the books we are just now bringing out, so it won’t be found in the Bibliography. Perhaps that is for the best. Mitchell’s presentation gives us a fresh look into to how fully we have misunderstood the evidence of history regarding the esoteric sophistication and subtlety of our magical ancestors.</p>
<p>The following quotes shed light on the magical worldview of the famous translator and occult theorist Marcilio Ficino, whose life stretched from 1433 - 1499. In these remarks Mitchell spotlights the esoteric architecture that simultaneously supports <em>Tarot of the Holy Light,</em> and virtually every Marseille-patterned pack of the first five centuries of Tarot’s existence. We can see that present-day Tarot esotericists work within this same cluster of ideas, though I contend that the modern theorists broke the traditional model in order to advance their “innovations”. Be that as it may, these remarks are from pages 15 - 17 of Mitchell’s presentation:</p>
<p>Ficino opens his book <em>De Vita Coelitus Comparanda</em> with the following proposition, whose relation to the philosophy of the Hermetic material will be obvious:</p>
<p style="padding-left: 30px;"><br /><em>. . . “If there were only two things in the universe – on one side the Intellect, on the other the Body – but no Soul, then neither would the Intellect be attracted to the Body (for Intellect is absolutely motionless, without affect, which is the principle of motion, and very far away from the Body), nor would the Body be drawn to the Intellect (for Body is in itself powerless, unsuited for motion, and far removed from the Intellect). But if a Soul which conforms to both were to be placed between them, an attraction will easily occur to each one on either side.” </em><br /><em>Soul, because of its position midway between intellect and body, “on the one side conforms to the divine and on the other side to the transient.”</em></p>
<p><br />The soul, in other words, is the principle of attraction and connection. The World Soul as a whole is dispersed throughout the universe, creating, from ‘seeds’ of different types, different species, from stars through to living creatures and to the simplest of materials, and the World Soul also has the power of creating material forms corresponding to each other, from the higher to the lower. Souls are attracted to forms as divinae illices, or divine lures. Ficino sees the explanation for occult effects like the efficacy of medicines or the power of pagan images in these correspondences and deduces that it is possible, by using magic, to influence and manipulate the material world by their use. <em>The De Vita Coelitus Comparanda</em>, as Walker and Yates point out, contains detailed suggestions about how this might be done, and they go on to speculate that Ficino himself went even further in practice than he was pre- pared to admit in print. <br />. . . <br />He goes on immediately to say:</p>
<p style="padding-left: 30px;"><br /><em>“But those things which pertain to any planet should be sought and performed precisely when it has dignities as I have previously specified: in its day and hour if possible, also when it is in its own house or in its exaltation or at least in its triplicity, in its term, or in a cardine of heaven, while it is direct in motion, when it is outside of the burned path, and preferably when it is east of the Sun, if it is above the Sun, if it is in apogee, and if it is aspected by the Moon.”</em></p>
<p><br />Much of the book is a detailed manual on such correspondences and their use:</p>
<p style="padding-left: 30px;"><br /><em>“By a similar system they [doctors] think a chain of beings descends by levels from any star of the firmament through any planet under its dominion. If, therefore, as I said, you combine at the right time all the Solar things through any level of that order, i.e. men of Solar nature or something belonging to such a man, likewise animals, plants, metals, gems, and whatever pertains to these, you will drink in unconditionally the power of the Sun and to some extent the natural power of the Solar daemons.” </em></p>
<p><br />Ficino goes on to describe the figures, or images, which represent the decans of the zodiac, shown by Yates to derive from Egyptian deities, described in detail in an ancient manuscript of magic, the <em>Picatrix</em>. These images, engraved in stones corresponding to the planets, might prove particularly efficacious. The effect also depends on the state of mind of the adept.</p>
<p>Just noting what Mitchell has pulled out of Ficino’s manual, we have a body of beliefs and practices that hinges on:</p>
<ul>
<li>Planets and Signs evaluated through their Essential Dignities (in particular, the Exaltation),&#0160;</li>
<li>The Houses or realms of life where the Planets play out their effects,&#0160;</li>
<li>The Elemental Triplicities,&#0160;</li>
<li>Aspects between the Lights and Planets,&#0160;</li>
<li>A ”chain of beings” that step down these stellar influences by stages into earthly manifestations,&#0160;</li>
<li>Daemons (or angels) attached to these celestial values, derived from Egyptian deities and described in the magical grimoire the Picatrix,&#0160;</li>
<li>Charged images that make direct links to these celestial energies and entities.</li>
</ul>
<p>This is the exact catalog of values that inhabits the universe of the Continental Tarots. The Planets, Signs, Aspects and Elemental dignities are canonized in the astrological writings of Ptolemy. The Elemental Trines were engraved upon the Western psyche by Raymond Lully. The “three worlds” scheme or triple septenary of the Trumps can be found in multiple places, including the Kabbalah Tree, Dante’s Divine Comedy and the Book of Revelations. The essential number theology informing the pips pack interweaves between the Pythagoreans and the Kabbalists. The body of correspondences linking the Trumps to the magical alphabet of Antiquity is hung upon the traditional Trump Numbers, and is detailed upon the Tree (below) in the Sefer Yetzirah. The particular arrangement of the Shem angels we are using first appears in the Clavicles of Solomon. And finally there is the extended visual and symbolic catalog attached to the angels and demons, drawn from the Picatrix. This richness of interconnected values is all right at hand by the 1400’s, for those who have an interest in such things, (which we can clearly see Ficino did).</p>
<p>For this reason I can’t claim the card pack Tarot of the Holy Light as “my creation”. No creativity was required for me to pull these details together, only the perseverance to systematically map the magical universe of our ancestors and note the order in which these ideas appear on the historical stage. Neither the imagery nor the ideas we used are in any way new, though Michae Dowers’ fascinating collages have put it all into a fresh visualization for the 21st century. To my mind, THL is a revival of time-honored conventions, which happen to fit so closely into the Tarot outline because the cards were purpose-built to contain them. I simply can’t accept the fact that it is “synchronicity” or some kind of blind luck that the Tarot is so accommodating to astrology, alchemy, number theology, Kabbalah and the magical armature of the Renaissance magus.</p>
<p>All of us in the 20th and 21st centuries are beneficiaries of this tradition and the stability it has showed through the millennia. But it is necessary to put down our modernist lenses and learn to look with the gaze of our esoteric ancestors if we want to see the design imperatives Tarot&#39;s originators built into it. This is what I am attempting to demonstrate with Tarot of the Holy Light, and its accompanying books.</p>
<p>It appears that the whole family of Continental Tarots represent an inter-generational effort to distill the ancient Mysteries, the orderly process of Destiny as defined by the patterns inherent in Nature, into a set of guiding principles for human life. We look to Ficino as a role model for his times, but he drew from a considerable well of prior effort in order to arrive at his overview. After the embellishments that Jacob Boehme brought to the inherited model during the Protestant Reformation, the potential for using Tarot to qualify a body of astral and alchemical therapeutics went through the roof. No wonder the Masons and Rosicrucians were so eager to assimilate this worldview and enshrine it in their spiritual methodologies. It is Gershom Sholem himself who informs us that the Christian Kabbalists of the 17th and 18th centuries focused the lion’s share of their kabbalistic studies upon Boehme and his exponents. This is a reality that has gone utterly unappreciated by my contemporaries, a lack of awareness that severely distorts the current estimation of Tarot’s significance in the early centuries.</p>
<p><br />But that’s enough bloviating from me at this juncture! What remains is for those who love Tarot of the Holy Light to read the current volume, and for me to get the next one out as fast as possible. I eagerly await the conversations that will result as other occultists take the time to study this overview and connect the dots for themselves. A whole world of advanced esotericism awaits those who are ready to “lock eyebrows” with our ancestral mentors. I’m excited about the potential for the world of Tarot.</p>
<p><strong>A few practical remarks about the new book:</strong></p>
<p>We were of course thrilled to read the excellent review from Benebell Wen <a href="http://benebellwen.com/2015/06/13/tarot-of-the-holy-light-a-continental-esoteric-tarot-a-book-review/" target="_blank">here</a>, which I hope you enjoy. Yet we have a slight consideration regarding the grey-scale illustrations, which I want to address in this venue so everybody can see these remarks. In the section of Illustrations that close out Chapter 1, some of the details that are visible in the full-colored images tend to wash out in black and white, dimming their significance. So I am going to supply those images here now. The Kindle edition of this book, when we get it through their process, will show the full color; in that case, this problem of washed-out greys won’t matter. But for those who want to truly visualize and internalize the details of the Cabalistic model, these fine distinctions are essential to understand.</p>
<p><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a6d8970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Planets on the Unfallen Tree" class="asset  asset-image at-xid-6a00d83452a49969e201b7c7a0a6d8970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a6d8970b-250wi" style="width: 220px; margin: 0px 5px 5px 0px;" title="Planets on the Unfallen Tree" /></a></p>
<p><strong>Planets on the Unfallen Tree</strong></p>
<p>To the left is the map of the planetary Paths that vertically link the “three worlds” along the three uprights of the Kabbalah tree.</p>
<p>There also exist planetary assignments made to the Sephiroth (the spheres at the joining points between the paths), but the focus of this diagram is the way the Planetary energies on the vertical Paths define the Three Pillars.</p>
<p>Mars/Venus energies fill the Father Pillar, Jupiter/Mercury energies fill the Mother Pillar, and Sun/Moon/Saturn energies fill the Middle Pillar.</p>
<p>These planetary associations are also important features of the Ladder of Lights (below), revealing important relationships that cross boundaries between astrology, alchemy, and Kabbalah.</p>
<p>&#0160;</p>
<p><strong>Signs on the Unfallen Tree</strong></p>
<p>&#0160;</p>
<p>&#0160;</p>
<div class="photo-wrap photo-xid-6a00d83452a49969e201bb0844c35f970d" id="photo-xid-6a00d83452a49969e201bb0844c35f970d" style="float: right; margin: 0px 5px 5px 0px; width: 220px;"><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb0844c35f970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false"><img alt="Signs on the Unfallen tree" class="asset  asset-image at-xid-6a00d83452a49969e201bb0844c35f970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb0844c35f970d-250wi" style="width: 220px;" title="Signs on the Unfallen tree" /></a>
<div class="photo-caption caption-xid-6a00d83452a49969e201bb0844c35f970d" id="caption-xid-6a00d83452a49969e201bb0844c35f970d">Signs on the Unfallen tree</div>
</div>
<p>To the right is a presentation of the Signs of the Zodiac stretching along the diagonal paths of the Kabbalah, linking the Mother and Father pillars (left and right) to the Middle Pillar and carrying the momentum of the year down the body, from the crown of the head in Aries to the soles of the feet in Pisces.</p>
<p>These two diagrams together, including the three horizontal crossbars representing the ‘3 Worlds’ or three primordial Elements, comprise the energy-body of the primordial Adam of the Gnostics and Kabbalists. This is our occult anatomy, looked at through the Western grid.</p>
<h3><br /> Upper &amp; lower countenance</h3>
<p>&#0160;</p>
<p><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d12a0ee2970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Upper&amp;lower countenance" class="asset  asset-image at-xid-6a00d83452a49969e201b8d12a0ee2970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d12a0ee2970c-250wi" style="width: 220px; margin: 0px 5px 5px 0px;" title="Upper&amp;lower countenance" /></a>To the left is the diagram called Upper and Lower Countenance, which focuses on the Planetary Sephiroth, namely the centers (spheres) linked by the paths.</p>
<p>This diagram demonstrates how the Sun, Moon, Jupiter, and Mars Spheres touch into the upper world (connected to the Supernal Triangle, 1, 2, 3, in blue), while Venus, Mercury, Saturn and Moon are grounded into the lower world (signifying earthly and bodily life, 7, 8, 9, 10, in red).</p>
<p>The intervening spheres affect both &quot;worlds&quot;, qualifying the realm of the human Will. In this tradition, Jupiter teaches and organizes the influences of the Upper Countenance, while Venus teaches and organizes the influences of the Lower Countenance. Jupiter and Venus are the traditional &#39;benefics&#39; of astrology. They share the work of the Father Pillar, which conducts gratitude and obedience to Heaven up the Tree. Mars and Mercury, in contrast, conduct &quot;fire from heaven&quot; (Divine correction, heavenly Wrath) down the Mother Pillar into the Creation.</p>
<p>All three of the above diagrams represent Hebrew explanations of the ecology and hygiene of humanity &quot;made in the image of God&quot;, before the disturbing events that shut down our aboriginal Eden and cast us into the world we currently occupy.</p>
<p><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a706970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="Ladder colored chart ID" class="asset  asset-image at-xid-6a00d83452a49969e201b7c7a0a706970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a706970b-320wi" style="margin: 0px 0px 5px 5px;" title="Ladder colored chart ID" /></a>Ladder colored chart IDTo the right is a representation of a very ancient esoteric model showing the Elemental Trines circling the Zodiac. These signs are internally ruled and related by the interior structure called the Ladder of Lights.</p>
<p>This entire device occupies the center section of the THL Icon (shown in black and white in the Frontispiece). The three rectangles that link the planetary pairs illustrate the Doctrine of Essential Dignities andexplain the alchemical remedies produced by the regular motions of the Planets around the Zodiac.</p>
<h3>Building Out from Here</h3>
<p>A consideration raised by Benebell Wen’s excellent review of the new book (<a href="http://benebellwen.com/2015/06/13/tarot-of-the-holy-light-a-continental-esoteric-tarot-a-book-review/" target="_blank">here</a>) had made me re-think my presentation of the two Tarot spreads in the Appendix. She is right, the spreads could use illustrations if I want them to be user-friendly for beginners. We are planning to meet this need in the next edition, which will be undertaken after the Foundations volume has become available.</p>
<p>As the intervening time unfolds, I am keeping track of themes and subjects that require deeper treatment. I’m thinking that the Tarot of the Holy Light deserves to have a workbook or practice manual. Wen has hinted that she’d like to see more thorough explanations of the symbols found the individual cards, with notes on their origins and implications in the context of the collages from card to card. There is also the consideration raised by our copy editor, who asked me why there isn’t a glossary of important terms available for those with less exposure to the magical worldview.</p>
<p>I also happen to have written two more chapters that had to be left out of the two existing volumes, for obvious practical reasons. The first is a running commentary on the historical personalities that make up the lineage transmission through the centuries, including how their contributions impinge upon the universe of the Tarot. The second drills down more concretely on the various astro-alpha-alchemical-numerical techniques a practitioner can apply to their own birth chart, allowing one to exploit the alchemical medicines to their fullest.</p>
<p>To address all these considerations, I’d like to propose that I host a class this fall/winter in the interdisciplinary aspects of the Tarot of the Holy Light, with an eye towards forming a dynamite user’s manual to support practitioners in exploring the fuller implications of this amazing magical portmanteau. If there are any of my readers who would be interested in attending such a class, I’d be glad to use the internet as our venue so there’s no traveling involved for me or you. If you think you might be able to participate, write to me at christine@tarotuniversity.com, and I’ll keep you posted. <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a7af970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="Jun_2015_Ecard_astrology-the-theory-of-everything" class="asset  asset-image at-xid-6a00d83452a49969e201b7c7a0a7af970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a7af970b-320wi" style="margin: 0px 0px 5px 5px;" title="Jun_2015_Ecard_astrology-the-theory-of-everything" /></a></p>
<h3>Last But Not Least: An Upcoming Internet Radio Show</h3>
<p><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb0844c409970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;">&#0160;</a></p>
<h3>There&#39;s a new internetradio show coming online this week on Voice of America, and on June 25th I will be one of their first guests. Here&#39;s an overview of their show:</h3>
<p><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a76b970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><br /></a>This ad is a general introduction to their show, but I have been informed that after this Thursday&#39;s launch, they will change the ad to the June 25th show, in which I am included. You can watch/like/follow this space for the details:<a href="%20https://www.facebook.com/AstroTalkRadio" target="_blank"> https://www.facebook.com/AstroTalkRadio</a></p>
<p>&#0160;</p>
<p>Happy Summer Solstice All!</p>
<p>We&#39;ll meet again for the NewMoon in Cancer.</p>
<p>&#0160;</p>
<div>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong><strong><strong>ArkLetter 121, May 18, 2015 </strong></strong></strong></p>
<div class="photo-wrap photo-xid-6a00d83452a49969e201b7c7a0a8f8970b" id="photo-xid-6a00d83452a49969e201b7c7a0a8f8970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><strong><strong><strong><strong><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a8f8970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false"><img alt="IMG_0030" class="asset  asset-image at-xid-6a00d83452a49969e201b7c7a0a8f8970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7a0a8f8970b-200wi" style="width: 200px;" title="IMG_0030" /></a></strong></strong></strong></strong>
<div class="photo-caption caption-xid-6a00d83452a49969e201b7c7a0a8f8970b" id="caption-xid-6a00d83452a49969e201b7c7a0a8f8970b">Photo by Jessica Schiek</div>
</div>
<strong><strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong>
<p>&#0160;</p>
<strong>Subscribe to the TAROT ARKLETTERS</strong>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p>&#0160;</p>
<strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br /></strong></strong></p>
<div class="photo-wrap photo-xid-6a00d83452a49969e201b8d12a111b970c" id="photo-xid-6a00d83452a49969e201b8d12a111b970c" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><strong><strong><strong><strong><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d12a111b970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false"><img alt="Christine.paynetowler" class="asset  asset-image at-xid-6a00d83452a49969e201b8d12a111b970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d12a111b970c-200wi" style="width: 200px;" title="Christine.paynetowler" /></a></strong></strong></strong></strong>
<div class="photo-caption caption-xid-6a00d83452a49969e201b8d12a111b970c" id="caption-xid-6a00d83452a49969e201b8d12a111b970c">Photo by Anya Kumara</div>
</div>
<strong>Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a>
<p>&#0160;</p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Tuesday, 16 June 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/06/book-news-thl-users-manual-has-launched.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/06/book-news-thl-users-manual-has-launched.html#comments">Comments (1)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F06%2Fbook-news-thl-users-manual-has-launched.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F06%2Fbook-news-thl-users-manual-has-launched.html&title=Book%20News%3A%20THL%20User\'s%20Manual%20Has%20Launched', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_121 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b7c78c0f6d970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/05/arkletter-121.html">ArkLetter 121</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 121, May 18, 2015</strong></p>
<p>&#0160;<span style="font-size: 12pt;"><strong>I.&#0160; <a href="http://www.tarotarkletters.com/2015/05/book-news.html" target="_blank">Book News:&#0160; Stand By --&#0160; Coming soon</a></strong></span></p>
<p><strong><em> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d1160ddc970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Tarot of Holy Light-COVER1" class="asset  asset-image at-xid-6a00d83452a49969e201b8d1160ddc970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d1160ddc970c-320wi" style="margin: 0px 5px 5px 0px;" title="Tarot of Holy Light-COVER1" /></a></em></strong></p>
<p><strong><em>Tarot of the Holy Light; A Continental Esoteric Tarot </em></strong><em>is Volume 1 in a pair dedicated to the <strong>Tarot of the Holy Light</strong>. It is so close now that we’re getting goose bumps!</em> <em>We are watching the many obstacles we have overcome fall away like booster rocket from a satellite. Mercury retrograde will of course have his way with us, as you’ll see below. But we can now see that things are happening in divine right order, and the direction of the flow is now inevitable. We are optimistic and you should be too. <a href="http://www.tarotarkletters.com/2015/05/book-news.html" target="_blank">http://www.tarotarkletters.com/2015/05/book-news.html</a></em></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;&#0160;<span style="font-size: 12pt;"><strong>II.&#0160; <a href="http://www.tarotarkletters.com/2015/05/newmoon-notes-and-world-servers-spread-may-18-2015.html%20" target="_blank">NewMoon Notes and World Server&#39;s Spread</a></strong></span></p>
<p><span style="font-size: 12pt;"><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c78c0e62970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Apr17NewMoon" class="asset  asset-image at-xid-6a00d83452a49969e201b7c78c0e62970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c78c0e62970b-120wi" style="margin: 0px 5px 5px 0px;" title="Apr17NewMoon" /></a></strong></span></p>
<p><em>With the <strong>Tarot of the Holy Light: A Continental Esoteric Tarot</strong>&#0160; book finished and the <strong>Foundations of the Esoteric Tradition</strong> companion volume soon to follow, it is time to adjust my focus. I will begin by putting astrology back in service to the Tarot, rather than the other way around. . . . From now on, these ArkLetters will be structured to provide examples of how a 15th or 16th century Magus, alchemist, physician or philosopher might apply the recombinant quality of the Tarot to the astrological events of the day, using the classical world-view inherited from the Alexandrian Synthesis.</em></p>
<p><a href="http://www.tarotarkletters.com/2015/05/newmoon-notes-and-world-servers-spread-may-18-2015.html%20" target="_blank"><em>http://www.tarotarkletters.com/2015/05/newmoon-notes-and-world-servers-spread-may-18-2015.html</em></a></p>
<p>&#0160;</p>
<p><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light deck here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>&#0160;</strong></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/ </a></h3>
<p>&#0160;</p>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Monday, March 20th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;">&#0160;</span><strong><span style="font-size: 13pt;">Stages of the Moon; Dates/Times for the American Northern Hemisphere</span><br /><br />•&#0160;&#0160; &#0160;The Present NewMoon is at 26+Taurus across the date line of Monday May 18th, at 12:13 AM (EDT) / Sunday May 17th at 9:13 PM (PST).&#0160; From this moment, the Moon begins to wax, or increase.<br /><br />FUTURE STAGES:<br />&#0160;&#0160; <br />•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 4+ Virgo on Monday April 25, at 1:18 PM (EDT)&#0160;/10:18 AM (PDT).<br />•&#0160;&#0160; &#0160;FullMoon is at 11+ Sagittarius on Tuesday June 2nd, at 12:19 PM (EDT) / 9:19 PM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.<br />•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 18+ Pisces on&#0160;Tuesday, June 9th at 11:42 AM (EDT)&#0160;/ 8:42 AM (PDT)<br />•&#0160;&#0160; &#0160;The next NewMoon is at&#0160;25+ Gemini on Tuesday June 16th at 10:06 AM (EDT) / 7:06 AM (PDT).&#0160; From this moment the Moon begins to wax, or increase.<br /><br /></strong></p>
<p>&#0160;</p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 121, May 18, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Sunday, 17 May 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/05/arkletter-121.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/05/arkletter-121.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F05%2Farkletter-121.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F05%2Farkletter-121.html&title=ArkLetter%20121', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    

    




	
	<div class="entry-category-arkleter_121 entry-category-new_moon_notes entry-category-world_servers_spreads entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb08300aa1970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/05/newmoon-notes-and-world-servers-spread-may-18-2015.html">NewMoon Notes and World Server's Spread, May 18, 2015</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><span style="font-size: 11pt;"><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a></span><br /><span style="font-size: 11pt;"><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong></span><br /><span style="font-size: 11pt;"><strong>ArkLetter 121, May 18, 2015</strong></span></p>
<p><span style="font-size: 11pt;">&#0160;</span></p>
<p><span style="font-size: 11pt;"><strong><span style="font-size: 13pt;">NewMoon Notes and World Server&#39;s Spread</span></strong> <br /></span></p>
<h1><span style="font-size: 11pt;">&#0160;</span><br /><span style="font-size: 11pt;"> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d115a160970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Apr17NewMoon" class="asset  asset-image at-xid-6a00d83452a49969e201b8d115a160970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d115a160970c-320wi" style="margin: 0px 5px 5px 0px;" title="Apr17NewMoon" /></a><span style="font-size: 12pt;">NewMoon Notes:</span></span><br /><br /><span style="font-size: 11pt;"><em><em>With the </em></em><strong>Tarot of the Holy Light: A Continental Esoteric Tarot</strong><em><em>&#0160; book finished and the </em></em><strong>Foundations of the Esoteric Tradition</strong> <em><em>companion volume soon to follow, it is time to adjust my focus. </em>&#0160;I will begin by putting astrology back in service to the Tarot, rather than the other way around.</em> My goal from the mid 1970’s has been to learn the esoteric applications that the Renaissance magi would have observed and employed in the Tarot. It was obvious to me even then that Tarot’s internal outline makes it a perfect esoteric calculator, suited to allow an astrologer to skip over the hours and days of mathematics required to erect a proper horoscope. It seems that all the popular oracles of Europe have this function — to allow access to the astrological worldview and vocabulary, without getting bogged down in all the figuring. A case in point can be seen in the protocols and charting system of geomancy.</span><br style="font-size: 11pt;" /><br /><span style="font-size: 11pt;">After all this time I’m pretty confident in my studies, and have constructed the Tarot of the Holy Light in such a way that it reflects what I have learned. From now on, these ArkLetters will be structured to provide examples of how a 15th or 16th century Magus, alchemist, physician or philosopher might apply the recombinant quality of the Tarot to the astrological events of the day, using the classical world-view inherited from the Alexandrian Synthesis.</span><br /><br /><span style="font-size: 11pt;">Tarot was designed to speak to a 7-Planet, 12-Sign, three-Element (or three Worlds) cosmology. This is how our predecessors would assign the esoteric values upon the Trumps, based on the numbers that have historically appeared on their faces.&#0160; The suited cards derived from the Mamluk pack also house their own Zodiac with all the trimmings. This gives us our fundamental meaning-mesh when using the cards to illustrate an astrological situation or analyze a birth chart.</span><br /><br /><span style="font-size: 11pt;">What follows is a translation of the current NewMoon chart, converted into Tarot following the Continental roots of the art. To illustrate these planetary placements in Trumps, you can use the THL or any other European pack from the first five centuries of Tarot’s existence.&#0160; When the planetary placements are seen in their Tarot guises, we can bring another layer of understanding to our charts. This makes it easier to unlock the alchemical relations between the Planetary Pairs, which are Saturn/Moon, Mars/Venus, and Jupiter/Mercury. As you look at these groupings of cards, drop them into the relevant areas of your personal chat to see how they are likely to be operating in your life.</span></h1>
<h1><span style="font-size: 12pt;">Astrological Placements in Tarot Terms</span></h1>
<h1><span style="font-size: 11pt;"><em>Sun and Moon conjunct in Taurus:</em>&#0160; Priestess and Fool in the realm of the Lovers.&#0160; These two are left and right hand of the Divine Impulse in humanity, and each month they come together in a new sign to mold a fresh manifestation according to their shared vision. This month the sign Taurus offers sensual and instinctive attraction as the font from which to draw creative inspiration.&#0160; Instructions are to move towards things we have a natural affinity for, and come away from those things that offend our inherent sensibilities.&#0160; Give your body a vote in how the future will form! There are only five days left before the Sun rolls into Gemini, best use this time to focus our efforts towards tangible manifestation of our goals. </span><br /><br /><span style="font-size: 11pt;">Because Saturn is the Moon’s alchemical partner, it is important to notice how the current NewMoon has a wide opposition to retrograde Saturn. You might consider projecting this whole structure into your birth chart. This will help illustrate those areas of your life most likely to be give evidence of the NewMoon/Saturn (and NewMoon/Mars) oppositions. Remember that the Moon, as the governor of the waters, is trying to bring Taurean healing and softening to the stances taken by both Mars and Saturn at this time. Let the Priestess appeal to the higher qualities of both Strength and Judgement.</span><br /><br /><span style="font-size: 11pt;"><em>Mercury/Mars in Gemini :&#0160;</em> Star and Strength together in the Chariot.&#0160; Mercury is at home in Gemini, so even though he is stationary today in preparation for a retrograde cycle between April 19th and June 10th (retreating to 4+º before turning forward again), he will remain in his comfort zone the whole time. Retrograde Mercury is due to converge with Mars at 10+º on May 27th, at which point the Sun/Fool will be at 5+ Gemini. The retrograde hits just as the Star is hosting The Fool and Strength in the Chariot, ferrying them through the mid-section of Gemini. Extra care must be devoted to maintaining the Star’s emotional/intellectual balance because Strength is inclined to take control of the vehicle at this point. Mars will leave Gemini about the time when Mercury has caught back up to that 10+º point (on July 25th), so the rest of Mercury/Star’s progress through “his/her” realm (remember, the Star/Mercury is the androgynous Lady Alchemy) will be considerably more graceful and comfortable. </span><br /><br /><span style="font-size: 11pt;">Mercury is Jupiter’s alchemical partner, so it is pleasant and encouraging to see them sharing a supportive sextile relationship. Wisdom transmitting from Jupiter/Emperor in Leo/Hermit to Mercury/Star will help Lady Alchemy accept a temporary transfer of the reigns into Mars’ capable hands.&#0160; In view of Mercury/Star’s characteristic inconstancy and wavering progress, the greater wisdom is to surrender control to sturdy Mars, allowing him to chauffer the Sun/Fool in a forward direction without interruption. This frees up Mercury/Star to follow his/her own lights during the three weeks of the reversal.</span><br /><span style="font-size: 11pt;">&#0160;&#0160; &#0160;</span><br /><br /><em><span style="font-size: 11pt;">Venus in Cancer: </span></em><span style="font-size: 11pt;">Empress in the realm of Justice. </span> <span style="font-size: 11pt;">When the Empress’ Light of Nature shines upon the scales of Justice, many mysteries are solved.&#0160; The meaning of the phrase “as above, so below” becomes brilliantly clear.&#0160; Nature’s eternal perspective, motives, and goals are brought to the fore.&#0160; We witness the operation of Sophia, who metes out all the worldly potentials, drawn from the seminal ideas inherent in the Divine Imagination. It is Sophia who dispenses energy into individual bodies and forms, who seamlessly melds the results together into a multidimensional ecosystem, a perfect incubator for incarnations.&#0160; The balancing levers of Nature’s creativity, physical and astral, are illuminated.</span><br /><br /><span style="font-size: 11pt;">Venus is Mars’ alchemical partner, but we see that she has moved ahead by a whole sign now, so they are heading into a semi-sextile aspect (a fraction of 1/12). In Renaissance magic this was considered a “move along, never mind, don’t talk about it” aspect similar to that of the inconjunct (5/12.) This implies that Venus/Empress should keep her attention towards the future and not look back at what Mars/Strength is doing. Mars and Venus had their conjunction in Aries, in early March. The Empress is pregnant now and happy to carry the conception forth on her own initiative. Mars, meanwhile, sees himself as assisting Lady Alchemy in steadying the triumphal Chariot while it carries the magnitude of the Sun/Fool. S/he needs help because the Sun and Mars are visiting during the awkward interlude when Mercury must undergo one of his/her three-times-a-year backwards mutations. Venus finds something to admire in Mars’ chivalrous service in Gemini, but doesn’t break stride towards her own future goals.</span><br /><br /><span style="font-size: 11pt;">We should notice also that Venus is currently opposite to Pluto in the Zodiac (Cancer to Capricorn). Pluto represents the element Fire, the element responsible for quickening the attraction between Venus and Mars. I see this as helping Venus to concentrate her focus on dreaming up the new creation she is gestating. Pluto/World will hold the space for Venus to deliver a sturdy, strong and viable little hybrid of Mars’ willfulness and Venus’ grace. From this angle, and with Pluto retrograde right now, we can understand Pluto’s Cosmic Fire/World icon as a patron of Venus’ closely-held project, the same way Demeter dipped the Queen’s infant son in the fire at night (to make him an immortal) during her mourning for her lost daughter Persephone</span><br /><br /><span style="font-size: 11pt;">Let’s remember that, the way we are approaching this interpretation, all of these planetary/Trump functions are going on internally, among our own personal organs and states. We want to envision and assert harmonious relations between all our natural energies, as the planets move the Trumps around our private cosmos. Nothing that is happening around us or within us is unnatural, so we can welcome these different movements as opportunities to experience new combinations and release new potentials. </span><br /><em><span style="font-size: 11pt;">Jupiter in Leo: </span></em><span style="font-size: 11pt;">Emperor in the realm of the Hermit</span><span style="font-size: 11pt;">.</span><br /><span style="font-size: 11pt;">&#0160;&#0160; &#0160; As above, we are seeing in this placement a high-minded and philosophical encouragement for what is called in theology ‘metanoia’, the deep spiritual act of changing one’s mind and re-thinking one’s stances from the bottom up. It is only possible to have understanding after one has sunk down deep into an issue and meditated upon it from the depths. In astrological alchemy, the “fall” is accomplished during the signs from Aquarius to Cancer, while “resurrection” is accomplished in the strip from Leo to Capricorn. Hence the Emperor is sending Lady Alchemy the message “It really does get better from here. Complete the research necessary to achieve understanding, and in the fullness of time your elevation will be unstoppable.” </span><br /><br /><em><span style="font-size: 11pt;">Saturn (retrograde) in Sagittarius:&#0160;</span></em><span style="font-size: 11pt;"> Judgement in the realm of the Devil</span><span style="font-size: 11pt;">.</span><br /><span style="font-size: 11pt;">&#0160;&#0160; &#0160;This pair of Trumps represents an alchemical pun of such depth that I’m at pains to render it in words! Saturn’s ancient role as the Ring Pass Not makes him the judge over the quick (those who have learned Earth’s lessons and have become worthy of immortal life) from the dead (those who never cultivated their inner being, no matter how many lives they have lived on Earth). Just as we see in the Judgement vignette, Saturn’s role is to say Yes to those who have&#0160; eternal merit, and No to those who lack it. Meanwhile, the Devil card gives us a peek into the work of the Hermetic Androgyne, the two-in-one, which emerges at the paradox point where opposites converge and self-annilalate in each other’s arms. In the late Middle Ages this moment of scintillating transformation was called the coincidentia oppositorum,. Jacob Boehme seized upon this idea as his model of the theological Restitution, the moment when fallen humanity reawakens to its original nature and consequently sees through the apparent limits of this world. This revitalizing breakthrough re-engineers even the Devil (whose real identity is Lucifer, Venus’ divinely beautiful morning appearance), revealing Sophia (Baphomet) behind the Trickster’s mask. </span><br /><br /><span style="font-size: 11pt;">The exact opposition of Moon to Saturn is due just a few hours after NewMoon, followed by the Sun/Saturn opposition on April 28th. At that point the Sun will be just past the first degree of Gemini, focusing our attention on Lady Alchemy’s realm and the sophisticated triangulation between the Sun, Mercury and Mars.</span><br /><br /><span style="font-size: 11pt;"><em>Making a conceptual bridge between the Renaissance and modern times,</em> the three so-called Mother Letters, which denominate the three Worlds or Celestial Elements (unconscious, individually conscious, and superconscious) are symbolized as the outer planets representing the subtle elements with which they have the most affinity:</span><br /><br /><span style="font-size: 11pt;"><em>Subtle Air (that which is individually conscious, or conscious of being individuated)</em> is symbolized by Uranus, currently in Aries. Translated into Tarot terms, that’s the Magus, currently in the realm of the Hierophant.&#0160; In my experience, this is a signature of great encouragement for those who are striving to win their way past their accumulated acculturation and its attendant tabus.&#0160; Jupiter and Mercury are the planetary pair most influenced by this energy.</span><br /><br /><span style="font-size: 11pt;"><em>Subtle Water (that which is unconscious or group-conscious only)</em> is symbolized as Neptune, currently in Pisces. In Tarot terms this is Death, (the narcoleptic waters of Lethe), currently flowing through the realm of Apollo, The Sun.&#0160; Lyre in hand, Apollo hallows the underworld bringing Light to those who can reincarnate again for another adventure in the time/space world of materialization. In my experience, this signature represents the narcoleptic and addicted aspects of our times, though it also supports eruptions of psychism and flashes of deep symbolic insight. Moon and Saturn are the planetary pair most influenced by this energy.</span><br /><br /><span style="font-size: 11pt;"><em>Subtle Fire (that which is superconscious)</em> is symbolized as Pluto, currently in Capricorn. In Tarot terms this is the World, which is currently in the realm of the Tower. This composite symbol suggests that those who position themselves as overlords (at the top the Tower) might be due to find themselves with feet of clay (struck by lightning and cast down into the dust with the commoners).&#0160; Venus and Mars are the planetary pair most influenced by this energy.</span><br /><br /><br /><br /><br /><br /><span style="font-size: 12pt;">World Server’s Spread for April 17-18, 2015</span><br /><br /><span style="font-size: 11pt;">To catch up with the assumptions built into this spread, you can refer back to the original article explaining the logic behind the World Server’s Spread.</span> <span style="font-size: 11pt;">See <a href="http://noreah.typepad.com/tarot_arkletters/2005/08/world_servers_s.html" target="_blank">here</a>.</span><br /><br /><span style="font-size: 11pt;">You are also invited to review the last World Server’s Spread I wrote in 2010, which breaks down the knowledge-categories embedded in the Tarot according to its inherent design considerations.</span><span style="font-size: 11pt;"> See <a href="http://www.tarotarkletters.com/2010/04/world-servers-spread-april-2010.html" target="_blank">here</a>.</span></h1>
<h1><br /><span style="font-size: 11pt;">We roll back to our earlier mode of analysis because, upon release of the THL book, people will have the in-depth guidance to orient their thinking along these astro-alpha-numeric lines, as I am doing here. We shall proceed as if you have the <em>Tarot of the Holy Light</em> in hand, although in fact any old or new Tarot manifesting the Marseille ordering on the Trumps is fine. In view of NewMoon chart and cards that emerge from today’s shuffle, we will try to make sense of the moving manifestations unfolding around us. Here’s the question I am asking as I handle the cards:</span><br /><br /><span style="font-size: 11pt;">Knowing that each reader is on his or her own divine path, how can we individually modulate our unique body/mind vibration so as to benefit most easily from the current astral configuration?</span><br /><br /><span style="font-size: 11pt;">Position #1 (The World) represents the Mandate of Heaven that orients the Sun, Moon and Planets in their courses.</span><br /><span style="font-size: 11pt;">&#0160;&#0160; &#0160;The card appearing here is the Queen of Disks (sign of Capricorn). This Queen stands at the culmination of the Dry Way of Detachment, which is the alchemical name for the path of ascension between Leo and Capricorn.&#0160; Her commanding presence confronts us with the necessity of discarding our “I, me, mine” thinking if we are ever to accomplish any lasting good in this world. Each one of us is currently embedded, hip-deep, in the after-effects of our past beliefs. Current circumstances are the sum total of&#0160; the actions and results those beliefs engendered. This Queen asks us to get clear in our minds what we want the future to look like, and what actions we are ready to take to ensure that the future is not just an echo of the past.</span><br /><br /><span style="font-size: 11pt;">Position #2, (The Fool) represents, the astral body emanating from the Heart, known to the Kabbalists as the Merkabah, which is the lodestone that orients our private experience to the greater whole.</span><br /><span style="font-size: 11pt;">&#0160;&#0160; &#0160;The card appearing here is the Page of Wands (“Spring”) reversed. This card reminds us that the roots of worldly action are&#0160; traceable to signals coming from the Astral body. Because this card is reversed I would counsel that we wait a bit and hold back from taking any specific action until all the inner conditions have been met to create an unqualified YES in the heart. That will be the moment to “spring forward” and leap into motion. The Pages serve at the behest of the cardinal-sign Queens, so when our Queen of Disks gives the signal, you can know your moment for action is nigh.</span><br /><br /><span style="font-size: 11pt;">Position #3, (The Magus) symbolizes Astral Air, arising as individuated consciousness through the ego, expressing as the personal will.</span><br /><span style="font-size: 11pt;">&#0160;&#0160; &#0160;The card appearing here is the 2 of Cups reversed (11º - 20º Cancer, ruled by Mars). This card is located very close to the bottom of the Wet Way, the path of “falling into Matter” along the alchemical arc that originates in Aquarius and ends in Cancer. This deuce occupies the middle degrees of Cancer, which are overseen by the planet Mars. Our NewMoon Notes analysis has shown us that transiting Mars has the important function of providing continuity and uninterrupted forward progress during the Sun’s transit through Gemini, even though Mercury’s retrograde might be distracting or confusing in the short run. I’m in favor of turning up the heat because of this 2 of Cups. Now is the time to show some outreach towards those people, situations, things, and ideas that we love and naturally resonate with. Since this card points out how close were are to an inflection point or metanoia moment, it gives us the salutary suggestion to reach out and connect with those values and frequencies that we want to incorporate into the resurrection that is soon to come. I am reminded of the advice from the ancient Greek philosophers, to the effect that very few souls are truly free in any lifetime. Therefore, whenever we are given an opportunity to exercise our will in matters large or small, we should determine what we prefer and take a stand on that. We may not get what we ask for as a result, this is not a perfect world. But keeping the will-muscle strong ensures that the day we are faced with a choice that can make a difference to our futures, we won’t shy away from knowing our preference, nor defer the choice to others.</span></h1>
<h1><span style="font-size: 11pt;">Great blessings to go out to all at this peak of Spring. Next time you hear from us, it will be because we have brought to birth our second child.</span><br /><br /><span style="font-size: 11pt;">With love from Christine and Michael</span></h1>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong><span style="font-size: 13pt;">Stages of the Moon; Dates/Times for the American Northern Hemisphere</span></strong><br /><br /><span style="font-size: 11pt;">•&#0160;&#0160; &#0160;The Present NewMoon is at 26+Taurus across the date line of Monday May 18th, at 12:13 AM (EDT) / Sunday May 17th at 9:13 PM (PST).&#0160; From this moment, the Moon begins to wax, or increase.</span><br /><br /><span style="font-size: 11pt;">FUTURE STAGES:</span><br /><span style="font-size: 11pt;">&#0160;&#0160; </span><br /><span style="font-size: 11pt;">•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 4+ Virgo on Monday April 25, at 1:18 PM (EDT)&#0160;/10:18 AM (PDT).</span><br /><span style="font-size: 11pt;">•&#0160;&#0160; &#0160;FullMoon is at 11+ Sagittarius on Tuesday June 2nd, at 12:19 PM (EDT) / 9:19 PM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.</span><br /><span style="font-size: 11pt;">•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 18+ Pisces on&#0160;Tuesday, June 9th at 11:42 AM (EDT)&#0160;/ 8:42 AM (PDT)</span><br /><span style="font-size: 11pt;">•&#0160;&#0160; &#0160;The next NewMoon is at&#0160;25+ Gemini on Tuesday June 16th at 10:06 AM (EDT) / 7:06 AM (PDT).&#0160; From this moment the Moon begins to wax, or increase.</span><br /><br /><br /></p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 121, May 18, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Sunday, 17 May 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/05/newmoon-notes-and-world-servers-spread-may-18-2015.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/05/newmoon-notes-and-world-servers-spread-may-18-2015.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F05%2Fnewmoon-notes-and-world-servers-spread-may-18-2015.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F05%2Fnewmoon-notes-and-world-servers-spread-may-18-2015.html&title=NewMoon%20Notes%20and%20World%20Server\'s%20Spread%2C%20May%2018%2C%202015', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_121 entry-category-updates_and_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb08300a98970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/05/book-news.html">Book News</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 121, May 18, 2015</strong></p>
<p>&#0160;</p>
<h3><span style="font-size: 13pt;">Book News:&#0160; Stand by --&#0160; Coming soon</span><br /><br /><em><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c78c7725970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Tarot of Holy Light-COVER1" class="asset  asset-image at-xid-6a00d83452a49969e201b7c78c7725970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c78c7725970b-500wi" style="margin: 0px 5px 5px 0px;" title="Tarot of Holy Light-COVER1" /></a><br /><br /></strong></em></h3>
<h3>&#0160;</h3>
<h3>&#0160;</h3>
<h3>&#0160;</h3>
<h3>&#0160;</h3>
<h3>&#0160;</h3>
<h3>&#0160;</h3>
<h3>&#0160;</h3>
<h3>&#0160;</h3>
<h3>&#0160;</h3>
<h3><em><span style="font-size: 12pt;"><strong>Tarot of the Holy Light; A Continental Esoteric Tarot </strong></span>is Volume 1 in a pair dedicated to our <strong>Tarot of the Holy Light</strong>. It is so close now that we’re getting goose bumps!&#0160;</em> <em>We are watching the many obstacles we have overcome fall away like booster rocket from a satellite. Mercury retrograde will of course have his way with us, as you’ll see below. But we can now see that things are happening in divine right order, and the direction of the flow is now inevitable. We are optimistic and you should be too.</em></h3>
<h3><br />When we send out the notice that the book is available, you will be able to find it at my website, through Amazon.com and Barnes &amp; Nobles, and as an app for Kindle.&#0160; We will also be including the book, the deck, and other gifts in a campaign to fund the second printing of the card pack, Tarot of the Holy Light (with a brand new beautiful back), as well as a hardback full-color production of this book.&#0160; You will have a nice range of choices about how you would like to acquire the book and whether you want to participate in the fundraiser.<br /><br />For those who eagerly pre-paid, I have now made outreach to everybody on my list. Some people have changed their e-mail addresses, so I sent out letters that should be arriving this week. Having searched my records, I think I have found and reached out to everybody. However, if there is anyone who has fallen through the cracks, please e-mail me at christine@tarotuniversity.com with some identifying data so I can fulfill my happy obligation.</h3>
<h3><br /><strong><span style="font-size: 11pt;">The painting that comprises the cover front and back (and covers the deck box as well) was created by Michael&#39;s brother Patrick Dowers, and it represents (to the left) the many winding alleys and secret doorways that we have traversed to bring this deck and book to you. The right-hand image is Sophia offering the reader the rewards of our search. The text on the back reads:</span></strong></h3>
<p>&#0160;</p>
<div title="Page 1">
<div>
<div>
<div>
<p><strong>Tarot of the Holy Light</strong> and its companion volume <strong>Foundations of the Esoteric Tradition</strong> supply the keys to unlock Tarot’s significance as the premier magical calculator of the Renaissance. The correspondences demonstrated inTarot of the Holy Light apply to any historical Tarot that conforms to the Marseilles order and numeration. These timeless fundamentals reveal the interior architecture that has been carried forward in the Tarots of Etteilla, the so-called Egyptian Tarots (Belline, Falconnier, Zain), the literary works of Christian, Levi, and Papus, right up to classic 20th century Continental esoteric packs like the Tarots of Oswald Wirth and Manly P. Hall. This Volume 1 of the set is dedicated to the creators of Continental Tarots in the past, present, and future in honor of the magical philosophy that inhabits the historical Tarot’s outline and inherent meanings.&#0160;</p>
</div>
</div>
</div>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Sunday, 17 May 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/05/book-news.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/05/book-news.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F05%2Fbook-news.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F05%2Fbook-news.html&title=Book%20News', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_120 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb081fbcad970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/04/arkletter-120.html">ArkLetter 120</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 120, April 18, 2015</strong></p>
<p><span style="font-size: 11pt;"><strong>I. <a href="http://www.tarotarkletters.com/2015/04/progress-report-and-update.html" target="_blank">Progress Report and Updates</a></strong></span></p>
<p><em>&#0160; <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb08202e38970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="THLHierophant045" class="asset  asset-image at-xid-6a00d83452a49969e201bb08202e38970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb08202e38970d-120wi" style="margin: 0px 5px 5px 0px;" title="THLHierophant045" /></a>First, a note from our editor, Michael Dowers:</em></p>
<p><em>After many years, with many ups and downs, trials and tribulations we have finally completed a digital file </em><em>for the first volume of Christine’s book, <strong>Tarot of the Holy Light; A Continental Esoteric Tarot</strong>, a 496 page volume packed full of Christine’s wisdoms and truths about our beautiful Tarot card deck. &#0160;<a href="http://www.tarotarkletters.com/2015/04/progress-report-and-update.html" target="_blank">http://www.tarotarkletters.com/2015/04/progress-report-and-update.html</a></em></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong>II.&#0160; <a href="http://www.tarotarkletters.com/2015/04/newmoon-notes-april-18-2015.html" target="_blank"><span style="font-size: 11pt;">NewMoon Notes, April 18, 2015</span></a><br /></strong></p>
<p><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb08202db8970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="NewMoonApril 18 &#39;15" class="asset  asset-image at-xid-6a00d83452a49969e201bb08202db8970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb08202db8970d-120wi" style="margin: 0px 5px 5px 0px;" title="NewMoonApril 18 &#39;15" /></a>&#0160;</strong><em>Here is our NewMoon, finally coming around the bend at the end of Aries, late but not forgotten. &#0160;</em><em>Right now, left brain and right brain (of the collective mind) are attempting to digest and summarize all the experiences we have gone through since Solstice, in preparation for the immanent move to the mid-spring sign of Taurus.At this cusp, the Sun has to leave behind the sign of his exaltation, while the Moon looks forward to entering hers.&#0160; <a href="http://www.tarotarkletters.com/2015/04/newmoon-notes-april-18-2015.html" target="_blank">&#0160;http://www.tarotarkletters.com/2015/04/newmoon-notes-april-18-2015.html</a></em></p>
<p>&#0160;</p>
<p><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>&#0160;</strong></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/ </a></h3>
<p>&#0160;</p>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Monday, March 20th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p>&#0160;<br /><strong><span style="font-size: 13pt;">Stages of the Moon; Dates/Times for the American Northern Hemisphere</span></strong></p>
<p><br />•&#0160;&#0160; &#0160;<strong>The Present NewMoon is at 28+ Aries</strong> on Saturday, April 18th, at <strong>2:58 PM (EDT)</strong> / 11:58 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.<br /><br />FUTURE STAGES:<br />&#0160;&#0160; <br />•&#0160;&#0160; &#0160;<strong>2nd Quarter, Waxing Half Moon is at 5+ Leo</strong> on Saturday April 25, at <strong>7:55 PM (EDT)</strong>&#0160;/4:55 PM (PDT).</p>
<p>•&#0160;&#0160; &#0160;<strong>FullMoon is at 13+ Scorpio </strong>on Sunday May 3rd, at <strong>11:41 PM (EDT)</strong> / 8:41 PM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.</p>
<p>•&#0160;&#0160; &#0160;<strong>4th Quarter, Waning Half Moon is at 20+ Aquarius</strong> on&#0160;Monday, May 11th at <strong>6:36 AM (EDT)</strong>&#0160;/ 3:36 AM (PDT)</p>
<p>•&#0160;&#0160; &#0160;<strong>The next NewMoon is at&#0160; 26+Taurus</strong> across the date line of <strong>Monday May 18th, at 12:13 AM (EDT)</strong> / Sunday May 17th at 9:13 PM (PST). From this moment the Moon begins to wax, or increase.</p>
<p>&#0160;</p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 120, April 18, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Saturday, 18 April 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/04/arkletter-120.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/04/arkletter-120.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F04%2Farkletter-120.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F04%2Farkletter-120.html&title=ArkLetter%20120', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_120 entry-category-updates_and_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d1054933970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/04/progress-report-and-update.html">Progress Report and Update</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 120, April 18, 2015</strong></p>
<p><span style="font-size: 13pt;">Progress Report and Update, April 18, 2015</span></p>
<p><strong><em><span style="font-size: 11pt;"> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d105ba65970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="THLHierophant045" class="asset  asset-image at-xid-6a00d83452a49969e201b8d105ba65970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d105ba65970c-120wi" style="margin: 0px 5px 5px 0px;" title="THLHierophant045" /></a>First, a note from our editor, designer and artist, Michael Dowers:</span></em></strong></p>
<p><em>After many years, with many ups and downs, trials and tribulations we have finally completed a digital file for the first volume of Christine’s book, <strong>Tarot of the Holy Light; A Continental Esoteric Tarot</strong>, a 496 page volume packed full of Christine’s wisdoms and truths about our beautiful Tarot card deck.</em></p>
<p>Very soon (within 4-6 weeks) we will release a black and white softbound version of Christine’s new book, <strong><em>Tarot of the Holy Light; A Continental Esoteric Tarot</em>.</strong>This will first become available through a crowdfunding campaign that we are on the verge of kicking off. For a limited time the softcover edition, through print on demand, will be given as an incentive for a donation to help us raise money for the costs of some serious printing that we are hoping to accomplish. When the campaign ends, then the softcover black &amp; white edition will become available to all.</p>
<p>Our biggest goal is to create a full color hardbound edition of the companion volume for <em><strong>Tarot of the Holy Light</strong></em>. Alongside it will soon stand the second volume of Christine’s <em><strong>THL</strong></em> writings, entitled <em><strong>Foundations of the Esoteric Tradition</strong></em>. Meanwhile, due to popular demand, we need to produce a second edition of our beautiful deck.</p>
<p>We hope to have more information on how you can obtain a copy of the long awaited book very soon.</p>
<p>&#0160;</p>
<p><strong><em><span style="font-size: 11pt;">From Christine:</span> </em></strong></p>
<p><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb08202e7b970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="THLDevil046" class="asset  asset-image at-xid-6a00d83452a49969e201bb08202e7b970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb08202e7b970d-120wi" style="margin: 0px 5px 5px 0px;" title="THLDevil046" /></a>I would only like to add that there are a certain select few people -- you know who you are -- who were so eager about wanting the book that they came forward and pressed money into our hands despite our remonstrations. We are touched by your confidence in us through thick and through thin,&#0160; and we want to make sure that you get a copy of the upcoming softback black &amp; white volume by way of &quot;interest&quot; on your long-awaited investment. We will still honor your purchase of the hardback <em><strong>THL</strong></em> book and/or the companion volume <strong><em>Foundations of the Esoteric Tradition</em> </strong>when those books become available.</p>
<p>There is also a long list of names of people who have kept in touch with us to be sure that when the THL book becomes available, they will be notified. Never fear! Everybody will get an e-mail once the campaign launches, as fast as Michael and I can get the word out. We have kept track of every person who has bought the deck, and we will be attempting to reach out to all of those people as well.</p>
<p>But think back a minute:&#0160; If your e-mail or mailing address have changed since you acquired your Tarot of the Holy Light, you might want to drop me a line at christine@tarotuniversity.com and let me know your newest contact information.&#0160; We don&#39;t want to miss even one of you. If for any reason you think you might have fallen between the cracks, don&#39;t hesitate to check in and make sure you are taken care of.</p>
<p>Thanks again for all of your patience, dear friends. It will soon be rewarded.</p>
<p>All the best from Puget Island.</p>
<p>&#0160;April 2015</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Saturday, 18 April 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/04/progress-report-and-update.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/04/progress-report-and-update.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F04%2Fprogress-report-and-update.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F04%2Fprogress-report-and-update.html&title=Progress%20Report%20and%20Update', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_120 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b7c77bbd75970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/04/newmoon-notes-april-18-2015.html">NewMoon Notes April 18, 2015</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p>&#0160;<strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 120, April 18, 2015</strong></p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;">NewMoon Notes April 18, 2015</span></p>
<p>Here is our NewMoon, finally coming around the bend at the end of Aries, late but not forgotten. <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d105b9a0970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="NewMoonApril 18 &#39;15" class="asset  asset-image at-xid-6a00d83452a49969e201b8d105b9a0970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d105b9a0970c-320wi" style="margin: 0px 0px 5px 5px;" title="NewMoonApril 18 &#39;15" /></a><br /><br />Right now, left brain and right brain (of the collective mind) are attempting to digest and summarize all the experiences we have gone through since Solstice, in preparation for the immanent move to the mid-spring sign of Taurus.&#0160; At this cusp, the Sun has to leave behind the sign of his exaltation, while the Moon looks forward to entering hers. Additionally, current circumstances require that the NewMoon consolidate the effects of the t-square between Uranus in Aries and Pluto in Capricorn, which is only just loosening up since Pluto began his retrograde yesterday, April 17th. We have been up to our eyeballs in these challenging energies the last few months, but now the momentum of events is set to sweep Uranus and his lightning-bolt, the “fickle finger of fate”, away from central focus and into the past. With any luck our personal energies will be relaxing too. The fight-flight-or-freeze adrenals, which are Mars’ natural cognate within the body, will be allowed to quiet down. This will help us get into a grounded and bucolic Earth-sign gear to enjoy the expansion of spring.<br /><br />Mars and Mercury, both currently transiting Taurus, will be energized and enlightened by the entrance of Moon and Sun into Taurus. They need the help, because they are currently being squared by Jupiter in Leo, which seems like a distraction from the ego saying “look at me look at me look at me” a bit too much right now. Since Mars is the ruler of Aries, and he’s currently passing through his mate Venus’ sign, perhaps he can help to channel the energies that Uranus has set loose towards a specific and measurable goal, harnessing them to pull Venus’ plow. Of course I am talking about taming the aftereffects from Uranus’ past behavior here, since he won’t be leaving Aries for good until March of 2019! There will be plenty more special effects where that last bout came from, especially around Christmas of this coming year. But let me not get ahead of myself… <br /><br />With Venus in Gemini and Mercury in Taurus, this is a circumstance called “mutual reception”, where two planets are simultaneously in each other’s natural homes. I don’t always mention it, but at this point it seems significant. This is happening across the Taurus/Gemini cusp, with Mars in Taurus in the middle of the conversation. Maybe Mars is listening in as the shape-shifty, androgynous and multivalent mind of Mercury is being schooled. Venus is the representative of our eternal and hallowed values,&#0160; sponsor of the Good the True and the Beautiful. She is saying, “Don’t lay blame on others if momentary conditions aren’t right in your immediate environment”.&#0160; Mercury in Taurus agrees, highlighting the fact that the material circumstance each of us finds ourselves in are the inevitable result of our repeated and habitual thoughts and beliefs. If you want to know where your fertile imagination is bearing fruit, look at your immediate issues and situations, the literal Taurus “facts on the ground”. Compare the reality of your tangible life with the rhetoric of your mind, your self-talk and fantasies of yourself (Gemini). If there is a gap between your ideal and your reality, between aspirational Venus in Gemini, and practical Mercury in Taurus, then you would be wise to devote these coming Taurus energies, this practical month, to closing it.&#0160; Use the opportunity presented by the Sun moving through Taurus to take a realistic step forward in your mind and in your life. Do the work to redeem stuck energies out of their frozen forms, so the released potential can be devoted to solidifying your current achievements. <br /><br /> In this chart, there are with six celestial bodies sharing the 60º span between 9º of Aries and 9º of Gemini&#0160; — that’s over half the Solar System within the span of a sextile. There is such a concentration of massed forces that it looks like a stacked slinky to me. And sure enough, within a week of this NewMoon, that slinky starts to “walk downstairs” in a beautiful symmetry of energies peeling out of this momentary knot. When the Moon enters Cancer on April 24th, there will be one or two planets per sign stretching from Uranus in Aries to Jupiter in Leo. The faster-moving bodies will have left the slower ones behind, spreading out the influences and creating a new set of interrelations. At that point, Jupiter becomes the engine of a metaphorical train, pulling 5 out of 6 of the visible planets behind him, welding them together to form his astral “tail”. This formation also will&#0160; break apart and fade once the Moon leaves Cancer and outstrips Jupiter, all things must past. But for the regular observer of astrological patterns, these stages demonstrate the Solar System life that we expect to see mirrored in our local circumstances. <br /><br />Modern psychological astrologers tend to liken the movements of Sun, Moon, Mercury and Venus to individual mood swings and momentary private events, the subjective life of the private mind, This is contrasted to the slower moving social planets Mars, Jupiter and Saturn, which track the tides of the group, herd, or hive mentality.&#0160; But Jacob Boehme in 1600 had a nobler understanding of the inner planets, seeing in Venus, Mercury and the Moon a set of therapeutic forces that possess a healing and harmonizing effect on the harsher, less sensitive stamp of collective demands. The message here is that the self-conscious individual can use these fast-moving transits as medicines to neutralize and mollify the fierce and implacable demands of acculturation. In particular, the degree of individuation one can achieve despite the pressure of outer influences truly depends upon our ability to leverage our mercurial curiosity, our lunar intuition and our venusian values into weapons that help us resist the crushing weight of the mass mind and its constant effort to revert us to the mean.<br /><br />The practical application of this idea is we track the Moon to provide us with remedies for Saturn afflictions; we track Mercury to find remedies for Jupiter troubles; and we track Venus to learn the antidotes for Mars’ intensity. It seems like a simple enough formula, but of course the devil is in the details. Sometimes we have to wait on the planets to form a useful aspect that can open the channel between the two sides of a pair. We have to endure through the troubled times before we can ask the heavens to cut us some slack. Sometimes you can see a problem coming but you can’t do a darned thing to head it off.&#0160; Other times you can see an opportunity coming but its entangled with challenging and ambivalent developments that are hitting simultaneously. It can be hard work to fend off our old habitual cliches and energetically invest in new ideas, new attitudes, new goals. But the heavens will help us if we are sincere and keep our eyes on the prize.&#0160; Each one of us holds the pearl of great price in our hands, that is our birth chart and all the insights we can gain from using it as our own private “cosmic clock”.<br /><br />This type of self-therapy via tracking the “astral weather” within the individual birth chart was common in the Renaissance and Reformation when Tarot was still young and gaining in profundity. The magi of the day knew the connections between the Trump Numbers and the Hebrew Alphabet, just as we do today.&#0160; As the history of the esoteric lodges of Europe come out of the hidden repositories and becomes available to the scrutiny of trained historians, we will more easily bring into focus the esoteric appointments that organize our traditional, simple-seeming pack of cards. &#0160;<br /><br />Just to remind ourselves what this strip of Aries-to-Gemini planets would look like illustrated with a Continental Tarot pack, here is the sequence:<br />&#0160;&#0160; &#0160;Uranus, Sun and Moon in Aries =&#0160;&#0160; Magus, Fool and Priestess in the realm of the Hierophant.<br />&#0160;&#0160; &#0160;Mercury and Mars in Taurus = Star and Strength in the realm of the Lovers<br />&#0160;&#0160; &#0160;Venus in Gemini = Empress in the realm of the Chariot<br /><br />Farther around the circle of signs they would see <br />&#0160;&#0160; &#0160;Jupiter in Leo = Emperor in the realm of the Hermit, and<br />&#0160;&#0160; &#01#0160;Saturn in Sagittarius = Judgement in the realm of the Devil<br /><br />Remember, in Tarot’s early days there was no knowledge of the Outer Planets Uranus, Neptune and Pluto. An astrologer of the Renaissance or Reformation looking at this chart would have seen the NewMoon squaring Jupiter,&#0160; Saturn opposing Venus, and Mars conjunct Mercury in the first half of Taurus. The Magus, Death, and World cards would signify the three Mother Letters and their astral elements — the Magus as astral Air, Death as astral Water, and World as astral Fire. It strikes me as an amazing coincidence that these ancient values can be retro-fitted to our modern discovery of the invisibles. But I always want to make it clear, our ancestors were thinking alchemically in this regard, a point of view that we are only now learning to envision into our Tarot paradigm.<br /><br />Just to give some hints about how to employ this arrangement from the alchemical angle of the Essential Dignities, notice what I said above regarding the Venus/Mars pair. I would think that this is a good time to let Venus lead while encouraging Mars to follow. The Mutual Reception between Venus and Mercury further empowers Venus to serve as muse and guide of her Taurus companions. Give Venus, who carries the Light of Nature, plenty of space to explore and inform the ego (the Sun) about her discoveries. Then Mars and Mercury can be her loyal camp-followers, backing her up in whatever way will best serve her needs. <br /><br />Also I wouldn’t be concerned about the square between Jupiter and Mercury/Mars, because the square is the traditional teacher/student relationship that naturally obtains between the Mercury signs and the Jupiter signs in the Ladder of Lights. Furthermore, the square is the aspect that expresses the style of the planet Mars, suggesting that the presence of a challenge will heighten our awareness and force us to reach a little deeper into our willpower and drive.&#0160; This can be an excellent time to seek traction for our long-term motivation, to make the blueprints for 5- and 10-year goals, and lay foundations for future prosperity.<br /><br />The only real stressor in this chart would be the immediate aftermath, the week following this chart, when the Moon and then Sun are due to roll over into Taurus, each following their own timing. In doing so they both provoke an inconjunct or quincunx aspect with retrograde Saturn, who has begun heading back towards the cusp between Sagittarius and Scorpio. The quincunx aspect was considered ill-fated in European medical astrology, seen as unpredictable and stressful in a bad-luck sort of way.&#0160; Nowadays we tend to read this as a paradox aspect which forces us to face our insolvable dilemmas and embrace the clash of irreconcilable opposites. <br /><br />But if we look way back to the creation of the Ladder of Lights diagram in the very ancient Age of Leo, we will realize that the quincunx aspect, having the nature of the planet Saturn, calls us to our duties and obligations without concern for our preferences or wishes.&#0160;&#0160; We will also see that the two uprights of the Ladder of Lights are equivalent to parallel quincunxes, one summarizing what is called the Wet Way (stretching from Aquarius to Cancer), and the other summarizing the Dry Way (from Leo to Capricorn). Clearly there is more for us to learn about these subtle, internal relationship dynamics embedded in the Zodiac through the Doctrine of Essential Dignities.<br /><br />In fact, the Lunar qunicunx with Saturn will be over and done within 24 hours after NewMoon. We can think of it as heightening the great sensitivity and porousness that comes over the psyche when the Moon crosses over the Sun and starts a new cycle. The Sun meanwhile, moving one degree a day, will take nearly a week to form the aspect with Saturn, though the energy will be dissipated by the end of the 25th.&#0160; In the interim, it wouldn’t be amiss to be extra-conscious of our pledged responsibilities, keeping in mind that both known and unknown others depend upon us to keep our word and follow through.<br /><br />The main point is to see to it that the three planets that push towards social conformity are balanced in their pairing with the three personal planets that mark our unique, individual response to life. Even if we never learn all the ins and outs of the Ladder of Lights and the Doctrine of Essential Dignities, this is still a valuable insight to apply to our lives. The Magus of Renaissance medical astrology was on a mission to balance all of these forces in their courses around the Sun, which shines from the center of the Solar System as the macrocosmic cognate for the individual heart. It is from this selfsame heart that we mobilize love and acceptance to mediate the inherent contradictions and mixed influences that we invariably encounter in this life. We moderns could benefit from embracing Boehme’s approach towards mutual integration in our lives as well.&#0160; May these ideas spark a little light in the mind of the reader, opening a window on the self-healing philosophy of our esoteric ancestors.<br /><br />Happy Taurus to all!&#0160; &#0160;<br /><br />&#0160;<br /><span style="font-size: 13pt;">Stages of the Moon; Dates/Times for the American Northern Hemisphere</span></p>
<p><br />•&#0160;&#0160; &#0160;<strong>The Present NewMoon is at 28+ Aries</strong> on Saturday, April 18th, at <strong>2:58 PM (EDT)</strong> / 11:58 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.<br /><br />FUTURE STAGES:<br />&#0160;&#0160; <br />•&#0160;&#0160; &#0160;<strong>2nd Quarter, Waxing Half Moon is at 5+ Leo</strong> on Saturday April 25, at <strong>7:55 PM (EDT)</strong>&#0160;/4:55 PM (PDT).</p>
<p><br />•&#0160;&#0160; &#0160;<strong>FullMoon is at 13+ Scorpio</strong> on Sunday May 3rd, at <strong>11:41 PM (EDT)</strong> / 8:41 PM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.</p>
<p><br />•&#0160;&#0160; &#0160;<strong>4th Quarter, Waning Half Moon is at 20+ Aquarius</strong> on&#0160;Monday, May 11th at <strong>6:36 AM (EDT)</strong>&#0160;/ 3:36 AM (PDT) .</p>
<p><br />•&#0160;&#0160; &#0160;<strong>The next NewMoon is at&#0160; 26+Taurus</strong> across the date line of <strong>Monday May 18th, at 12:13 AM (EDT)</strong> / Sunday May 17th at 9:13 PM (PST). From this moment the Moon begins to wax, or increase.<br /><br /><br /></p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 120, April 18, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160; <br /><br />&#0160;&#0160;&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Saturday, 18 April 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/04/newmoon-notes-april-18-2015.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/04/newmoon-notes-april-18-2015.html#comments">Comments (1)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F04%2Fnewmoon-notes-april-18-2015.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F04%2Fnewmoon-notes-april-18-2015.html&title=NewMoon%20Notes%20April%2018%2C%202015', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_119 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb080c350e970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/03/arkletter-119.html">ArkLetter 119</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 119, March 20, 2015</strong></p>
<p>&#0160;<strong>I.&#0160; <span style="font-size: 13pt;"><a href="http://www.tarotarkletters.com/2015/03/sophia-and-the-serpent.html" target="_blank">Sophia and the Serpent</a></span></strong></p>
<p><em><strong>This month&#39;s post has been generously shared out of the LuxLapis archive curated by Samten de Wet. The author is&#0160; Johnes Ruta (1999), and an mp3 of a reading of this essay is available at: <br /><a href="http://azothgallery.com/Johnes-reading_The-Dualiy-of-philoSOPHY.mp3" target="_blank">http://azothgallery.com/Johnes-reading_The-Dualiy-of-philoSOPHY.mp3</a></strong></em></p>
<p><strong><em><strong>We strongly suggest that you simultaneously read along </strong></em><strong>and</strong><em><strong> listen to get the most out of this presentation.</strong></em></strong></p>
<p><strong><a href="http://www.tarotarkletters.com/2015/03/sophia-and-the-serpent.html" target="_blank">http://www.tarotarkletters.com/2015/03/sophia-and-the-serpent.html</a></strong></p>
<p>&#0160;<strong>II.&#0160; <strong><span style="font-size: 12pt;"><a href="http://www.tarotarkletters.com/2015/03/newmoon-notes-march-20-2015.html" target="_blank">NewMoon Notes March 20 2014;&#0160; After Drought, the Deluge</a></span></strong></strong></p>
<p><strong><strong><em> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c7684b7e970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="EquinoxEclipse" class="asset  asset-image at-xid-6a00d83452a49969e201b7c7684b7e970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c7684b7e970b-120wi" style="margin: 0px 5px 5px 0px;" title="EquinoxEclipse" /></a></em></strong></strong></p>
<p>&#0160;</p>
<p><strong><strong><em>Wow, out with the old, in with the new in a big and unprecedented way. We have just passed through a cosmic wormhole -- Super NewMoon Eclipse at Spring Solstice.&#0160; This has provided dramatic setting for Earth&#39;s transition at the cusp between the past and the future.</em></strong></strong></p>
<p><a href="http://www.tarotarkletters.com/2015/03/newmoon-notes-march-20-2015.html" target="_blank"><strong><strong>http://www.tarotarkletters.com/2015/03/newmoon-notes-march-20-2015.html</strong></strong></a></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>&#0160;</strong></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/ </a></h3>
<p>&#0160;</p>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Monday, March 20th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p><strong><span style="font-size: 13pt;">The Quarters of the Moon for the American Northern Hemisphere:</span></strong></p>
<p>&#0160;•&#0160;&#0160; &#0160;<strong>The Present NewMoon Eclipse is at 29+ Pisces</strong>, on Friday March 20th at&#0160;0+ Aries, at <strong>5:36 AM (EDT</strong>) / 2:36 Am (PDT).&#0160; From this moment, the Moon begins to wax, or increase.<br /> <br /> FUTURE STAGES</p>
<ul>
<li>&#0160;<strong>2nd Quarter, Waxing Half Moon is at 6+ Cancer</strong> on Friday March 27, at <strong>3:44 AM (EDT)</strong>&#0160;/12:44 AM (PDT).</li>
<li><strong>FullMoon Eclipse is at 14+ Libra</strong> on Saturday April 4th, at <strong>8:07 AM (EDT)</strong> / 5:07 AM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.</li>
<li><strong>4th Quarter, Waning Half Moon is at 21+ Capricorn </strong>on&#0160;Saturday, April 11th at <strong>11:46 PM (EDT)</strong>&#0160;/ 8:46 PM (PDT)</li>
<li><strong>The next NewMoon is at 28+ Aries </strong>on Saturday, April 18th, at <strong>2:58 PM (EDT)</strong> / 11:58 AM (PDT). From this moment the Moon begins to wax, or increase.</li>
</ul>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 119, March 20, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Friday, 20 March 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/03/arkletter-119.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/03/arkletter-119.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F03%2Farkletter-119.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F03%2Farkletter-119.html&title=ArkLetter%20119', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_119 entry-category-arkletter_essays_and_articles entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d0f1d2af970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/03/sophia-and-the-serpent.html">Sophia and the Serpent</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 119, March 20, 2015</strong></p>
<p><span style="font-size: 13pt;"><strong>Sophia and the Serpent</strong> </span></p>
<p><em><strong>This month&#39;s post has been generously shared from the LuxLapis archive curated by Samten de Wet. You can join and like his Facebook page at&#0160;</strong></em></p>
<p><strong>LUXLAPIS TAROT RESEARCH</strong></p>
<p><a href="https://www.facebook.com/groups/108463702530317/" target="_blank">https://www.facebook.com/groups/108463702530317/</a></p>
<p>&#0160;</p>
<p><em><strong>The author of this compilation is&#0160; <span style="font-size: 12pt;">Johnes Ruta (1999)</span>, and an mp3 of the author reading this essay is available at: <br /></strong></em><span style="font-size: 12pt;"><strong>http://azothgallery.com/Johnes-reading_The-Dualiy-of-philoSOPHY.mp3</strong></span></p>
<p><em><strong>We strongly suggest that you simultaneously read along </strong></em><strong>and</strong><em><strong> listen to get the most out of this presentation. We have retained as much of Samten&#39;s formatting as possible.</strong></em></p>
<p><em><strong>For those who are intrigued with this line of thinking, I suggest my article entitled <a href="http://noreah.typepad.com/tarot_arkletters/2007/05/sophia_holy_wor.html" target="_blank">Sophia, Holy Word</a>, and the 3 hour presentation, entitled &quot;The Coming of the Goddess to Tarot&quot; &#0160;made for <a href="http://globalspiritualstudies.com/tarot/christine-payne-towler/christine-payne-towler-the-coming-of-the-goddess-to-tarot/" target="_blank">www.globalspiritualstudies.com</a> (first offered in 2010). Those who attended my slide show at the <a href="https://www.facebook.com/NorthwestTarotSymposium?ref=br_tf" target="_blank">Northwest Tarot Symposium,</a> which happened the first weekend of March, got a&#0160; 45 minute visual taste of the significance of Sophia to the Renaissance Tarot. Recognizing Her presence in the firmament of The World opens up a whole new vista for the philosopher of Tarot.&#0160; </strong></em></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p style="text-align: center;"><strong><br /><span style="font-size: 20pt;">tHE dUALITY oF philoSOPHY</span><br />&#0160;<br /><span style="font-size: 15pt;">The Etymology of &quot;Wisdom;&quot;</span><br /><span style="font-size: 15pt;">The Coiling helix of Time;</span><br /><span style="font-size: 15pt;">The 2 names of Mary</span><br /><span style="font-size: 15pt;"><em>An alchemical dialectic of history.</em></span><br /><span style="font-size: 15pt;">&#0160;</span><br /><span style="font-size: 15pt;">by Johnes Ruta</span><br /><span style="font-size: 15pt;">1999</span></strong></p>
<p style="text-align: center;">&#0160;</p>
<p style="text-align: justify;"><strong><br /><span style="font-size: 13pt;">The Etymology of &quot;Wisdom&quot;</span><br />&#0160;<br /></strong>&quot;Philosophy&quot; comes to us from the ancient Greeks’ love for wisdom and knowledge, and literally the name means a &quot;lover of Wisdom.&quot;  <em>Philo Sophia</em> -- Filo Sofia, from the times of Pythagoras and Aristotle onward, Philosophy becomes the mother of the thought process. <br />In Western thought, the Philosophical principles of geometry and harmony have given us our:</p>
<p style="text-align: justify;"> 1. guidelines in the recognition of patterns;  </p>
<p style="text-align: justify;">2. terms of phenomena we categorize; </p>
<p style="text-align: justify;">3. basis for our understanding of Nature, and physical science;</p>
<p style="text-align: justify;"> 4. organization of data systems;</p>
<p style="text-align: justify;"> 5. structure of Western music, and visual design.</p>
<p style="text-align: justify;">  But the notion of the &quot;lover of Wisdom,&quot; in a still-evolving Western philosophical tradition begun by Pythagoras, conceals an even deeper physical relationship between &quot;intuitive knowledge&quot; and the liquid, &quot;oceanic&quot; sexual manifestations of the human body.<br />From somewhere deep in our interior knowledge, we recognize the name Sofia as the &quot;goddess of wisdom,&quot; even the personification of Wisdom -- but the Pre-Greek origin of this logos is still shrouded in a dualistic mystery of the Near East. This dualist question, simply put, is the conflict between the forces of Light and Darkness, in ethical terms : good vs. evil. &#0160;  Since the establishment of Christianity, the distinction between (a) Platonic &quot;ideal&quot; Forms, and (b) the biological and potentially &quot;sinful&quot; physical individuality of real Persons -- Dualism has come to represent the on-going cultural battle between acceptance and rejection of the <strong>erotic</strong>.</p>
<p style="text-align: justify;"><br />The first Greek use of the name Sofia comes before the 6th century BCE, after itinerant teachers who sometimes distinguished themselves as <em>sophos</em> --wofoV - &quot;a wise one&quot; But, it is Pythagoras, after his early travels, who begins the new third-person epithet, &quot;I am <em>philo</em>, Filo, <em>the lover</em>, of <em>Sophos</em>.&quot; What had impressed this young student so much? Where did the name &quot;sophos&quot; originate ? Was this Pythagoras’ attraction of Eros for his deity of Wisdom, an entity able to be <em>loved</em> and even physically <em>embraced</em> ?<br />At about the age of eighteen, Pythagoras visits the great astronomer Thales of Miletus who advises him to travel to Egypt and learn its wisdom and its mysteries. The Roman biographer Iamblichus gives us the story of Pythagoras (569 - 475 BCE) setting out from his native isle of Samos, by the Ionian coast of Asia Minor, first studying in Byblos then Tyre.</p>
<p style="text-align: justify;"><br />Having once seen these Syrian cities when traveling with his father as merchants, he now carries a letter of introduction from the tyrant Polycrates to the Egyptian ally, King Amasis, but is nearly sold into slavery by Egyptian sailors. [<em>Pythagorean Source Book</em>, David Feidler, editor; pp. 5-61; Phanes Press]<br />Making his way up to the ancient Nile cities of Memphis and Zeus, he studies for twenty-two years with the priests of the same temples where Thales had been mentored.</p>
<p style="text-align: justify;"><br />In Egypt, legends from the early Dynastic periods trace the invention of hieroglyphic writing to the ibis-headed Thoth, god of wisdom, who is also the planetary equivalent of the Greek Hermes and Roman Mercury. In order that RA, great god of all, should pronounce all of his utterances, it is Thoth who is his registrar and scribe : RA’s thoughts, passed through the heart of Ptah (also, goddess of the abyss) are formed into words by Thoth. Memphis, where Pythagoras studied, is the center of the cult of Ptah. <span style="font-size: 8pt;">[<em>From Fetish to God in Ancient Egypt,</em> E.A.. Wallis Budge, p. 152, Oxford University Press, 1934.]</span></p>
<p style="text-align: justify;"><br />In 525 BCE, when the Persian army of Cambyses invades Egypt, Pythagoras is captured as a foreigner, and transported overland to Babylon itself, where his captors, impressed with his mathematical aptitude, place him into happy servitude with the Zoroastrian Magi priests.</p>
<p style="text-align: justify;"><br />In the Babylon Pythagoras would have encountered in the 6th century BCE, there mingle several confluences -- the earliest being the mythos of the ancient Sumerians, dramatized by the battle between the generations of the gods, between the primordial <em>Ti’amat</em> and her grand-children led by Marduk. Secondly : there are the esoteric traditions of the Hebrews-- many of whom, already freed in 538 by Cyrus from their 87 year &quot;Captivity,&quot; and established in their trades and studies, have chosen to remain in Babylon.-- Pythagoras is introduced to the semitic angelology of Seth of the so-called &quot;Aeons,&quot; beliefs which date into the second millennium BCE. Thirdly : there is the relatively new messianic/apocalyptic Zoroastrianism from Iran, in which the Light vs. Dark battle between <em>Ahura Mazda</em> and <em>Ahriman</em> is played out between the six Archons of each, epitomized in the contradictions of the archdemon <em>Naonghas</em> against the Wise Counsel of the feminine archon<em> Spenta Armaiti</em>, &quot;The Devoted One.&quot; <span style="font-size: 8pt;">[<em>Zoroastrian Faith</em>, S.A. Nigosian, pp. 78, 82, 86; McGill-Queens University Press, Montreal, 1993.]</span></p>
<p style="text-align: justify;"><br />After many years of learning in Babylon, perhaps here finding the philological roots underlying the Greek word &quot;<em>sophos</em>,&quot; Pythagoras is released to return to Samos where he starts his own school. Later, when relations with Polycrates sour, his settlement migrates to Croton in southern Italy, where it continues in fragmented leadership into the time of the Romans.</p>
<p style="text-align: justify;"><br />From these early travels, Pythagoras’ scientific and mathematical thinking focus on one central observation of series in the <em>ten primary numbers</em> based within its triple of 30 -- as are the three ranks of Babylonian archangels, composed of 12, 8, and 10 each.: the Aeons of the Dodecad, the Ogdoad, and the Decad. -- Pythagoras sees the natural cycles recurrent in this framework -- recurrences in formulating the length of the triangle <em>hypotenuse</em>, and recurrences in harmonic sound vibrations found by plucking strings fretted into evenly fractal segments. [<span style="font-size: 8pt;"><em>The Tree of Gnosis</em>, Ioan Couliano, p. 70, HarperCollins, San Francisco, 1992; <em>The Nag Hamadi Library</em>, <span style="text-decoration: underline;">The Hypostasis of the Archons</span>, James M. Robinson, general editor, HarperSanFransicso, 1978]</span></p>
<p style="text-align: justify;"><br />Transcendent &quot;Wisdom,&quot; for Heraclitus , is equated to the eternity of the universal Logos -- logoV -- &quot;the Word,&quot; which spans the cosmos &quot;above the ceaseless conflict of opposites.&quot; A mystic of fire of the same period, Heraclitus did not publish his writings during his life, but deposited them in the Temple of Artemis after 500 BC, from where they survive in fragmented form. Heraclitus’ dialectical &quot;Wisdom&quot; lies not in the quantity of learning, but in the awakening of the entire soul to the world-order of self-knowledge and the perpetual stream of creation, on the equation, &quot;All things are in an exchange for fire, as goods for gold, and gold for goods.&quot; <span style="font-size: 8pt;">[<em>Oxford Classical Dictionary</em>, p. 500, &quot;Heraclitus&quot;, N.L.G. Hammond &amp; H.H. Scullard, editors; Oxford University Press, 1970]</span></p>
<p style="text-align: justify;"><br />Around 450 BCE, it is Protagoras who invents the metaphoric tradition of the <em>Sophist</em>, and his successors who take the principles of rhetoric one step beyond, into the realm of cynicism -- the result being the <em>hyperbolic syllogism</em> -- the formula where if A = B, and B = C, then A must equal C, an idea which can be taken to any extreme &quot;philosophical&quot; stand point or posturing. Such specious reasoning even today is called &quot;Sophistry.&quot;</p>
<p style="text-align: justify;"><br />But the idea of the <span style="text-decoration: underline;">vision</span> of &quot;philosophy&quot; is never thoroughly abandoned. The late Roman writer Boethius, in the prologue to his <em>Consolation of Philosophy</em>, describes how there appeared to him in his prison cell a majestic woman of ripe years, whose stature changed as he witnessed her, from normal height to so tall that her body reached into the heavens. Her clothes were dull with long neglect; but in her left hand she brandished a scepter, and in her right hand were held books. On her head she wore a crown with three heads; her robe is decorated with flowers at the bottom, fish in the middle, and stars at the top (an allusion to the three branches of philosophy: moral, natural, and contemplative, which the Middle Ages identified with the elements of earth, water, and air. Philosophy is the &quot;mother&quot; of the Seven Liberal Arts. <span style="font-size: 8pt;">[<em>Dictionary of Subjects and Symbols in Art</em>; James Hall, pp. 245-6; Harper Row, NY, 1974]</span><br /><br /><span style="font-size: 14pt;">The Double Helix of Sophia, 13th Aeon</span></p>
<p style="text-align: justify;"><br />In the Near Eastern streams of culture that Pythagoras encounters, the links of Sophia occur in a dual thread,  a <strong>double-helix</strong>. The names &quot;Sophia&quot; and/or &quot;Wisdom&quot; appear as personifications in many gnostic texts  -- texts which historically entwine the myths of Sumer, Syria, Egypt, Phoenicia, and the Israelites.<br />As early as the 10th century BCE, King Solomon in the biblical <span style="text-decoration: underline;">Book of Proverbs</span> relates the legend of Wisdom as if it were already ancient:</p>
<p style="text-align: justify;"><br />&#0160;• <span style="font-family: trebuchet ms,geneva;">Blessed is the man that findeth Wisdom and is rich in prudence… She is more precious than all &#0160;&#0160;&#0160;&#0160;riches… Length of Days is in her right hand, and in her left hand riches and glory. Her ways are &#0160;&#0160; &#0160;&#0160;&#0160;&#0160;beautiful ways, and all her paths peaceable. She is a Tree of Life to them that lay hold upon her; and &#0160;&#0160;&#0160;&#0160;he that shall&#0160;retain her is blessed. The Lord by Wisdom hath founded the earth, &amp; hath established &#0160;&#0160;&#0160;&#0160;the heavens by&#0160;prudence. By his Wisdom the Depths have broken out, and the clouds grow thick with &#0160;&#0160;&#0160;&#0160;dew. (Proverbs &#0160;&#0160;&#0160;&#0160;3:13-20.) </span></p>
<p style="text-align: justify;"><span style="font-family: trebuchet ms,geneva;">&#0160;&#0160;&#0160;&#0160;The Lord possessed me in the beginning of his ways, before he made any thing from the beginning. I &#0160;&#0160;&#0160;&#0160;[Wisdom] was set up in eternity, and of old before the earth was made. The depths were not as yet, &#0160;&#0160;&#0160;&#0160;and&#0160;I was already conceived, neither had the fountains of waters as yet sprung out. The mountains &#0160;&#0160; &#0160;&#0160;&#0160;&#0160;with their huge bulk had not yet been established; before the hills I was brought forth. He had not yet &#0160;&#0160;&#0160;&#0160;made the earth, or the rivers, nor the poles of the world. When he prepared the heavens, I was &#0160;&#0160;&#0160;&#0160;present; when a certain law and compass he enclosed in the depths, when he established the sky &#0160;&#0160;&#0160;&#0160;above, and poised the fountains of waters. When he compassed the sea with its bounds, and set law &#0160;&#0160;&#0160;&#0160;to the waters that they should not pass their limits; when he balanced the foundations of the earth, I &#0160;&#0160;&#0160;&#0160;was with him forming all things, and was delighted every day, playing before him at all times; playing &#0160;&#0160;&#0160;&#0160;in the world: and my delights were to be with the children of men. (Proverbs 8:22-31) </span></p>
<p> <br />&#0160;&#0160;&#0160;&#0160;What is the significance of the visual motives used by Solomon: the Tree of Life, the Depths, the clouds grown thick with dew? Wisdom is described as &quot;set up in eternity before the creation of the earth;&quot; She &quot;was with Him forming all things,&quot; and there when &quot;he compassed the sea within its bounds…&quot;<br />In the Hebrew genesis imported by Abraham from <em>Ur</em> in Mesopotamia, down the<strong> double-helix</strong> it is Lilith who stands opposite Eve; then the inebrious Norea (wife of Noah) opposite the righteous Ruth; then, into the Christian segment of time, where the beatific Virgin Mary stands opposite the defiled Mary Magdalene. In the Roman and Italian segments down this helix, Boethius’ stately &quot;Philosophy&quot; inspires Dante’s romantic view of his ideal Beatrice, adored in her youthful human state -- then, in her afterlife, of ineffable beauty...</p>
<p><br />Seth, the third son of Adam and Eve, was considered the source of a semitic gnosis, spread from Mesopotamia into Canaan and Assyria, in which <span style="text-decoration: underline;">Sophia</span> is the name of the 13th, last, and only feminine entity of the initially created Aeons, the first created order of beings, considered to be the mute messengers of Jehovah. Of these, Abraxas is the first, the Supreme Unknowable, the source of 365 Emanations. Even in the later Kaballah, the Aeons are the innermost circle of angels, surrounding the spectral radiance of God; Hokhma, Wisdom, is one of the ten points of light composing the sefiroth ladder of illumination.<span style="font-size: 8pt;"> [<em>Kabbalah (A History)</em>, Gershom Scholem, p. 22; Keter Publishing House, Jerusalem, 1974]</span></p>
<p><br />Sophia is the Aeon of Wisdom, who is anguished with her subordinated and isolated position in the heavens. Wishing to create a perfect universe but being unable to find a partner in the <em>Pleroma</em>, the upper &quot;fullness,&quot; she unlawfully seeks one from the lower regions, the <em>Kenoma</em>, the chaotic <em>abyss</em> or <em>void</em> beneath. She tries to procreate with her own personified Anguish from within the Void, but produces only <span style="text-decoration: underline;">abortive matter</span> -- the abominable birth of Yldaboath -- the dark Demiurgos of the physical world...</p>
<p>&#0160;</p>
<p style="text-align: center;">The 13th Aeon or archon, Sof ia is found by the Savior Archon Christos, seated below the others, weeping : Having once caught a glimpse of the Supreme&#0160;</p>
<p style="text-align: center;">&#0160;Light, normally obstructed from her view by the positions of the first twelve archons, Sophia is seized by the desire to fly up to it. But Adamas, ruler-&#0160;</p>
<p style="text-align: center;">&#0160;&#0160;&#0160;&#0160;&#0160; Archon of her proper place, becomes enraged at her act of rebellion against himself and causes a false light -- <em>ignis fatuus</em> -- to shine upon the waters&#0160;</p>
<p style="text-align: center;">&#0160;&#0160;&#0160;&#0160;&#0160; of the subjacent Chaos; she is lured down into the Abyss and beset by spirits eager to deprive her of her native light. By the Savior Archon Christos’ aid,&#0160;</p>
<p style="text-align: center;">&#0160;&#0160;&#0160; she ascends through the positions of all twelve Aeons and sings a Confession at each stage of her deliverance out of chaos. <span style="font-size: 8pt;">[<em>Gnostics &amp; Their Remains</em>, C.W. King; p. 41; G.P. Putnam&#39;s Sons, 1887]</span></p>
<div style="text-align: center;">&#0160;</div>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<h2><br /><br /> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d0f27de0970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="display: inline;"><img alt="FrmReadMail_Attachment.aspx" class="asset  asset-image at-xid-6a00d83452a49969e201b8d0f27de0970c img-responsive" height="271" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d0f27de0970c-320wi" title="FrmReadMail_Attachment.aspx" width="321" /></a><br /><br /><br /><span style="font-size: 10pt;">Michael Maier, <em>Atlanta fugiens</em>;1618, Prague. Emblema XIV. <em>Hic est Draco caudam suam devorans</em>. &#39;Here is the Dragon that devours his own tail.&#39; This dragon, Ouroboros, is perhaps the oldest hermetick hieroglyph, symbolizing the Unity of Matter and the Mercury of the Wise, in which, assert the Philosophers, everything is found. [From: <em>The Golden Game, Alchemical Engravings of the Seventeenth Century</em>, by Stanislas Klossowski de Rola; Thames &amp; Hudson, Ltd., 1988, London.</span><br /><br /><span style="font-size: 14pt;">The Coiling Helix of &quot;Time&quot;</span></h2>
<h2><br /><strong><span style="font-size: 10pt;">The image of the &quot;light reflected upon the waters&quot; is identical with that in Genesis 1:1 of the <em>Tehom</em>, literally, &quot;the Spirit of God moved upon the face of the waters,&quot; the same as the primordial <em>Ti’amat</em>, in the ancient Sumerian <em>Enuma Elish</em> – the dragon personification of Chaos, from which springs all of Creation...</span></strong></h2>
<p style="text-align: left;">In the Sumerian city of Eridu, the element Water represents the beginning of all things. The inhabited world sprang up from the deep and is still encircled by <em>Khubur</em>, the ocean stream, beyond which the sun-god pastures his cattle. In the later city of Babylon, Heaven is considered a solid vault, the foundation of which rests on the vast ocean, <em>Ti’amat</em>, &quot;the watery mass&quot; (salt water), which also supported the earth. <em>Ti’amat</em> is mingled with her mate <em>Apsu</em> the &quot;sweet waters&quot; (fresh water), in a divine androgynous matrix. <span style="font-size: 8pt;">[<em>The Babylonian Genesis</em>, Alexander Heidel, &quot;The Enuma Elish&quot; translated, University of Chicago Press, 1942]</span></p>
<p style="text-align: left;"><br />In the early Greek Pelasgian Cosmogony, it is Eurynome who is the Goddess of All Things.</p>
<p style="text-align: left;"><br />&#0160;&#0160; &#0160;<span style="font-family: verdana, geneva;">•&#0160;&#0160; &#0160;&quot;She rose naked from Chaos, but found nothing substantial to support her feet. Eurynome therefore &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;divided the sea from the sky, dancing lonely upon its waves towards the south, and set the wind in motion behind her. She turned about and caught the North Wind, Boreas, between her two hands, and rubbed them together until Ophion appeared, a great coiling serpent. As Eurynome dances wilder and wilder to warm herself, Ophion grows lustful and coils about her divine limbs and is moved to couple with her. Eurynome then assumes the form of a dove, brooding upon the waves, and lays the Universal Egg of the Cosmos. At her bidding, Ophion coils seven times around the egg until it hatches and splits in two. Out tumble all things that exist, her children: sun, moon, planets, stars, the earth with its mountains, rivers, trees, herbs, and living creatures. Eurynome and Ophion then make their home upon Mount Olympus, where he vexes her by claiming to be the author of the Universe, until she bruises his head, kicks out his teeth, and banishes him to the dark caves below the earth.&quot; <span style="font-size: 8pt;">[<em>The Greek Myths</em>, Robert Graves, p.27; Penguin Books, Ltd., London, 1955]  </span></span></p>
<p style="text-align: left;"><br />In the Orphic tradition as well, Apollo in his temple takes the form of the <em>snake</em>. The name Ophion also seems to bear within it the phoneme &quot;aeon.&quot; The name of Sophia is already subsumed within the figure of <em>Athena</em> (&quot;the Wisdom of Athens&quot;). In the western regions of Ilyruim and Latinium, she is represented by &quot;Minerva.&quot;</p>
<p style="text-align: left;"><br />In the Gnostic texts the same motif is recurrent: the coiling serpent which represents the beginning of the universe, the eternal dimension before the advent of measured &quot;Time&quot; …</p>
<p style="text-align: left;"><br />&#0160;&#0160; &#0160;<span style="font-family: verdana, geneva;">•&#0160;&#0160; &#0160;And Mary said unto Jesus, &quot;in what type is the outer darkness, and how many regions of chastisement are there?&quot; And Jesus answered unto Mary, &quot;The outer darkness is a great dragon,whose tail is in its mouth, outside and surrounding the whole world. And there are twelve mighty chastisement-dungeons within it, and a Ruler is within every dungeon ...&quot; <span style="font-size: 8pt;">[<em>Pistis Sophia</em>, The Fourth Book, {Chapter 126}; translated by G.R.S. Mead; Garber Communications, Inc., Blauvelt, NY, 1984]  </span></span></p>
<p style="text-align: left;"><br /><br /><span style="font-size: 14pt;"><strong>Sophia &amp; the 2 Names of Mary</strong></span></p>
<p style="text-align: left;"><br />In the Beginning of the Hebrew Genesis, before Eve, the first mate of Adam is Lilith, who refuses to be subject of the dominions of Jehovah, Adam, or even the Serpent. She refuses to be penetrated from above by her husband and eventually walks alone into the wilderness, her name to be reviled even in modern times as the hater of the male race.</p>
<p style="text-align: left;"><br />Jehovah next makes Eve from the very <em>rib</em> of Adam who is still visited by succubus demons causing him to suffer nocturnal emissions. In the gnostic text <em>The Wisdom of Solomon</em> (7:25), Eve is identified as a daughter of Sophia. Asleep in the conjugal bed, she also is visited and desired by incubus demons, and hides from them by spinning a counterfeit image which she leaves beside the sleeping Adam. Nonetheless, her hollow image is raped, and these progeny become a race of demons.</p>
<p style="text-align: left;"><br />When Adam first saw Eve, he recognized in her not a mere marital partner, but a spiritual power: ‘And when he saw her, he said, &quot;It is you who have given me life, you shall be called the Mother of the Living [&quot;<em>Eve&quot;</em>]; for it is She who is my Mother. It is She who is the Physician, and She Who has Given Birth.&quot; ’ <span style="font-size: 8pt;">[<em>Nag Hammadi Library</em>, p. 164 The Hypostasis of the Archons, (II,4)]</span></p>
<p style="text-align: left;"><br />The Snake, sympathetic with Eve, explains to her that Jehovah wishes to keep his created creatures ignorant of the underlying nature of reality, symbolized by the danger of the &quot;fruit&quot; of the Tree Of Knowledge. He tells her that subordinate forces have claimed supremacy in the universe. These are the not only the subordinate forces of the Kenoma or Chaos, and the demon spawn, but also those inflexible, conceited ruler archons who have tried to rule Sophia.</p>
<p style="text-align: left;"><br />In <span style="text-decoration: underline;">The Apocalypse of Adam,</span> a Nag Hamadi discovery purportedly handed down from Seth, Adam on his deathbed predicts the ecological events to occur during Seth’s life and later generations, including the Great Flood. In <span style="text-decoration: underline;">The Apocryphon of John</span>, Norea, the wife of Noah, (in <em>Archons</em>, the &quot;virgin daughter of Eve;&quot; and descendant of Cain,) is banned for her drunkenness from entering the ark, bringing her in anger to burn it four times. North Canaanite epics, older than the Torah, also vividly depict the exploits of the weather-god Baal, the Rider of the Clouds, who with two clubs bludgeoned the gods of the sea and river, Prince Yamm and Judge Nahar, confining them to their proper spheres. <span style="font-size: 8pt;">[Ugaritic tablets of Baal &amp; Anath, VI AB, III AB C, translated by H.L.Ginsberg, quoted in The Ancient Near East, James B. Pritchard, editor; pp. 92-98; Princeton University Press, NJ, 1958.]</span></p>
<p style="text-align: left;"><br />Is there a &quot;missing link,&quot; in the language from an older mythic name, of which the West knowing this personification, transforms and sublimates into a rationalistic principle? Can we see in the western course a parallel stream of time, a distributary of an Eastern mythos, one which soon culminates in a strange and profound revelation?</p>
<p style="text-align: left;"><br />With the coming of Christianity hundreds of years after Isaiah and Pythagoras , the deeper complexities of Sophia submerge within the icon of the Virgin Mother ---<br />The <em>Pistis Sophia</em> -- PistoV Sof ia -- a 2nd century CE text, relates, (as do <em>The Gospel of Mary</em>, <em>The Eugnostos</em>, <em>The Sophia of Jesus Christ</em>, and <em>The Hypostasis of the Archon</em>s,) the philosophical and sexual dialog between Jesus and Mary Magdalene. <em>Pistos</em>, (Gk.) is the name of &quot;the devoted,&quot; the faithful, or accurate one, who exists in parallel universes of time, within the same unfolding forward progression. Christos is the name of the Coming Messiah, the archangel messenger of Jehovah, described in the <em>Book of Isaiah</em> (8:23;9:1-6; 53:1-12).</p>
<p style="text-align: left;"><br />In the gnostic gospels, Mary Magdalene is revealed as a woman of inherited property who lives the life of a courtesan, incurring the wrath of her neighbors by her amoral behavior and associations with Romans and Arabs. She is eventually rounded up with those preaching the story of the risen Christ, and is set adrift aboard a ship with no rudder, which somehow lands in Gaul, with Jesus’ silver chalice hidden in her possession. <span style="font-size: 8pt;">[<em>The Holy Grail</em>, Norma Lorre Goodrich, pp. 41-62; Harper Perennial Books, New York, 1992]</span></p>
<p style="text-align: left;"><br />In the <em>Pistis Sophia</em> text, it is Sophia Barbelo, the &quot;Virgin of Light,&quot; who decides in the afterworld whether a soul is to live in the Light or to return for reincarnation. By the time of his return from Babylon, Pythagoras also is a confirmed adherent of &quot;<em>metempsychosis</em>,&quot; recalling five of his reincarnated lives. Sophia, the wife and companion of God is overcome with pity for fallen souls. Drawn by this pity, she herself suffers grievously. Sophia will rise again to heaven, but only after a struggle which will bring all the forces of Creation into play. In the hermetic principle of &quot;as above so below,&quot; there is distinguished between the Sophia Barbelo above, the heavenly mother, and the one below, &quot;Sophia Prounicos,&quot; (&quot;the Wanton&quot;). But it was Sophia Barbelo who hated her son, for stealing her &quot;<em>dew of light</em>.&quot; <span style="font-size: 8pt;">[<em>The Occult</em>, Andre Nataf, p.83; Chambers Press, Edinburgh/ New York/Toronto, 1991]</span></p>
<p style="text-align: left;"><br />In the parallel narrative, Jesus is speaking to his twelve apostles, with Mary Magdalene present in the conversation. Each &quot;<em>confession</em>&quot; in the ancient story is proposed by Jesus to one apostle at a time for explanation. <em>Mary Magdalene</em> mainly answers the propositions, as though possessing foreknowledge, and Peter rebukes her for not allowing the men to speak. During these parallel moments, while Jesus is reciting from the legend, Pistis-Sophia in the archon dimension regains her lost position. <span style="font-size: 8pt;">[<em>The Gnostic Religion</em>, Hans Jonas, pp. 176-177, 190-192; Beacon Press, New York, 1958] [cf. Iraeneus, Against the Heretics, 1,2,2]</span></p>
<p style="text-align: left;"><br />The confessions which Sophia recites, each addressed to one Aeon at a time, represent the facets or attributes of self-examination into the ulterior motives of action, from the selfless giving of Christos, who inspires love and desire, to the inflexible rigidity of Adamas, who necessitates rebellion. In the Babylonian practice of spiritual confession, the symbolism of <em>defilement</em> is dominated by the spectre of &quot;<em>binding</em>,&quot; epitomized by seizure, possession and enslavement from an external source, an assault by demons in the absence of a protective deity. The penitent becomes conscious of his sin as a dimension of his existence -- through which the interrogation of his conscience takes him back through the labyrinths of <em>anguish</em> and <em>dereliction</em>. <span style="font-size: 8pt;">[<em>Le Symbolisme du Mal</em>, Paul Ricoeur, pp.47-48, quoting from <em>Babylonian Penitential Psalms</em> (Oxford, 1927); Harper &amp; Row, Paris, 1967]</span></p>
<p style="text-align: left;"><br />The First Confession of Sophia begins,</p>
<p style="text-align: left;">&quot;O Light of Lights, in whom I have had faith from the beginning, save me, for evil thoughts have entered into me.... I gazed, O Light, into the Lower Parts and saw there a light, thinking, I will go to that region, in order that I may take that Light. And I went and found myself in darkness, which is in the Chaos below; and I cried for help, but my voice reached not out of the Darkness....<br />And when I looked unto the height, I saw all the rulers of the aeons, how in their numbers they looked down on me, and rejoiced over me though I had done them no ill, but they hated me without a cause. And when the emanations of the Self-Willed saw those rulers rejoicing, they knew that the rulers would not come to my aid, and they sore pressed me with violence, and took courage, and the light which I have not taken from them, they have taken from me ..... &#0160;</p>
<p style="text-align: left;"><br />The recurrence of <em>Time</em>, of Sophia and Magdalene, echoes the Sumerian <em>Enuma Elish</em> narrative of Ti’amat, the <em>double-helix uroborus</em> dragon coiling in the Void who bites its own tail, personifying &quot;the light of creation reflected over the subjacent waters of the deep&quot;. This uroborus is the &quot;round container&quot; of the maternal womb, the union of masculine and feminine opposites, the World Parents joined in perpetual cohabitation. <span style="font-size: 8pt;">[<em>The Origin and History of Consciousness</em>, Erich Neumann, pp. 10-15; The Bollingen Foundation, New York, 1954]</span></p>
<p style="text-align: left;"><br /><span style="font-size: 10pt;">In <em>The Gospel According to Mary Magdalene</em>, she describes a dialog between the risen Savior and his disciples, where he answers their questions concerning matter and sin, telling them that sin is not a moral category but a cosmological one, due to the improper mixing of the physical and spiritual matter. She also describes a revelation not disclosed to the others -- the answer to her question of how one sees a vision. The Savior explains that &quot;the soul sees through <em>the window of the mind</em>, between the soul and the spirit.&quot;</span><br /><span style="font-size: 8pt;"><span style="font-size: 10pt;">But, concerning a fourth essential component, the human body, <em>The Great Questions of Mary</em> (criticized by Epiphanius in the 4th century, but never found) -- recounts Mary’s story of how Jesus takes her onto a mountain where she witnesses Him produce a woman <em>from his side</em> with whom he begins to have intercourse.</span> [<em>Panarion Haeresium</em>, Epiphanius of Salamis, xxvi: 8,13; edited by K.Holl; Greich. christl. Schriftsteller, Leipzig, 1915-1931]</span></p>
<p style="text-align: left;"><br /><span style="font-size: 10pt;">As shocking as this reads to us, perhaps this was not merely a gnostic obscenity, but the only way Magdalene could perceive the theurgic intensity of the longed for touch of Jesus -- their orgasmic physical union encapsulated and seen by her as the phylogenetic, archetypal creation of Eve.</span><br /><span style="font-size: 10pt;">Consider the word root of the name &quot;Mary&quot; – <em>mare</em>, L. &quot;the sea&quot; – In the <em>Genesis Apocryphon</em> (p. 2, line 4) <em>mara di-revuta</em> is &quot;The Lord of Greatness,&quot; one of the predications of God. [<em>Kabbala</em>h, Gershom Scholem, p.16; Keter Publishing House, Jerusalem, 1974] &quot; Mary&quot; is both <em><strong>nourishing stream</strong></em> and <strong><em>underground aquafer</em></strong> : the name for both the Virgin Mother of Jesus, <em>Sophia Barbelo</em>, and for the one who intends to be his lover, <em>Pistos Sophia</em>. For the Virgin Mary – the <em>sea</em> is the <strong><em>Khubur of the Womb</em></strong>. For Magdalene, the <em><strong>orgasmic waters</strong></em>, which emerge from the <strong>labyrinth</strong> of her body, quench her pure desire for the penultimate fulfillment – that the <em>soul</em> of Wisdom be as real as the <em>body</em>, the &quot;Son of Man&quot; which stands for <em>physical</em> humanity….</span></p>
<p style="text-align: left;"><br />Yet we still live in these two parallel streams as well : While, in the West, two pupils of Aristotle set forth the <em>linear</em> path as our ideal of &quot;progress&quot; as &quot;<em>logic</em>,&quot; -- Theophrastus writing the histories of Physics and Metaphysics, and Eudemus, of Theology, Astronomy, and Geometry -- <em>Thought</em> itself was further rationalized as a <em>clarity</em> within the Void, still unclouded by heavenly rains -- that is, until the <em>double-helix</em> would reach from the east into the seemingly rational progression of &quot;time.&quot; Thus the hidden name of <em>Ti’amat</em>, the core of Creation within the hidden Sophia, within the one name of two Marys, would arrive as a Last Wave of Apocalypse, a sea-change to drown the west in its memory of the Flood – the waters of <em>caritas</em> and <em>Chaos</em>....<br /><strong><br /></strong></p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Friday, 20 March 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/03/sophia-and-the-serpent.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/03/sophia-and-the-serpent.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F03%2Fsophia-and-the-serpent.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F03%2Fsophia-and-the-serpent.html&title=Sophia%20and%20the%20Serpent', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_119 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b7c7683db6970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/03/newmoon-notes-march-20-2015.html">NewMoon Notes March 20, 2015</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 119,&#0160; March 20, 2015</strong></p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><strong>NewMoon Notes March 20 2014; After Drought, the Deluge</strong></span></p>
<p><span style="font-size: 13pt;"><span style="font-size: 11pt;"> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d0f1d38b970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="EquinoxEclipse" class="asset  asset-image at-xid-6a00d83452a49969e201b8d0f1d38b970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d0f1d38b970c-250wi" style="width: 250px; margin: 0px 5px 5px 0px;" title="EquinoxEclipse" /></a></span><br /><br /><span style="font-size: 11pt;"><em>Wow, out with the old, in with the new in a big and unprecedented way. We have just passed through a cosmic wormhole -- Super NewMoon Eclipse at Spring Solstice.&#0160; This has provided dramatic setting for Earth&#39;s transition at the cusp between the past and the future.</em><br /></span></span></p>
<p><span style="font-size: 13pt;"><span style="font-size: 11pt;">Just after FullMoon I was quite arrested by this article: </span></span></p>
<p><a href="http://www.zerohedge.com/news/2015-03-17/pam-was-so-big-she" target="_blank"><span style="font-size: 13pt;"><span style="font-size: 11pt;">http://www.zerohedge.com/news/2015-03-17/pam-was-so-big-she</span></span></a></p>
<p><span style="font-size: 13pt;"><span style="font-size: 11pt;">The gist of the story is that the recent Tropical Storm Pam, which hit so hard in Vanuatu on March 17th,,&#0160; might have unleashed a change that will affect next season&#39;s weather pattern along the entire northern Pacific coastline. I am underplaying the article, but the observation is that Pam caused a reversal in the trade winds which, in one stroke, could unleash a trend for Spring that takes us in an utterly unexpected direction. For some reason, this news struck a cord in me, the very same one that resonated when I heard that the earthquake at Fukushima altered Earth&#39;s gravity and changed the planet&#39;s orbit. Each one of these realizations reminds me that the Earth is evolving and transforming herself right under our feet and all around us. <br /></span></span></p>
<p><span style="font-size: 13pt;"><span style="font-size: 11pt;">We shall see if this change in the predicted spring turns out to be true in fact, but just the thought that a single (albeit huge) storm in the Tropics can swing a season&#39;s worth of weather towards an entirely new trajectory sets me pondering. The kicker was this, &quot;<strong>A strong El Nino would result in above average rainfall in the entire Pacific West.</strong> <strong>It would also relieve the more serious drought conditions now occurring in Sao Paulo, Brazil</strong>.&quot;<br /></span></span></p>
<p><span style="font-size: 13pt;"><span style="font-size: 11pt;">Issued on the same day is another set of headlines, this time about the geomantic situation on planet Earth: <a href="https://tinyurl.com/mxywt8q" target="_blank">http://tinyurl.com/mxywt8q</a><br />These different kinds of storms in the literal and electromagnetic weather have come up as a topic for the present NewMoon Notes because they aptly illustrate the reputation the Equinoxes have for hosting intense turbulence.&#0160; Remember the saying for March --&#0160; in like a lion, out like a lamb. The mutable sign at the end of the previous season (Pisces, in this case) hands the baton to the cardinal sign commencing the new season (Aries), which is almost always a bumpy process. </span></span></p>
<p><span style="font-size: 13pt;"><span style="font-size: 11pt;"><br /><span class="Apple-style-span" style="font-size: small;"><span style="font-size: 13pt;"><span style="font-size: 11pt;">Considering the extra emphasis which the SuperMoon, Eclipse and Equinox bring to the equation reminds us that perhaps other things that are just outside of the circle of our conscious awareness might be due to change as well. Gardeners west of the Rockies, for example, might be wise to plan and plant for a grey, moist, cool spring, holding back on starting those summer-hungry plants that need long cloudless days to fulfill their destinies. People who are thinking of heading for the southwestern deserts to ease their cold-season arthritis might need to make other plans. Those with a tendency for SADS might refrain from putting away their sunlamps for an extra month or two. The upside is, we might be so lucky as to have this very destructive drought somewhat moderated. My prayers go out to the whole West Coast generally, that the new season might be kind to the drought-stricken areas, offering the region, all the plants and animals, some margin of healing as this Spring unfolds.</span></span></span></span></span></p>
<p><span style="font-size: 11pt;">Here are some very brief remarks about the chart that inaugurates our upcoming month:&#0160;</span></p>
<p><span style="font-size: 13pt;"><span style="font-size: 11pt;"><strong>On the lucky side of the coin</strong>, Mercury has passed Neptune. The tendency for delusional thinking is passing.&#0160;</span></span><span><span style="font-size: 11pt;">Venus is in Taurus, leading us to be happier with simpler things, enjoying the increasing warmth and longer days.&#0160;</span></span><span><span style="font-size: 11pt;">Mars is pulling away from Uranus in Aries, so the sense of being trapped in an emergency situation can scale back somewhat. For the first week of April, Venus and Mars will co-occupy Taurus, which will hopefully bring some opportunities for taking time out, seeking rest, recreation and regeneration through immersion in Nature.</span></span></p>
<p><span><span style="font-size: 11pt;">Uranus has just turned the tables on Pluto, having finally pulled himself beyond their stand-off across the Cardinal signs, thus initiating the degeneration of their long-held square. They will have one more close brush with the square aspect at the beginning of 2016, but no longer will we be living under their mathematically exact confrontation. Over the next few months&#0160;</span><span style="font-size: 11pt;">Jupiter and Uranus will be forming into an energizing and creative Fire trine (Aries to Leo), which will peak at the end of June and wane away by the end of July.&#0160;</span><br /><br /><span style="font-size: 11pt;"><strong>More challengingly</strong>, &#0160;Saturn and Jupiter are both retrograde through the first week of April, meaning that both the planet of Discipline and the planet of Opportunity will have to find alternate means of working out obstacles. Direct routes will be harder to access, so creative work-arounds will be welcomed. Saturn remains retrograde until August, dipping back into Scorpio from June 15th until&#0160;August 11th. We might as well make retrograde Saturn our friend, he&#39;ll be hanging out awhile! Go slow and be thorough so you can attract his good graces.</span><br /><br /><span style="font-size: 11pt;">Retrograde Jupiter in Leo has been enduring a slow-moving inconjunct from Pluto, which persists across all of March and April. &#0160;Mercury in Gemini will turn this into a complete Finger of God pointing at Pluto for the second full week of May. We can expect to see some grim and shocking headlines in response to these influences. Try to separate yourself from these events if at all possible -- it doesn&#39;t help for any of us to become unstrung and gutshot from over-empathizing with all the bad news our crisis-based media can serve up.</span></span></p>
<p><span><span style="font-size: 11pt;">Venus&#0160;is in an awkward relationship with&#0160; Saturn for the next month, moving from an opposition aspect (exact on April 15th!) to an&#0160;inconjunct&#0160;aspect (May 12th). Saturn seems disapproving in his retrograde mood; their usual trust and comfort seems to be strained. Methinks the trouble lies with Saturn, which is to say, Venus doesn&#39;t need to inhibit her pleasure in the coming spring, nor feel guilty when she can&#39;t get her patron and protector Saturn to see things in a positive light. Let them agree to disagree so Mr. Old Wet Blanket doesn&#39;t get the chance to squelch her appreciation for the good, the true and the beautiful.</span></span></p>
<p><span style="font-size: 11pt;">These are just a few of the upcoming hightlights of the month. My fervent prayer is that the next time you hear from me, it will be to announce the availability of the Tarot of the Holy Light companion book. Watch this space! Every day brings us closer to the blessed event....</span></p>
<p>&#0160;</p>
<p><span style="font-size: 11pt;">Blessings all! &#0160;Soon come!&#0160;</span></p>
<p><span style="font-size: 11pt;">cpt</span></p>
<p><span><span style="font-size: 11pt;">&#0160; &#0160;&#0160;</span><br /><span style="font-size: 11pt;">&#0160;&#0160; &#0160;</span><strong style="font-size: 13pt;"><span class="Apple-style-span" style="font-size: small; font-weight: normal;">&#0160;</span></strong></span></p>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Thursday, September 24th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p><strong><span style="font-size: 13pt;">Stages of the Moon; Dates/Times for the American Northern Hemisphere</span></strong></p>
<p>•&#0160;&#0160; &#0160;<strong>The Present NewMoon Eclipse is at 29+ Pisces</strong>, on Friday March 20th at&#0160;0+ Aries, at <strong>5:36 AM (EDT</strong>) / 2:36 Am (PDT).&#0160; From this moment, the Moon begins to wax, or increase.</p>
<p><br /> FUTURE STAGES:<br /> &#0160;&#0160; <br /> &#0160;<br /> •&#0160;&#0160; &#0160;<strong>2nd Quarter, Waxing Half Moon is at 6+ Cancer</strong> on Friday March 27, at <strong>3:44 AM (EDT)</strong>&#0160;/12:44 AM (PDT).<br /> •&#0160;&#0160; &#0160;<strong>FullMoon Eclipse is at 14+ Libra</strong> on Saturday April 4th, at <strong>8:07 AM (EDT)</strong> / 5:07 AM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.<br /> •&#0160;&#0160; &#0160;<strong>4th Quarter, Waning Half Moon is at 21+ Capricorn </strong>on&#0160;Saturday, April 11th at <strong>11:46 PM (EDT)</strong>&#0160;/ 8:46 PM (PDT)</p>
<p>&#0160;</p>
<p>•&#0160;&#0160; <strong>&#0160;The next NewMoon is at 28+ Aries </strong>on Saturday, April 18th, at <strong>2:58 PM (EDT)</strong> / 11:58 AM (PDT). From this moment the Moon begins to wax, or increase.</p>
<p>&#0160;</p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 119, March 20, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Friday, 20 March 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/03/newmoon-notes-march-20-2015.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/03/newmoon-notes-march-20-2015.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F03%2Fnewmoon-notes-march-20-2015.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F03%2Fnewmoon-notes-march-20-2015.html&title=NewMoon%20Notes%20March%2020%2C%202015', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_118 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d0d732ae970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/02/arkletter-118.html">ArkLetter 118</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 118, February 18, 2015</strong></p>
<p><span style="font-size: 13pt;">&#0160;I.&#0160; <a href="http://www.tarotarkletters.com/2015/02/the-misraim-rite-in-tarot.html" target="_blank">The Misraim Rite and Tarot</a></span></p>
<p><span style="font-size: 12pt;"><em>I have finally succeeded, after all this time and with all this heaven-sent help, in getting this manuscript OFF my computer and into the hands of the editor and art director. I feel 1000 lbs lighter now that it&#39;s in the hands the physical &quot;makers&quot; of the book, even if it&#39;s only moved across the house, to Michael&#39;s computer. Wheeeee!&#0160; My feet are barely touching the earth as I walk.</em></span></p>
<p><a href="http://www.tarotarkletters.com/2015/02/the-misraim-rite-in-tarot.htm" target="_blank">http://www.tarotarkletters.com/2015/02/the-misraim-rite-in-tarot.html</a></p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;">II. <a href="http://www.tarotarkletters.com/2015/02/newmoon-notes-february-18-2015.html" target="_blank">NewMoon Notes February 18, 2015</a></span></p>
<p><span style="font-size: 13pt;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c74dd70d970b-popup" style="float: left;"><img alt="Feb15NM" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c74dd70d970b-250wi" style="width: 250px; margin: 0px 5px 5px 0px;" title="Feb15NM" /></a></span>This month&#39;s <strong>NewMoon is happening in the last degree of Aquarius</strong>, right at the cusp of Pisces. This puts both <strong>Sun and Moon in line to cross Neptune</strong> as the NewMoon kiss beaks up. Translated into Tarot Trumps, this is the Priestess/Fool combination passing through the exit-door of the realm of The Moon (#18, Aquarius), already stepping over the threshold to the realm of The Sun (#19, Pisces ). Neptune/Death promises to teach the realities that open to the soul when it can sense beyond the experience of the body. The Priestess (Moon) will cross over Neptune in the next 24 hours, but The Fool (Sun) will take a little longer than a week to complete this process and break free from Neptune&#39;s aura. Expect a certain boggle-factor to prevail despite everybody&#39;s best efforts to be clear and stay calm.&#0160; Taking the Priestess/Fool pair as the two lobes of the brain, literate and intuitive respectively, I infer that the period of deep questioning and investigation (the month of Aquarius) is passing in favor of a time where all dichotomies are dissolved and a transcendent viewpoint is established (Neptune in Pisces).&#0160; Stay open to a revelation that puts everything that came before into a new and brighter context.</p>
<p>&#0160;</p>
<p><a href="http://www.tarotarkletters.com/2015/02/newmoon-notes-february-18-2015.html" target="_blank">http://www.tarotarkletters.com/2015/02/newmoon-notes-february-18-2015.html</a></p>
<p>&#0160;</p>
<p><span style="font-size: 12pt;"><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong></span>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>&#0160;</strong></div>
</div>
</div>
<p><span style="font-size: 12pt;"><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong></span>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/ </a></h3>
<p>&#0160;</p>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Thursday, September 24th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p>&#0160;•&#0160;&#0160; &#0160;<strong>The Present NewMoon at 29+ Aquarius</strong> on Wednesday, February 18th at <strong>6:47 PM (EST)</strong> / 3:47 PM (PST). &#0160; From this moment, the Moon begins to wax, or increase.    FUTURE STAGES: &#0160;&#0160;  &#0160; &#0160;&#0160; &#0160;</p>
<p>•&#0160;&#0160; &#0160;<strong>2nd Quarter, Waxing Half Moon is at 6+ Gemini</strong> on Wednesday, February 25th, at <strong>12:14 PM (EST)</strong>&#0160;/9:14 AM (PST).    &#0160;&#0160; &#0160;</p>
<p>•&#0160;&#0160; &#0160;<strong>FullMoon is at 14+ Virgo</strong> on Thursday March 5th, at <strong>1:05 PM (EST)</strong> / 10:05 AM (PST).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.   &#0160; &#0160;&#0160; &#0160;</p>
<p>•&#0160;&#0160; &#0160;<strong>4th Quarter, Waning Half Moon is at 22+ Sagittarius</strong> on&#0160;Friday, February 13th at <strong>1:48 PM (EST)</strong>&#0160;/ 10:48 AM (PST).   &#0160;&#0160; &#0160;&#0160; &#0160;</p>
<p>•&#0160;&#0160; <strong>&#0160;The next NewMoon at 29+ Pisces</strong>, on Friday March 20th at&#0160; 0+ Aries, at <strong>5:36 AM (EDT</strong>) / 2:36 Am (PDT).&#0160; <br />&#0160;&#0160; &#0160;There will be a Solar Eclipse at 5:45 AM (EDT) /&#0160; 2:45 AM (PDT). &#0160;<br />&#0160;&#0160; &#0160;Spring Equinox happens at 6:45 PM EDT / 3:45 PM (PDT). <br />&#0160;&#0160; &#0160;From this moment, the Moon begins to wax, or increase.&#0160; <br /><br /></p>
<div>
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<p>&#0160;If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<div>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 118, February 18, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Wednesday, 18 February 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/02/arkletter-118.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/02/arkletter-118.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F02%2Farkletter-118.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F02%2Farkletter-118.html&title=ArkLetter%20118', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_118 entry-category-arkletter_essays_and_articles entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb07f185e3970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/02/the-misraim-rite-in-tarot.html">The Misraim Rite and Tarot</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 118, February 18, 2015</strong></p>
<p><span style="font-size: 12pt;">ArkLetter 118</span></p>
<p><span style="font-size: 13pt;">The Misraim Rite and Tarot</span></p>
<p><em>It&#39;s just past Valentine&#39;s Day as I write this, and the sun is shining on my riverbank with incredible brightness for February. We are only a month into this New Year, but hasn&#39;t it been extraordinary so far?&#0160; Wild weather, wild headlines.&#0160; The best summation I&#39;ve heard so far is Revolution/Renaissance.&#0160; Ready or not, here it comes.</em></p>
<p><span style="font-size: 12pt;"><em>I have finally succeeded, after all this time and with all this heaven-sent help, in getting this manuscript OFF my computer and into the hands of the editor and art director. I feel 1000 lbs lighter now that it&#39;s in the hands the physical &quot;makers&quot; of the book, even if it&#39;s only moved across the house, to Michael&#39;s computer. Wheeeee!&#0160; My feet are barely touching the earth as I walk.</em></span></p>
<p>Because of that I don&#39;t have a single thing to contribute to an ArkLetter this month, my head is as empty as a dried up gourd. But fear not -- Samten de Wet has come to our rescue! I recently mentioned to him that I would most likely be a puddle of quivering ectoplasm right about now, so would he mind offering me something from his copious investigations to put up for my ArkLetter in February?&#0160; He has kindly responded with a plethora of articles and sites, so now I stand amidst an embarrassment of riches.</p>
<p>To put Samten in context, we must first understand that the Tarot he has been studying is that of C.C. Zain. This stems from the turn of the 20th century, when the Brotherhood of Light represented one of the few English-language sources for in-depth investigation of Tarot&#39;s inner structure and esoteric referents. This pack and its accompanying encyclopedia (22 volumes!) is the modern manifestation an esoteric lineage that first appears to the non-Masonic world with Etteilla&#39;s Book of Thoth.&#0160; At the point that Zain began to catalogue it, the core of Renaissance occultism has been updated into a self-cultivation program for the magus of the 20th century.&#0160; I still remember how my Grandfather, a Mason, scolding me for possessing a copy of this deck and its support book while I was in my second year of college. &quot;That is not a toy for little girls!&quot; he thundered. Now I understand what he was referring to!</p>
<p>For those who might not be sure exactly which Tarot lineage I am referring to, let me point towards a most excellent webpage put together by Mark Filipas, which resides at the excellent Four Hares site: <a href="http://newsletter.tarotstudies.org/2008/08/history-of-egyptian-decks/" target="_blank">http://newsletter.tarotstudies.org/2008/08/history-of-egyptian-decks/</a></p>
<p>If we refresh our minds from<a href="http://www.tarotarkletters.com/2015/01/-the-gnostic-faustian-tarot.html" target="_blank" title="ArkLetter 117 Faustian Themes"> last month&#39;s ArkLetter,</a> you&#39;ll recall that I was excited about the work entitled <em>Hidden Mutualities: Faustian Themes from Gnostic Origins to the Post-Colonial</em> (by Michael Mitchell: Rodopi Press in Amsterdam and NY, 2006).&#0160; I mentioned that Mitchell wasn&#39;t inhibited about making citations to the Masonic and Rosicrucian contribution that furthered the transmission of Renaissance magic through the Reformation and Enlightenment.&#0160; Mitchell was also quite blatant about connecting the Tarot masters of the late 1800&#39;s and early 1900&#39;s with this same transmission of Faustian themes.&#0160;&#0160; We can now use those ideas as our backstop while we press into this article Samten has brought forward for us to examine.</p>
<p>The composite below was assembled from Masonic sources. As I read it, I see the outline of the very same &quot;Underground Streams” I have been pursuing over my adult years. The goal is to detail the evolution of the Egyptian strain of Masonry. Let me call attention to the mentions of Court de Gebelin, Cagliostro and Papus (among others) in this roster of interpenetrating Masonic and Martinist relations. This whole presentation illuminates the esoteric politics running through history in the background and as the subtext of the histories we learn in school. We get another look at the &quot;secret treaty of Egyptian Initiations&quot; entitled CRATA REPOA that gave its outline to the newborn French Rite of Mizraiim. Interestingly enough, this &quot;secret treaty&quot; was actually rooted in a Hermetic tradition maintained from antiquarian lodges from 16th century Italy, most notably in Venice and Naples. We learn that this was a strain of Egyptian occultism that was unknown in France until the establishment of the new, populist Masonic Orders after the turbulence of the French Revolution. I have no doubt that this is the very same esoteric transmission that has been catalogued by Godwin and company, under the title <em>The Hermetic Brotherhood of Luxor</em>.</p>
<p>A number of open questions in Tarot history are resolved here, but only in outline form -- more work is needed to unpack all the implications waiting between the lines. There is a clear interweaving of Hermetic and Hebrew teachings among the lodges, which are distinctly delineated on the Etteilla packs as well. After reading this article, it becomes much more understandable why Etteilla&#39;s packs could bear such a distinct Masonic stamp, while Etteilla the man avidly disavowed being a member of the populist Orders of his time.&#0160; I am also struck by the interactions between the Continental and English Masons in their response to the Italian material that animates the Misraiim Rite. It makes me wonder if we are looking at a preexisting bias or prejudice that prefigures the eventual split between the English and Continental Tarots that appeared a century later.</p>
<p>This article is entirely too long for me to clean up perfectly, which accounts for whatever roughness of formatting that I have failed to scrub out. Parts of the text have clearly been translated from older sources, so please forgive the slightly choppy syntax and spelling.&#0160; The only modification I have introduced has been to remove repeated phrases or lines. I simply wanted to share this excellent substantiation of the insider&#39;s occult tradition, as reported through the history of the Masons in Europe.</p>
<p>Samten&#39;s contact information is here; please like him at Facebook and investigate the amazing esoteric archives he has collected over his life of research:</p>
<p><a href="https://www.facebook.com/Samten.de.wet" target="_blank">https://www.facebook.com/Samten.de.wet</a></p>
<p><strong>THE MISRAIM RITE</strong></p>
<p><strong>INTRODUCTION</strong></p>
<p><a href="http://pt.scribd.com/doc/153806376/The-Misraim-Rite" target="_blank">http://www.scribd.com/doc/153806376/The-Misraim-Rite#scribd</a></p>
<p>Legendary origins are generally attributed to the Masonic Order in general The Misraim Rite does not escape this rule. In addition, it holds a special place in the great Masonic family, partly due to the fact that it contains 90 Degrees.</p>
<p>Marc BEDARRIDE, one of the three brothers who promoted the Rite in France, goes so far as to say in his work &quot;<em>The Masonic Order of Misraïm</em>&quot; published in 1848, that Masonry is as old as the world. Which however, thinking over our commitment, is intrinsically far from absurd.</p>
<p>To substantiate this claim, he refers to the Old Testament.&#0160;According to him, it is Adam himself, with his children, who created the First lodge of humanity; Seth succeeded to his father; Noah saved it from the flood; Sham established it in Egypt, under the name of Mitzraïm, or in other words, &quot;Egyptians&quot;. (I will return later to the etymology of Misraïm).</p>
<p>Thus it is from this population alone that the secret tradition of esoterism must stem.</p>
<p>And again, according to Marc BEDARRIDE and his brothers, the last link in this uninterrupted chain is their own father, Gad BEDARRIDE, Mason initiated in 1771 in Avignon. In 1782, Gad BEDARRIDE was visited, in Cavaillon, by a mysterious Egyptian Initiator, of whom only his mystic name is known: « The Sage ANANIAH ».</p>
<p>This envoy revealed Egyptian Masonry to BEDARRIDE. He conferred on him a whole series of &quot;high degrees&quot;.</p>
<p>We must point out that this is not the first historical allusion to the appearance of an Unknown Superior of Egyptian Masonry. Brother VERNHES in his defense for the Misraïm Rite, published in 1822, already mentioned the appearance of the missionary ANANIAH, in the south of France, in 1782.</p>
<p>Let&#39;s underline that if the &quot;BEDARRIDE&quot; version is pure fantasy, as far as the origins of Egyptian Masonry is concerned, Egypt is an original sphere in the history of esoteric traditions, totally distinct from the Judaic as well as the Judaeo-Christian sphere. It is understandable that each Masonic author tries to associate himself with as ancient a source as possible.</p>
<p>It must be remembered that Egypt has been known since the time of the Crusades and that interest in the Egyptian tradition and its &quot;Mysteries&quot; has practically not abated since. The Platonic Academy of Florence, dealing learnedly with Egypt and the Egyptians, was founded in 1450.</p>
<p>Translated for the first time from the Greek and Latin in 1471 by Marsilo Ficino, the Corpus Hermeticum, a group of texts attributed to Hermes, of which the most famous is known under the title of the &quot;Emerald Table &quot;, purports to reveal the ancient Egyptian wisdom. These texts assured the flourishing of the so-called hermetic (from Hermes) sciences such as Magic, Alchemy and Astrology.</p>
<p>Then followed more and more interest in hieroglyphics.</p>
<p>It is now too often forgotten that as early as 1650, the Abbot Athanase KIRCHER suggested an explanation of inscriptions found on the principal obelisks recorded in Egypt. His great work is grouped in the four volumes of the <em>Oedipus Aegyptiacus</em>. But his translations were soon found to be inexact.</p>
<p>However, all of this relates to the Egypto-Greek period, barely anterior to our era. We must wait for BONAPARTE and his Egyptian campaign and thus the discovery of the Rosetta Stone which enabled CHAMPOLLION to accomplish the works that we know.</p>
<p>(If needed, allow me to remind you that the Rosetta Stone, named after the place where it was found by Captain Bouchard, includes a decree written in three languages: in hieroglyphs, in demotic Egyptian, that is to say a cursive way of writing, and in Greek. In comparing these three texts Champollion, linguist and expert in oriental language (more commonly known today as dead languages), deciphered and translated the meaning of the hieroglyphs, thus paving the way for the scientific study of pharaonic Egypt.)</p>
<p>Moreover, it must be said that Antiquity is closely linked to the speculative Freemasonry of the eighteenth century, and is one of the basic ingredients of Masonic discourse (in the same way as Chivalry or the pleasure of Friendship). No need, I believe to remind you, among others and especially, our Brother MOZART&#39;s « Magic Flute » opera, which refers to the Egyptian Ancient Initiation Mysteries.</p>
<p>So, at the end of that century, we see the appearance of a new science of religions, with such authors as COURT de GIBELIN, CHARLES-FRANCOIS DUPUIS or ALEXANDRE LENOIR, who in huge encyclopædias show that the origin of all religions is to be found in Egypt. These works, written by Masons, were immensely successful at the time.</p>
<p>This Egyptian fashion was exacerbated at the Revolution when several attempts were made to create a new universal &quot;secular&quot; religion based on the Egyptian myths. It was subsequently crowned by BONAPARTE&#39;s Egyptian campaign, which established a direct physical link with the Egyptian land.</p>
<p>But the Egyptian campaign had another effect. The enthusiasm, general this time, for Egypt lead numerous Continental Masonic Lodges to modify the worldly way in which English Masons organized rituals and Table Lodges Freemasonry as introduced by the British, who held their meetings not in temples but in restaurants, limited itself to reciting the Rituals by heart, opening and closing them by canticles. Afterwards Important <em>travaux de table</em> followed. The Egyptian campaign favoured a movement already present on the Continent, whose ambition it was to practice effective Rituals by Initiated persons gathered together in a space resembling the ancient Temples.</p>
<p>The Initiate began to be considered as a living stone to be hewn by the work done in an atmosphere of study and mutual affection.</p>
<p>Thus in Masonry, some minor Egyptian rites, at the end of the eighteenth century, existed in France. They have now disappeared.</p>
<p>To name a few :</p>
<ul>
<li>The Rite of African Architects, created in Germany and which had a ramification in Bordeaux;</li>
<li>The Egyptian Rite of CAGLIOSTRO;</li>
<li>The Holy Rite of the Sophisians;</li>
<li>The Perfect Initiates of Egypt;</li>
<li>The Sovereign Pyramid of the Desert&#39;s Friends in Toulouse.</li>
</ul>
<p>Veritable Masonic fables circulated about Egypt. Its sacerdotal initiations were described in a romantically and unbelievable manner.</p>
<p>A secret treaty of Egyptian Initiation, with transparent allusions to the Great Work, circulated already in the seventeenth century.</p>
<p>Around 1760 this same treaty was known, under the name of CRATA REPOA, in German Masonic circles, where it was considered as an authentic Egyptian initiation.</p>
<p>Translated and published in France in 1821 by the Brother Antoine BAILLEUL, this treaty describes the ancient Initiation conferred in the Great Pyramid.</p>
<p>It is faithfully reproduced by a symbolic reception in seven successive degrees. On reading it, one can find certain familiar ways.</p>
<p>Nevertheless, this &quot;Egyptian Initiations&quot; fashion which had conquered Paris did cause concern and was followed by a severe reaction from the Masonic authorities of the time. Masonic authorities confined to the Grand Orient.</p>
<p>Which partially explains the ostracism of which our Misraïm Rite became a victim during the first half of the nineteenth century.</p>
<p>GENESIS OF THE RITE</p>
<p>After this brief introduction, let us look at the history of this Misraïm Rite, which often passes for a hybrid and mysterious Rite often discredited in the past, and which nevertheless has respected, and still respects, above all the traditional principles of Freemasonry, and which has always maintained its specificity.</p>
<p>Now that we have left the eighteenth century, let us look at the beginning of the nineteenth, which takes us two hundred years into the past with reference to today. Let us question the masons tthen, ask them what they know of the Misraïm Rite at a time when it is about to « territorialise » France.</p>
<p>I purposely use the term territorialise and you will see below that because of its implantation at the time, the term is not too strong.</p>
<p>LEVESQUE, in 1821, published a &quot; General Historic Overview &quot; of the Masonic trends of his time. He speaks in these terms :</p>
<p>&quot; Five or six years ago, I think, this Misraïm Rite has come to establish itself in Paris. It came from Italy where it enjoyed some consideration in the Ionic Isles and on the shores of the Adriatic Gulf. It was born in Egypt &quot;.</p>
<p>Let us see what Brother THORY says in his two volumes of the &quot; Acta Latomorum &quot; and particularly in his &quot; Nomenclature of the Principal Rites &quot;:</p>
<p>&quot; This Institution (Misraïm) which, in France, dates only from a few year, was much in vogue in Venice and the Ionic Isles. There are several Chapters of Misraïm in the Abruzzi and in Apulia &quot; .</p>
<p>Let us now give the floor to the Masonic historian CLAVEL ( a member, as was his father, of Misraïm) who writes in his &quot; Picturesque History of Masonry &quot;, published in 1843, which to my knowledge seems to be one of the &quot; assured sources &quot; of our Rite:&#0160;</p>
<p>&quot; The degrees of instruction of Misraïm were borrowed from the Scottish and Martinis Rites, from Hermetic Masonry and from the various reforms formerly in use in Germany and France, and whose notebooks can only be found in the archives of a few connoisseurs. Not having been admitted to the Scottish Supreme Council founded in 1805, in Milan, several Brothers imagined a Misraïmic regime.</p>
<p>A Brother LECHANGEUR was given the responsibility to collect all the elements, to classify and co-ordinate them, to write a draft of General Statutes.</p>
<p>In the beginning, postulants could only progress to the 87th Degree. The other three Degrees &lt;which completed the system were reserved for Unknown Superiors, and even the names of these Degrees were hidden from the Brothers of lower Degrees.</p>
<p>Organised this way, the Misraïm Rite spread through the Kingdom of Italy and the Kingdom of Naples. It was adopted among others by a Chapter of the Rose+Cross called &quot; La Concorde &quot; which had its headquarters in the Abruzzi.</p>
<p>At the bottom of a diploma delivered in 1811 by this Chapter to a Brother B. CLAVEL, Commissioner of War (he appears to be the father of the author), was placed the signature of one of the current heads of the Rite, Brother Marc BEDARRIDE, having received, at that time, only the 77th Degree.</p>
<p>The Brothers JOLY and BEDARRIDE brought Misraïmism to France in the year 1814. It was later transmitted to Belgium, Ireland and Switzerland.</p>
<p>I took this excerpt from a conference given in 1986 by Gérard GALTIER on the origins of the Misraïm Rite at the W:.L:. of Research CONSTANT CHEVILLON of the Order of Memphis Misraïm. Since then Brother GALTIER has received Initiation and published in 1989 &quot; Egyptian, Rose-Cross and Neo-Chevalresque Masonry &quot;, a work which today is a reference for the knowledge of the Misraïm and the Memphis Rites.</p>
<p>Another source brings us back to an earlier part of this paper.</p>
<p>When I said in the introduction that Marc BEDARRIDE&#39;s version , attributing the origin of Masonry and of the Rite to ADAM, seemed pure fantasy, if not deranged, it was the case only until the ascendance of Gad BEDARRIDE, his father.</p>
<p>It seems that the latter was indeed one of the precursors of the Rite. Already well versed in Masonic research, he was initiated into the Egyptian Secrets by the Scholar Patriarch ANANIAH, Great Egyptian Conservator and a great traveller, when he came through Cavaillon in 1782. Gad BEDARRIDE transmitted his taste for esoteric research together with a part of his knowledge to his three &quot;wolf cubs&quot;, his sons Marc, Michel, and Joseph.</p>
<p>The BEDARRIDEs were of the Jewish religion. And at the time, before the Revolution, and before it was assimilated into France, Cavaillon was one of the four cities of the County of Venaissin (Avignon) where Jews had the right of residence.</p>
<p>The study of the Kabbalah was thus honoured in the Jewish communities of the County and Masonic Hermitic Rites particularly flourished there, for instance;</p>
<ul>
<li>the Rite of the Chosen Cohen of MARTINEZ de PASQUALLY, into which Gad BEDARRIDE seems to have been initiated,</li>
<li>the Rite of the Illuminated of PERNETY</li>
<li>and the Scottish Philosophic Rite.</li>
</ul>
<p>A third source attests to the appearance of the Rite for the first time in Venice, in 1788, where a group of Socinian Masons (a protestant anti-trinity sect) requested a patent of foundation from CAGLIOSTRO during his stay in that city. (One can easily think that Brother TASSONI, about whom I shall speak later, held the patent of this esoteric Venetian Lodge).</p>
<p>However, since the members of this group did not wish to practise CAGLIOSTRO&#39;s magico-cabalistic ritualistics, they chose to work in the first Degrees of the Templar Rite.</p>
<p>CAGLIOSTRO thus, only gave them the Masonic Light. He held the first three Degrees from English Masonry and the Higher Degrees from German Masonry, quite influenced by the Templars tradition.</p>
<p>It has often been said that the name of Misraïm is the plural of Egyptian. It is rather the one of Egypt, in the sense of the two countries, the two kingdoms as symbolised by the Pharaoh&#39;s headdress, the Uraeus for the red Northern Bouto Kingdom and by the vulture for the white Southern Kingdom of El Kab).</p>
<p>At the time, the name of Misraïm is the only Egyptian reference in this Rite, with the exception of the « higher grades » (as they were called then, with an obvious militaristic stamp, and as some unfortunately still call grandiloquently them today, when it is simply a way towards the Degrees of Perfection for those who so desire. At least that is how I see it).</p>
<p>He rapidly founded lodges in Milan, Genoa, Naples, and appeared in France with one of the BEDARRIDE brothers (Marc or Michel ?), who had received magisterial powers in 1810, either in Naples from Brother De LASSALLE or in Milan from Brother CERBES. (my research at this time does not permit me to be inclined towards one or the other).</p>
<p>Arguing these three sources, one can with some certitude recreate the origin of the Rite under its name :</p>
<p>First Brother TASSONI, (Italian) who would have maintained a small Misraïm Rite in Venice, constituted in 1750 and structured in 10 or 20 Degrees.</p>
<p>Then Brother LECHANGEUR, (French, living in Italy), and friend of TASSONI, initiator of the Misraïm Rite in 70 Degrees inspired among others of &quot; Scottish Style &quot; Degrees.</p>
<p>Then De LASALLE, (French) Grand Master of Misraïm for the Kingdom of Naples. Member of old Napolitan Rites and bringing to the Rite some Neapolitan Degrees, including, as mentioned by Brother GALTIER, the &quot; Arcana Arcanorum &quot; of the 87th to the 90th Degree.</p>
<p>And finally CERBES, (French) Grand Mater of Misraïm for Milan (then the capital of the Cisalpine State), who held his powers from Brother LECHANGEUR. He is the one who is supposed to have given a patent to Michel BEDARRIDE, which subsequently permitted the constitution of the Grand Lodge of Misraïm in France.</p>
<p>We can see that the origin of the Rite is unquestionably Latin.</p>
<p>Let us read our Brother GALTIER&#39;s explanation of the genesis of Misraïm.</p>
<p>&quot;It must be realised that there is quite an ancient hermetic tradition in Italy, unknown in France. It is a tradition which could be called neo-platonic and Pythagorean. Italy is not very far from Greece (and at one time had large Greek colonies on its soil) and this ancient tradition became substantially commingled into Italian Freemasonry in the eighteenth century.</p>
<p>On the other hand, as of this time there were Lodges of liberal spirit and Lodges of esoteric spirit.</p>
<p>In Italy the Lodges of esoteric spirit were present essentially in Venice and Naples, which, as we have seen, are two important cities for the Misraïm Rite.</p>
<p>It is interesting to note that these Venetian and Neapolitan Lodges were associated with all the great occultist and Templar systems of the time, whether it be the Strict Templar Observance or the Scottish Rectified Rite of Lyon, the Rite of the Mother Lodge of Marseilles or the Scottish Philosophic Rite of Avignon.</p>
<p>Which means that at the dawn of the French Revolution, these several Lodges had become depositories of whole series of systems of Degrees.</p>
<p>Thus we see that the Misraïm Rite partially descends from the synthesis of these systems, brought about in the Venetian and Neapolitan Lodges.</p>
<p>As for the historical and geographical aspect, I would like to recall that we are at the end of the eighteenth and beginning of the nineteenth centuries, that Italy is constituted of independent states and that its political unity will not take place for nearly another hundred years.</p>
<p>The specificity at the time, strictly conserved since, of the Misraïm Rite, before calling itself Egyptian, resides thus in its 90 Degrees, divided into seventeen Classes and four Series.</p>
<ul>
<li>1st to 33rd Degree -1st to 6th Class, 1st Series symbolic</li>
<li>34th to 66th Degree –7th to 10th Class, 2nd Series philosophic</li>
<li>67th to 77th Degree –11th to 14th Class, 3rd Series mystic</li>
<li>78th to 90th Degree –15th to 17th Class, 4th Series esoteric or hermetic.</li>
</ul>
<p>(and especially from the 87th to the 90th the Arcana Arcanorum of the Naples Regime)</p>
<p>Let us look now at the development of the Rite in France in the nineteenth century.</p>
<p>&#0160;</p>
<p>MISRAIM in FRANCE in the XIXth Century.</p>
<p>The dates of appearance and of establishment of the Rit in France diverge slightly from one author to&#0160;another.</p>
<p>What is known, it is that already in 1803 Michel; Marc and Joseph BEDARRIDE create several symbolic workshops and in particular the Council of the Grand Kadosch Knights (65° Degree).</p>
<p>Do I have to deduce from it that their raising at that time did not enable them to go higher?</p>
<p>Then from 1810 to 1813, the three BEDARRIDE brothers did develop the Rite successfully and almost under the protection of the Scottish Rite. Indeed, it counts famous Masonic names at its head: the count MURAIRE, Sovereign Great Commander of the Ancient Accepted Scottish Rite, the duke DECAZES, the duke of SAXE-WEIMAR, the duke of LECEISTER, the Lieutenant General baron TESTS, etc...In 1813, we find the G:. L:. Rainbow, East of Paris, professing the Rite of Misraïm. Its G:.:.M:. is Ill:B..HAYERE. Three Lodges exists (Burning Bush and Pyramids).</p>
<p>I point out that then like now, three LL:. could create a G:.L:.</p>
<p>And on February 12, 1814, count MURAIRE and GG:.Dignitaries, all 33rd° Degree of the AASR:. forFrance, met at Marc BEDARRIDE&#39;s, with the Hotel of the Indies, street of the Mall, to create the Supreme Great General Council of the 90th° Degree of the Rit of Misraïm.But it is only on April 9, 1815 that it was officially decided that from this day, the Supreme Great General Council of the Wise, Grands Masters ADVITAM, 90th° Degree is established and made up in the Valley of Paris to govern the Masonic obedience of Misraïm in France.Letting my wandering imagination run free, I begin to think that Rit arrives to France under the Consulate, is established under the Empire and constitutes itself under the Hundred days. As we will see it:, not very royalist all that!. Quickly the Rite meets a great success. In 1822 it groups Lodges and Councils in 24 French cities, 22 in Paris of which our R:. Mother L:. Rainbow, 6 in Lyon, 6 in Metz, 5 in Toulouse, 3 in Bordeaux, 1 in Lille, St-Omer, Marseilles, Rouen, Strasbourg, Clermond-Ferrand, Nancy, Besançon, Montpellier, Carcassonne, Montauban, Moissac, Roanne, Tarare, Nantes, Sedan, Nimes, as well as in England, Switzerland and&#0160;Belgium.</p>
<p>I have concerning Lille a summary of the Works (extracted from the Gold Book of Misraïm) on 29th day of 2nd month 5826, corresponding to 29 April 1822. It says that: &quot; the Representative of the R:.L:., under the distinctive title of Osiris, Valley of Lille, claimed to the Sovereign Power so that it is regularly registered to the Large Gold Book. The proposal was unanimously adopted &quot;</p>
<p>The reason why I wanted, at the time of our installation in a Right and Perfect L., that the name of Osiris be coupled with our name of Kemet, building so a bridge with our Brothers of this time.I am taking this opportunity to give you the significance of Kemet.</p>
<p>In opposition to &quot;Desret&quot; which gave birth to desert, red arid soil, Kemet, or Kemit is the name of the alluvial black earth deposited by the Nile. As these floods irrigated the delta, one step was for me enough to translate Kemet into &quot;North fertile soil&quot; Which appeared to me a good portent for our septentrional new seat.</p>
<p>Let us go back to subject.As for the composition of these Lodges and Councils, recruitment is rather composite. One finds there, as we have shown already, eminent persons, often dignitaries of the Scottish Rite. They are mixed with people interested by esoteric doctrines or &quot; high degrees &quot;, attracted by the &quot; 90 Degrees hierarchy &quot; and by the presumably Egyptian origin of the Rit and finally with Bonapartists and Republicans, sometimes Carbonari, searching of a cover. No surprise that all this doesn&#39;t please the Great East of France which makes a point of controlling the whole of the French Masonry, which is hostile to the &quot; high degrees &quot; system and to esoteric studies and which does fear so that LOUIS XVIII&#39;s government prohibits Masonry as a political movement, adversary to Monarchy.Accordingly, from the very start, the Great East shows a very strong opposition to Rit of Misraïm.</p>
<p>Already in 1817, the Marshal of BURNONVILLE, Grand Master of the Great East, prohibits with Members of Misraïm, under penalty of exclusion,.</p>
<p>In addition, as it is completely sadly banal nowadays,, dissentions burst within the Rit (Brother JOLY, (initiated by Misraïm in Italy, demand the Great Mastery of the Rit in France; he was supported besides by Jean-Marie RAGON). Also certain Brothers make reproach to the BADARRIDE for using Misraïm as their personal property. But the main troubles come mostly from the Government.It is indeed the time when Carbonari develop in all Meridional Europe and in France.Let me remind you n two words what was the movement of the Coalmen (Charbonniers)It was a secret political company, formed in Italy (however strange!), its purpose was the triumph of the liberal ideas. In this company found themselves many students and professionals. They were forming the most active element at the level of organization and propaganda.Charbonnerie, wanted to put down monarchy, to call a constitutional assembly, to obtain guarantees of freedom and free elections, to require the yearly vote of the taxes, the independence of justice, and of course, to institute the freedom of the press and of the cults. Carbonari. In 1823, roughly at the time of 4 sergeants of the Rochelle plot and of their subsequent condemnation, The Obedience is interdict in FranceThe fact that each Bedarride Brother is clearly supposed to be a Carbonaro, explains the remark of Pierre Mariel, stating that:&quot; the extravagance of the origins of the Rit, makes of Misraïm the most disconcerting enigma of French Masonry because, as suggested by Gaston Martin:&quot; it is allowed to wonder whether this string of absurdities was not a joke intended to mask an extremely different goal. In fact, the Rite of Misraïm was recruiting among the most eminent Masons … it seems that we are in the presence of a Masonry with a hidden agenda, undoubtedly political (certainly Bonapartist).</p>
<p>I like to believe that nothing of it goes against this Masonic ethics which is so dear to me, especially in these nervous times.Thus, the police of the Restoration has no difficulty in obtaining the dissolution of a Rit that is violently anticlerical but however fundamentally spiritualist and deist, antiroyalist and rather Bonapartist,. Clandestine for about fifteen years, it is restored in 1838.This year sees the creation of the Rite of Memphis by Jacques Etienne MARCONIS of NEGRE.While advancing on unsecured ground, my readings and documents authorize me to think that it results from a scission from Misraïm, MARCONIS of NEGRE having been twice member of Misraïm. First once in Paris in 1833 and one second time as Worshipping Master of the L. &quot;Benevolence &quot; in Lyon from 1835 to 1838, according to our late Brother Albert COOLS whose father, Gabriel Mathieu, has been himself Great Hiérophant of Misraïm in 1816 and in addition, founder of the Lodge of the &quot; Disciples of Memphis &quot; in Montauban.After the death of Marc BEDARRIDE in 1846 and of Michel in 1856, Brother HAYERE succeeded to them. the Rite of Misraïm did see a new rise and did recover a definitely initiatory character.Initiatory character that the Rite did not have or just a little. Indeed, in the Works summaries consigned in the Large Gold Book of which I made already mention, it is reminded to the Brothers raised or received in a higher Degree to have to affiliate themselves with a Lodge of the Rite.In 1862, Marshal MAGNAN, Great Master of the Great East of France, in agreement with his Council of the Grand Lodge, addresses to all Obedience&#39;s, a circular to propose to try for Masonic unity in France. Brother HAYERE, Great Keeper and and Great Master of the Rite of Misraïm, who received the request for union, answers him: &quot; the Rite of Misraïm is too devoted to its independence, to recognize your powers and to accept your domination. If the Emperor believes his duty to remove us, then he does it, but we will never subject ourselves &quot;</p>
<p>Well, this perfect and proud answer did not facilitate the relationship with the Great East, and in the art to make a friend, there are better ways!. (It should be noted that Memphis subscribed to the request, and that for this time the links have been maintained between the two Grand Lodges, even now when it is Memphis Misraïm. Now, according to some remarks of which I am not quite sure, the link would no longer be the same; the Great East being worried of the orientation taken by Memphis-Misraïm (split in three currents (Gerard KLOPPEL, Georges VIEILLEDENT and Marcel LAPERRUQUE), whereas our Rite &quot; would be tolerated &quot;. (Masonic tolerance is beautiful!).</p>
<p>What chance we have!.After the death of BROTHER HAYERE in 1876, BROTHER GIRAULT until 1884, then BROTHER OSSELIN father followed him.</p>
<p>This last close to the Great Commander of the Ancient Accepted Scottish Rite, Louis PROAL, got, practically for the first time, a recognition on an equal footing for the Rite of Misraïm.&#0160; And on August 04, 1889 when the Rite celebrates its Grand Lodge festival, it is in the presence of Brothers PROAL and CONVENIENT (the well named), member of the Council of the Obedience of the Great East.This same year, the Rite counts 3 Lodges in Paris, 8 in province, 2 in New York, 1 with Buenos-Aires and 1 in Alexandria. This under the French jurisdiction, not counting the Italian one, independent at that time. But in 1890, a new conflict bursts between the Spiritualistic minority and the positivist majority, which led by the Great SECRETARY HENRI CHAILLOUX, joined the Great East. Brother CHAILLOUX had indeed announced in a speech:&#0160;</p>
<p>&quot;If one can read in our statement of principle, printed in 1885: Fundamental and immutable base, the existence of the supreme being, the immortality of the soul and the love of the neighbor; today one can read in our reformed Constitution:</p>
<p>Autonomy of the human person, justice and altruism &quot;.Such a stand, in total opposition to the Statutes and Principles of the Rite, had to exclude ipso-facto its author.</p>
<p>Nevertheless the rite of Misraïm did survive until at the beginning of this century, directed by Great President Osselin and with only one Lodge, Rainbow (Mother Lodge of the Rite. Its members did include esoterists of high value. , Under its patronage appeared, at that time, the &quot; Rosicrucian Library &quot; which did publish again a certain number of the great classics of the occult.</p>
<p>It is also at that time that some Martinists did join. In particular, SEDIR and Marc HAVEN.</p>
<p>PAPUS (Dr. Gerard ENCAUSSE) solicited twice its admission, in 1896 and 1897. He was refused each time. Its Martinists (of Louis-Claude of SAINT-MARTIN the Unknown Philosopher) convictions coming in opposition with the martinezists (of MARTINES OF PASQUALY) ones from Worshipping Master Abel HAATAN.SEDIR, Marc HAVEN and some other Martinistes left then the Rite and joined Memphis-Misraïm (where PAPUS did become Grand Master in 1908).</p>
<p>&#0160;</p>
<p>MISRAIM in FRANCE in the XXth Century.</p>
<p>Some words on the creation of Memphis Misraïm will be useful to your better understanding of the current existence of Misraïm.In 1881 there had been an alliance between the Sovereigns Sanctuaries of Memphis in the United States, the United Kingdom and Romania and the Sovereign Sanctuary of Misraïm of Naples directed by Jean-Baptiste PESSINA.The General Joseph GARIBALDI was named Grand Hierophant of the whole obedience. This lasted little, because he died in 1882.This union did unite first again Memphis and Misraïm, later it caused the creation of the Rite of Memphis-Misraïm.However the French branch of the Rite of Misraïm did not take part in this operation. It did preserve its independence.The fact that Misraïm was put in sleep from the very start of this century did cause that fact to be forgotten. One took the habit to consider that only existed Memphis-Misraïm.Our current rebirth is due to our late V:.Ill:.B:. Robert AMBELAIN, Grand Keeper of the United Rites of Misraïm and Memphis and from which he transmitted Patents, in 1994, to Jean-Marc MAKE, current Serenissim Grand General Master and Past Immediate W. M. from the Lodge Rainbow of Paris. It is however to note that, between 1973 and 1978, a Lodge &quot; the Sergeants of La Rochelle &quot; did exist. It was working with the Rite of Misraïm within the Obedience of Memphis-Misraïm. Its first President was Robert AMBELAINMisraïm continuing to cultivate the paradox, we are proud to be at the same time Members of one of the oldest Rites and for this reason carrying an old and rich heritage and the youngest Obedience undoubtedly.The Present cannot consider the Future without the lessons of the Past. It is this Past that interests us in order to prevent that our Future is only a repetition of errors.Our Rite, resulting from our Rit, has to continue its Initiatic Will and all, Members from this noble Institution, we must commit ourselves to respect the creed of this beautiful and simple Masonry, made of Fraternal nonselective Tolerance and of an Understanding and Studious Search.However all the specificity of Misraïm, in addition to the egyptianization of which our ritual of the first three Degrees are impressed nowadays, always exists through its &quot; High Degrees &quot; succeeding the Degrees of Perfection of the 4° to the 33°, but it is not the Hour nor the Age to speak about it, here.</p>
<p>As said our Brother Rudyard Kipling &quot; This is another history &quot;.</p>
<p>******** Notes</p>
<p>Jean-Lambert RENDERS</p>
<p>Presentation of the Rite in a meeting open to BB. and SS. from all Grand Loges at the occasion of the first anniversary of KEMET, in Lille-Ronchin, January, 25, 1997</p>
<p>and</p>
<p>Presentation in an &quot;inter-obediential&quot; meeting at « Solférino », May1997 and Presentation at the R:.L:. &quot;Les Athéniens&quot; Grand Lodge Traditionelle et Symbolique « Opéra » in Valenciennes on April, 22, 1998 V. E:..</p>
<p>and</p>
<p>Presentation at the common meeting with the RR:.LL:. Rose du Parfait Silence et St Hugues in Ronchin on May, 31, 1999 V.E:..</p>
<p>&#0160;</p>
<p>Bibliography:</p>
<p>Les Cahiers de Misraïm, N°1 1er trimestre 1996</p>
<p>Bulletin intérieur de Memphis Misraïm, spécial N°3 du 1er semestre 1988</p>
<p>Bulletin intérieur de Memphis Misraïm,</p>
<p>Loge de Recherche Constant CHEVILLON spécial N°5/90</p>
<p>Les Rites Maçonniques de Memphis et de Misraïm de Gastone VENTURA</p>
<p>Maçonnerie Egyptienne de Gérard GALTIER</p>
<p>L’Ordre Maçonnique de Misraïm de Marc BEDARRIDE</p>
<p>L’Egypte Ancienne et la Franc Maçonnerie, discours et conférence de Louis AMIABLE et Paul</p>
<p>GUIEYSSE</p>
<p>Divers fonds Maçonniques concernant Misraïm et provenant des Bibliothèques de Paris,</p>
<p>Bordeaux et diocésaine de Chalons-sur-Marne.</p>
<p>Le Tuileur de VUILLAUME</p>
<p>Recherches sur les Initiations anciennes et modernes par l’Abbé ROBIN (1779)</p>
<p>Crata-Repoa (réédition de 1821, traduction BAILLEUL)</p>
<p>Arcana-Arcanorum</p>
<p>Diverses notes sur les Rites de Misraïm, de Memphis et de Memphis-Misraïm</p>
<p>Cahier de l’Académie des hautes études Araucadiennes</p>
<p>&#0160;</p>
<p><a href="https://www.facebook.com/Samten.de.wet" target="_blank">https://www.facebook.com/Samten.de.wet</a></p>
<p>&#0160;<strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 118, February 18, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Wednesday, 18 February 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/02/the-misraim-rite-in-tarot.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/02/the-misraim-rite-in-tarot.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F02%2Fthe-misraim-rite-in-tarot.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F02%2Fthe-misraim-rite-in-tarot.html&title=The%20Misraim%20Rite%20and%20Tarot', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_118 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b7c74dd6cc970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/02/newmoon-notes-february-18-2015.html">NewMoon Notes February 18, 2015</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong> Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 118, February 18, 2015</strong></p>
<p><span style="font-size: 13pt;">NewMoon Notes</span></p>
<p><span style="font-size: 13pt;">February 18, 2015</span><br /><br /> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb07f2d587970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Feb18NM" class="asset  asset-image at-xid-6a00d83452a49969e201bb07f2d587970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb07f2d587970d-250wi" style="width: 250px; margin: 0px 5px 5px 0px;" title="Feb18NM" /></a>This month&#39;s <strong>NewMoon is happening in the last degree of Aquarius</strong>, right at the cusp of Pisces. This puts both <strong>Sun and Moon in line to cross Neptune</strong> as the NewMoon kiss beaks up. Translated into Tarot Trumps, this is the Priestess/Fool combination passing through the exit-door of the realm of The Moon (#18, Aquarius), already stepping over the threshold to the realm of The Sun (#19, Pisces ). Every forward step either one make takes them closer to their separate encounters with Neptune/Death (#13, Primal Water). Neptune/Death promises to teach the realities that open to the soul when it can sense beyond the experience of the body. The Priestess (Moon) will cross over Neptune in the next 24 hours, but The Fool (Sun) will take a little longer than a week to complete this process and break free from Neptune&#39;s aura. Expect a certain boggle-factor to prevail despite everybody&#39;s best efforts to be clear and stay calm.&#0160; Taking the Priestess/Fool pair as the two lobes of the brain, literate and intuitive respectively, I infer that the period of deep questioning and investigation (the month of Aquarius) is passing in favor of a time where all dichotomies are dissolved and a transcendent viewpoint is established (Neptune in Pisces).&#0160; Stay open to a revelation that puts everything that came before into a new and brighter context.<br /><br /><strong>Mercury is striding through the first decanate of Aquarius</strong>, putting it in subtle communication with<strong> both Saturn and Neptune</strong>. Translated into Tarot terms, that&#39;s The Star moving through the realm of The Moon. As he&#39;s doing this, he&#39;s sharing subtle communication with Judgement from the realm of The Devil, and Death from the realm of The Sun.&#0160; DO YOU SEE HOW MANY CARDS BELONGING TO THE FINAL SEPTENARY OF TRUMPS ARE SHOWING UP HERE?&#0160; Six out of seven! This is a lot of titanic, collective-unconscious, cross-reactive mojo being telegraphed onto Mercury, I&#39;d have to say.&#0160; I think we should watch Mercury and his aspects like a hawk this month (as well as The Star and The Moon cards), because he&#39;s obviously heavily empowered with invisible energies that will be seeking expression through his imagination and mouth. <br /><br />Readers can make sure to listen to what people are saying, but also listen very closely to the immediate, gut-level, back-of-the-mind responses your own psyche volunteers while you are in the act of listening. You don&#39;t have to say everything you are thinking, matter of fact, it might be better to keep your own counsel. The more you watch and listen instead of broadcasting your unfinished thoughts, the more skillfully you will be able to navigate through this very loaded time. I&#39;m assuming we are going to see headlines that tell of double-dealing and cluster-breakdowns across all markets, political theaters, and international relations. I&#39;m quite interested to see what falls out of Mercury&#39;s bag of tricks this month!<br /><br /><strong>Mars and Venus are conjunct in late Pisces</strong>, being about to drop a fertile seed at the spring-point of 0º Aries. Translated, that means Empress and Strength, who have recently joined up together in the realm of The Sun, are about to accompany each other into the realm of the Hierophant (where they will subsequently each have a meeting with the Magus).&#0160; My guess is that this esoteric &quot;spring-point insemination&quot; will have a lot of people waking up to themselves. I hope we&#39;ll begin recognizing just exactly why certain supposedly random accidents of fate have been erupting as they have.&#0160; Because this is a Mars/Venus conjunction, my guess is that the natural self-inseminating creativity we each carry within ourselves is about to spontaneously go into labor and deliver a brilliant and unexpected &quot;AHA&quot; moment right in our laps. We are caught by surprise, but thrilled to see our way through a longstanding conundrum. Yes, new difficulties will present themselves, but they won&#39;t be the difficulties of the past anymore, but will instead be the difficulties of the future. It feels like progress, so let&#39;s be thankful and dig in!<br /><br /><strong>There is a 3-4-5 Triangle between Uranus, Pluto and Jupiter</strong>.&#0160; The cards are as follows:&#0160; The Magus in the realm of the Hierophant (Uranus in Aries) is sympathetic and supportive (trine) towards the Emperor in the realm of the Hermit (Jupiter in Leo).&#0160; However The World in the realm of the Tower (Pluto in Capricorn) threatens to throw thunder down (by square) on The Magus. The only solution for harmonizing the tension between the trine and the square is for The Emperor (Jupiter) to get into a dialogue with The World (Pluto) and figure out their common denominator (the aspect between these two is an inconjunct or quincunx, 150º). The situation calls for agreeing-to-disagree or something along those lines. Inconjuncts force people and situations with irreconcilable differences to split the difference and then relax about what they can&#39;t change anyway. It&#39;s a forced adaptation to a situation that isn&#39;t going to bend, and the results often turn out better than people imagine could can be possible. All together they comprise a Pythagorean Harmonic Trine, which since antiquity has represented the mathematics of the Fibonacci spiral, an essential design component of natural growth.<br /><br /><strong>In Summary:</strong> Because of the interesting pairings and background subtleties present this month, as well as the fact that the Sun is rolling into Pisces as you read this, I would consider this to be a very subjective but very fertile month ahead. Yes, outer events will churn along relentlessly, but their significance is not so much based on surface appearances, as it is based on the interior meaning your own psyche invests upon whatever is happening around you.&#0160; Unique patterns are forming in your mind: You are translating juxtapositions that used to seem random in an entirely new and creative way. Become more aware of the way your experience bubbles up from your own interior wellsprings, and you will be less surprised by external changes as they appear. You&#39;ll begin to recognize your own precognitive sensing, which will make it easier to arrive at your necessary next choices.&#0160; Seeming opposites are uniting here, opening up a charmed moment (or month) that is all about merging and then emerging in new associations and alignments. Pisces energy represents the river of time, carrying the detritus of the past downstream and depositing the resulting slurry of nutrition that will feed the future along its banks. Cease resisting the necessary dissolving and rinsing out that is happening, and you will be supplied with a whole new world of possibilities blooming right under your feet.&#0160; Jupiter is the traditional ruler here, so relax and let the Great Benific do his work.</p>
<p>&#0160;</p>
<p>See you at the Equinox.&#0160; May all the seeds you are planting right now roar into joyful life in 2015!<br /><br /><br /><br /><br /><br /><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></p>
<div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Thursday, September 24th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p>&#0160;</p>
<p>&#0160;•&#0160;&#0160; &#0160;<strong>The Present NewMoon at 29+ Aquarius</strong> on Wednesday, February 18th at <strong>6:47 PM (EST)</strong> / 3:47 PM (PST). &#0160; From this moment, the Moon begins to wax, or increase.    FUTURE STAGES: &#0160;&#0160;  &#0160; &#0160;&#0160; &#0160;</p>
<p>•&#0160;&#0160; &#0160;<strong>2nd Quarter, Waxing Half Moon is at 6+ Gemini</strong> on Wednesday, February 25th, at <strong>12:14 PM (EST)</strong>&#0160;/9:14 AM (PST).    &#0160;&#0160; &#0160;</p>
<p>•&#0160;&#0160; &#0160;<strong>FullMoon is at 14+ Virgo</strong> on Thursday March 5th, at <strong>1:05 PM (EST)</strong> / 10:05 AM (PST).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.   &#0160; &#0160;&#0160; &#0160;</p>
<p>•&#0160;&#0160; &#0160;<strong>4th Quarter, Waning Half Moon is at 22+ Sagittarius</strong> on&#0160;Friday, February 13th at <strong>1:48 PM (EST)</strong>&#0160;/ 10:48 AM (PST).   &#0160;&#0160; &#0160;&#0160; &#0160;</p>
•&#0160;&#0160; <strong>&#0160;The next NewMoon at 29+ Pisces</strong>, on Friday March 20th at&#0160; 0+ Aries, at <strong>5:36 AM (EDT</strong>) / 2:36 Am (PDT).&#0160; From this moment, the Moon begins to wax, or increase.<br />&#0160;&#0160; &#0160;There will be a Solar Eclipse at 5:45 AM (EDT) /&#0160; 2:45 AM (PDT). &#0160;<br />&#0160;&#0160; &#0160;Spring Equinox happens at 6:45 PM EDT / 3:45 PM (PDT). <br />&#0160;&#0160; &#0160;&#0160; <br />
<div>&#0160;</div>
<div>&#0160;</div>
<div>&#0160;</div>
<div>&#0160;</div>
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<p>&#0160;</p>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 118, February 18, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Wednesday, 18 February 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/02/newmoon-notes-february-18-2015.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/02/newmoon-notes-february-18-2015.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F02%2Fnewmoon-notes-february-18-2015.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F02%2Fnewmoon-notes-february-18-2015.html&title=NewMoon%20Notes%20February%2018%2C%202015', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_117 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb07de1fd2970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/01/arkletter-117.html">ArkLetter 117</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 117, January 20 2015</strong></p>
<p><strong>I.</strong> <span style="font-size: 11pt;"><strong><a href="http://www.tarotarkletters.com/2015/01/-the-gnostic-faustian-tarot.html" target="_blank">The Gnostic Faustian Tarot, plus Announcements</a><br /></strong><em>Philosopher and friend Samten DeWet took the time to start a discussion recently, a portion of which I want to pass on to you. He had recently found a recitation of the Egyptian Tarot myth of origins, in this case entitled The Ritual of Egyptian Initiation, written by esotericist C.C. Zain. This is the same individual (original name Elbert Benjamine) who created The Sacred Tarot and the extensive encyclopedia which supports it. (For the essay in question, see <a href="https://www.light.org/The-Ritual-of-Egyptian-Initiation-SL001.cfm" target="_blank">https://www.light.org/The-Ritual-of-Egyptian-Initiation-SL001.cfm</a> )</em></span></p>
<p><a href="http://www.tarotarkletters.com/2015/01/-the-gnostic-faustian-tarot.html" target="_blank"><strong style="font-size: 11pt;">http://www.tarotarkletters.com/2015/01/-the-gnostic-faustian-tarot.html</strong></a></p>
<p><strong style="font-size: 11pt;">II.&#0160;<a href="http://www.tarotarkletters.com/2015/01/newmoon-notes-january-20-2015.html" target="_blank">New Moon Notes January 12 2015</a></strong></p>
<p><span style="font-size: 11pt;"><strong><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb07de4cbd970d-popup" style="float: left;"><img alt="Jan 20 2015" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb07de4cbd970d-250wi" style="width: 250px; margin: 0px 5px 5px 0px;" title="Jan 20 2015" /></a><em>Happy Aquarius to all!&#0160; Our NewMoon conjunction is happening so early in the sign that we are literally embarking on the Wet Way at the very moment of NewMoon. Therefore we will undertake the interpretation with the understanding that this NewMoon is actually the belly-button of the year, the true &quot;end of the old/beginning of the new&quot; regarding the alchemical cycle of time. Welcome to this moment of reorientation, wherein we cease looking &quot;up&quot; the Ladder of Lights and start the six month re-materialization of the soul as it focuses energy &quot;down&quot; the Ladder towards the coming summer.</em></strong></span></p>
<p><a href="http://www.tarotarkletters.com/2015/01/newmoon-notes-january-20-2015.html" target="_blank"><span style="font-size: 11pt;"><strong><em>http://www.tarotarkletters.com/2015/01/newmoon-notes-january-20-2015.html</em></strong></span></a></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong><span style="font-size: 13pt;">CURRENT STAGE OF THE MOON for the Americas:  </span></strong></p>
<p><br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Present NewMoon at 0º+ Aquarius on Tuesday,&#0160; January 20th&#0160; at&#0160; 8:14 AM (EST) / 5:14 AM (PST). &#0160; From this moment, the Moon begins to wax, or increase.   <br />FUTURE STAGES:<br />&#0160;&#0160;  &#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 6+ Taurus&#0160; on Monday, January 26th, at 11:49 PM (EST)&#0160;/8:49 PM (PST).<br />   &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;FullMoon is at 14+ Leo on Tuesday February 3rd, at 6:09 PM (EST) /3:09 PM (PST).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.  <br />&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 23+ Scorpio on&#0160;Wednesday, February 11th at 10:51 PM (EST)&#0160;/7:51 PM (PST).  <br />&#0160;&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The next NewMoon at 29+º Aquarius&#0160; on Wednesday, February 18th at 6:47 PM (EST) / 3:47 PM (PST).&#0160;&#0160;From this moment, the Moon begins to wax, or increase.&#0160;&#0160;</p>
<div><br />
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<p>&#0160;</p>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 117, January 20, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Tuesday, 20 January 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/01/arkletter-117.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/01/arkletter-117.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F01%2Farkletter-117.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F01%2Farkletter-117.html&title=ArkLetter%20117', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_117 entry-category-arkletter_essays_and_articles entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d0c41d0d970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/01/-the-gnostic-faustian-tarot.html"> The Gnostic Faustian Tarot</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 117, January 20, 2015</strong></p>
<p><strong><span style="font-size: 14pt;">The Gnostic Faustian Tarot</span></strong></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">January 2015 ArkLetter</span><br /><br /><span style="font-size: 11pt;"><em>Philosopher and friend Samten DeWet took the time to start a discussion recently, a portion of which I want to pass on to you. He had recently found a recitation of the Egyptian Tarot myth of origins, in this case entitled <strong>The Ritual of Egyptian Initiation</strong>, written by esotericist C.C. Zain. This is the same individual (original name Elbert Benjamine) who created <strong>The Sacred Tarot</strong> and the extensive encyclopedia which supports it. (For the essay in question, see <a href="https://www.light.org/The-Ritual-of-Egyptian-Initiation-SL001.cfm" target="_blank">https://www.light.org/The-Ritual-of-Egyptian-Initiation-SL001.cfm</a> )</em> </span><br /><br /><span style="font-size: 11pt;">The <em>Sacred Tarot</em> is the first formal, real Tarot deck I was able to truly study and work with in 1970, and this is the pack with which I learned astrology. People with an eye for such things will realize that I learned the pattern of dividing the Shem Angels around the four elemental trines from Zain. This was a decade before I understood this approach to be a Lullian practice derived from the Seals of Solomon. </span><br /><br /><span style="font-size: 11pt;">Samten&#39;s&#0160; remarks that came along with the &#39;Ritual&#39; essay were, &quot;I do not know what to make of this – it is the first time that I have seen this piece.&#0160; My problem is that it represents a theological miss-mash – if we could do an archaeological dig on the ideas manifested -&#0160; and scrape away the barnacles -&#0160; very little is left that is Egyptian per se . . .&#0160; or at least it seems so.&#0160; The only way to salvage this material, for me, is to place it in an imaginal category – a sort of dream world - &#0160;which if followed through as a series of visualizations, may produce some results.&quot;</span><br /><br /><span style="font-size: 11pt;">In my first answer to Samten I overlooked his references to the imaginal reverie technique, which was extremely obtuse of me. I routinely engage in this type of thinking when I read these historical essays alluding to a mythical time in an indeterminate land.&#0160; This type of &#39;between the worlds&#39; narrative is a regular feature of the Arabic mysticism, Grail literature, and Masonic teaching stories abounding in the many Rosicrucian and Alchemical manuscripts. Ultimately the whole magical movement is carried along by productions like this from ancient times to the present. That triggered me to think in the direction of the Tarot&#39;s rootedness in the Masonic and Rosicrucian milieu:</span><br /><br /><span style="font-size: 11pt;">This legend may or may not be &quot;true&quot; in the literal sense, but it certainly is &quot;functional&quot;, and the question is, who constructed it and for what function?</span><br /><br /><span style="font-size: 11pt;">In recent years I have included Masonic studies into my regime, since without taking a good long look at the Masonic/Rosicrucian contribution, the full understanding of the history of Tarot will always be lacking. Everything we see about Tarot in the overt story of history is the visible counterbalance to a huge &quot;underground stream&quot; of Wisdom teachings being collected and disseminated through the Masonic Lodges, both the old royalist lodges and the new &quot;peoples&quot; orders. When we compare the myth of Hiram Abiff with the writings of CCZain, it is clear that Zain&#39;s work shows this very same &quot;architectonic&quot; style that characterizes the traditional Masonic treatises. It is Masonic practice to put forward teaching stories where simple phrases and symbols become the magic keys into larger bodies of thought, with each idea or symbol possessing three levels of meaning, and the levels are unveiled as the aspirant progresses through the lessons. One gets the same impression from reading the <em>Fama Fraternatus</em>, the wonderful works of Alchemy (like <em>Atalanta Fugiens</em>), the Rosicrucian corpus, and the early essays on Tarot written by the Martinists and Masons of the 1700&#39;s. In every case, secondary and tertiary levels of meaning will ride along behind the surface of the overt presentation, simultaneously revealing a different lesson to the members of each separate Grade. </span><br /><br /><span style="font-size: 11pt;">I am of the opinion that all of these symbolic pieces are related. You can see some of my reasoning in the below articles. In my opinion, creating and disseminating the historical Tarots has been a project taken on by the Masons since long before Etteilla (1790&#39;s). This is why Etteilla took the liberty of investing his Tarot with the same titles, symbols and teachings that have animated Masonry for centuries, even before the French Revolution forced a reformulation of the Orders. </span></span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">The following articles unpack some of the Masonic and Rosicrucian affiliations:</span></span></p>
<ul>
<li><a href="http://noreah.typepad.com/tarot_arkletters/2007/02/masonic_martini.html" style="font-size: 14pt;" target="_blank"><span style="font-size: 11pt;">http://noreah.typepad.com/tarot_arkletters/2007/02/masonic_martini.html</span></a></li>
<li><a href="http://noreah.typepad.com/tarot_arkletters/2007/01/illuminism_maso.html" style="font-size: 14pt;" target="_blank"><span style="font-size: 11pt;">http://noreah.typepad.com/tarot_arkletters/2007/01/illuminism_maso.html</span></a></li>
</ul>
<p><span style="font-size: 14pt;"><br /><span style="font-size: 11pt;">The points I am making address all of the historical &quot;Egyptianized&quot; Tarots and Trump Essays. The first obvious example of this genre of Tarot writings emerged in a multi-volume Masonic history entitled <em>Le Monde Primitif</em>,&#0160; written by Antoine Court de Gebelin (including a supplementary article by another Mason named de Mellet). This theme was continued in Etteilla&#39;s Tarot, who dedicated his Tarot to Thoth.&#0160; In due time we see the emergence of <em>Tarot Belline</em>, echoed by the writings of Paul Christian in his mid-1800&#39;s <em>History of Magic</em>. This story was endorsed uncritically by Levi, Papus, Falconnier, Mouni Sadhu, Zain, Oswald Wirth, Elizabeth Haich, Margaret Peeke, Homer and Henriette Curtis, Corrine Heline, and Valentine Tomberg (who wrote under the moniker Anonymous.) More recently this myth-of-origin seems to have been pushed aside by the wave of modernization brought on by the anglophile Tarots, but not before Crowley put out a pack that made a blatant homage to Etteilla in the title, the <em>Book of Thoth Tarot</em>.</span><br /></span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">Regarding Masonic history, I continue lauding the redoubtable Marsha Schuchard for her detailed history of the Masons in her Brill book entitled <em>Restoring the Temple of Vision: Kabbaistic Freemasonry and Stewart Culture</em>. &#0160;Here we learn that Masonry is rooted in Jewish Mysticism that retains the very strong cultural impressions taken during the Hebrew captivities in Babylon and then in Egypt. Both of these cultures were rooted in the observatory model of their astronomical priesthoods, from which the Hebrew Alphabet acquired it&#39;s body of correspondences to astronomical and astrological features of the sky. The Masons, of course, were the ones who knew how to build these observatories with the proper orientation relative to the night sky across the year. &#0160;These priestly secrets are the technological contents of the Wisdom Tradition, contents that are jealously preserved, hidden but passed on within the tribe or lineage, because of the great value these arts and sciences brought to their possessors. &#0160;It&#39;s all about knowing the ways and means of the 12 signs, the 7 planets and the three &quot;celestial&quot; Elements, as well as the calculation methods that allow us to track these heavenly values as they make their stately dance overhead. &#0160;These values have since ancient times been coded to the alphabet, which connects quite directly to the Trumps of the Tarot via the Trump numbers.</span><br /></span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">What does that imply for the inherent meaning built into a Tarot pack? &#0160;It means that this &quot;so-called Egyptian&quot; myth of Tarot origins is actually based on Mosaic/Egyptian history, which is considerably older than the Alexandrian synthesis. &#0160;Think about all the historical chatter on the internet lately about Moses being Akhenaten. Also remember that Moses was known to be trained in all the Priestly arts, including astrology, the early teachings of Kabbalah (those embedded in the alphabet), practical alchemy and direct communication with the Unmanifest.&#0160; His troupe carried the priceless Arc of the Covenant out of Egypt with them, and in that journey they were accompanied by a pillar of&#0160; light and fire both night and day. A careful reading of the story of his peoples&#39; 40 years in the wilderness reveal a catalogue of challenges and solutions that rivals any of the Faustian, Shakespearian, Masonic,&#0160; Rosicrucian, or Grail myths which have accumulated across the intervening centuries.&#0160; </span></span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">In Moses we have the image of a potent and magisterial leader, a full-on Hierophant, rather than the more compromised protagonists we have in the legends of his rival Simon Magus, much less the later Templars and troubadours who followed, including&#0160; Parcival, Lancelot, Christian Rosencrantz, and other romanticized mystical heros of the Middle Ages. All of these later characters in literature were shaded with ambivalent and potentially dangerous (Faustian) affiliations by a Church that felt threatened by the fascination these mysterious figures constellated in the collective mind, but in the orthodox accounts, Moses never lost his purpose or fell into apostasy, though his people were sorely tempted on more than one occasion.</span></span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">The now-overlooked volume,&#0160;<em>The Christian Interpretation of the Cabala in the Renaissance</em> by Blau (1994,Columbia U. Press), asserts that as the Kabbalah became a topic in southern Europe, the Hebrew exponents were focused on the tripartate soul of the Neoplatonized Aristotelians, leading to a focus on the Archetypes of the &quot;unfallen&quot; Zodiac, Planets and Celestial Elelments, just as we find in the Hebrew Alphabet. It is clear that this point of view informs the 22 Trumps of Tarot.&#0160; Meanwhile, the Christian Cabbalists who picked up the scent in Europe were interpreting the Hebrew Mysteries in materialistic terms,&#0160; focused on a 4-elements, post-Fall world of matter and manifestation. I find that this orientation informs the Suits of Tarot.</span><br /><br /><span style="font-size: 11pt;">I was content to just accept this at face value, but recently I got hold of a more recent study, entitled <em>Hidden Mutualities: Faustian Themes from Gnostic Origins to the Post-Colonial</em> (by Michael Mitchell; Rodopi Press in Amsterdam and NY, 2006). In this wonderful study, the split or schizm between the heavenly ideal and the earthly reality is analyzed and expanded upon quite keenly to tease out the cultural implications of these ideas. Mitchell wants us to fully understand the contrast between the Archetypes of the 22 Letters versus the post-Fall, 4-elements schema represented by the Pips pack of four Suits.&#0160; In this transition, the European collective psyche became relocated. Whereas before it occupied the mythic, geocentric worldview of antiquity, afterwards the place of humanity withinCreation collapsed into the heliocentric model, undergoing an attendant &quot;flattening&quot; of perspective and self-esteem. The addition of the Queens and then the 22 Trumps to the Mameluke pack for the sake of the European user, demonstrates how important this distinction is for historians to fathom. </span></span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">The point is, gradually across the 1600&#39;s, the Copernican Revolution eliminated the prior certainty people felt in the history that was told by the Mystery Schools, since a demand emerged for &quot;literal&quot; knowledge of linear facts, rather than metaphorical revelation of archetypal Principals. &#0160;Despite that shift, within a century we see a wave of committed esotericists who weren&#39;t moved by the claims of empirical science, who instead simply allowed that literalizing wave to wash over them, after which they stubbornly re-commenced with the Mysteries as if modern science had never entered the field.&#0160;</span></span><span style="font-size: 14pt;"><span style="font-size: 11pt;">Hence we see a bifurcation between the modern &quot;engineers&quot; and the throw-back Magi. (In&#0160;The Hebrew Alchemists, Patai even defines a &quot;new category&quot; of Hebrew alchemical magus for the 1700&#39;s, containing Dr. Falk and Cagliostro.) &#0160;So be it! The myth of Tarot&#39;s Egyptian history is actually a triple-veiled allusion to Moses/Akhnaten and the esoteric technologies (the Wisdom Tradition) he took with him and branded into the psyches of his followers.&#0160;</span></span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">I have really enjoyed Mitchell&#39;s affirmative response to the question of whether the Medieval universe of the Cathars and Troubadours would have impacted that of the Hebrew and later Christian K/Cabbalists. &#0160;Mitchell has many other virtues as well, all focused on showcasing the transmission of these particular Mysteries from Antiquity to the American experiment. &#0160;The sophistication of MItchell&#39;s understanding of these dynamics has greatly encouraged me that eventually even the Tarot world will be forced to understand how deeply our Tarot has been steeped in this Gnostic/Hermetic and Masonic/Kabbalist interweaving of influences. </span><br /><br /><span style="font-size: 11pt;">Mitchell is also quite astute at jugging the different theories of &quot;how magic works&quot;, variations of which unfolded at different stages of the intercultural transmission of these ideas. This insight is very helpful in understanding how the outline of Tarot would register in the minds of esotericists living in different centuries. Mitchell&#39;s analysis of the significance of the work of Ficino, Pico, Trithemius, Paracelsus, Agrippa, Reuchelin, and Boehme closely parallels my own investigations. </span><br /><br /><span style="font-size: 11pt;">What becomes clear in this volume is that the search for the esoteric reality (gnosis, in Mitchell&#39;s words) standing behind the Faust myth is much like the search for the &quot;Real Egyptian Origins of Tarot&quot;. The student of these Mysteries undergoes a &#0160;constant alchemical process of breaking down and building up of associations, allusions and correspondences across a welter of esotericisms. &#0160;The fact that these esotericisms stubbornly insist upon borrowing each other&#39;s terms and primary characters only makes the puzzle more fun to try and solve! To accomplish his educated overview, Mitchell has left any tendency towards open/shut, either/or thinking behind, which allows us to follow these varying threads through the tapestry of time without any preconcieved notions painting us into arbitrary, mind-closing corners.</span><br /><br /><span style="font-size: 11pt;">A special point from Mitchell I want to mention is that he has assembled all the most apt resources that I was collating in 1997-8, enhanced by the treasure-trove of new research that became available in the 7 years between the release of <em>The Underground Stream</em> and <em>Hidden Mutualities</em>. This time gap allowed Mitchell to develop an excellent academic overview of the evolving synthesis of interwoven esoterica across the entire Renaissance, Reformation, counter-Reformation and Enlightenment. Without intending to, Mitchell specifically addresses the entire period of Tarot origins and evolution. Having such a well-supported resource is very helpful to Tarot historians, especially since Mitchell brings his analysis of these crucial magical themes right up to the time of Waite and Crowley, presenting them as exponents of this selfsame Gnostic/Hermetic tradition he&#39;s dutifully tracing. (Mitchell takes a stance that is very closely akin to my own observations, which pleases me greatly! It&#39;s always a thrill to discover others who have come to parallel conclusions through their own research.)&#0160;An additional advantage the Tarot world can gain from studying Mitchell is that, by using Faust as his focus, Mitchell keeps the whole discussion inside the topic of our paradigmatic Tarot Arcanum, the Magus/Mountebank. </span><br /><span style="font-size: 11pt;">&#0160; </span><br /><span style="font-size: 11pt;">In summary: &#0160;&quot;Egypt&quot; means &quot;what the Hebrews learned in Egypt&quot;, a body of knowledge, rather than a place or time.The Trumps are the neoPlatonic Archetypes, whereas the Pips pack is the product of the Fall, as interpreted through Islamic culture. We are following a construct that&#39;s being assembled by multiple generations of interdisciplinary esotericists, who cleverly interwove the Astrological/Gnostic/Hermetic/Kabbalistic/alchemical transmission into Tarot, the hybrid product of Hebrew and Arabic philosophy which has been taught under the &quot;Egyptian&quot; rubric since the mid-1500&#39;s. The Faust legend provides a direct and Tarot-relevant way to trace this transmission as it moved through Europe and into the Americas, exciting different strata of intellectuals all along the way. &#0160;</span></span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">I do not believe that we have properly evaluated the foundation our Tarot stands on, therefore we have massive blind spots when we look at it. Tarot&#39;s outline is an architectonic, Masonic astrological calculator. That&#39;s why Zain made his cards the way he did -- to feature the letters, numbers, and glyphs, and to make the images heiroglyphic as well. &#0160;He among all the Tarotists of his time was trying to feature the esotericism of Tarot straightforwardly. (I&#39;m guessing he was reading Mouni Sadhu, or was a Martinist himself.)&#0160;</span> </span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">When all is said and done, these stories of Tarot&#39;s Egyptian origins turn out to be more than merely metaphorical. There is solid, &quot;hard data&quot; being transmitted via Tarots myth of Egyptian origins. That data is not hidden to the Tarot community, except in plain sight. We need to take a more contemporary approach the history and background of the text that is engraved upon the Tarot Belline, is written into the Trump essays by Paul Christian, approved to by Levi, enshrined by Papus and transmitted by Zain, Wirth, Sadhu and Anonimous (Meditations On The Tarot). I&#39;m convinced Etteilla had these essays, since these little Trump essays appear to have been part of a larger trove of Masonic teaching materials that are all much older than that. </span><br /><br />End note: <span style="font-size: 11pt;"> For those who have read all the way to the bottom of the page, here&#39;s is a little progress report on the ongoing, neverending publication schedule of my book. The goal at this point is to have the book available via print-on-demand for the Portland conference in early March, at the Northwest Tarot Symposium. (see below).&#0160; Here&#39;s a little blurb on the talk I will be giving, entitled <em>Sophia Among the Alchemists</em>.</span></span></p>
<p style="padding-left: 30px;"><span style="font-size: 14pt;"><em><span style="font-size: 11pt;"><strong>Upcoming talk by Christine Payne Towler at the 2015 Northwest Tarot Symposium:</strong> Since historians have begun seriously examining the esotericism permeating the culture that created the early Tarots, it is becoming clear that Europe has hosted a wide variety of clandestine societies since at least the onset of the Crusades.&#0160; Some of these groups kept a low profile for reasons of exclusivity, others to evade the prying eyes of the Catholic Censor and remain below the radar of the Inquisition. Eliphas Levi left us a roster of pivotal personalities whose legacies he suggests that we study for greater insight into the wisdom teachings embedded in the icons that decorate our cards. While investigating why Levi was so focused on these particular individuals, it became evident that each of them was known for their allegiance to one or another manifestation of the Feminine Divine. By taking these lineage masters as exemplars of a developing body of thought, a common denominator appears. Beneath the layers of costuming that portray Her as Eve, Mother Mary, the Magdalene, Lady Alchemy and the Virgin of the World, aside from all worldly Queens or pagan Goddesses, this tradition is focused on the ancient figure of Sophia, spouse of God and agent of the Divine Imagination. In this workshop we will review the key concepts associated with Sophia&#39;s appearance among the Renaissance and Reformation magi, as a way of helping us recognize the hidden mutualities between the game of cards and the subtle transmission of esoteric thought.</span></em></span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">Blessings on your new year!&#0160; May this be the year when your highest visions are realized.</span></span></p>
<p><span style="font-size: 14pt;"><span style="font-size: 11pt;">cpt</span></span></p>
<p><span style="font-size: 13pt;">The Northwest Tarot Symposium in Portland, Oregon</span> where I will be speaking on the subject of <em><strong>Sophia Among The Alchemists.</strong></em></p>
<p><strong>The Northwest Tarot Symposium (NW Tarot Symposium), will be happening March 6 - 8, 2015</strong> at the Monarch Hotel in Portland, OR. &#0160; You can find out all about this conference at <a href="http://nwtarotsymposium.com/" target="_blank">http://nwtarotsymposium.com/</a>&#0160; This is the event to attend if you have ever wanted to check out Oregon&#39;s only true megopolis, with its many bridges, famous gardens, signature brewries and restaurants, and of course the ultimate mecca of bibliophiles, &#0160;Powell&#39;s City of Books. People from out of state will get a chance to experience a slice of Oregon&#39;s fabulous extended spring season, which actually starts in late winter and continues right through&#0160;to early summer. Whether it rains or shines on that weekend, Portland is truly Oregon&#39;s Emerald City, of which the state is justly proud. Come and experience your own slice of Portlandia, in the company of your favorite Tarot writers, readers and creators!</p>
<div>
<div><br />
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<p>&#0160;</p>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 117, January 20, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<p>&#0160;</p>
<p>&#0160;</p>
<br />&#0160;</div>
<div>&#0160;</div>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Tuesday, 20 January 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/01/-the-gnostic-faustian-tarot.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/01/-the-gnostic-faustian-tarot.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F01%2F-the-gnostic-faustian-tarot.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F01%2F-the-gnostic-faustian-tarot.html&title=%20The%20Gnostic%20Faustian%20Tarot', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_117 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb07de4ca5970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2015/01/newmoon-notes-january-20-2015.html">NewMoon Notes January 20, 2015</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 117, January 20, 2015</strong></p>
<p><strong><span style="font-size: 13pt;">NewMoon Notes January 2015</span></strong><br /><br /> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb07de4cbd970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Jan 20 2015" class="asset  asset-image at-xid-6a00d83452a49969e201bb07de4cbd970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb07de4cbd970d-250wi" style="width: 250px; margin: 0px 5px 5px 0px;" title="Jan 20 2015" /></a><em>Happy Aquarius to all!&#0160; Our NewMoon conjunction is happening so early in the sign that we are literally embarking on the Wet Way at the very moment of NewMoon. Therefore we will undertake the interpretation with the understanding that this NewMoon is actually the belly-button of the year, the true &quot;end of the old/beginning of the new&quot; regarding the alchemical cycle of time. Welcome to this moment of reorientation, wherein we cease looking &quot;up&quot; the Ladder of Lights and start the six month re-materialization of the soul as it focuses energy &quot;down&quot; the Ladder towards the coming summer.</em></p>
<p>(Next month we will also have an Aquarius NewMoon, but that one will happen on the very last tiny increment of the sign, mere seconds before the Moon and Sun roll into Pisces.)<br /><br />The simple formula that explains this manner of thinking is to visualize the Signs arranged just like that simple child&#39;s toy wherein a set of colored donuts are to be stacked on a spindle from widest at the bottom to narrowest at the top.&#0160; Imagine the spindle rising from a base associated with the signs of&#0160; Cancer and Leo, which are the signs ruled by the Sun and Moon, (AKA The Lights). Upon that base is placed the widest donut, representing Mercury who rules the signs Gemini and Virgo. The next smaller donut represents Venus ruling Taurus and LIbra. On top of that is set the circle representing Mars who rules Aries and Scorpio. Above that falls the Jupiter round, connecting with Sagittarius and Pisces. The tiny capstone at the top is the Saturn piece, which rules over Capricorn and Aquarius.&#0160; This is our construct for the Ladder of Lights.<br /><br />Over the last six months the Sun has climbed &quot;up&quot; this visualization along what is called the Dry Way, crossing the planetary realms from Leo to Capricorn, taking our attention from the center of the Solar System out to the visible edge of Saturn&#39;s realm.&#0160; In the next six months we will climb down this visualization again along the other side, crossing the planetary realms in the sequence called the &quot;wet way&quot;. From now on for six months, the Sun will move through the seasons stretching from Aquarius to Cancer. This sequence moves consciousness away from the edge of infinity (Saturn&#39;s Ring Pass Not) and back towards our present identities as creatures of time/space here on Earth. The goal is to accomplish a cycle of manifestation that will peak during the signs of Cancer and Leo, the high time of growth and fertility in the northern hemisphere, when all is bathed in the warmth and effulgence of The Lights.<br /><br />This viewpoint is very ancient and well established in the art/craft of Alchemy, which makes up fully half of the ancient logic for interpreting relationships among the Planets and Lights. In medical astrology,&#0160; when decoding and responding to challenging astrological conditions, great emphasis is laid on the need to discriminate between remedies suitable to the &quot;wet way&quot; versus those amicable to the &quot;dry way.&quot;&#0160; Lab alchemy uses these terms to indicate alternate methods of processing the substances required at different stages of the work. Gnositicism highlights these same issues by describing a soul as either &quot;standing&quot; (dry way) or &quot;falling&quot; (wet way).&#0160; In Kabbalah we learn that the Mother Pillar has a descending motion (falling) while the Father Pillar has an ascending motion (standing). Serious occultists need to understand that this is an essential and categorical difference that discriminates between a consciousness raising, dematerializing thrust of consciousness (dry way, standing) versus a consciousness lowering, materializing thrust (falling, wet way). Throughout the interwoven esoteric arts, one finds terminology that specially addresses this cosmogonic bias which emanates from astrology into every other dependent discipline. <br /><br />If this seems counterintuitive to think of the signs ruled by the Lights as representing a peak of diminished consciousness and greatest materialization, remember that this model was created to prioritize the experience of the immortal soul over the incarnation in the mortal body. From the point of view of our immortality, the realm of Saturn is closest to our eternal nature because it is at the farthest distance from the seductive glory we feel in the body during the heat, light and sensual fulfillment of (northern hemisphere&#39;s) Summer.&#0160; According to the cumulative wisdom of antiquity, true wisdom is only gained when the soul has differentiated itself from the senses and urges, desires and attachments of the body. This is how the &quot;island of time&quot; ruled by Saturn, which symbolized the outermost edge of the known universe of our ancestors (and remains the symbolic edge of the psyche for the individual), came to be&#0160; associated with greatest objectivity, dispassion, detachment, and sobriety available to a seeker embodied within the Zodiacal wheel. <br /><br />Last month, as the Sun moved through Capricorn, we got a chance to review the results of our last year&#39;s efforts and make steps towards closure of those cycles. This month as the Sun moves through Aquarius, we need to be making our plans and setting our goals for the incoming new year, knowing that we have six months in which conditions are excellent for materialization along the Wet Way.&#0160; As is said among the alchemists &quot;we fall in order to rise&quot;. This means, we use the Wet Way to create the outer conditions that will give us the greatest traction for a boost in consciousness on the other side of the Zodiac, when we need the momentum generated in our &quot;falling&quot; months to propel us back up along the Dry Way again.&#0160; This is the logic of astro-alchemy, which pervades all of the other esotericisms of the West.<br /><br />All that being said, let&#39;s look at the current chart and see what we can glean from that.<br /><br />The Sun/Moon conjunction in the first degree of Aquarius is sextile to Saturn in Sagittarius.&#0160; For the Continental Tarots, which are our focus in these ArkLetters, the relevant cards are Fool/Priestess in the sign of The Moon, sextile to Judgement in the sign of The Devil.&#0160; Since we will have another Aquarius NewMoon next month, the exact same cards will pertain to the NewMoon next time as well (Fool/Priestess in the sign of The Moon). However, next month there will be no sextile with Saturn for the&#0160; NewMoon, meaning that Saturn provides the actual &quot;unique&quot; feature of this month&#39;s NewMoon position.&#0160; What then is Judgement saying from it&#39;s seat in the Devil&#39;s realm? &#0160;<br /><br />Judgement occupying the sign of The Devil is a very interesting combination! As has been very well established by prior investigation, Trump 20 is a direct representation of the New Testament book of Revelations, therefore it corresponds to the eternal moment of Resurrection that stands between the ending of the old age (or Aeon) and the incoming new age. As mentioned above, Saturn controls the Ring Pass Not that separates the realm of&#0160; incarnation in time/space (the Solar System) from the realm of eternal life (outer space, beyond the gravity-well of the Sun). Here again we see how aptly the Continental Trumps portray the gnosis built into the sacred alphabet! &#0160;<br /><br />The mystery before us is the question of how we will interpret this fateful, Saturnian Resurrection icon that currently occupies the realm of the Devil (Sagittarius). My first thought comes from the discipline of Alchemy, since we used an image of the Peacock Angel to represent the Devil on the THL Trump 15.&#0160; Let me quote Alexander Roob as he describes this image, found in the Amphitheatrum sapientiae aeterna by Heinrich Kunrath, published in 1602 (quoted from Alchemy and Mysticism p. 115). My amplifying remarks appear in square brackets following the alchemical terms:<br /><br /><em>&#0160;&#0160; &#0160;&quot;From… the macrocosmic chaos of four elements, the spherical lapis emerges as the renewed, smaller world [which, in our card, is barely seen behind the male and female Alchemists rushing into each other&#39;s embrace]. The arms that raise it [the renewed world] up are &#39;the two major parts of the Work, the dissolution of the body (solve) and the hardening of the spirit (coagula)&#39;. . . The bird represents the phases of the Work. It is composed of the raven (purtifactio) [linked to the mother letter Mem, Water, in the pelvic area,&#0160; found on the Death card], the swan (albedo), [linked to the mother letter Aleph, Air, in the heart, found on the Magus],&#0160; the peacock (phase of bright colors) and the phoenix (rubedo) [linked to the mother letter Shin, Fire, found on The World].&quot;&#0160;&#0160; &#0160;</em><br /><br />Any Kabbalist who reads the above will be forced to notice that the peacock stands in the position of Daat, the throat chakra. This is posited in Hebrew mysticism as a spiritual wound in the body of humanity which requires a healing in order to accomplish the restitution and reconciliation between humanity and the upper worlds. In the order of presentation, the peacock is not the final stage of the work, though it is the most glorious and visually arresting of the stages. The soul that is walking the alchemical path has to resist the amazement, beauty and splendor demonstrated by the manifestation of the peacock, in order to press on into the stage of the rubedo, before the alchemical labor is completed. This is why the stage of the peacock is considered a temptation, even a distraction, for those who are immature in the alchemical process. I will also point out that the ancient phrase &quot;solve et coagula&quot; also refers to the very same falling (dissolving, solve) and standing (hardening, coagula) that we were discussing above.&#0160; Wherever we see these words in the writings or emblems of the esotericists, we can immediately think back to the astro-alchemical churning of the Planets as they make their appointed courses through the Zodiac. <br /><br />But what does it mean, you ask?&#0160; Here&#39;s what occurs to me:&#0160; Saturn in Sagittarius forces us to solve the conundrum of what within us must be judged as trivial and left behind, in order to allow our eternal nature to shine forth untrammeled. We must abandon all attachment to the glorious peacock that flatters the ego through superficial appearances.The instructions are to look right through that glamorous irritant, the Devil, in order to press the alchemical transformation to the final stage of the rubido, [transformation by fire], at which point the Initiate rises into the supernal Triangle after winning free of Saturn&#39;s Ring Pass Not at the throat chakra. <br /><br />The fact that Saturn is sending a sextile to the New Moon in Aquarius, one of Saturn&#39;s own signs, implies a sense of stability and confidence rising into the outer life from the depths of the soul. This makes itself evident&#0160; through an increase of positive synchronicities. These happy accidents might seem random in their individual cases, but added together one gets a distinct picture of a conscious and responsive force looking out from behind the surfaces of life. As soon as you can visualize a way in which current events represent a direct conversation with Spirit, then you will simultaneously discover that Spirit is indeed waving back at you through the million tiny miracles a day that are otherwise habitually and unconsciously overlooked. As The Fool and The High Priestess transit the scene pictured on The Moon, they can move along without fear or anxiety, grounded in the sense that this landscape holds no terrors for the individual who is in internal touch with the Light.<br /><br />The Mercury/Venus conjunction in Aquarius is opposed to retrograde Jupiter in Leo.&#0160; The Continental Tarot formulation of this would be Star/Empress&#0160; in the sign of The Moon, opposed to The Emperor in the sign of The Hermit.&#0160; The combination of the Star and the Empress brings to mind the Hermetic Androgyne, which often is shown with the same double face that we see on the angel of the Devil card. The synthesis of Mercury and Venus&#0160; is the hermaphrodite (Hermes + Aphrodite, indicating the womb equipped with its own phallus). To have this combination in Aquarius,&#0160; which is a very detached and cerebral placement, brings to mind the self-sufficient and mannish goddesses like Diana, Athena or one of the Amazons. To see the retrograde Emperor standing in opposition to these empowered and parthenogenic dynamos puts a question to this typical patriarch: If these amazing Femmes can do all and be all without help from the patriarchy, what then does the power and glory of maleness consist of?&#0160; If the ladies will no longer give over and submit to being the &quot;little woman&quot;, what is left of traditional masculinity?&#0160; Even worse, if the logical brain can no longer maintain the illusion that it is &quot;smarter&quot; than the emotional brain, then what happens to our culturally-determined compartalization, which has been won at such a high and drastic price?&#0160; I guess we will see as this month plays out.<br /><br />Neptune conjunct Mars in Pisces, with a weak square to Saturn in Sagittarius.&#0160; The Continental Tarot formulation of&#0160; the Mars/Neptune pair is Death/Strength in the sign of The Sun. The back of my mind sends up an echo that says &quot;what doesn&#39;t kill you makes you stronger&quot;, in case that offers any comfort at a time like this.&#0160; We know that The Sun card represents Apollo using his harp to open the gates of the Underworld and call forth the souls of those who are able to live again. Perhaps we are collectively coming to a situation where we each have to choose either to fight for life heroically or surrender submissively. The fact that the sign is Pisces, the signatory of endings, completion, and dissolution gives us the sense that certain aspects of the past cycle will not be resurrecting anymore as we turn again towards the Summerland.&#0160; If we are prepared to make the necessary sacrifices, then we can go into the next cycle without dragging a load of past unfinished business along with us.<br /><br />T-square of Uranus in Aries, Pluto in Capricorn, and the Nodes in Aries/Libra. The Continental Tarot formulation of this is The Magus in the realm of The Hierophant squaring The World in the realm of The Tower. (There are no cards for the Nodes, though the Hanged Man represents Libra, where the North Node is currently transiting.) I was just pondering Uranus in Aries with South Node the other day, feeling how it&#39;s finally picking up some forward speed after pulling out of its fall and winter retrograde spell. Uranus will be in forward motion until July, so we should all expect to outgrow some of our constraining programming while we flex our increasing individuation.&#0160; Over the next few months Uranus and Pluto get closer and closer to exact square until April when, neck-in-neck on the 15th degree of their respective signs, Pluto goes retrograde. They fall away from each other relatively quickly after that point. &#0160;<br /><br />As was mentioned above, Pluto connects with the mother letter Shin, the cosmic Fire or rubedo of the Supernal Triangle, symbolized by the World card in Tarot.&#0160;&#0160; Meanwhile Uranus is the mother letter Aleph, the cosmic Air or albedo of the Heart Triangle, symbolized by the Magus card. Modern astrologers fairly uniformly equate Pluto with corporate culture, the international conglomerates, and the industrial/military/finance complex. Therefore I think of this cardinal square as an isometric tension between the unfathomable creativity of the individual versus the conformity pressure of the collective organism.&#0160; For those who are equipped to take advantage of that North Node in Libra, there can be a kind of softening effect that buffers the full strength of the Uranus/Pluto square, stemming from undergoing these changes in company with others, as part of a special-interest group or community movement, for example. Those who have no affinity group will reflex back to that Uranus/South Node in Aries, which boils down to rugged individualism and spontaneous genius performed without the nicety of seeking permission. Necessity is the mother of invention after all!&#0160; Let&#39;s at least acknowledge the evolutionary advantage that comes from staging an eruption of unpredictable, asymmetrical responses in the face of pressures set to drive the herd in a pre-programmed reflexive direction. Uranus counsels that if everybody finally just &quot;does their own thing&quot; in response to the absurd and unlivable options that are currently being presented,&#0160; there simply won&#39;t be enough counterforce in place to repress us all.&#0160; Between these two planets, Uranus is the faster moving one who controls the dialogue. Soon enough he will be done with this stressful and electric conversation with Pluto. That square will quickly widen out of orb after April, so right now is the time to harvest that raw motivation for increased individuation. Over Spring&#0160; you can shape it into a tool that will help you acquire your liberation going forward.<br /><br />Each month, in every case, there are always a range of responses to have towards the moment&#39;s inherent developments. I think Uranus counsels to know what we want and concentrate on that, even when it seems to clash with the macrocosmic agenda. Whether we see the flow of events as benign or as stressful, we each still retain that spark of true individuality from which an unprecedented and customized response can emerge.&#0160; Ultimately we each retain the right to steer our own ship of state in whatever direction makes the most sense to us, even if some faceless corporate borg is programmed to try and press us into its constrained channels. Having this Outer Planet square in Cardinal signs is a strong stimulus to do something, anything to remove ourselves from the penetrating tentacles of the collective unconscious. What we do after that is on us, but at least we will have done it consciously!<br /><br />You have my best for the New Year,&#0160; dear readers, and may we all find the way to our heart&#39;s delight as we navigate this very creative period of our lives. I am honored to share this very interesting, stimulating, and paradoxical world with you.<br /><br /><br /></p>
<p><strong><span style="font-size: 12pt;">CURRENT STAGE OF THE MOON for the Americas:  </span></strong></p>
<p><br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Present NewMoon at 0º+ Aquarius on Tuesday,&#0160; January 20th&#0160; at&#0160; 8:14 AM (EST) / 5:14 AM (PST). &#0160; From this moment, the Moon begins to wax, or increase.   <br />FUTURE STAGES:<br />&#0160;&#0160;  &#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 6+ Taurus&#0160; on Monday, January 26th, at 11:49 PM (EST)&#0160;/8:49 PM (PST).<br />   &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;FullMoon is at 14+ Leo on Tuesday February 3rd, at 6:09 PM (EST) /3:09 PM (PST).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.  <br />&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 23+ Scorpio on&#0160;Wednesday, February 11th at 10:51 PM (EST)&#0160;/7:51 PM (PST).  <br />&#0160;&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The next NewMoon at 29+º Aquarius&#0160; on Wednesday, February 18th at 6:47 PM (EST) / 3:47 PM (PST).&#0160;&#0160;From this moment, the Moon begins to wax, or increase.&#0160;</p>
<div><br />
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" title="Christine.paynetowler" /></a><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-popup"><img alt="IMG_0030" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c73a86b6970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="IMG_0030" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">&#0160;</div>
<div><br />Photo by Anya Kumara &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;Photo by Jessica Schiek</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">&#0160;</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 117, January 20, 2015</strong><strong><em><br />copyright christine payne-towler 2005-2015, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Tuesday, 20 January 2015</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2015/01/newmoon-notes-january-20-2015.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2015/01/newmoon-notes-january-20-2015.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F01%2Fnewmoon-notes-january-20-2015.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2015%2F01%2Fnewmoon-notes-january-20-2015.html&title=NewMoon%20Notes%20January%2020%2C%202015', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_116 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb07b1bb93970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/11/arkletter-116.html">ArkLetter 116</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 116, November 22, 2014</strong></p>
<p><span style="font-size: 12pt;">I.&#0160; <a href="http://www.tarotarkletters.com/2014/11/announcements-and-updates.html" target="_blank"><strong>Announcements And Updates, Plus a bonus Deck Review</strong></a></span></p>
<p><strong><em><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d0966951970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="MasterIcon flat " class="asset  asset-image at-xid-6a00d83452a49969e201b8d0966951970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d0966951970c-120wi" style="margin: 0px 5px 5px 0px;" title="MasterIcon flat " /></a></strong></em></strong> <strong><em><strong>AstroTheology: The Thin Spindle of Necessity, Part 2</strong></em> has been released. Part 1 is <a href="https://www.youtube.com/watch?v=mQ9J9JhA0T4&amp;feature=youtu.be" target="_blank">here</a>,&#0160; part 2 is <a href="https://www.youtube.com/watch?v=rBl4dPCeCPI" target="_blank">here</a>. The second part deals with the Ladder of Lights, which is an essential aspect of Boehme&#39;s Astral Alchemy.&#0160; Enjoy! <a href="http://www.tarotarkletters.com/2014/11/announcements-and-updates.html" target="_blank"> http://www.tarotarkletters.com/2014/11/announcements-and-updates.html</a><br /></strong></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;&#0160;</p>
<p>II. <a href="http://www.tarotarkletters.com/2014/11/newmoon-notes-november-22-2014.html" target="_blank"><span style="font-size: 12pt;"><strong>New Moon Notes for November 22, 2014</strong></span></a></p>
<p>&#0160; <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d0966895970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Nov221914NM" class="asset  asset-image at-xid-6a00d83452a49969e201b8d0966895970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d0966895970c-120wi" style="margin: 0px 5px 5px 0px;" title="Nov221914NM" /></a><em><strong>Today&#39;s NewMoon puts the evolutionary emphasis on the Scorpio/Sagittarius cusp.</strong> Medieval astrologers saw this as a movement in the collective body of Astrological Man (or Melothesic Man, another name for the same idea), representing a migration of vital forces from the functions of the lower bowels and colon to the functions of the thighs. This represents a shift of emphasis from the detoxification and eliminative functions to the mobility afforded by the largest power-generation muscles in the human body. <a href="http://www.tarotarkletters.com/2014/11/newmoon-notes-november-22-2014.html" target="_blank">http://www.tarotarkletters.com/2014/11/newmoon-notes-november-22-2014.html</a></em></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>Order the Tarot of the Holy Light here</strong></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
&#0160;<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/&#0160;</a></h3>
<div>&#0160;</div>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
</div>
<div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Thursday, September 24th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<strong>CURRENT STAGE OF THE MOON for the Americas:  </strong>
<p><strong>&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Present NewMoon at 0º+ Sagittarius </strong>on Saturday,&#0160; November 22 is at<strong> 7:32 AM (EST)</strong> / 4:32 AM (PST).<strong> &#0160; </strong>From this moment, the Moon begins to wax, or increase.   </p>
<p><strong>FUTURE STAGES:</strong></p>
<p><strong> &#0160;&#0160;  &#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 7+ Pisces </strong>on Saturday, November 29th, at<strong> 5:06 AM (EST)&#0160;</strong>/2:06 AM (PST).</p>
<p><strong>   &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;FullMoon is at 14+ Gemini </strong>on Saturday, December 6th, at<strong> 7:27 AM (EST) </strong>/4:27 AM (PST).&#0160;<strong>&#0160; </strong>From this moment, the Moon begins to wane, or decrease.  </p>
<p><strong>&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 22+ Virgo</strong> on&#0160;Sunday, December 14th at<strong> 7:51 AM (EST)</strong>&#0160;/4:51 AM (PST).  </p>
<strong>&#0160;&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The next NewMoon at 0+º Capricorn (Winter Solstice) </strong>on Sunday, December&#0160;21st at<strong> 8:36 PM (EST) </strong>/ 5:36 PM (PST).&#0160;&#0160;From this moment, the Moon begins to wax, or increase<strong>.&#0160; </strong><strong><br /></strong></div>
<div><br />
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 116, November 22, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the <a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Saturday, 22 November 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/11/arkletter-116.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/11/arkletter-116.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F11%2Farkletter-116.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F11%2Farkletter-116.html&title=ArkLetter%20116', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    

    




	
	<div class="entry-category-arkletter_116 entry-category-tarot_deck_reviews entry-category-updates_and_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb07b1bc35970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/11/announcements-and-updates.html">Announcements and Updates</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 116, November 22, 2014</strong></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><strong><span style="font-size: 15pt;">Announcements And Updates,</span> Plus a bonus Deck Review</strong></span></p>
<p><span style="font-size: 13pt;"><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d0966940970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="MasterIcon flat " class="asset  asset-image at-xid-6a00d83452a49969e201b8d0966940970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d0966940970c-250wi" style="width: 250px; margin: 0px 5px 5px 0px;" title="MasterIcon flat " /></a></strong></span><span style="font-size: 12pt;"><strong><em><strong>AstroTheology: The Thin Spindle of Necessity, Part 2</strong></em><span style="font-size: 11pt;"> has been released. Part 1 is <a href="https://www.youtube.com/watch?v=mQ9J9JhA0T4&amp;feature=youtu.be" target="_blank">here</a>,&#0160; part 2 is <a href="https://www.youtube.com/watch?v=rBl4dPCeCPI" target="_blank">here</a>. The second part deals with the Ladder of Lights, which is an essential aspect of Boehme&#39;s Astral Alchemy.&#0160; Enjoy!</span></strong></span></p>
<p>&#0160;</p>
<p><span style="font-size: 12pt;"><strong>Notes on the upcoming b<strong>ook</strong>:&#0160;</strong></span> We are scrubbing the reconfigured manuscript now, preparing the book on the 78 cards of <em>Tarot of the Holy Light</em> for its print-on-demand debut. I&#39;m clearly not in charge of the timing, but I still have hope that there will be something to share with dear ones for Christmas, if we just continue of the current track. I won&#39;t bother you with the gory details but my dear friend Jessica (of <a href="http://www.luckymud.com/" target="_blank">Lucky Mud</a> fame) is saving my butt by providing on-site proofreading and corrections directly in the computer files. I can&#39;t believe how many times these essays have been scrubbed for boogers, brain-farts and stray keystrokes! Some may say I&#39;m a talented writer, but I clearly can&#39;t diagram a sentence or even see what my fingers have just done on the keyboard.&#0160; It never ends -- there&#39;s always more typos and errors to find. I have become reconciled to the idea that even as the first edition goes to print-on-demand, we will still be scrubbing the computer files,&#0160; finding things that nobody saw on the previous 26 passes…. &#0160;</p>
<p><br /><br /><span style="font-size: 12pt;"><strong>Recent Events:</strong></span> I had a lovely time at Britenbush, teaching at the Northwest Astrology and Tarot Salon during the waning moon. There was a tremendous wind storm the second night which dropped trees all over the reservation, and the final morning we awoke to a foot of unexpected snow. But those hardy souls who stuck it out had an excellent experience. The staff and facilities at the resort were really enjoyable, including the grounds, the food, the cabins and the hot tubs. Consensus has it that we might try to do this again, late-summer in 2016. People who want to be notified about future news can check in <a href="https://www.facebook.com/groups/238752242983319/" target="_blank">here</a> and ask to be put on the mailing list.</p>
<p>&#0160;</p>
<p><br /><span style="font-size: 12pt;"><strong><span style="font-size: 14pt;"><em>The Oracle of John Dee</em> </span>Deck Review:</strong> </span>At the end of the Salon there were door prizes given out. I was the lucky winner of <em>The Oracle of John Dee</em> by John Matthews and Will Kinghan. These authors are known for their previous acumen with oracle packs, so I was not surprised when this boxed set of book, layout poster, and deck combined to make a handsome presentation. The portraits of the card subjects are well drawn, taken from historical works and set in graphically interesting magical frames. The cards themselves are substantial enough to shuffle well, and they are not overglazed, which to my eye and hand is a plus. The medium brown backs are printed with a gold symbol of Dee&#39;s <em>Monas Hieroglyphica</em>, and the layout poster is gold as well.<br /><br />I refer you to other reviews to get all the commercial details (see <a href="https://mycuriouscabinet.wordpress.com/2013/07/07/the-oracle-of-dr-john-dee/" target="_blank">here</a> and <a href="http://www.tarotopia.com.au/oracle-cards/oracle-dr-john-dee" target="_blank">here</a>). My motive here is to share what I have done with it.<br /><br />Some may be aware that I have been a little put off by the modern usage of Dee&#39;s legacy. I appreciate his position in history and consider his work on the <em>Monas Hieroglyphica</em> to be brilliant and telling. In contrast, the channeling Dee did with Kelly simply doesn&#39;t inspire me. Perhaps this is because I am suspicious of newly invented systems that purport to replace our ancestral legacy. As soon as it became apparent that the various &quot;angelic alphabets&quot; credited to Dee and Kelly are actually just cyphers for Hebrew letters, a lot of the attraction fell away for me.&#0160;</p>
<p>One useful aspect of having been exposed to Dee&#39;s alphabetarian style is that I was not caught by surprise when I saw the same family of magical lettering featured in the Trump essays written by Paul Christian during the lifetime of Levi, and later on the Falconnier Tarot. In fact we find these magical alphabets already catalogued by Agrippa in the early 1500&#39;s, to be repeated and elaborated by Dee over a century later.&#0160; These lines of continuity from the 1500&#39;s reaching right through to the 1900&#39;s serve to increase my confidence that the european magical tradition was sturdy and conservative, offering stubborn resistance to incursions of &quot;creativity&quot; from the savants of any given century.<br /><br />It seems that Matthews and Kinghan are also partisans of the longstanding Tradition. I say this because the two of them made the wise choice to prune out the massive&#0160; complication involved with Dee&#39;s and Kelly&#39;s elaborate practice of ritual magic. In particular they glossed over the intricate elemental grid that fills in the astral mesh of the individual Watchtowers, sparing Oracle users this abstruse construction that requires a mathematician and a rubics-cube expert just to visualize. What the creators of this Oracle chose to feature instead is the tried and true ancient compass diagram of astrology, made up of the horizon and the meridian, the classic Solstice and Equinox points. The Watchtowers take these stations, holding the four directions: North. South, East and West. These Towers, plus their convergence point at the center of the circle, constitute the positions for a 5-card spread. This classic form places the querant directly amidst&#0160; his or her four main departments of life: Health/ Well Being, Intention/Direction, Love/Inspiration, and Work/Influences. The resulting layout makes a cross of four cards surrounding a fifth, giving an overall counsel for the user to ponder.<br /><br />The basic meaning-grid that informs the pack of cards is defined by the 7 roles that John Dee played in his era: Magus, Alchemist, Astronomer, Astrologer, Geographer, Physician, Historian.&#0160; These different roles are multiplied by the four Directions, which, as in Tarot, are manifested in elemental suits (denominated in colors of gold, silver, green, and red). There is a card for Dee in all four Elements, while the other six cards of each element are embellished with six of Dee&#39;s peers and influences, who also embody the spirit of their various Arts for their times.&#0160; That gives 28 cards in the set, a fortuitous number that corresponds to the ancient Mansions of the Moon. (This idea is not explored in the accompanying booklet, but there is no reason an enterprising scout couldn&#39;t make these associations if they so desired!) <br /><br />The best and most interesting feature about this Oracle is that each card is supplied with a set of questions it asks of the user, depending upon which position the card falls in the 5-station spread.&#0160; I find this detail unique and quite useful, even besides the double-entendre involved with working an Oracle that turns around and questions the querant! I would suggest that one start their Oracle reading with the issue of the day firmly in mind,&#0160; perhaps even written down as well. This would help ensure that the interpreter doesn&#39;t get lost into a hall-of-mirrors situation, losing track of where the questions end and the answers begin.<br /><br />The creators of <em>The Oracle of John Dee</em> make an excellent suggestion in their fine little explanatory book. They suggest that one consider filling in the spaces between the Watchtowers with cards from other packs, whether a Tarot,&#0160; Lenormand, or any other Oracle that pleases the user.&#0160; I find this suggestion incredibly generous, allowing the user to vary and enhance their experience in any number of ways depending on what other packs they find compatible. This four-spoked wheel layout represents the bare bones of an astrological chart after all, so it is no great stretch of the imagination to envision three &quot;houses&quot; per quadrant, resulting in a 13-card spread including the middle position. Another option would be to simply place one card into each open quadrant, augmenting the symbolic Solstices and Equinoxes with cross-quarter markers, just as the pagan Wheel of the Year does.&#0160; That would make a reading of 9 cards total, including the center card.<br /><br />The decks I included for my first composite reading were the <em>Paracelsus Oracle</em> and the <em>Petite Oracle des Dames</em>.&#0160; These both have a similar sepia-toned background and muted inks with strong period line-art that allows these packs to share a visual sympathy. Each one is a foreshortened pack with a different card-count, but that is not a limitation when one is only using four cards per pack. I used the<em> Petite Oracle des Dames</em> to represent the fixed-sign houses, and the <em>Paracelsus Oracle</em> to occupy the mutable sign houses. There wasn&#39;t a particular reason I did it like this, though I could easily conjure a logic after the fact.&#0160; It would have been just as easy to use a pack of Sybilla cards, a Shem Angel deck, a Piquet pack, a Taroccini or Minchiate with excellent effect in these intermediary positions as well. My main consideration was to use a set where the cards themselves are smallish, because the layout poster is only medium-sized. Really large auxiliary cards might throw the visual proportions off, dwarfing the impact of the cards from the <em>Oracle of John Dee</em> compared to the others.<br /><br />All said and done, I will use this <em>Oracle of John Dee</em> again, because it allows me to unpack my magical identifications a little bit and look in on facets of my studies that I don&#39;t always call up to conscious memory. I enjoy the idea of having a set of flash-cards representing my historical role models and predecessors. The mechanics of this <em>Oracle</em> might not offer more than a first-level presentation of the great richness that emerged from Dee&#39;s lifetime labor of magical love, but I appreciate the emphasis that Matthews and Kingham placed on the personalities that flesh out the historical transmission. This boxed set might provide the perfect gift for a Tarot and Oracle loving friend who seems to have everything.</p>
<p><strong><span style="font-size: 12pt;">An Upcoming Event</span> in Portland, Oregon where I will be teaching early next year:</strong></p>
<p><strong>The Northwest Tarot Symposium (NW Tarot Symposium)</strong>, will be happening March 6 - 8 at the Monarch Hotel in Portland, OR. &#0160; You can find out all about this conference at <a href="http://nwtarotsymposium.com/" target="_blank">http://nwtarotsymposium.com/</a>&#0160; This is the event to attend if you have ever wanted to check out Oregon&#39;s only true megopolis, with its many bridges, famous gardens, signature brewries and restaurants, and of course the ultimate mecca of bibliophiles, &#0160;Powell&#39;s City of Books. People from out of state will get a chance to experience a slice of Oregon&#39;s fabulous extended spring season, which actually starts in late winter and continues right through&#0160;to early summer. Whether it rains or shines on that weekend, Portland is truly Oregon&#39;s Emerald City, of which the state is justly proud. Come and experience your own slice of Portlandia, in the company of your favorite Tarot writers, readers and creators!</p>
<div>May all of your holy days be graced with Light, loving fellowship, and true heart&#39;s inspiration. There is no time like the month of Sagittarius to reach for the stars.</div>
<div>&#0160;</div>
<div>Christine Payne-Towler&#0160;</div>
<div>
<div>
<p><em>&#0160;</em><em>&#0160;</em>_______________________________</p>
<p>SUBSCRIBE INFORMATION</p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a3fd263d4b970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263d4b970b-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263d4b970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fd263d4b970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p>&#0160;</p>
<p>ArkLetter 116, November 22, 2014<em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank">Subscribe to the TAROT ARKLETTERS</a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank">C<em>lasses, Readings, and Private Sessions on personal and business matters</em></a></p>
<p>1-360-849-4857</p>
<p>TAROT ARKLETTERS are published by:<br /><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</p>
<p>Tarot Interpretation &amp; Charts<br />Tarot Reading text creation at&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><br />Bishop,&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><br />Founder:&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<br />Author:&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the <a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a>&#0160;</p>
</div>
<div>&#0160;</div>
&#0160;</div>
<div>&#0160;</div>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Saturday, 22 November 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/11/announcements-and-updates.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/11/announcements-and-updates.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F11%2Fannouncements-and-updates.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F11%2Fannouncements-and-updates.html&title=Announcements%20and%20Updates', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_116 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d0965bc6970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/11/newmoon-notes-november-22-2014.html">NewMoon Notes November 22, 2014</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 116, November 22, 2014</strong></p>
<p>&#0160;</p>
<p><span style="font-size: 12pt;"><strong>New Moon Notes for November 22, 2014</strong> </span></p>
<p>&#0160;</p>
<p>&#0160; <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c70cb01e970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Nov221914NM" class="asset  asset-image at-xid-6a00d83452a49969e201b7c70cb01e970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c70cb01e970b-250wi" style="width: 250px; margin: 0px 5px 5px 0px;" title="Nov221914NM" /></a><em><strong>Today&#39;s NewMoon puts the evolutionary emphasis on the Scorpio/Sagittarius cusp.</strong> Medieval astrologers saw this as a movement in the collective body of Astrological Man (or Melothesic Man, another name for the same idea), representing a migration of vital forces from the functions of the lower bowels and colon to the functions of the thighs. This represents a shift of emphasis from the detoxification and eliminative functions to the mobility afforded by the largest power-generation muscles in the human body.</em> The thigh muscles are the body&#39;s major pumps for moving blood, lymph and cerebrospinal fluid around. Meanwhile, the bone marrow of the thighs are the primary site for production of blood cells and immune cells to support health and defend the body from attack. So from these indications we can derive that there is a new flush of energy surging through the collective mind/body, away from thoughts about &quot;what went wrong&quot; to thoughts about &quot;what&#39;s going right.&quot; <br /><br />After the unburdening and detoxification of our Scorpio business (last NewMoon), this NewMoon leaps into the fire sign Sagittarius with great vigor and enthusiasm. Like gold rendered in the forge, the purified Sagittarius impulse glitters and gleams with the warm Light of higher consciousness. Purged of its earthly toxins, the soul exults in its true and immortal nature, feeling that it can evolve faster and overtop its previous limits with ease. The angelic side of the personality comes to the fore, sweeping away lower motives and limitations. Jupiter&#39;s rulership permeates this zone with optimism, generosity, expansiveness, granting a sense of infinite support.&#0160; Some of these feelings might represent exaggerations, of course, but with Jupiter transiting Leo as the NewMoon bursts into Sagittarius, it is only&#0160; natural to feel illuminated and excited about the possibilities. As the dark of winter falls around us, these heart-opening inspirations are empowering.<br /><br /><strong>We also see a 5-body NewMoon conjunction, all within 16º of arc.&#0160;</strong> The group consists of Mercury and Saturn in Scorpio followed by NewMoon (Sun/ Moon together) and Venus in Sagittarius. I would say that Saturn is putting Mercury to the test, operating as the taskmaster and accountant, scrutinizing Mercury&#39;s worthiness to pass. Saturn is likely to make Mercury eat any of his past words that weren&#39;t spoken in truth and authenticated with sincerity. Meanwhile the Light of Nature (which is Venus&#39; power to reveal the Truth) opens a path through Sagittarius for the Moon (the astral body, the psyche) soon to follow. No matter what house this falls into given the locality of the reader, this 16º bundle of Scorpio/Sagittarius energies incites us towards overtopping our previous psychological and spiritual limits via the rampant creativity of our feminine side. Remember that the Sun, Moon and Mercury are ancient alchemical symbols for the principals of the Great Work. Also the Moon, Mercury and Venus are the planets that provide Boehme&#39;s healing tincture which stills the Wrath troubling the material world. Therefore, this powerful and multidimensional conjunction takes on increased significance to the journey of the soul.<br /><br /><strong>Mars leaves Pluto behind in Capricorn, making a T-square to the Nodes.</strong> As mentioned last month, Saturn in Scorpio is in mutual reception to the ruler of Scorpio in Capricorn. It doesn&#39;t matter whether you think Pluto or Mars is the ruler of Scorpio, this mutual reception obtains. I happen to favor Mars with that rulership, which indicates that this mutual reception is getting ready to run its course.&#0160; By December 5th Mars will have moved on to Aquarius, and on Christmas day Saturn will be reborn in Sagittarius. That gives us some ten days to complete any projects that we want to bring to birth during this powerful exchange of energies. Mutual Receptions don&#39;t depend on degrees or aspects -- they function more like a telepathic bond between planets that are transiting each other&#39;s signs, whatever distance they may have between them.&#0160; Projects completed under this aspect should be characterized by magical penetration and staying power.<br /><br /><strong>The Pluto/Uranus square is back in action,</strong> granting us another round of unbelievable headlines about the global clash that&#39;s raging everywhere between the multinational (financial/military/industrial) Borg versus the wily and unpredictable &quot;little guy&quot; with his/her million asymmetrical strategies of resistance. I didn&#39;t go looking for it, but no doubt there are many astrologers writing about this winter Cardinal Sign square as another step in the sequence that started last summer and will finally culminate next spring. This&#0160; sequence is&#0160; a two-year dance of separation, since Uranus, the faster moving planet, is pulling away from Pluto, the slower moving planet.&#0160; Pluto represents stability in Capricorn, while Uranus is pressing explosive change from radical Aries. We each get to figure out our identifications, because of course most people have relationships with both sides of this square., whether they are internal character resemblances or exterior social and relational situations. Nobody goes untouched when the generational planets clash and spark off each other, so there is no point in resisting these ideas. Just look around your own life and notice where the battle lines are being drawn between the pressing forces of conformity versus the unbreakable claim that personal sovereignty arouses in the heart.&#0160; When one has a constitutional yearning and hunger for change, no amount of control strategies will succeed in quenching that hope.&#0160; Even death can look like a better choice than stasis. When a person, family or cultural group reach this stage, there is no telling what they will be willing to do. The endless creativity of the unbridled individual is a wonder of nature, it is truly the mother of invention.&#0160; It is axiomatic that the harder Pluto squeezes down in the attempt to control things, the faster Uranus will find a way out through the cracks. Like water, Uranus is basically uncrushable, it will undo any contrivance meant to compress or contain it.</p>
<p><strong><br /><br /></strong><strong>CURRENT STAGE OF THE MOON for the Americas:  </strong></p>
<p><strong>&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Present NewMoon at 0º+ Sagittarius </strong>on Saturday,&#0160; November 22 is at<strong> 7:32 AM (EST)</strong> / 4:32 AM (PST).<strong> &#0160; </strong>From this moment, the Moon begins to wax, or increase.   </p>
<p><strong>FUTURE STAGES:</strong></p>
<p><strong> &#0160;&#0160;  &#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 7+ Pisces </strong>on Saturday, November 29th, at<strong> 5:06 AM (EST)&#0160;</strong>/2:06 AM (PST).</p>
<p><strong>   &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;FullMoon is at 14+ Gemini </strong>on Saturday, December 6th, at<strong> 7:27 AM (EST) </strong>/4:27 AM (PST).&#0160;<strong>&#0160; </strong>From this moment, the Moon begins to wane, or decrease.  </p>
<p><strong>&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 22+ Virgo</strong> on&#0160;Sunday, December 14th at<strong> 7:51 AM (EST)</strong>&#0160;/4:51 AM (PST).  </p>
<p><strong>&#0160;&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The next NewMoon at 0+º Capricorn (Winter Solstice) </strong>on Sunday, December&#0160;21st at<strong> 8:36 PM (EST) </strong>/ 5:36 PM (PST).&#0160;&#0160;From this moment, the Moon begins to wax, or increase<strong>.&#0160; </strong><strong><br /></strong><em><strong><br /></strong></em></p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<h3><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong></h3>
<p>I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<br />
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a511d5be68970c" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a511d5be68970c-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a511d5be68970c-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a511d5be68970c">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b" style="text-align: right;">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
</div>
<p><strong><strong><strong>ArkLetter 116,&#0160; November 22, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the <a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
<div><strong>&#0160;</strong></div>
<p><strong>&#0160;</strong></p>
<p><strong>&#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;&#0160; </strong></p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Saturday, 22 November 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/11/newmoon-notes-november-22-2014.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/11/newmoon-notes-november-22-2014.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F11%2Fnewmoon-notes-november-22-2014.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F11%2Fnewmoon-notes-november-22-2014.html&title=NewMoon%20Notes%20November%2022%2C%202014', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_115 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb079df55f970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/10/arkletter-115.html">ArkLetter 115</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 115, October 23, 2014<br /></strong></p>
<p><strong><strong>IN THIS ISSUE:</strong></strong></p>
<p><span style="font-size: 12pt;"><strong><strong>I. <a href="http://www.tarotarkletters.com/2014/10/newmoon-notes-october-23-2014.html" target="_blank">Announcements and Calendar</a></strong></strong></span></p>
<p><em> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb079e7fec970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="FrmReadMail_Attachment.aspx" class="asset  asset-image at-xid-6a00d83452a49969e201bb079e7fec970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb079e7fec970d-120wi" style="margin: 0px 5px 5px 0px;" title="FrmReadMail_Attachment.aspx" /></a></em></p>
<p>&#0160;</p>
<p><em><span style="font-size: 11pt;">Dear readers and lovers of Tarot,&#0160; I am about to launch a funding campaign, and I&#39;d really love to hear some feedback from my subscribers, Facebook friends, and whoever is out there reading this.</span></em><span style="font-size: 11pt;"><strong><strong><a href="http://www.tarotarkletters.com/2014/10/newmoon-notes-october-23-2014.html" target="_blank"> http://www.tarotarkletters.com/2014/10/newmoon-notes-october-23-2014.html</a><br /></strong></strong></span></p>
<p>&#0160;</p>
<p><span style="font-size: 12pt;"><strong><strong>II. <a href="http://www.tarotarkletters.com/2014/10/newmoon-notes-october-23-2014.html%20" target="_blank">NewMoon Notes</a></strong></strong></span></p>
<p><em> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c6f8c8c2970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="OctNM&#39;14" class="asset  asset-image at-xid-6a00d83452a49969e201b7c6f8c8c2970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c6f8c8c2970b-120wi" style="margin: 0px 5px 5px 0px;" title="OctNM&#39;14" /></a><span style="font-size: 11pt;">Ahhh, Scorpio. The realm of plain speech and naked emotions.&#0160; As we leave Libra, we leave behind the diplomacy, the velvet glove, the mollifying manners and all of the other appurtenances of codependent civilization. Now we enter the alchemical furnace, where the superficial niceties are burned away, leaving the bones of the issues floating in a soup of disintegrating wishes, expectations, promises and fantasies.&#0160;<a href="http://www.tarotarkletters.com/2014/10/newmoon-notes-october-23-2014.html%20" target="_blank">http://www.tarotarkletters.com/2014/10/newmoon-notes-october-23-2014.html</a></span></em></p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>Order the Tarot of the Holy Light here</strong></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
&#0160;<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/&#0160;</a></h3>
<div>&#0160;</div>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
</div>
<div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Thursday, September 24th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<strong>CURRENT STAGE OF THE MOON for the Americas:<br /><br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Present NewMoon Eclipse&#0160;at 0+ Scorpio on Thursday, October 23rd starting at 5:45 PM (EDT) / 2:45 PM (PDT). Eclipse is complete and Moon is New at 5:56 PM (EDT) / 2:56 PM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.<br /><br /> FUTURE STAGES:&#0160; &#0160; &#0160;<br />&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 7+ Aquarius on Thursday, October 30th, at 10:48 PM (EDT)&#0160;/ 7:48 PM (PDT).<br /><br /> &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;FullMoon is at 14+ Taurus on Thursday&#0160; November 6th, at 5:23 PM (EDT) / 2:23 PM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.<br /><br />&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 22+ Leo on&#0160;Friday November 14th at 10:16 AM (EDT)&#0160;/ 7:16 AM (PDT).<br /><br />&#0160;&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The next NewMoon&#0160;at 0º+ Sagittarius on Saturday,&#0160; November 22 is at 7:32 AM (EDT) / 4:32 AM (PDT).&#0160;&#0160;From this moment, the Moon begins to wax, or increase. &#0160;<br /><br /></strong><br /><br /></div>
<div><br />
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 115, October 23, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the <a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Thursday, 23 October 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/10/arkletter-115.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/10/arkletter-115.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F10%2Farkletter-115.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F10%2Farkletter-115.html&title=ArkLetter%20115', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_115 entry-category-updates_and_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d082db6c970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/10/announce.html">Announcements and Calendar</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p style="text-align: left;"><strong>Tarot ArkLetter&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a></strong><br /><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong><br /><strong>ArkLetter 115, October 23, 2014</strong></p>
<p style="text-align: left;"><strong>&#0160;<span style="font-size: 15pt;">Announcements and Calendar</span></strong></p>
<p style="text-align: left;"><br /><span style="font-size: 14pt;"><strong>Crowdfunding Coming Soon!</strong></span><br /><em><br /> <br /> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d0836963970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="FrmReadMail_Attachment.aspx" class="asset  asset-image at-xid-6a00d83452a49969e201b8d0836963970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d0836963970c-320wi" style="margin: 0px 5px 5px 0px;" title="FrmReadMail_Attachment.aspx" /></a>Dear readers and lovers of Tarot,&#0160; I am about to launch a funding campaign, and I&#39;d really love to hear some feedback from my subscribers, Facebook friends, and whoever is out there reading this. </em><br /><br />Many of you know me as a renegade, whether my work is estimated as the fly in the ointment, or as a refreshing voice from the ignored margins. Both views are true, and both point back to the same underlying reality. My stance is that the Tarot community as a whole has been over-focused on modern developments and standout&#0160; personalities, so much so that we find it hard to see behind the glamor of contemporary phenomena to the broader context that precedes and supports our &quot;wicked pack of cards&quot;. As a result I have expended my effort and attention over the years on looking below and behind the ripples visible on the surface of Tarot, following those clues to reveal forces at work behind the scenes. &#0160;<br /><br />The positive response we have gotten from producing the Tarot of the Holy Light indicates that the Tarot public is increasingly eager to peer beyond the conceptual wall that so stubbornly blocks the view of Tarot history before Etteilla. I am thrilled to find our Art at this juncture, and I am also emboldened to ask for those who are with me in this endeavor to &#39;vote with their feet&#39; so to speak.&#0160; For all of you who have suspected that &quot;there is more&quot; to the early Tarot, but they can&#39;t get anybody to talk about it, I want to be your champion. For those who have had objections to the closed-minded attitudes they encounter in the public Tarot presentations, but who haven&#39;t wanted to speak up lest they be wounded by the hostile rejection such ideas receive,&#0160; let me carry the torch for you!&#0160; I volunteer to serve as proxy for your well-founded hunches that the 78-card pack of Tarot possesses a deeper esoteric identity, starting in the late Renaissance when it first received the numbers on the faces of the Trumps.&#0160; All those who believe, as I do, that Tarot has always been more than simply a game or a plaything can count on me to continue driving this message home with all the resources I can muster.<br /><br /><br />I have two immediate goals, as follows:<br /><br />The short term goal is to finance the second printing of the Tarot of the Holy Light, alongside a hardbound, full color copy of the&#0160; book about the deck. We also dearly want to pay our helpers, who have so far volunteered hundreds of professional hours motivated by love and the desire to see this project come to fruition. The last few years, we have been crawling along on our individual motivation, doing as best we can with our limited resources, meanwhile riding out the bucking bronco of our individual lives But now we need a helping hand to carry us across the finish line.&#0160; The print-on-demand volumes are proceeding apace, since they don&#39;t require the up-front expense of a giant offset press spitting out a thousand or more copies at one whack. But the reprinting of the deck, alongside the making of a serious and beautiful hardback book worthy of the subject, requires a huge outlay upfront, and that is what we would be looking for help with in the short run.<br /><br />The medium-term goal is more extensive, involving a major overhaul of this website and the conversion of the most deserving of my past articles into volumes covering the range of topics I have been writing about since 2005. Finally, it is the proper time to update these research projects and make them more accessible. For example, isn&#39;t it time we get the whole suite of articles on the Masonic, Martinist, and Rosicrucian contribution to Tarot esotericism gathered together in one volume? Shouldn&#39;t there be a workbook outlining all the traditional, inner-school workings that become available when using the historical Continental Tarot correspondences?&#0160; What about a deeper investigation of the contribution of Jewish-Christian converts, and the post-Crusades Arabic esotericism, to the European Tarot scene?&#0160; We have a lot yet to recover from the dustbin of history, and the historical resources for this learning are finally appearing in the public domain. I would love to update my web presence, expand my library and produce more of what I do best.&#0160; Ultimately I would love to see all of the volumes we assemble come into hardback, full-color productions.<br /><br /><br />What do you say to this, lovers of old Tarots? Would you support these ideas with your personal contributions? Would you be happy with a THL-themed mug, a t-shirt, or a varying-length session with me as prizes for your contribution? Is there some advice you have for me, any requests or objections?&#0160; I have very little fear at this point in my life, and even less shame, so I&#39;m happy to make myself open to whatever feedback you have to give me. If this sounds like a stupid idea, or a great idea, or you have a favorite crowdfunding platform to recommend, please feel free to tell me.&#0160; I promise to take your insights into consideration. My e-mail is christine@tarotuniversity.com.<br /><br /><br /><br /><br /></p>
<p><span style="font-size: 13pt;"><strong>Upcoming Events where I will be teaching this Fall and late Winter:</strong></span></p>
<p>The first event is the <strong>Northwest Astrology and Tarot Salon</strong>, which is happening this coming November 10 - 13 at Breitenbush Hot Springs outside of Detroit, Oregon. Information about this event can be found at&#0160;<a href="http://www.nwsalon.com/" rel="nofollow nofollow" target="_blank">www.nwsalon.com</a>. &#0160;This is the event to attend if you enjoy a relaxed, natural environment with plenty of hang-time, including &#0160;non-conference activities like hiking, massage and hot tubbing. The stunning setting, nestled in the western slopes of Oregon&#39;s Cascade Mountains, provides visual feasts that will inspire our thoughts and conversations. &#0160;Participants will get to meet, study with and have readings from a range of practitioners, some of whom have served the Pacific Northwest &quot;metapysical scene&quot; for decades already.&#0160; Best to enroll right now, as the last of the cabins reserved for our group are going fast.</p>
<p>The second event is the <strong>Northwest Tarot Symposium (NW Tarot Symposium)</strong>, which will be happening March 6 - 8 at the Monarch Hotel in Portland, OR. &#0160; You can find out all about this conference at <a href="http://nwtarotsymposium.com/" target="_blank">http://nwtarotsymposium.com/</a>&#0160; This is the event to attend if you have ever wanted to check out Oregon&#39;s only true megopolis, with its many bridges, famous gardens, signature brewries and restaurants, and of course the ultimate mecca of bibliophiles, &#0160;Powell&#39;s City of Books. People from out of state will get a chance to experience a slice of Oregon&#39;s fabulous extended spring season, which actually starts in late winter and continues right through&#0160;to early summer. Whether it rains or shines on that weekend, Portland is truly Oregon&#39;s Emerald City, of which the state is justly proud. Come and experience your own slice of Portlandia, in the company of your favorite Tarot writers, readers and creators!</p>
<div>In the meantime, I send the blessings of Holy Light to all! &#0160;May your dearest dreams come true during the incoming Fall, with the help of the two Eclipses we will be enjoying this&#0160; month.</div>
<div>&#0160;</div>
<div>Christine Payne-Towler&#0160;</div>
<div>
<div>
<p><em>&#0160;</em><em>&#0160;</em>_______________________________</p>
<p>SUBSCRIBE INFORMATION</p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a3fd263d4b970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263d4b970b-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263d4b970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fd263d4b970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p>&#0160;</p>
<p>ArkLetter 115, October 23, 2014<em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank">Subscribe to the TAROT ARKLETTERS</a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank">C<em>lasses, Readings, and Private Sessions on personal and business matters</em></a></p>
<p>1-360-849-4857</p>
<p>TAROT ARKLETTERS are published by:<br /><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</p>
<p>Tarot Interpretation &amp; Charts<br />Tarot Reading text creation at&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><br />Bishop,&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><br />Founder:&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<br />Author:&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the <a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a>&#0160;</p>
</div>
<div>&#0160;</div>
&#0160;</div>
<div>&#0160;</div>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Thursday, 23 October 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/10/announce.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/10/announce.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F10%2Fannounce.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F10%2Fannounce.html&title=Announcements%20and%20Calendar', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_115 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201bb079df4f1970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/10/newmoon-notes-october-23-2014.html">NewMoon Notes October 23, 2014</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot&#0160;ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 115, October 23, 2014<br /></strong></p>
<p><span style="font-size: 13pt;"><strong>New Moon Notes &#0160; &#0160;</strong></span></p>
<p>&#0160;</p>
<p><span style="font-size: 12pt;"><strong><br /></strong><em> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c6f8c8a9970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="OctNM&#39;14" class="asset  asset-image at-xid-6a00d83452a49969e201b7c6f8c8a9970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c6f8c8a9970b-320wi" style="margin: 0px 5px 5px 0px;" title="OctNM&#39;14" /></a>Ahhh, Scorpio. The realm of plain speech and naked emotions.&#0160; As we leave Libra, we leave behind the diplomacy, the velvet glove, the mollifying manners and all of the other appurtenances of codependent civilization. Now we enter the alchemical furnace, where the superficial niceties are burned away, leaving the bones of the issues floating in a soup of disintegrating wishes, expectations, promises and fantasies. This is not an enjoyable realm for most people, although Temperance (the Trump icon for Scorpio) is the process of &quot;making the Medicine&quot; for what ails the spirit. Clearly one of the services that Scorpio does for us is strip away the gingerbread surfaces of society and expose the scaffolding that supported the illusion. In the spirit of the moment, with the eclipse X-raying us all, may the truth come out.<strong><br /><br /><br /></strong></em>First we look at the NewMoon Eclipse plus Venus in the first degree of Scorpio.&#0160; Translated into traditional&#0160; Continental Tarot terms, that means Priestess, Fool, Empress in the realm of Temperance. Temperence is the stage of making the alchemical medicine, which means tincturing the &quot;wrath&quot; that we are all suffering from with the forces of love and light. Jacob Boehme considered the Moon, Mercury and Venus to be the &quot;medicines&quot; (compliments, &#0160;balancers) for Saturn, Jupiter and Mars respectively. We will follow this pattern in our thinking.</span></p>
<p><span style="font-size: 12pt;">Naturally the union of Sun and Moon are an automatic symbol of union and at-one-ment. The additio of&#0160;Venus with&#0160;the NewMoon Eclipse in Scorpio (Mars&#39; sign) offers us the mojo needed to &#39;de-fang the yang&#39; (Mars) before he enters into his upcoming encounter with Pluto. &#0160;Further, this whole 0+ bundle in Scorpio is sextile to Mars in the last degrees of Sagittarius, so this offers a key to the alchemy of this Eclipse. &#0160;We are each to search out a way that the Venus impulse can mollify fiery Mars, so he can proceed into his encounter with Pluto in Capricorn (which starts November 9) without bearing a chip on his shoulder.</span><br /><br /><span style="font-size: 12pt;">Next we regard Saturn at the end of Scorpio, finishing up his 2+ year run through this sign (complete on November 14). His term in Scorpio included a very disruptive retrograde that toppled many fond illusions. So what have we learned from two years of the Judgement/Resurrection icon transiting the zone of Temperance? I would say the Angel of the Trumpet has been calling all of us to awaken from the deathlike trance that has overtaken the world, while people in our trillions spend vital force, time, and attention on poisonous distractions. The Angel of Life stands in Judgement, separating the quick from the dead. Be attuned to the trumpet instead of the squawk box! Those who are unconscious will remain caught in the trance of history, but for those who are called to a higher destiny, rise and be counted!</span><br /><br /><span style="font-size: 12pt;">Jupiter is squaring Saturn from&#0160;the 19th degree of Leo. Relations between these two planets are always vigorous, no matter what type of aspect they share. This is a closing square, which means that Jupiter is catching up with Saturn, steadily decreasing the distance between them while moving towards conjunction. I translate this to mean that Jupiter is working to satisfy critical Saturn, who is the elder influence among the visible planets. My advice would be to expend one&#39;s Leo Jupiter enthusiasm and expansiveness on projects that are going to meet Saturn&#39;s high and exacting standards. Then when Jupiter goes retrograde in December, and Saturn leaves Scorpio for Sagittarius, they will have the very best chances for seeing eye-to-eye despite the period in late winter of 2015 where they are&#0160;simultaneously&#0160;retrograde in their respective fire signs.&#0160;</span></p>
<p><span style="font-size: 12pt;">As we scan around the rest of the Zodiac to see what other Planets are, like Jupiter, in the teens of their signs, we find Mercury/N. Node, Puto and Uranus/S. Node. &#0160;This reactivates the lingering T-square we felt in Libra, Capricorn and Aries earlier this year, and which will repeat in earnest the first half of next year. It is wise to remember that those binding and constraining conditions (which started in 2013, actually) continue to obtain, though perhaps recently operating as background conditions. Jupiter is supporting the Aries end of this t-square, therefore offering a boost to our originality and creativity. We will not resolve the inherent tension in this figure through conformity or repetition of past formulas.</span></p>
<p><span style="font-size: 12pt;"> Jupiter is also having a Wet Way discussion with Pluto, since they are stationed in the signs that inaugurate (Leo) and then complete (Capricorn) the alchemical path out of the body and back into Spirit.&#0160;<em>&#0160;</em>The unspoken question running between them is &quot;what would it take to untangle myself from current circumstances if that were necessary? &#0160;I think this is an excellent question to keep in the back of our minds all the time, because it would help restrain us from getting into situations that are likely to become overwhelming and all-consuming.&#0160;</span></p>
<p><span style="font-size: medium;">All in all, I agree with the many other astrologers who can be found all over the internet talking about the power and significance of this New Moon Eclipse and it&#39;s attendent chart. Since this is happening in the first degree of Scorpio, let&#39;s take it as a chance to crawl like the butterfly out of the crysalis of past projections and false identities that have hemmed us in. Let&#39;s make the highly individualistic &#39;medicine&#39; that can render all of our fossilized opposites into a harmonius composite that retains the best qualities of all it&#39;s constituent parts.</span></p>
<p>&#0160;</p>
<p><span style="font-size: medium;">With all blessings,&#0160;</span></p>
<p>&#0160;</p>
<p><span style="font-size: medium;">cpt</span></p>
<p>&#0160;</p>
<p><span style="font-size: 12pt;"><strong><br /><br /></strong><strong><span style="font-size: 11pt;">CURRENT STAGE OF THE MOON for the Americas:</span></strong><br /><br /><span style="font-size: 11pt;">&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;<strong>The Present NewMoon Eclipse&#0160;at 0+ Scorpio</strong> on Thursday, October 23rd starting at <strong>5:45 PM (EDT)</strong> / 2:45 PM (PDT). Eclipse is complete and <strong>Moon is New at 5:56 PM (EDT)</strong> / 2:56 PM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.</span><br /><br /><span style="font-size: 11pt;"> FUTURE STAGES:&#0160; &#0160; &#0160;</span><br /><span style="font-size: 11pt;">&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;<strong>2nd Quarter, Waxing Half Moon is at 7+ Aquarius</strong> on Thursday, October 30th, at <strong>10:48 PM (EDT)</strong>&#0160;/ 7:48 PM (PDT).</span><br /><br /><span style="font-size: 11pt;"> &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;<strong>FullMoon is at 14+ Taurus</strong> on Thursday November 6th, at <strong>5:23 PM (EDT)</strong> / 2:23 PM (PDT).&#0160;&#0160; From this moment, the Moon begins to wane, or decrease.</span><br /><br /><span style="font-size: 11pt;">&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;<strong>4th Quarter, Waning Half Moon is at 22+ Leo</strong> on&#0160;Friday November 14th at <strong>10:16 AM (EDT)</strong>&#0160;/ 7:16 AM (PDT).</span><br /><br /><span style="font-size: 11pt;">&#0160;&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;<strong>The next NewMoon&#0160;at 0º+ Sagittarius</strong> on Saturday,&#0160; November 22 is at <strong>7:32 AM (EDT)</strong> / 4:32 AM (PDT).&#0160;&#0160;From this moment, the Moon begins to wax, or increase. &#0160;<em><strong><br /><br /><br /><br /><br /></strong></em></span></span></p>
<p>&#0160;</p>
<p><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></p>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<h3><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong></h3>
<p>I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<br />
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a511d5be68970c" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a511d5be68970c-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a511d5be68970c-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a511d5be68970c">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b" style="text-align: right;">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
</div>
<p><strong><strong><strong>ArkLetter 115,&#0160; October 23, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the <a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Tarot of the Holy Light</a></strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
<div><strong>&#0160;</strong></div>
<p><strong>&#0160;</strong></p>
<p><strong>&#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;&#0160; </strong></p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Thursday, 23 October 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/10/newmoon-notes-october-23-2014.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/10/newmoon-notes-october-23-2014.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F10%2Fnewmoon-notes-october-23-2014.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F10%2Fnewmoon-notes-october-23-2014.html&title=NewMoon%20Notes%20October%2023%2C%202014', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_114 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d0702b73970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/09/arkletter-114.html">ArkLetter 114</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 114, September 24, 2014</strong></p>
<p><strong><strong>I<strong><strong>N THIS ISSUE:</strong></strong></strong></strong></p>
<p><span style="font-size: 11pt;">I. <a href="http://www.tarotarkletters.com/2014/09/announcements-and-calendar.html%20" target="_blank">Announcements and Calendar</a></span></p>
<p><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c6e63fdd970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Ros2" class="asset  asset-image at-xid-6a00d83452a49969e201b7c6e63fdd970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c6e63fdd970b-120wi" style="margin: 0px 5px 5px 0px;" title="Ros2" /></a></p>
<p>Welcome to the Libra NewMoon at Fall Equinox, my favorite time of the year. Despite the ambiguity of shorter days, colder nights, slower growth and atmospheric turbulence, what&#39;s not to love about the cusp between Summer and Fall?&#0160; For a few weeks, the day and night hours are balanced, allowing us to find some peace amidst the radical extremes that lie behind and before us.</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><span style="font-size: 11pt;">II. <a href="http://www.tarotarkletters.com/2014/09/newmoon-notes.html%20" target="_blank">New Moon Notes</a></span></p>
<p><span style="font-size: 10pt;"> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201bb078b52b4970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="LibraNewMoon" class="asset  asset-image at-xid-6a00d83452a49969e201bb078b52b4970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201bb078b52b4970d-120wi" style="margin: 0px 5px 5px 0px;" title="LibraNewMoon" /></a></span></p>
<p>&#0160;</p>
<p><span style="font-size: 10pt;">This NewMoon is in the first degrees of Libra. Given the interwoven relationships that criss-cross the interior structure of the Zodiac, this highlights the early degrees of Pisces, where Neptune is retrograde, and the early degrees of Sagittarius, where Mars is transiting. The first decanate of every sign is always the most &quot;pure&quot;, because it carries the character of the sign&#39;s natural ruler. In this case, Mars is sitting in the Jupiter decanate of Saggitarius, and Neptune is sitting in the Jupiter decanate of Pisces. Interesting! </span></p>
<p>&#0160;</p>
<p><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>Order the Tarot of the Holy Light here</strong></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
&#0160;<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
			</div>
							<a id="more"></a>
				<div class="entry-more">
					
<div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/&#0160;</a></h3>
<div>&#0160;</div>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
</div>
<div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Thursday, September 24th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<strong>CURRENT STAGE OF THE MOON for the Americas:</strong></div>
<div><strong><br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Present NewMoon is at&#0160;at 1+ Libra across the midnight hour of Tuesday, September 24th at 11:14 PM (PDT) / Wednesday September 25th at 2:14 PM (EDT).&#0160; From this moment, the Moon begins to wax, or increase.</strong></div>
<div><strong><br /> FUTURE STAGES:&#0160; &#0160; &#0160;<br />&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 8+ Capricorn on Wednesday, October 1st, at 3:33 PM (EDT)&#0160;/ 12:33 PM (PDT).</strong></div>
<div><strong> <br /> &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;FullMoon is at 15+ Aries on Wednesday October 8th, at 8:51 PM (EDT) / 11:10 AM (PDT).&#0160; The Lunar&#0160; Eclipse immediately follows at 6:55 AM EDT / 3:55 AM (PDT). From this moment, the Moon begins to wane, or decrease. </strong></div>
<div><strong><br />&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 22+ Cancer on&#0160;WEdnesday October 15th at 3:12 PM (EDT)&#0160;/ 12:12 PM (PDT).</strong></div>
<div><strong><br />&#0160;&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Solar Eclipse at 0º 15&#39; Scorpio happens on Thursday, October 23rd at 5:45 PM (EDT) / 2:45 PM (PDT). The&#0160; NewMoon&#0160;at 0º 25 Scorpio immediately follows at 5:57 PM (EDT) / 2:57 PM (PDT).&#0160;&#0160;From this moment, the Moon begins to wax, or increase. &#0160;<br /><br /></strong><br /><br /></div>
<div><br />
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 114, September 24. 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Tuesday, 23 September 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/09/arkletter-114.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/09/arkletter-114.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F09%2Farkletter-114.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F09%2Farkletter-114.html&title=ArkLetter%20114', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_114 entry-category-updates_and_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b7c6e63edd970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/09/announcements-and-calendar.html">Announcements and Calendar</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p style="text-align: left;"><strong><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 114, September 24, 2014<br /></strong></strong></p>
<p style="text-align: left;"><span style="font-size: 13pt;">&#0160;<strong><strong>Announcements and Calendar</strong></strong></span></p>
<p style="text-align: left;"><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b7c6e63fcd970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="Ros2" class="asset  asset-image at-xid-6a00d83452a49969e201b7c6e63fcd970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b7c6e63fcd970b-250wi" style="width: 233px; margin: 0px 5px 5px 0px;" title="Ros2" /></a></p>
<p><br />Welcome to the Libra NewMoon at Fall Equinox, my favorite time of the year. Despite the ambiguity of shorter days, colder nights, slower growth and atmospheric turbulence, what&#39;s not to love about the cusp between Summer and Fall?&#0160; For a few weeks, the day and night hours are balanced, allowing us to find some peace amidst the radical extremes that lie behind and before us.<br /><br />Those who are regular readers of these ArkLetters have most likely been wondering what happened to me over the second half of summer. I have been poised here at the edge of the events horizon, circling with the current but refusing to go down the chute.&#0160; I thought it was time to send out a ray of light to prove that I&#39;m not lost to the world! <br /><br />In the interim, the book I&#39;ve been brooding over so expectantly has sent up a blooming shoot, unveiled the bud and delivered itself of twin blossoms.&#0160; By this I mean the manuscript I thought was finished in January has evolved by an entire order of magnitude under the able assistance of my copy editor extraordinaire, Angel Lozada. Like an orchid-master, his loving scissors and insightful training cosseted forth a most prodigious flowering. This has made me exceedingly grateful for the &quot;pause that refreshes&quot;, and it gave me all the confidence in the world about going to press by the end of summer.</p>

			</div>
							<a id="more"></a>
				<div class="entry-more">
					<br /><br /> <br />Rather shockingly, however, at the cusp of the August NewMoon, the book burst its calyx and revealed that it is Janus-faced, with one face looking backwards and one face looking forwards. As a result, we are now re-designing it under two covers. This is not what I originally wanted; I have fought the idea of splitting it into halves since the first time the concept came up, when Michael and I were sending the THL deck to be printed in June of 2011.&#0160; This shows how long I&#39;ve been resolutely fending this idea off, no matter who brought it up or why.&#0160; As the writer, I have wanted the text for the THL book to be tied at the hip to the theoretical chapters that illuminate it. It has pained me in the extreme to think that people who were holding the book on the 78 cards of the THL would be missing the companion chapters on how it came to be what it is!&#0160; <br /><br />But frankly, once the page-count pushed over 800 pages (just one more illustration, another graph, a bit more explanation to be sure everybody&#39;s on board), it was time for me to come out of denial and realize that <em>I am the obstacle</em>. This has been good and it has been bad;&#0160; either way, it has been me all along that is standing in the way of this manuscript going to press. The two volumes have come apart cleanly, despite their intense interrelationship, so I have stopped resisting the inevitable. As soon as I gave in to the idea of separating my Siamese twins, allowing each one to appear under a separate cover and title, the aspect going forward seems to be clearing up,&#0160; allowing things to flow again.<br /><br />These challenges, plus the contingencies of physical publication (including the state of the modern technology available for do-it-yourselfers), have&#0160; conspired to push us towards print-on-demand for these volumes.&#0160; This is actually more wieldy than having it produced by an offset press, it turns out. These are the volumes that will soon be appearing:&#0160; <em>The Tarot of the Holy Light; a Continental Esoteric Tarot</em>, and its twin, <em>Foundations of the Esoteric Tradition</em>. I&#39;m sure everybody can guess what the first book will cover, and I hope it will be as well-received as the deck has been.<br /><br />The <em>Foundations</em> volume details the torrent of esoteric tradition that pours into the Tarot outline just as soon as the Trumps received numbers on their faces. Jacob Boehme stands forth as my historical transmitter of Tradition,&#0160; since his sophisticated theosophical construction is recognized as a peak of magical esotericism, an accomplishment that went on to inform the Rosicrucians, Masons and Martinists for centuries thereafter.
<p>From the 1600&#39;s to the late 1800&#39;s, esoteric associations with the Tarot were primarily centered on the Marseille-style packs, which became the universal model for Tarot as a genre. The memory of this tradition is is clearly preserved &quot;between the lines&quot; in the support materials for the Etteilla packs, and in the enigmatic double numbering system he supplied for his Trumps. Etteilla&#39;s work leads directly into the century of Tarot Belline, Paul Christian, Eliphas Levi, Paul Christian and the rest of the Continental Tarot apologists of the 1800&#39;s and early 1900&#39;s (culminating with Oswald Wirth).&#0160; This volume is my contribution to the deep history of Tarot, shining light into a stage of Tarot&#39;s development that has remained opaque for far too long.<br /><br />Now the show can go on! Both books will soon be appearing at a print-on-demand location near you, and I will be letting everybody know when that happy day arises.&#0160; If you are reading this ArkLetter without being on our subscription list, please consider subscribing, or send me an e-mail at christine@tarotuniversity.com, and I will make sure you are notified when the book is available to buy.<br /><br />And by the way, I have just gotten my own Twitter handle! Please come and encourage me to get in the conversation.&#0160; #CPTTarot</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><strong>Upcoming Events where I will be teaching this Fall and late Winter:</strong></p>
<p>The first event is the <strong>Northwest Astrology and Tarot Salon</strong>, which is happening this coming November 10 - 13 at Breitenbush Hot Springs outside of Detroit, Oregon. Information about this event can be found at&#0160;<a href="http://www.nwsalon.com/" rel="nofollow nofollow" target="_blank">www.nwsalon.com</a>. &#0160;This is the event to attend if you enjoy a relaxed, natural environment with plenty of hang-time, including &#0160;non-conference activities like hiking, massage and hot tubbing. The stunning setting, nestled in the western slopes of Oregon&#39;s Cascade Mountains, provides visual feasts that will inspire our thoughts and conversations. &#0160;Participants will get to meet, study with and have readings from a range of practitioners, some of whom have served the Pacific Northwest &quot;metapysical scene&quot; for decades already. &#0160;This is not a giant venue so it is best to enroll soon, to ensure your choice of accomodations.</p>
<p>The second event is the <strong>Northwest Tarot Symposium (NW Tarot Symposium)</strong>, which will be happening March 6 - 8 at the Monarch Hotel in Portland, OR. &#0160; You can find out all about this conference at<a href="http://nwtarotsymposium.com/" target="_blank">http://nwtarotsymposium.com/</a>&#0160; This is the event to attend if you have ever wanted to check out Oregon&#39;s only true megopolis, with its many bridges, famous gardens, signature brewries and restaurants, and of course the ultimate mecca of bibliophiles, &#0160;Powell&#39;s City of Books. People from out of state will get a chance to experience a slice of Oregon&#39;s fabulous extended spring season, which actually starts in late winter and continues right through&#0160;to early summer. Whether it rains or shines on that weekend, Portland is truly Oregon&#39;s Emerald City, of which the state is justly proud. Come and experience your own slice of Portlandia, in the company of your favorite Tarot writers, readers and creators!</p>
<div>In the meantime, I send the blessings of Holy Light to all! &#0160;May your dearest dreams come true during the incoming Fall, with the help of the two Eclipses we will be enjoying this&#0160; month.</div>
<div>&#0160;</div>
<div>Christine Payne-Towler&#0160;</div>
<div>
<div>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a3fd263d4b970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263d4b970b-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263d4b970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fd263d4b970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p>&#0160;</p>
<p><strong><strong><strong>ArkLetter 113,&#0160; July 26, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong>&#0160;</p>
</div>
<div><strong>&#0160;</strong></div>
&#0160;</div>
<div><strong>&#0160;</strong></div>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Tuesday, 23 September 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/09/announcements-and-calendar.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/09/announcements-and-calendar.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F09%2Fannouncements-and-calendar.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F09%2Fannouncements-and-calendar.html&title=Announcements%20and%20Calendar', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_114 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201b8d0702b8b970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/09/newmoon-notes.html">NewMoon Notes</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot&#0160;ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 114, September 24, 2014<br /></strong></p>
<p><strong><span style="font-size: 14pt;">New Moon Notes &#0160; &#0160;</span>&#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;&#0160;</strong></p>
<p><span style="font-size: 12pt;">Libra NewMoon, September 24, 2014</span><br /> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201b8d07029ca970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="LibraNewMoon" class="asset  asset-image at-xid-6a00d83452a49969e201b8d07029ca970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201b8d07029ca970c-250wi" style="width: 250px; margin: 0px 5px 5px 0px;" title="LibraNewMoon" /></a><br /><br />The NewMoon is in the first degrees of Libra. Given the interwoven relationships that criss-cross the interior structure of the Zodiac, this highlights the early degrees of Pisces, where Neptune is retrograde, and the early degrees of Sagittarius, where Mars is transiting. The first decanate of every sign is always the most &quot;pure&quot;, because it carries the character of the sign&#39;s natural ruler. In this case, Mars is sitting in the Jupiter decanate of Saggitarius, and Neptune is sitting in the Jupiter decanate of Pisces. Interesting!&#0160; These planets might be squared to each other according to the classical theory of aspects, but they are actually co-occupying very harmonious degrees because of the shared Jupiter rulership. This is a fortunate situation which reflects back to the NewMoon. Also Pisces is a natural ally for Venus-ruled Libra, since Venus is exalted in Libra, and she also rules the decanate where the NewMoon lands.&#0160; Those who are drawing this chart on out the THL Icon should highlight the loose sextile/ square/inconjunct triangle that appears between these points, make notes of these inner affinities, and investigate how they land in your birthchart as well.&#0160; There might be an alchemical remedy that could be constructed from these coinciding energies. (For me, Libra is my Sun sign, Sagittarius my Midheaven, and Pisces my Ascendent, so you can know that I&#39;m taking this personally!)</p>

			</div>
							<a id="more"></a>
				<div class="entry-more">
					<br />The fact that Mars appears to be the mediator between NewMoon and Neptune (in terms of the irregular trine they share) suggests that we look for ways to use our individual drive and will power to adjust out our inner (Pisces) and outer (Libra) identifications. A good shove from Mars at the right time will go a long way towards focusing the potential of the NewMoon away from being bled off into momentary collective events, redirecting energy towards the lapping tide of Higher Consciousness represented by retrograde Neptune. If there is something pulling at us from the irrational, vibratory and/or pre-verbal side of the psyche, then Mars is required to shift the focus and let go of his attachment to being part of (or even a leader of) the collective.&#0160; He needs to spend some time alone so he can hear that &#39;still small voice within&#39;.&#0160; This won&#39;t happen by accident, effort will be required to make the adjustment. Luckily, by accepting this shift of focus, and the analysis that it will inevitably provoke, will evolve our identifications from chasing after the past to creating the future, so it will be worth the sacrifice.<br /><br />In the middle degrees of the signs, there&#39;s a loose t-square between retrograde Uranus, Nodes, and Pluto. This is the ongoing echo of the powerful Cardinal Cross that we have been feeling since the end of last year, and which will come back into focus a few more times before it breaks up for good next summer. Uranus and Pluto are the planets holding this window of opportunity open for so long.&#0160; As a part of this action, all those who have planets in the middle degrees of the Cardinal signs are being irradiated by Uranus (by conjunction, opposition or square) right now, and there&#39;s just no escaping the effect of this pinpoint laser beam. We are being exposed to ourselves at a very deep level, so don&#39;t look away or try to escape it, no matter how uncomfortable it is to be stirred in this intimate manner. Right now we have a chance to put ourselves in the shoes of our natural &quot;other&quot;, and see ourselves through opposite eyes. Take this opportunity to gain needed objectivity, which will help us become more congruent with our goals, our environment, and our available resources. <br /><br />Looking a little bit deeper, what becomes clear is that Uranus is sitting in the Sun-ruled segment of Aries, paired with the South Node, and opposing the Saturn-ruled segment of Libra, which currently&#0160; houses the North Node.&#0160; Therefore, whatever new insights we can glean about ourselves by gaining perspective from an outsider&#39;s point of view (Uranus in Aries), we will be held responsible for (by the North Node) in our immediate dealings with friends and family (Libra).&#0160; I&#39;ll echo John Lennon and say instant karma&#39;s going to get you, testing our inner realizations through real-time outer circumstances played out with the people around us.&#0160; The more we can eliminate our double standards and hold ourselves up to the expectations we have for others, the more ably we will past these tests.<br /><br />In the meanwhile, Pluto has just moved into forward motion, which we might experience as a positive thing, though Pluto never eases up with the tectonic rumblings from wherever he stands (right now that&#39;s in Capricorn). Pluto moves so slowly that we can almost normalize that feeling of underground explosions, the waves of heat he emanates, the gravitational distortions he throws around as a side-effect of his underworld digestion of everything we on the surface world hold dear.&#0160; Right now he might be doing a bit of a celebratory two-step, as the earthling scientists have just decided that he is, indeed, a planet after all! http://www.cfa.harvard.edu/news/2014-25 &#0160;<br /><br />Pluto is activating the midsection of Capricorn, therefore lighting up similar degrees in the other signs around the circle. This means that Uranus, the Nodes, Jupiter and Saturn are all feeling the effects of Pluto coming out of his retrograde period. Jupiter and Saturn represent opportunity and limitation, so that&#39;s already a powerful hint about where to look for signals of the changing energies.&#0160; Since Jupiter and Saturn currently are registering a loose square between them, it seems that there&#39;s a push-me-pull-ye situation going on as these two jockey for attention and respect.&#0160; I would suggest that, since Saturn is the slower-moving of the two, and therefore the &quot;elder&quot;, that we meet Saturn&#39;s considerations first, paying our bills and clearing up old karmas. After that we can allow Jupiter&#39;s relative speed and higher enthusiasm to rush forward and fill in the newly-opened spaces with fresh opportunities.<br /><br />Those of you who would enjoy reading more about this month&#39;s astrological influences including the FullMoon Lunar Eclipse and the coming Scorpio NewMoon Eclipse, might want to look into Carl Boudreau&#39;s FaceBook page <a href="https://www.facebook.com/pages/Carls-Astrology-Posts/1449829568619992?ref_type=bookmark%20" target="_blank">here</a>.&#0160; I always enjoy his&#0160; insights.&#0160; Remember that Carl works from a composite between the New and Full Moons, which helps him speak to the whole cycle of the month.<br /><br />May this month of Libra bring equilibrium, poise, harmony and fellowship to all of your activities. Blessings to all!<br /><br /><br /><br /><span style="font-size: 11pt;"><strong>CURRENT STAGE OF THE MOON for the Americas:</strong></span><br /><span style="font-size: 11pt;"><strong>&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Present NewMoon is at&#0160;at 1+ Libra across the midnight hour of Tuesday, September 24th at 11:14 PM (PDT) / Wednesday September 25th at 2:14 PM (EDT).&#0160; From this moment, the Moon begins to wax, or increase.</strong></span><br /><span style="font-size: 11pt;"><strong> FUTURE STAGES:&#0160; &#0160; &#0160;</strong></span><br /><span style="font-size: 11pt;"><strong>&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 8+ Capricorn on Wednesday, October 1st, at 3:33 PM (EDT)&#0160;/ 12:33 PM (PDT). </strong></span><br /><span style="font-size: 11pt;"><strong> &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;FullMoon is at 15+ Aries on Wednesday October 8th, at 8:51 PM (EDT) / 11:10 AM (PDT).&#0160; The Lunar&#0160; Eclipse immediately follows at 6:55 AM EDT / 3:55 AM (PDT). From this moment, the Moon begins to wane, or decrease. </strong></span><br /><span style="font-size: 11pt;"><strong>&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 22+ Cancer on&#0160;WEdnesday October 15th at 3:12 PM (EDT)&#0160;/ 12:12 PM (PDT).</strong></span><br /><span style="font-size: 11pt;"><strong>&#0160;&#0160; &#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Solar Eclipse at 0º 15&#39; Scorpio happens on Thursday, October 23rd at 5:45 PM (EDT) / 2:45 PM (PDT). The&#0160; NewMoon&#0160;at 0º 25 Scorpio immediately follows at 5:57 PM (EDT) / 2:57 PM (PDT).&#0160;&#0160;From this moment, the Moon begins to wax, or increase. &#0160;</strong></span>
<div>
<h3><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></h3>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<h3><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong></h3>
<p>I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<br />
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a511d5be68970c" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a511d5be68970c-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a511d5be68970c-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a511d5be68970c">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b" style="text-align: right;">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
</div>
<p><strong><strong><strong>ArkLetter 114,&#0160; September 24, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
<div><strong>&#0160;</strong></div>
<p><strong>&#0160;</strong></p>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Tuesday, 23 September 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/09/newmoon-notes.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/09/newmoon-notes.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F09%2Fnewmoon-notes.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F09%2Fnewmoon-notes.html&title=NewMoon%20Notes', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_113 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a511e7f8aa970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/07/arkletter-113.html">ArkLetter 113</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 113, July 26, 2014</strong></p>
<p><span style="font-size: 13pt;"><strong><strong>IN THIS ISSUE:</strong></strong></span></p>
<p><span style="font-size: 11pt;"><strong><strong>I.&#0160; <a href="http://www.tarotarkletters.com/2014/07/announcements-and-calendar.html" target="_blank">Announcements and Calendar</a></strong></strong></span></p>
<p><em>Hello all, Happy high summer to you one and all!</em><br /><br /><em>This month is, as I expected, way too complicated for me to write an ArkLetter for you right now. In fact, I&#39;m writing every day. But now it&#39;s for the sake of tying down all of the lose ends of this giant manuscript that is finally, finally leaving my desk for the future, so that it can arrive in your hands as a gorgeous, amazing fully-fledged tome. Better get your glasses prescription updated, people, you won&#39;t want to miss a stitch of this!&#0160;<a href="http://www.tarotarkletters.com/2014/07/announcements-and-calendar.html" target="_blank">http://www.tarotarkletters.com/2014/07/announcements-and-calendar.html&#0160;</a></em></p>
<p><span style="font-size: 11pt;"><strong><strong>II.&#0160;<a href="http://www.tarotarkletters.com/2014/07/newmoon-notes-saturday-july-26th-2014.html" target="_blank"> NewMoon Notes</a></strong></strong></span></p>
<p><span style="font-size: 10pt;"><em><em>NewMoon is conjunct Jupiter here at the entrance of the Dry Way. What draws my attention is this coincidence: The three ancient Alchemical principals are the Sun, Moon and Mercury. The two benifics of Astrology are Jupiter (the Greater Benific, teacher of the angels) and Venus (the lesser benific, teacher of the demons). &#0160;Jupiter and Venus also hold up the Father Pillar on the Kabbalah Tree. This shows us that the most transformative and evolutionary forces in the Solar System are converging along the bottom rung of the Ladder of Lights, blending energies at summer&#39;s magical moment. This is where the completion of the Wet Way (Cancer) passes its momentum and energy across the sign line to fund progress along the Dry Way (Leo).</em></em></span></p>
<p><span style="font-size: 10pt;"><em>&#0160;</em></span><a href="http://www.tarotarkletters.com/2014/07/newmoon-notes-saturday-july-26th-2014.html" target="_blank">http://www.tarotarkletters.com/2014/07/newmoon-notes-saturday-july-26th-2014.html</a>&#0160;</p>
			</div>
							<a id="more"></a>
				<div class="entry-more">
					
<p><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<div>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><strong>Order the Tarot of the Holy Light here</strong></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
&#0160;<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/&#0160;</a></h3>
<div>&#0160;</div>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
</div>
<div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Saturday July 26th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<strong>CURRENT STAGE OF THE MOON</strong> for the Americas:</div>
<div><br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;<strong>The Present NewMoon</strong> is at&#0160;at 3+ Leo on Saturday, July 26th at 6:42 PM (EDT) / 3:42 PM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.</div>
<div><br /><strong>FUTURE STAGES:&#0160;</strong></div>
<div>&#0160; &#0160; <br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;<strong>2nd Quarter, Waxing Half Moon is at 11+ Scorpio on Sunday, August 3rd</strong>, at 8:51 PM (EDT)&#0160;/ 5:51 PM (PDT). <br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;<strong>Full Moon is at 18+ Aquarius on Sunday August 10th</strong>, at 2:10 PM (EDT) / 11:10 AM (PDT). From this moment, the Moon begins to wane, or decrease. &#0160;<br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;<strong>4th Quarter, Waning Half Moon is at 24+ Taurus on&#0160;Sunday August 17th</strong> at 8:27 AM (EDT)&#0160;/ 5:27 AM (PDT). &#0160;<br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;<strong>Next NewMoon&#0160;at 2+ Virgo on Monday, August 25th at</strong> 10:14 AM (EDT) / 7:14 AM (PDT).&#0160;&#0160; From this moment, the Moon begins to wax, or increase. &#0160; <br /><br /><br /></div>
<div><br />
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a73de11046970d" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a73de11046970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 113, July 26, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Saturday, 26 July 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/07/arkletter-113.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/07/arkletter-113.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F07%2Farkletter-113.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F07%2Farkletter-113.html&title=ArkLetter%20113', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_113 entry-category-updates_and_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a511e7f8fc970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/07/announcements-and-calendar.html">Announcements and Calendar</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p style="text-align: left;"><strong><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 113, July 26 2014</strong></strong></p>
<p style="text-align: left;">&#0160;<span style="font-size: 14pt;"><strong><strong>Announcements and Calendar</strong></strong></span></p>
<p style="text-align: left;"><strong><strong><span style="font-size: 12pt;">NewMoon Saturday July 26th, 2014</span></strong></strong></p>
<p style="text-align: left;"><em>Hello all, Happy high summer to you one and all!</em><br /><br /><em>This month is, as I expected, way too complicated for me to write an ArkLetter for you right now. In fact, I&#39;m writing every day. But now it&#39;s for the sake of tying down all of the lose ends of this giant manuscript that is finally, finally leaving my desk for the future, so that it can arrive in your hands as a gorgeous, amazing fully-fledged tome. Better get your glasses prescription updated, people, you won&#39;t want to miss a stitch of this!</em><br /></p>
			</div>
							<a id="more"></a>
				<div class="entry-more">
					<br />The volume you will see would have been considerably less complete except for the determined assistance of two extremely special people who have been standing on either side of me, nudging me along through thick and thin. The people I am referring to are Angel Lozada and Corina Bardasuc. A most miraculous fact is that, other than on Skype, I have never met either of them in person. They both live in Philadelphia PA, and both are skilled professionals in the world of literature and publishing. With their help this volume is now orders of magnitude more polished and mature. Thanks be to Great Mother!<br /><br />Never in my wildest dreams did I imagine that Sophia would send two such golden souls to help me.&#0160; Angel hase been pouring out &#0160;time and energy to move this project along for over two years now, Corina for &#0160; the length of a human pregnancy. &#0160;I just can&#39;t imagine what I would have done without their steadfast, calm and kind support! &#0160;Anybody with a bit of astrological experience under their belt can imagine the difficulty involved with shepherding a befuddled Libra with Pisces rising through the number of decisions necessary to do a project of this magnitude! It has required near-infinite patience and forbearing to assist me as I dithered and blithered in my endless neuro-dweeb circles… But now we are coming to the end, and it&#39;s a beautiful thing.<br /><br />Angel introduced himself to me just after the <em>Tarot of the Holy Light</em> went public, because he wanted to teach from my first book <em>The Underground Stream</em>.&#0160; He actually invited me to come to Philadelphia, where he works and is a Tarot reader, so that I could teach and do some sessions for the metaphyscial community. &#0160;I instantly disappointed him with my answer, but he was not deterred.&#0160; Little did I know what a talented and amazing&#0160; person Angel is at that first introduction! You can learn a little bit about him at Wikipedia (http://en.wikipedia.org/wiki/Ángel_Lozada). First he offered to help me with building the Facebook pages for the Tarot deck and the ArkLetters, then he started asking what he could do to help me with the chapters of the THL book.&#0160; Then, once he understood the complexity and enormity of the project I have undertaken, Angel introduced me to his &quot;secret weapon&quot;, Corina. <br /><br />Between the two of them they have smoothed my path a hundredfold. Since the time I placed my confidence in them, they have served like two steeds pulling my Chariot, making sure I stay on the road and don&#39;t fall in a ditch or lose track of the reigns.&#0160; I will never cease thanking them for all of their kindness, goodwill, steadiness, optimism, dedication and enthusiasm.&#0160; These two have held the focus when I couldn&#39;t, have caught me when I&#39;m falling, and have made sure to monitor the million details that need to be perfected to make this a dignified, complete and satisfying volume. <br /><br />We all know the song &quot;You Are The Wind Beneath My Wings&quot;, and this is how I feel about my brilliant and beloved students and professional friends across my entire career. I have been the recipient of amazing generosity year after year, a phenomenon that has encouraged me and facilitated my progress in many essential ways. You know who you are, and I love you all.&#0160; I can truly say that my accomplishments could only have happened because of the people that Sophia sends me.&#0160; During the creation of <em>The Underground Stream</em>, it was the Rosa-Rogers partnership, Steve and Tina, as well as&#0160;Mary K. Greer. &#0160;Then the popular Portland radio show host and internet oracle developer Paul O&#39;Brien recruited me for the Tarot Magic project, which became the online service at www.Tarot.com. For the untangling of my life after my nervous breakdown, Spirit sent me the intrepid Michelle Banasch.
<p style="text-align: left;">This Tarot ArkLetter website has been built and maintained by my dear friend and lightscribe, Cynthia Beal.&#0160; Friend and fan Rebecca Newton put up my original Yahoo group, so I could have a venue to write into that wasn&#39;t like the Moon card, beset by baying hounds and shifting chimera. &#0160;The production of <em>The Tarot of the Holy Light</em>&#0160; was mediated and facilitated by Mihir Chandaria and Tiajuana Finnegan. To help me complete the iPad and Android app, Tina and Steve&#39;s daughter Churpa Rosa stepped up. Mihir has also been the stalwart behind the video series that I&#39;m making, along with the help of the Time Monk Radio Network. Of course, the THL never would exist at all without Michael Dowers.&#0160;</p>
<p style="text-align: left;">There have been many other important people along the way as well.&#0160; I give thanks for all the hands and hearts who have made it possible for these wild ideas of mine to become public, even against all odds. &#0160;</p>
<p style="text-align: left;">Goddess willing (and the creek don&#39;t rise), next month I&#39;ll be announcing the sales page for the new book, and everybody who came forward at the beginning and who has been keeping the faith for so long will be getting an e-mail.&#0160; We are still at a triple-fork in the road even as I write this, because there are yet some important decisions to be made and options to be explored. This whole process has been miraculous in the extreme and I expect the conjunction of the NewMoon and Jupiter in Leo will continue to reverberate as this coming month unfolds. May the blessings and inspiration of the Great Central Sun shine down into our challenged world and help us untangle our karmic knots, so we can flow smoothly and freely into the future of our individual and collective dreams.<br /><br />All the best, <br /><br />cpt</p>
<p style="text-align: left;">&#0160;</p>
<p><span style="font-size: 12pt;"><strong>Upcoming Events where I will be teaching this Fall and late Winter:</strong></span></p>
<p>The first event is the <strong>Northwest Astrology and Tarot Salon</strong>, which is happening this coming November 10 - 13 at Breitenbush Hot Springs outside of Detroit, Oregon. Information about this event can be found at&#0160;<a href="http://www.nwsalon.com/" rel="nofollow nofollow" target="_blank">www.nwsalon.com</a>. &#0160;This is the event to attend if you enjoy a relaxed, natural environment with plenty of hang-time, including &#0160;non-conference activities like hiking, massage and hot tubbing. The stunning setting, nestled in the western slopes of Oregon&#39;s Cascade Mountains, provides visual feasts that will inspire our thoughts and conversations. &#0160;Participants will get to meet, study with and have readings from a range of practitioners, some of whom have served the Pacific Northwest &quot;metapysical scene&quot; for decades already. &#0160;This is not a giant venue so it is best to enroll soon, to ensure your choice of accomodations.</p>
<p>The second event is the <strong>Northwest Tarot Symposium (NW Tarot Symposium)</strong>, which will be happening March 6 - 8 at the Monarch Hotel in Portland, OR. &#0160; You can find out all about this conference at<a href="http://nwtarotsymposium.com/" target="_blank">http://nwtarotsymposium.com/</a>&#0160; This is the event to attend if you have ever wanted to check out Oregon&#39;s only true megopolis, with its many bridges, famous gardens, signature brewries and restaurants, and of course the ultimate mecca of bibliophiles, &#0160;Powell&#39;s City of Books. People from out of state will get a chance to experience a slice of Oregon&#39;s fabulous extended spring season, which actually starts in late winter and continues right through&#0160;to early summer. Whether it rains or shines on that weekend, Portland is truly Oregon&#39;s Emerald City, of which the state is justly proud. Come and experience your own slice of Portlandia, in the company of your favorite Tarot writers, readers and creators!</p>
<div>In the meantime, I send the blessings of Holy Light to all! &#0160;May your dearest dreams come true during the high Alchemical season of summer.&#0160;</div>
<div>&#0160;</div>
<div>Christine Payne-Towler&#0160;</div>
<div>
<div>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a3fd263d4b970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263d4b970b-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263d4b970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fd263d4b970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p>&#0160;</p>
<p><strong><strong><strong>ArkLetter 113,&#0160; July 26, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong>&#0160;</p>
</div>
<div><strong>&#0160;</strong></div>
&#0160;</div>
<div><strong>&#0160;</strong></div>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Saturday, 26 July 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/07/announcements-and-calendar.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/07/announcements-and-calendar.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F07%2Fannouncements-and-calendar.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F07%2Fannouncements-and-calendar.html&title=Announcements%20and%20Calendar', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_113 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a3fd383eb5970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/07/newmoon-notes-saturday-july-26th-2014.html">NewMoon Notes, Saturday July 26th, 2014</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot&#0160;ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 113, July 26, 2014</strong></p>
<p><span style="font-size: 13pt;"><strong>New Moon Notes &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;</strong></span></p>
<p><span style="font-size: 13pt;"><strong><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73df33d50970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="NMJul26&#39;14" class="asset  asset-image at-xid-6a00d83452a49969e201a73df33d50970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73df33d50970d-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="NMJul26&#39;14" /></a></strong></span></p>
<p><em>It&#39;s Mayan New Year today, bright blessings to all.</em></p>
<p><em>NewMoon is conjunct Jupiter here at the entrance of the Dry Way. What draws my attention is this coincidence: The three ancient Alchemical principals are the Sun, Moon and Mercury. The two benifics of Astrology are Jupiter (the Greater Benific, teacher of the angels) and Venus (the lesser benific, teacher of the demons). &#0160;Jupiter and Venus also hold up the Father Pillar on the Kabbalah Tree. This shows us that the most transformative and evolutionary forces in the Solar System are converging along the bottom rung of the Ladder of Lights, blending energies at summer&#39;s magical moment. This is where the completion of the Wet Way (Cancer) passes its momentum and energy across the sign line to fund progress along the Dry Way (Leo).</em> Prepare to gradually release and detach from everything one has accumulated and became attached to the first half of the year. It&#39;s time to start sending grace and gratitude back to Source, to express our willingness to be part of the divine harvest that takes place along the Dry Way.&#0160;</p>
			</div>
							<a id="more"></a>
				<div class="entry-more">
					
<p>At the opposite end of the Zodiac, Pluto in Capricorn has an understanding with the NewMoon/Jupiter,&#0160; because he currently to stands at the top of the Dry Way, attracting to himself the results of our efforts across the upcoming Summer and Fall. But at the same time Pluto stands in detriment (opposition aspect) to the planets in Cancer, meaning &#0160;Mercury and especially Venus. From this situation I would say that we need to constrain our impulsiveness and sense of entitlement. Retrograde Pluto is likely to challenge hasty Mercury to eat his words, and demand that Venus live up to the same standards she holds over others. I liken Pluto to a volcano that melts and distorts the landscape wherever he stands. As befits his mythological namesake, Pluto&#0160;is utterly uninterested in individuals and their personal plight, being &#0160;heedless to protestations or excuses. &#0160;We are challenged to be impeccable moment to moment, without seeking refuge in outside sources. It&#39;s time to either &quot;be the change you want to see&quot; (Capricorn), or else develop sincere compassion and acceptance for the flawed world and ourselves within it (Cancer).&#0160;</p>
<p>We can see a diffuse and unfocused Grand Trine in the Water signs, comprised of&#0160;Saturn no longer retrograde and newly accompanied by Mars in Scorpio,&#0160;Neptune still retrograde in Pisces, and Venus in Cancer. Adding in Pluto&#39;s opposition to Venus makes the whole figure into a loose kite shape, meaning the whole becomes stronger than the sum of the parts. Intuition is strong this month. We are likely to be tested on our listening skills, with powerful consequences dished out for those who ignore the&#0160; signs of the times.&#0160; Remember that Pluto represents &quot;the Borg&quot;, the industrial-military-financial complex with all of its tentacles reaching into our lives through every opening. It&#39;s time for us all to awaken our creativity and place ourselves where those tentacles can&#39;t reach us so easily.&#0160;</p>
<p>&#0160;Mars has a special &quot;punch&quot; this month, having just crossed the 1st degree of Scorpio to square the NewMoon and Jupiter. Because both Saturn and Uranus are currently occupying Mars&#39; signs, this gives the planet of desire and bold action a lot of power and traction, giving him a real advantage towards whatever moves he&#39;s about to make.&#0160; Determine what you are passionate about so you can harness these energies to your goals and drive them forward like a conquering hero. Mars transiting his home sign of&#0160; Scorpio means we are steam-powered between now and the 14th of September, when he moves on into Sagittarius.&#0160; Visualize your obstacles melting before your determined intensity, knowing that there is very little in this world that can resist a focused stream of pressurized boiling water. Scrub out the cracks in your plans and disinfect all the grimy little germs of negative thought that threaten your visions with doubt and fear.&#0160; Let nothing stop your passion from expressing!</p>
<p>&#0160;</p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><strong>CURRENT STAGE OF THE MOON for the Americas:</strong></span></p>
<p><span style="font-size: 10pt;"><strong>&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Present NewMoon is at&#0160;at 3+ Leo on Saturday, July 26th at 6:42 PM (EDT) / 3:42&#0160; PM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.<br />FUTURE STAGES:&#0160; &#0160; &#0160; <br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 11+ Scorpio on Sunday, August 3rd, at 8:51 PM (EDT)&#0160;/ 5:51 PM (PDT). <br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;Full Moon is at 18+ Aquarius on Sunday August 10th, at 2:10 PM (EDT) / 11:10 AM (PDT). From this moment, the Moon begins to wane, or decrease. &#0160;<br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 24+ Taurus on&#0160;Sunday August 17th at 8:27 AM (EDT)&#0160;/ 5:227 AM (PDT). &#0160;<br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;Next NewMoon&#0160;at 2+ Virgo on Monday, August 25th at 10:14 AM (EDT) / 7:14 AM (PDT).&#0160;&#0160; From this moment, the Moon begins to wax, or increase. &#0160;</strong></span></p>
<p>&#0160;</p>
<div>
<h3><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></h3>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<h3><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong></h3>
<p>I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<br />
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div id="photo-xid-6a00d83452a49969e201a511d5be68970c" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a511d5be68970c-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a511d5be68970c-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a511d5be68970c">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b" style="text-align: right;">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
</div>
<p><strong><strong><strong>ArkLetter 113,&#0160; July 26, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
<div><strong>&#0160;</strong></div>
<p><span style="font-size: 13pt;"><strong><br /><br /></strong></span></p>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Saturday, 26 July 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/07/newmoon-notes-saturday-july-26th-2014.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/07/newmoon-notes-saturday-july-26th-2014.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F07%2Fnewmoon-notes-saturday-july-26th-2014.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F07%2Fnewmoon-notes-saturday-july-26th-2014.html&title=NewMoon%20Notes%2C%20Saturday%20July%2026th%2C%202014', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_112 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a3fd24fe52970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/06/arkletter-112.html">ArkLetter 112</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 112, June 27, 2014</strong></p>
<p><strong>&#0160;IN THIS ISSUE:</strong></p>
<p><strong>I. &#0160;<a href="http://www.tarotarkletters.com/2014/06/announcements-and-calendar.html" target="_blank">Announcements and Calender</a>&#0160;...&#0160;</strong><em>I don&#39;t have an article for you this month, but thankfully this is for all of the best reasons. We are in the final pipeline now for sending our book&#0160;<strong>The Tarot of the Holy Light; Foundations of the Continental Tarot Tradition</strong>,&#0160;to the printer. My lips to God&#39;s ears,&#0160; people, Michael and I are getting ready to be delivered of our second child.&#0160;<a href="http://www.tarotarkletters.com/2014/06/announcements-and-calendar.html" target="_blank">http://www.tarotarkletters.com/2014/06/announcements-and-calendar.html&#0160;</a></em></p>
<p><strong>II. <a href="http://www.tarotarkletters.com/2014/06/newmoon-notes-june-27-2014.html" target="_blank">NewMoon June 27, 2014</a>&#0160;...&#0160;</strong><em>A few remarks to guide your studies this month:&#0160;The Sun/Moon conjunction celebrates the onset of Summer five days after the Solstice. Retrograde Neptune in Pisces sends a strong trine to the NewMoon, reminding us all that the root causes of this summer&#39;s developments were first sown into the dreamtime while we were still waiting for the Equinox last winter.&#0160; If things aren&#39;t working out as originally envisioned, try thinking back to examine whether there were any fears or trepidations inhibiting your vision at the time.&#0160;<a href="http://www.tarotarkletters.com/2014/06/newmoon-notes-june-27-2014.html" target="_blank">http://www.tarotarkletters.com/2014/06/newmoon-notes-june-27-2014.html</a></em></p>
<p>&#0160;</p>
<div>
<p><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p></div>
			</div>
							<a id="more"></a>
				<div class="entry-more">
					
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b">
<div class="photo-wrap photo-xid-6a00d83452a49969e201a73de11013970d" id="photo-xid-6a00d83452a49969e201a73de11013970d" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-pi"><img alt="Tarot of the Holy Light" class="asset  asset-image at-xid-6a00d83452a49969e201a73de11013970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11013970d-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div class="photo-caption caption-xid-6a00d83452a49969e201a73de11013970d" id="caption-xid-6a00d83452a49969e201a73de11013970d">Order the Tarot of the Holy Light here</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b"><span class="Apple-style-span" style="font-size: 15px; font-weight: bold;"><strong>Order the Tarot of the Holy Light here</strong></span></div>
</div>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
&#0160;<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;
<div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/&#0160;</a></h3>
<div>&#0160;</div>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
</div>
<div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Friday June 27th.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p><strong>CURRENT STAGE OF THE MOON for the Americas:</strong><strong><br /> </strong><strong>&#0160;</strong>&#0160; &#0160;&#0160;&#0160;&#0160;&#0160;•&#0160;&#0160; &#0160;The Present NewMoon is at&#0160; 5+ Cancer on Friday June 27th, at 4:10 AM (EDT) / 1:10 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.</p>
<p><strong>FUTURE STAGES:</strong><strong><br /> </strong>&#0160; &#0160; &#0160; &#0160; •&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 13+ Libra on Saturday, July 5th, at 8:00 AM (EDT)&#0160;/ 5:00 AM (PDT). &#0160;</p>
<p>&#0160; &#0160; &#0160; &#0160; •&#0160;&#0160; &#0160;Full Moon is at 20+ Capricorn on Saturday July 12th, at 7:26 AM (EDT) / 4:26 AM (PDT). From this moment, the Moon begins to wane, or decrease. &#0160;</p>
<p>&#0160; &#0160; &#0160;&#0160;&#0160;&#0160;•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 26+ Aries on&#0160;Friday July 18th at 10:09 PM (EDT)&#0160;/ 7:09 PM (PDT). &#0160;</p>
<p>&#0160; &#0160; &#0160; &#0160;•&#0160;&#0160; &#0160;Next NewMoon&#0160;at 3+ Leo on Saturday, July 26th at 6:43 PM (EDT) / 3:43 PM (PDT).&#0160;&#0160; From this moment, the Moon begins to wax, or increase. &#0160;&#0160;</p>
<div>&#0160;</div>
</div>
<div><br />
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div class="photo-wrap photo-xid-6a00d83452a49969e201a73de11046970d" id="photo-xid-6a00d83452a49969e201a73de11046970d" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-pi"><img alt="Christine.paynetowler" class="asset  asset-image at-xid-6a00d83452a49969e201a73de11046970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73de11046970d-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div class="photo-caption caption-xid-6a00d83452a49969e201a73de11046970d" id="caption-xid-6a00d83452a49969e201a73de11046970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p><strong><strong><strong>ArkLetter 112, June 27, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Friday, 27 June 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/06/arkletter-112.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/06/arkletter-112.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F06%2Farkletter-112.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F06%2Farkletter-112.html&title=ArkLetter%20112', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_112 entry-category-updates_and_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a73ddfd495970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/06/announcements-and-calendar.html">Announcements and Calendar</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p style="text-align: left;"><strong><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 112, June 27, 2014</strong></strong>&#0160;</p>
<p><span style="font-size: 14pt;">Announcements and Calendar</span></p>
<p>&#0160;<em>I don&#39;t have an article for you this month, but&#0160; thankfully it&#39;s for all of the best reasons. We are in the final pipeline now for sending our book <strong>The Tarot of the Holy Light; Foundations of the Continental Tarot Tradition</strong>, to the printer. These lips to God&#39;s ears,&#0160;dear friends, Michael and I are getting ready to be delivered of our second child.&#0160;</em></p>
<p>&#0160;When I was writing the text for <em><a href="https://www.amazon.com/The-Underground-Stream-Esoteric-Revealed/dp/096730430X" target="_blank">The Underground Stream (http://www.amazon.com/The-Underground-Stream-Esoteric-Revealed/dp/096730430X</a>)</em> and the Tarot.com interpretive CD simultaneously in the late 1990&#39;s, I experienced that as a complicated juggle for my mismatched brain to keep track of. Ten years later, when putting together the <a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank" title="tarot of the holy light by christine payne towler"><em>Tarot of the Holy Light</em></a> with Michael Dowers, I marveled at the interdimensional working style we created to dream up these cards from the works of the European Alchemists. Now we are at the very concentrated stage of testing the final mold for the book,&#0160; and I can safely say that this is now the pinnacle of complexity by which future accomplishments will be measured in my life.&#0160; Down the road I will look back on these years and ask myself &quot;how in the world did you manage to pull that off?&quot;&#0160; The answer is, by a steady run of miracles, both divinely inspired &#0160;human intervention and &#0160;bolt-out-of-the-blue syncronicity, one miracle right after the other. Without a Divine Hand going along before us, this simply would not have been possible -- &#0160;I would never have had the will power to do this on my own.&#0160;</p>
<p>As seems fated by my birthchart, my pace towards important projects is slow but massive. I knew I had to write this book in 1985!&#0160; Now here it is nearly 30 years later, and the work is finally coming into manifestation. The steady support that has come back to me from students and clients over the&#0160; years has allowed me to go forward with confidence, harnessing every wind of fate that has presented itself along the way.&#0160; My move to Seattle, where I first started writing this book, opened a page in my life that was utterly unseen, though certainly not unasked. Being a lifetime career intuitive, it is striking by hindsight, the way this period of my life shaped up in the margins of my thought, like a quilt with a design made up of all the important fabrics of my life to date. &#0160;Some parts of this adventure I was able to feel as they were coming, but I never &quot;saw&quot; the fullness of this stage with my mind, nor was I able to rationalize the strange attractor that has always drawn me along through my life relentlessly, heedless of what cherished structures had to be sacrificed along the way.&#0160;</p>
			</div>
							<a id="more"></a>
				<div class="entry-more">
					
<p>To be this close to consummation now is therefore almost more than my body can hold. &#0160;</p>
<p>Therefore, if I seem a bit scarce this month and maybe next month too, don&#39;t be concerned! You might notice some changes shaping up at FaceBook, LinkedIn,&#0160; this website, and other venues as well. My second video will be emerging soon ( you can see the first at <a href="https://youtu.be/mQ9J9JhA0T4" target="_blank" title="christine payne towler video">http://youtu.be/mQ9J9JhA0T4</a>)&#0160;. The Wheel of Fortune is rolling now towards my 62nd birthday; we are working hard to make it an auspicious one for me, for us, for Tarot and for The World/ Sophia.&#0160; It&#39;s an awesome feeling to be meeting this Summer Solstice at this Cancer NewMoon with this stage of the project in my hands, bringing it to completion at the alchemical peak of the year.&#0160; Thank you all for being so patient, and for loving the THL cards even before the book emerged. I promise that you will soon be reading the very best work I have ever done on the architectonic core principles of the Continental Tarots.</p>
<p>&#0160;</p>
<p><span style="font-size: 13pt;"><strong>Upcoming Events where I will be teaching this Fall and late Winter:</strong></span></p>
<p>The first event is the <strong>Northwest Astrology and Tarot Salon</strong>, which is happening this coming November 10 - 13 at Breitenbush Hot Springs outside of Detroit, Oregon. Information about this event can be found at&#0160;<a href="http://www.nwsalon.com/" rel="nofollow nofollow" target="_blank">www.nwsalon.com</a>. &#0160;This is the event to attend if you enjoy a relaxed, natural environment with plenty of hang-time, including &#0160;non-conference activities like hiking, massage and hot tubbing. The stunning setting, nestled in the western slopes of Oregon&#39;s Cascade Mountains, provides visual feasts that will inspire our thoughts and conversations. &#0160;Participants will get to meet, study with and have readings from a range of practitioners, some of whom have served the Pacific Northwest &quot;metapysical scene&quot; for decades already. &#0160;This is not a giant venue so it is best to enroll soon, to ensure your choice of accomodations.</p>
<p>The second event is the <strong>Northwest Tarot Symposium (NW Tarot Symposium)</strong>, which will be happening March 6 - 8 at the Monarch Hotel in Portland, OR. &#0160; You can find out all about this conference at<a href="http://nwtarotsymposium.com/" target="_blank">http://nwtarotsymposium.com/</a>&#0160; This is the event to attend if you have ever wanted to check out Oregon&#39;s only true megopolis, with its many bridges, famous gardens, signature brewries and restaurants, and of course the ultimate mecca of bibliophiles, &#0160;Powell&#39;s City of Books. People from out of state will get a chance to experience a slice of Oregon&#39;s fabulous extended spring season, which actually starts in late winter and continues right through&#0160;to early summer. Whether it rains or shines on that weekend, Portland is truly Oregon&#39;s Emerald City, of which the state is justly proud. Come and experience your own slice of Portlandia, in the company of your favorite Tarot writers, readers and creators!</p>
<div>In the meantime, I send the blessings of Holy Light to all! &#0160;May your dearest dreams come true during the high Alchemical season of summer.&#0160;</div>
<div>&#0160;</div>
<div>Christine Payne-Towler&#0160;</div>
<div>
<div>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div class="photo-wrap photo-xid-6a00d83452a49969e201a3fd263d4b970b" id="photo-xid-6a00d83452a49969e201a3fd263d4b970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263d4b970b-pi"><img alt="Christine.paynetowler" class="asset  asset-image at-xid-6a00d83452a49969e201a3fd263d4b970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263d4b970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div class="photo-caption caption-xid-6a00d83452a49969e201a3fd263d4b970b" id="caption-xid-6a00d83452a49969e201a3fd263d4b970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">&#0160;</div>
</div>
<p>&#0160;</p>
<p><strong><strong><strong>ArkLetter 112 June 27, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong>&#0160;</p>
</div>
<div><strong>&#0160;</strong></div>
&#0160;</div>
<div><strong>&#0160;</strong></div>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Friday, 27 June 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/06/announcements-and-calendar.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/06/announcements-and-calendar.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F06%2Fannouncements-and-calendar.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F06%2Fannouncements-and-calendar.html&title=Announcements%20and%20Calendar', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_112 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a3fd24fdd6970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/06/newmoon-notes-june-27-2014.html">NewMoon Notes June 27, 2014</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot&#0160;ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 112, June 27, 2014</strong></p>
<h3><span style="font-size: 14pt;"><strong>NewMoon Notes</strong></span></h3>
<p><em>A few remarks to guide your studies this month: <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263a95970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="June27,2014" class="asset  asset-image at-xid-6a00d83452a49969e201a3fd263a95970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fd263a95970b-250wi" style="width: 250px; margin: 0px 0px 5px 5px; border: 5px  #000000;" title="June27,2014" /></a></em></p>
<p><em>The Sun/Moon conjunction celebrates the onset of Summer five days after the Solstice. Retrograde Neptune in Pisces sends a strong trine to the NewMoon, reminding us all that the root causes of this summer&#39;s developments were first sown into the dreamtime while we were still waiting for the Equinox last winter.&#0160; If things aren&#39;t working out as originally envisioned, try thinking back to examine whether there were any fears or trepidations inhibiting your vision at the time.</em> This will help to clear up any erroneous expectations and projections going forward. Venus at 4+ Gemini serves as a mediator between these two watery powers, casting the fierce Light of Nature into our Neptunian fantasies, and subtly nudging the NewMoon to benefit from the lesson being revealed as a result. In the sign of Gemini, Venus can help us outgrow our monocular thinking and open our minds to the fact that we still host thought-forms that work against us. Saturn is testing us through his retrograde in Scorpio. How well does our calculated optimism hold up under stress? The only cure for unconsciousness is consciousness, so this is a great month to surrender to WHAT IS and stop trying to project how we think things &quot;should be&quot;.</p>

			</div>
							<a id="more"></a>
				<div class="entry-more">
					The ongoing Uranus/Pluto square that has dominated thi year so far is a little bit stretched right now, existing in a condition called &quot;out of aspect&quot;. This is because Pluto&#39;s retrograde has him malingering in the 12th degree of Capricorn, while Uranus has now slipped into the 16th degree of Aries. The focus shifts to Mars who has recovered his foreword stride and is now just leaving an opposition with Uranus that is still nearly exact. This represents a blast of pressure on Aries and Libra individuals to work out our &quot;us versus them&quot; issues. Those who can resist being divided-and-conquered by circumstantial pressures are encouraged to revert to the natural human state, with both hands of the collective body (or both sides of the individual brain) working in cooperation. Retaining our undivided whole-mindedness allows us to focus more energy on finding solutions and work-arounds to current setbacks. Once we have our objectivity back, we&#39;ll see that the challenges much have more to do with the unexamined manipulations of a top-down command and control system (Pluto retrograde in Capricorn), than with any falsely contrived difference the the system exaggerates to drive a wedge between right-hand versus left-hand approaches (Uranus opposed Mars along the Aries/Libra axis).&#0160;
<p>For those who want to project this NewMoon astrology chart into its equivalent cards, either to use with</p>
<div class="photo-wrap photo-xid-6a00d83452a49969e201a3fd266382970b" id="photo-xid-6a00d83452a49969e201a3fd266382970b" style="float: right; margin: 0px 5px 5px 0px; width: 250px;"><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fd266382970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false"><img alt="MasterIcon flat " class="asset  asset-image at-xid-6a00d83452a49969e201a3fd266382970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fd266382970b-250wi" style="width: 250px;" title="MasterIcon flat " /></a>
<div class="photo-caption caption-xid-6a00d83452a49969e201a3fd266382970b" id="caption-xid-6a00d83452a49969e201a3fd266382970b">Tarot of the Holy Light Icon</div>
</div>
<p>our Tarot of the Holy Light or with any other antique Tarot, you can use this printout as a worksheet. Just write your birthchart planets in a dark or felt-tip pen into the open areas directly inside the large outer Zodiac circle, between the points of the elemental stars. These represent permanent placements that you will use to measure each month&#39;s changing NewMoon charts against. &#0160;Then copy the above NewMoon planetary positions around the outermost ring of the design, using a lighter hand or finer stylus, to show current events in the heavens. This should clearly reveal the ways the current NewMoon placements touch into your birthchart, as well as showing which cards in your Tarot pack are being highlighted under the current astral conditions.</p>
<p>If the process seems confusing, you can look back over the last two years of ArkLetters and see how I have projected the NewMoon charts into the Icon from one month to the next. This is the way I train my students, so they can handle astrology and Tarot together as a simultaneous supercharged oraclular matrix.</p>
<p>Our upcoming book, <em>Tarot of the Holy Light; Foundations of the Continental Tarot Tradition,</em> will make a thorough explanation of the manner in which the traditional Tarots support the oracular and computational needs of &#0160;a magus working in the European style. It makes no difference whether the user hails from the Renaissance, Reformation, Enlightenment, Victorian, &#0160;Modern or Post-Modern eras -- any user of any Tarot from the first 500 years of Tarot&#39;s history will understand their deck better once they have been exposed to this overview. &#0160;</p>
<p>All of the techniques, approaches, and philosophies we present were already long established at the dawn of the 1600&#39;s. This is the era when the over-arching esoteric synthesis I am demonstrating was revealed in its fullness by Jacob Boehme, a visionary cobbler from Protestant Goerlitz (in the Bohemian region of modern Germany). &#0160;Boehme&#39;s radical restatement of the Old and New Testament drama had such an impact on the Lodges movement of Europe that both the Rosicrucian literature and the Masonic Orders took on an essentially Boehmian cast that lingers to this day. &#0160;I look forward to sharing this multidimensional esoteric synthesis that appears to have traveled with the Tarot since its occult outline and supple, recombinant nature first captured the imaginations of the card-playing gentry of Italy and France.</p>
<p>&#0160;</p>
<h3><strong>CURRENT STAGE OF THE MOON for the Americas:</strong></h3>
<ul>
<li><strong>The Present NewMoon</strong> is at&#0160; 5+ Cancer on Friday June 27th, at 4:10 AM (EDT) / 1:10 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.</li>
</ul>
<h3><strong>FUTURE STAGES:</strong>&#0160; &#0160; &#0160;&#0160;</h3>
<ul>
<li><strong>2nd Quarter, Waxing Half Moon</strong> is at 13+ Libra on Saturday, July 5th, at 8:00 AM (EDT)&#0160;/ 5:00 AM (PDT).&#0160;</li>
<li><strong>Full Moon i</strong>s at 20+ Capricorn on Saturday July 12th, at 7:26 AM (EDT) / 4:26 AM (PDT). From this moment, the Moon begins to wane, or decrease. &#0160;</li>
<li><strong>4th Quarter, Waning Half Moon i</strong>s at 26+ Aries on&#0160;Friday July 18th at 10:09 PM (EDT)&#0160;/ 7:09 PM (PDT). &#0160;</li>
<li><strong>Next NewMoon</strong>&#0160;at 3+ Leo on Saturday, July 26th at 6:43 PM (EDT) / 3:43 PM (PDT).&#0160;&#0160; From this moment, the Moon begins to wax, or increase. &#0160;&#0160;</li>
</ul>
<div>
<h3><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></h3>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<h3><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong></h3>
<p>I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<br />
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b">
<div class="photo-wrap photo-xid-6a00d83452a49969e201a511d5be68970c" id="photo-xid-6a00d83452a49969e201a511d5be68970c" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a511d5be68970c-pi"><img alt="Christine.paynetowler" class="asset  asset-image at-xid-6a00d83452a49969e201a511d5be68970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a511d5be68970c-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div class="photo-caption caption-xid-6a00d83452a49969e201a511d5be68970c" id="caption-xid-6a00d83452a49969e201a511d5be68970c">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b" style="text-align: right;">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
</div>
<p><strong><strong><strong>ArkLetter 112 June 27, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
<div><strong>&#0160;</strong></div>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Friday, 27 June 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/06/newmoon-notes-june-27-2014.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/06/newmoon-notes-june-27-2014.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F06%2Fnewmoon-notes-june-27-2014.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F06%2Fnewmoon-notes-june-27-2014.html&title=NewMoon%20Notes%20June%2027%2C%202014', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_111 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a73dc7ffe6970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/05/arkletter-111.html">ArkLetter 111</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 111, May 28, 2014</strong></p>
<p><strong>&#0160;IN THIS ISSUE:</strong></p>
<p><strong>I.&#0160;<a href="http://www.tarotarkletters.com/2014/05/newmoon-notes-may-28-2014.html" target="_blank"> NewMoon May 28 2014</a></strong></p>
<p><strong><strong> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a511bcb12b970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="May28,2014NM" class="asset  asset-image at-xid-6a00d83452a49969e201a511bcb12b970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a511bcb12b970c-120wi" style="margin: 0px 5px 5px 0px;" title="May28,2014NM" /></a>Here we are in the sign of Hermes, enjoying the dualism of our manifested universe. This time of year has the potential to feel like a mini-paradise in the Northern hemisphere. Spring is warming up and expressing itself in lush growth and baby animals. But even as we revel in the regeneration, the freshness and dewy purity of this month,&#0160; the season is already verging towards the hot dusty summer that&#39;s due in just a few short weeks. <br /></strong></strong></p>
<p><strong>&#0160;&#0160;&#0160;</strong><strong><strong><a href="%20http://www.tarotarkletters.com/2014/05/newmoon-notes-may-28-2014.html " target="_blank"><strong><br /></strong> </a><br /></strong><a href="http://www.tarotarkletters.com/2014/05/newmoon-notes-may-28-2014.html" target="_blank">http://www.tarotarkletters.com/2014/05/newmoon-notes-may-28-2014.html </a><br /><br /></strong></p>
<div>
<p style="text-align: left;"><strong>II.&#0160; Workshop Reminder:</strong><strong> <a href="%20http://www.tarotarkletters.com/2014/05/workshop-reminder-alchemical-astrology-tarot.html" target="_self">Alchemical Astrology &amp; Tarot </a></strong><a href="%20http://www.tarotarkletters.com/2014/05/workshop-reminder-alchemical-astrology-tarot.html" target="_self"><em>with </em></a><a href="http://www.tarotarkletters.com/2014/05/workshop-reminder-alchemical-astrology-tarot.html" target="_self"><strong><em>Nicki Scully &amp; Christine Payne-Towler</em></strong></a></p>
<p style="text-align: left;"><strong><em>&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;June 7th and 8th in Eugene, Oregon. For more information please visit <a href="http://www.shamanicjourneys.com" target="_blank">www.shamanicjourneys.com</a></em></strong></p>
<p><strong>III. Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p></div>
			</div>
							<a id="more"></a>
				<div class="entry-more">
					
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_self">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fce324c2970b-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b">Order the Tarot of the Holy Light here</div>
</div>
<h3 id="caption-xid-6a00d83452a49969e201a73d84a8f3970d"><strong>Order the Tarot of the Holy Light here</strong></h3>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
&#0160;<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;
<div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/&#0160;</a></h3>
<div>&#0160;</div>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
</div>
<div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Wednesday, May 28, 2014.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<strong>CURRENT STAGE OF THE MOON for the Americas: &#0160;</strong>&#0160; &#0160;</div>
<div>•&#0160;&#0160; &#0160;The Present NewMoon is at&#0160; 7+ Gemini on Wednesday, May 28th across the Noon hour,&#0160; at 2: 41 PM &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;(EDT) /11: 41 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.<br /><strong> FUTURE STAGES: &#0160;</strong>&#0160; &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;</div>
<div>•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 15+ Virgo on Thursday, June 5th, at 4:40 PM (EDT)&#0160;/ 1:40 PM &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;(PDT).  &#0160;&#0160; &#0160;</div>
<div>•&#0160;&#0160; &#0160;Full Moon is at 22+ Sagittarius across the midnight hour of Thursday June 12th, at 9:13 PM (PDT) / &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;Friday June 13th at 12:13 AM (EDT). From this &#0160;&#0160;&#0160;&#0160;moment, the Moon begins to wane, or decrease. &#0160; &#0160;&#0160; &#0160;</div>
<div>•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 28+ Pisces on&#0160;Thursday June 19th at 2:40 PM (EDT)&#0160;/ 11:40 AM &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;(PDT). &#0160; &#0160;&#0160; &#0160;</div>
<div>•&#0160;&#0160; &#0160;Next NewMoon&#0160;at 5+ Cancer on Friday June 27th, at 4:10 AM (EDT) / 1:10 AM (PDT).&#0160;&#0160; From this &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;moment, the Moon begins to wax, or increase.&#0160; &#0160;<br /><br /><br />
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<br />
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<p>&#0160;</p>
<p><strong><strong><strong>ArkLetter 111 May 28, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Wednesday, 28 May 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/05/arkletter-111.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/05/arkletter-111.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F05%2Farkletter-111.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F05%2Farkletter-111.html&title=ArkLetter%20111', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_111 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a3fd0d1f95970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/05/newmoon-notes-may-28-2014.html">NewMoon Notes, May 28, 2014</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p>Tarot<strong> ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 111, May 28, 2014</strong></p>
<p><strong><span style="font-size: 18pt;">NewMoon Notes for May 28, 2014</span></strong></p>
<p><strong><br /> <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a511bcb097970c-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="May28,2014NM" class="asset  asset-image at-xid-6a00d83452a49969e201a511bcb097970c img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a511bcb097970c-250wi" style="width: 250px; margin: 0px 5px 5px 0px;" title="May28,2014NM" /></a>Here we are in the sign of Hermes, enjoying the dualism of our manifested universe. This time of year has the potential to feel like a mini-paradise in the Northern hemisphere. Spring is warming up and expressing itself in lush growth and baby animals. But even as we revel in the regeneration, the freshness and dewy purity of this month,&#0160; the season is already verging towards the hot dusty summer that&#39;s due in just a few short weeks.&#0160; </strong>After we cross the Summer Solstice, these glorious long evenings will also start shortening, very slowly at first, but then faster as the summer waxes. The feeling of infinite possibility that we feel in spring is going to harden, gel, or set up like pottery into a fixed and final shape as summer takes hold. Right now we glory in the pliability and promise of Gemini, the mutable sign of endless youth under the opening skies of late spring. But inevitably the wheel of time will propel us to complete our tour of the Wet Way of involvement with time and manifestation, after which we start the march along the Dry Way of detachment that stretches across summer and embraces the Fall.<br /><br />Gemini requires that we think, because it is an Air sign, which means it understands itself through words and concepts, categories and calculations. In Aries we discover our drives and the vitality they grant us, while in Taurus we explore the body and its potentials. This stimulates the Gemini students to pry into the mind with all of its capacities, especially the imagination&#39;s power to create and&#0160; destroy with words and ideas. Geminis want to open all the doors and windows of their minds, so every object of thought can flow through and be experienced in all of its unique glory. This is a perfect time to investigate options, send out feelers towards various probabilities, and define future goals. &#0160;</p>
			</div>
							<a id="more"></a>
				<div class="entry-more">
					<strong><br /></strong>
<p><strong><span class="Apple-style-span" style="font-weight: normal;"><strong>The Good News among the transits is: &#0160;</strong></span></strong></p>
<p><strong><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73dccce5d970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="NM5:28:14Icon259" class="asset  asset-image at-xid-6a00d83452a49969e201a73dccce5d970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73dccce5d970d-250wi" style="width: 250px; margin: 0px 0px 5px 5px;" title="NM5:28:14Icon259" /></a></strong></p>
<p>&#0160;<em>Mercury</em> (The Star) is with the <em>NewMoon</em> (Fool and Priestess)&#0160; in Gemini (Chariot). This association changes fast in the sky, but due to it happening at NewMoon, the energy permeates the month. This communion of the Alchemical Principals refreshes each of us with a newborn Ray of Light after the dark of the Moon. Among the ancient Hebrews, it was the women&#39;s job to keep watch for the first scrap of light visible from the Moon after NewMoon. She who saw it first would sing out a welcome to the NewMoon, and all the other women would take it up. Consider this Gemini NewMoon conjunction with</p>
<p>&#0160;<em>Mercury</em> is also direct for another 10 days or so, until the 7th of June -- at which point things will become predictably &quot;complicated&quot; till the last day of the month. &#0160;</p>
<p>&#0160;<em>Mars</em> (Strength) is no longer retrograde, neither is Jupiter (Emperor)&#0160; nor Uranus (Magus). There is plenty of new and forward-moving energy available, more every day.&#0160;</p>
<p><em>Both Jupiter and Mars</em> (Emperor and Strength) have broken out of the pattern of the Grand Square we were feeling so acutely last month. This&#0160; downsizing doesn&#39;t fully mitigate the influence of the Uranus/Pluto (Magus/Death) square from Aries to Capricorn (Hierophant - Tower), which is a 15 month event that we are less than halfway through at this point. Nevertheless,&#0160; with this NewMoon we are experiencing a calming and relaxing of energies, or at least a reduction of stimulation at the opposite points in Cancer and Libra (Justice and Hanged Man), at least temporarily.</p>
<p>&#0160;<em>Jupiter</em> (Emperor)&#0160; and <em>Saturn</em> (Judgement) have just passed the point of exactitude &#0160;marking a&#0160;very close trine in the water signs. It is interesting to note that the Emperor is in forward motion through Cancer (Justice),&#0160; while Judgement is still backward-moving through Scorpio (Temperance). Faster-moving Jupiter is pressing&#0160;retrospective, lingering Saturn to give forth some of his legendary wisdom and sound guidance for challenging times. I&#39;m guessing that &#0160;the Emperor is getting a signal from the Angel of the Aeon in the Judgement Arcana, to identify with what is perennial in our natures, and leave behind those qualities that are merely short-term inessenstial distractions. It&#39;s time to take Saturn seriously and set about&#0160;banishing the toxins of the past so we can be tuned up for a productive summer to come.&#0160; One thing I have learned about connections between Jupiter and Saturn is that sometimes the most amazing opportunities appear during times that require the greatest discipline and focus. Therefore do not interpret resistance as a bad thing! Only know that much is asked of those to whom much is given.</p>
<p><strong>Next month: </strong>On June 26th and 27th, the Moon (The Priestess)&#0160; will &quot;carry the light&quot; between Venus (The Empress) and Mercury (The Star) while traveling through the sign of Gemini (The Chariot).&#0160; This will offer a perfect ritual moment to clarify your expectations and frame up some plans for future fulfillment. &#0160; Mercury won&#39;t feel free yet to enact those plans until after his retrograde&#0160; is complete. Nevertheless,&#0160; the fact that the Moon will span the gap between Mercury and Venus&#0160; during that 24 hour period will be awakening and sensitizing for the oft-superficial and impatient Mercury. These two feminine energies will help refine and polish Mercury&#39;s hasty style,&#0160; as well as help him to find his heart&#0160; (The Star) among all of his assumptions and untested conclusions.&#0160;</p>
<p><strong>What are the challenges?</strong></p>
<p>An exact square stands between <em>Neptune</em> (Death) in Pisces (The Sun) and the <em>NewMoon</em> (Fool and Priestess) in Gemini (The Chariot).&#0160; To me this suggests we are asked to detach from expectations of &quot;getting it all done&quot; in this lifetime. Maybe we will and maybe we won&#39;t, but no amount of trying to stall the inevitable or beg Providence for an indulgence will help us take care of business. We have to follow the advice given to Carlos Casteneda and &quot;take Death as our advisor&quot;,&#0160; ruthlessly prioritizing our goals and aspirations so we don&#39;t end up frittering away precious time doing less-than-essential things. Another thought that rises to mind with this square in the mutable signs of the Wet Way is that the attraction to fall into distraction, self-medication, fantasy and bodily absorption could be very strong right now. The part of the self that values the bright light of consciousness needs to spur the Chariot of the ego past all seductive detours and race on to the higher goal of the soul.</p>
<p>Before <em>Venus</em> (Empress) can enter her home sign Taurus (Lovers) on May 30th, she has to complete her business with the South Node in late Aries (Hierophant).&#0160; We can see her bearing down on the exit (the final degree of Aries) while the South Node still claims some of her energy, reluctant to let her go.&#0160; Nobody wants to hang out with the South Node for long, as it represents &quot;things that we are done with and moving on from&quot;.&#0160; &#0160; I believe the point of this exercise is to remind Venus that she can&#39;t afford to love unconditionally -- there really are behaviors, attitudes, and actions that are too much for her, which she cannot rationalize and won&#39;t waste the energy trying to placate&#0160; . All of this has become crystal-clear for her during her tour of Aries, so now the South Node is helping to certify that she has a strong sense of her boundaries going forward. &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160; &#0160;</p>
<p><strong>Next Month:&#0160;</strong></p>
<p>When the <em>Moon</em> transits&#0160;<em>Pluto</em> (The World) in Capricorn (The Tower) over July 11-12th,&#0160; there will be a mini-recapitulation of the Grand Square, with the Sun in Cancer (Fool driving the Chariot), while Mars remains in LIbra (Strength holding the Balance) and Uranus remains in Aries (The Magus consulting with the Hierophant). The degrees aren&#39;t perfect, but the feeling will creep resonate nevertheless, reminding us that we aren&#39;t finished making these adjustments to the incoming changes. The force of evolution is relentless, so don&#39;t bother trying to fight it. Instead look for ways to &quot;hitch your plow&quot; to the direction events are running, and you&#39;ll be amazed at what the synchronicity angels can manifest on your behalf.</p>
<p><strong><br />Other News of Note</strong></p>
<p>&#0160;</p>
<p>My elves and I have been busy this spring, spinning straw into gold for my dear readers. To reward those who actually read these ArkLetters, here is the link to a YouTube video that has just been completed, the first in a series being created with the help of the Time Monk Radio Network. It is on the subject of the ancient astrology which underpins all of the Western Oracles, the foundation upon which are built Alchemy, Kabbalah, &#0160;Hermeticism and Tarot, a monument that has lasted through the ages and which continues to guide humanity today. &#0160;</p>
<p>I&#39;ll be teaching from this slide-show (as well as the second half, which should be copleted in the next few weeks), at the workshop in Eugene June 7th and 8th. Participants will learn how to apply the Ladder of Lights and the alchemical Doctrine of Essential Dignities to their charts, their Tarot, and their Anubis Oracle deck. &#0160;The goal is to supercharge our Oracles with the Wisdom of heaven. There is still room for more participants if anybody wants to join us.</p>
<p><a href="https://youtu.be/mQ9J9JhA0T4" target="_blank">http://youtu.be/mQ9J9JhA0T4</a></p>
<p>Enjoy the run-up to summer, dear readers, there will be more to share with you soon. &#0160;My prayer for all of us is that Mercury remains his optimisitc, creative and visionary self despite his upcoming retrograde, and that any challenges he presents will offer us alternatives that serve us even better than our original plans. &#0160;May we all have a blessed Summer Solstice.</p>
<p>&#0160;</p>
<p><strong><strong>CURRENT STAGE OF THE MOON for the Americas: &#0160;</strong>&#0160; &#0160;</strong></p>
<div>•&#0160;&#0160; &#0160;The Present NewMoon is at&#0160; 7+ Gemini on Wednesday, May 28th across the Noon hour,&#0160; at 2: 41 PM &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;(EDT) /11: 41 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.</div>
<div><br /><strong> FUTURE STAGES: &#0160;</strong></div>
<div>&#0160; &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;</div>
<div>•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 15+ Virgo on Thursday, June 5th, at 4:40 PM (EDT)&#0160;/ 1:40 PM &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;(PDT).  &#0160;&#0160; &#0160;</div>
<div>•&#0160;&#0160; &#0160;Full Moon is at 22+ Sagittarius across the midnight hour of Thursday June 12th, at 9:13 PM (PDT) / &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;Friday June 13th at 12:13 AM (EDT). From this moment, the Moon begins to wane, or decrease. &#0160; &#0160;&#0160; &#0160;</div>
<div>•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 28+ Pisces on&#0160;Thursday June 19th at 2:40 PM (EDT)&#0160;/ 11:40 AM &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;(PDT). &#0160; &#0160;&#0160; &#0160;</div>
<div>•&#0160;&#0160; &#0160;Next NewMoon&#0160;at 5+ Cancer on Friday June 27th, at 4:10 AM (EDT) / 1:10 AM (PDT).&#0160;&#0160; From this &#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;moment, the Moon begins to wax, or increase.&#0160; &#0160;<br /><br /></div>
<div><br />
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<br />
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<p>&#0160;</p>
<p><strong><strong><strong>ArkLetter 111 May 28, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
				</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Wednesday, 28 May 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/05/newmoon-notes-may-28-2014.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/05/newmoon-notes-may-28-2014.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F05%2Fnewmoon-notes-may-28-2014.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F05%2Fnewmoon-notes-may-28-2014.html&title=NewMoon%20Notes%2C%20May%2028%2C%202014', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_111 entry-category-updates_and_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a73dc7fe26970d">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/05/workshop-reminder-alchemical-astrology-tarot.html">Workshop Reminder: Alchemical Astrology & Tarot</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p style="text-align: left;"><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 111, May 28, 2014</strong>&#0160;</p>
<p style="text-align: center;">&#0160;</p>
<p style="text-align: center;"><em>The Alchemical Healing Academy Presents</em></p>
<p style="text-align: center;"><strong>Alchemical Astrology &amp; Tarot</strong></p>
<p style="text-align: center;"><em>with</em></p>
<p style="text-align: center;"><em>Nicki Scully &amp; Christine Payne-Towler<br /></em></p>
<p style="text-align: center;"><em>Two-Day Workshop in Eugene, Oregon</em></p>
<p style="text-align: center;"><em>June 7th and 8th 2014</em></p>
<p style="text-align: center;">&#0160;To register please contact Shamanic Journeys, Ltd.</p>
<p style="text-align: center;"><strong>Phone:&#0160; 541-484-1099&#0160;&#0160; </strong></p>
<p style="text-align: center;">&#0160;E-mail:&#0160; <a href="mailto:office@shamanicjourneys.com">office@shamanicjourneys.com</a></p>
<p style="text-align: center;">&#0160;</p>
<p style="text-align: center;">For more information regarding author Nicki Scully, founder of shamanic journeys, ltd. and the Alchemical Healing form please visit <a href="http://www.shamanicjourneys.com">www.shamanicjourneys.com</a></p>
<p style="text-align: center;">&#0160;</p>
<p style="text-align: center;">&#0160;</p>
<p style="text-align: center;">&#0160;</p>
<p>&#0160;</p>
<div>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<p>&#0160;</p>
<p><strong><strong><strong>ArkLetter 111 May 28, 2014</strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Wednesday, 28 May 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/05/workshop-reminder-alchemical-astrology-tarot.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/05/workshop-reminder-alchemical-astrology-tarot.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F05%2Fworkshop-reminder-alchemical-astrology-tarot.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F05%2Fworkshop-reminder-alchemical-astrology-tarot.html&title=Workshop%20Reminder%3A%20Alchemical%20Astrology%20%26%20Tarot', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter110_april_28_2014 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a3fcfa8e1c970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/04/arkletter-110-april-28-2014.html">ArkLetter 110</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 110, April 28, 2014</strong></p>
<p><strong>&#0160;IN THIS ISSUE:</strong></p>
<p><strong>I:&#0160; <a href="http://www.tarotarkletters.com/2014/04/tarot-deck-review-the-magdalene-legacy-tarot-lost-keys-of-the-madonna.html" target="_blank">Tarot Deck Review: The Magdalene Legacy Tarot: Lost Keys of the Madonna</a></strong></p>
<p><strong>&#0160;&#0160;&#0160; </strong><em>It was truly fulfilling to find&#0160; the new Tarot deck and book conceived by Casey DuHammel and illustrated by Deborah L. Shutek-Jackson in my postbox. I have been eagerly awaiting this creation since my first conversations with DuHammel several years ago. Her passion for the story of Mary Magdalene bowled me over when we first talked! She told me then that she&#39;d been collecting material about Mary Magdalene for many years already, the results of which are now integrated into this excellent and powerful Tarot.&#0160; Others have reviewed the deck in a more &quot;professional&quot; manner, so I will use this column to share a bit about my own unique view of what a deck like this brings to the art and practice&#0160; of Tarot as a tool of consciousness-expansion. <a href="http://www.tarotarkletters.com/2014/04/tarot-deck-review-the-magdalene-legacy-tarot-lost-keys-of-the-madonna.html" target="_blank">http://www.tarotarkletters.com/2014/04/tarot-deck-review-the-magdalene-legacy-tarot-lost-keys-of-the-madonna.html</a></em></p>
<p><strong>II:&#0160; <a href="http://www.tarotarkletters.com/2014/04/newmoon-notes-april-28-2014.html" target="_blank">NewMoon April 28-29 2014</a></strong></p>
<p><strong>&#0160;&#0160;&#0160;&#0160;</strong><em>What a powerful month this has been! Two eclipses, a perfect Grand Square in the Cardinal signs,&#0160; a powerful surge of both stress and strength blaring through the headlines, and spring coming on like gangbusters after a cold, wet and persistent winter.&#0160;&#0160; I hope you are all finding yourselves on the up-side of the season, participating in the rising of the saps and the return of warmth and fertility to the Northern Hemisphere.</em><strong><a href="http://www.tarotarkletters.com/2014/04/newmoon-notes-april-28-2014.html" target="_blank">http://www.tarotarkletters.com/2014/04/newmoon-notes-april-28-2014.html</a><br /><br /></strong></p>
<div>
<p><strong>III:&#0160;</strong>&#0160;<strong>Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_self">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div id="photo-xid-6a00d83452a49969e201a3fce324c2970b" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank"><img alt="Tarot of the Holy Light" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fce324c2970b-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fce324c2970b">Order the Tarot of the Holy Light here</div>
</div>
<h3 id="caption-xid-6a00d83452a49969e201a73d84a8f3970d"><strong>Order the Tarot of the Holy Light here</strong></h3>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
&#0160;<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<div>
<h3>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/&#0160;</a></h3>
<div>&#0160;</div>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
</div>
<div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Sunday/Monday, April 28-29th, 2014.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<p><strong>CURRENT STAGE OF THE MOON for the Americas:<br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;The Present NewMoon Eclipse is at 8+ Taurus across the midnight hour of 11:14 PM (PDT) of Monday, April 28th /</strong>&#0160;Tuesday, April 29th at 2:14 AM (EDT).&#0160; From this moment, the Moon begins to wax, or increase.</p>
<p><strong><br />FUTURE STAGES:<br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;2nd Quarter, Waxing Half Moon is at 16+ Leo on Tuesday, May 6th, at 11:16 PM (EDT)&#0160;/</strong> 8:16 PM &#0160;&#0160;&#0160;&#0160; &#0160;&#0160;&#0160;&#0160;(PDT)<strong>. <br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;Full Moon is at 23+ Scorpio on Wednesday May 14th at 3:17 P M (EDT)&#0160;/</strong> 12:17 PM (PDT). From this &#0160;&#0160;&#0160;&#0160;moment, the Moon begins to wane, or decrease. &#0160;<strong><br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;4th Quarter, Waning Half Moon is at 0+ Pisces on&#0160;Wednesday May 21st at 9:00 AM (EDT)&#0160;/ </strong>6:00 &#0160;&#0160;&#0160;&#0160;AM (PDT)<strong>. &#0160;<br />&#0160;&#0160; &#0160;•&#0160;&#0160; &#0160;Next NewMoon&#0160;at&#0160; 7+ Gemini on Wednesday, May 28th across the Noon hour,&#0160; at 2: 41 PM (EDT) /</strong>&#0160; &#0160;&#0160;&#0160;&#0160;11: 41 AM (PDT). From this moment, the Moon begins to wax, or increase.</p>
<div><strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p>&#0160;</p>
<br />
<p>&#0160;</p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<p>&#0160;</p>
<p><strong><strong><strong>ArkLetter 110, April 28, 2014<em>&#0160;</em></strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Monday, 28 April 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/04/arkletter-110-april-28-2014.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/04/arkletter-110-april-28-2014.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F04%2Farkletter-110-april-28-2014.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F04%2Farkletter-110-april-28-2014.html&title=ArkLetter%20110', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    

    




	
	<div class="entry-category-arkletter110_april_28_2014 entry-category-books_and_decks entry-category-tarot_deck_reviews entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a3fcfa8ed3970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/04/tarot-deck-review-the-magdalene-legacy-tarot-lost-keys-of-the-madonna.html">Tarot Deck Review: The Magdalene Legacy Tarot; Lost Keys of the Madonna</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 110, April 28, 2014</strong></p>
<h2><strong><strong>Tarot Deck Review: </strong></strong></h2>
<h3><strong><strong>The Magdalene Legacy Tarot: Lost Keys of the Madonna</strong></strong></h3>
<p>It was truly fulfilling to find&#0160;<em>The Magdalene Legacy Tarot: Lost Keys of the Madonna</em>, a deck and book set conceived by Casey DuHammel and illustrated by Deborah L. Shutek-Jackson in my postbox. I have been eagerly awaiting this creation since my first conversations with DuHammel several years ago. Her passion for the story of Mary Magdalene bowled me over when we first talked! She told me then that she&#39;d been collecting material about Mary Magdalene for many years already, the results of which are now integrated into this excellent and powerful Tarot.&#0160; Others have reviewed the deck in a more &quot;professional&quot; manner, so I will use this column to share a bit about my own unique view of what a deck like this brings to the art and practice&#0160; of Tarot as a tool of consciousness-expansion.&#0160; (See Bonnie Cehovet&#39;s review here: <a href="http://www.aeclectic.net/tarot/cards/magdalene-legacy/review.shtml" target="_blank">http://www.aeclectic.net/tarot/cards/magdalene-legacy/review.shtml</a>; view a selection of card samples <a href="http://www.themagdalenelegacytarot.com/CARD-SAMPLES.html" target="_blank">here</a>)<br /><br />Every Tarot exists within a context of assumptions that give it birth.&#0160; People who use the Tarot accept the premise that the 78-cards of any pack will refer to a sequence of stages in the archetypal journey of the soul, navigating through a human incarnation. We proceed as if a map of the human experience as a whole had been cut into 78 equal-sized pieces, then dealt out to the individual as their own magnetism decrees. No one pack of cards can hold everything possible about the Tarot, that macro-cosmic concept which is larger than all of its manifested examples. Any given pack of cards will naturally represent one possible worldview and belief-system that is evoked through the art, titles, and symbolism included on their faces.&#0160; A huge amount of unspoken context shines out of any set of Tarot cards, revealed through the design choices made in the artistic depictions, through the titles, numbers and symbols displayed, the size and substantiality of the cards, the use of color, metallics, even texture, plus a host of other considerations &#0160; &#0160;contribute to the unique spin of any given pack.<br /><br />Towards that end, DuHammel and Shutek-Jackson have chosen a subject deep enough to grant them a rich tapestry of interweaving elements through which to examine the human condition. The legend of Mary Magdalene as we know her in the 21st century is synthesized from Gnostic, Semitic, Egyptian and Christian scriptures.&#0160; Her presence is attested by all four Gospel writers, but she is only fully appreciated through a widely variant, and intensely suppressed, analysis of historical material that never made it into the Biblical canon. Such research highlights the presence and contribution of Mary Magdalene throughout the public ministry of the man idealized in the Christian Savior, Jesus Christ. Magdalene&#39;s legend in western Europe includes the assertion that,&#0160; after the Crucifixion, she and her family set out from Egypt and traveled across the Mediterranean in a boat with no oars, landing at a little fishing village along the coast of France. Subsequently, she lived out her final 30 years in the region, communicating with angels and providing an inspirational and healing presence for her adopted land. Her children assimilated into the local population, providing the folkloric basis for Europe&#39;s ancient royal families, who were therefore considered to have magical and healing gifts inherited from their sacred ancestors.&#0160; The consequences of this belief-system -- which grew to huge proportions once the Catholic Church set up a veritable pilgrimage business to take advantage of it -- deeply colored both the art and the history of the region.&#0160; It is to this European branch of the Holy Family that the <em>Magdalene Legacy Tarot</em> refers. &#0160;<br /><br />Given the extreme plainness and spare presentation of the oldest Marseille packs, modern packs tend to&#0160; define themselves by overlaying new gloss upon the pre-existing pearl.&#0160; Over time, this has led modern packs to verge in the direction of what my husband Michael Dowers calls &quot;horror-vacua&quot;, the fear of empty spaces.&#0160; Decks touched with this syndrome have every surface embellished, leaving every open space is crawling with information that telegraphs as movement. There is nowhere for the eye to rest and take its bearings!&#0160; I am pleased to report that DuHammel and Shutek-Jackson don&#39;t incline their Tarot in this direction. The Trumps and Royals of the Magdalene Legacy Tarot, the so-called &quot;face cards&quot;, are depicted in inviting naturalistic scenes that spell out pivotal events, lessons, and characters marking the important stages of the Magdalene Legacy. The user can easily imagine stepping through these&#0160; doorways to interact with the charmed landscapes of the Holy Land, the city of Marseilles,&#0160; the pilgrimage paths of Spain and the Langue d&#39;Oc region of southern France.&#0160; This group of cards carries the story and illustrates the mythos, the unique imaginal, of the <em>Magdalene Legacy Tarot</em>.&#0160; We will find the author&#39;s most creative and revealing adaptations within this group of cards, which unquestionably represent the movers and shakers of this inspired multicultural lineage. &#0160;<br /><br />There is so much distinction and personality infused into these face cards that it will take me a while to get it all internalized. Suffice it to say that only the most attentive of Magdalene&#39;s devotees will come away from this vivid compendium of Gnostic/Christian mythos saying &quot;I&#39;ve heard it all before&quot;. The depth of DuHammel&#39;s research and dedication to detail shines through on every card. The story of the Holy Family had a very strong hold on southern Europe for many centuries before the Tarot appeared, but DuHammel and Shutek-Jackson have made an excellent synthesis between Tarot&#39;s traditional subjects and this esoteric strain of Gnostic/Christian mysticism.&#0160;&#0160; I love the Chariot card with it&#39;s depiction of the Holy Family&#39;s boat landing on the shores of France.&#0160; I also love the Empress showing Magdalene in mature splendor, enthroned and &quot;clothed with the Sun&quot;,&#0160; her three handsome children grouped behind her.&#0160; The Moon card is an inspired rendering of the Black Madonna and Child of Czestochowa, Poland, lighting up the dark night of the soul with their shining auras. The placement of Jesus Christ on <em>The Emperor</em>, corresponded to the astrological Sun, marks Trump #4 as the Anointed One for Gnostics, &#0160;Jews and Christians alike. &#0160;With Joan of Arc gracing The Justice card, the Virgin Mary on the Priestess, John the Baptist on the Hermit and the cathedral-building Abbe Suger on the Hierophant, there is a lot to take in here!&#0160; Add to this the inspired choice to emulate certain classic exemplars of Magdalene art, and we have a power-packed document in hand, which will amply reward deeper investigation. <br /><br />By way of gentle contrast to the Trumps, the numbered Pips are more understated,&#0160; pointing back to their geometric, elemental and numerological roots. DuHammel and Shutek-Jackson are following a pips-pack modification which was (as far as I know) first explicated by the French Tarot magus of the early 1900&#39;s, Eudes Picard.&#0160; This style of presentation&#0160; has become more popular since it was grafted onto Oswald Wirth&#39;s Trumps for the <em>Universal Wirth Tarot</em> -- &#0160;though before that was published, this style of pips were featured on <em>El Gran Tarot Esoterico</em>,&#0160; <em>The Balbi Tarot</em>, <em>The Crystal Tarot,</em> and the <em>Salvador Dali Tarot</em>.&#0160; I like the calmness of these images as rendered by Shutek-Jackson, with their ivory paper, the shadowy yin/yang backdrop image of the entwined lily and rose, and their handsome grapevine border framing relatively simple designs in the foreground. &#0160;The thoughtful key words at each end of the card also add to the effect the numbered suit-cards can have in a reading. It becomes very clear upon laying out a spread, that half of the cards are strongly &#39;personified&#39; , with human motives and strategies drawing central attention, whereas other cards simply represent natural laws and elemental states, with the subtle geometry of suit symbols predominating.&#0160; All of these details become aids to interpretation, once we have become comfortable with the imaginal world this pack presents us with.<br /><br />Choosing the Picard models for the numbered suit-cards put DuHammel and Shutek-Jackson into a peculiar position. Picard not only created a visually-unique set of Pip cards, but he also made an executive decision to switch out the elemental correspondences between the watery suit of Cups and the airy suit of Swords (replaced by Quills in the <em>Magdalene Legacy Taro</em>t).&#0160; This creates a bit of cognitive-dissonance for the reader who is accustomed to the more usual correspondences as found in the majority of Tarots. For example, Picard&#39;s Swords are all visualized in, on, or interacting with a body of water, and they are decorated with water-lillies, fishes and crabs. Meanwhile his cups or chalices appear suspended in the air, they shine with a silvery or crystalline light, and are surrounded by the Cathar symbols of birds, butterflies and flowers. <br /><br />The creators of the Magdalene Legacy Tarot&#0160; chose to split the difference, integrating Picard&#39;s unique visual elements with the more normal suit-to-element correspondences. This is why traces of Picard&#39;s watery substrate&#0160; flows through the lower part of every Quills card, even showing the sign of Scorpio on the 4 of Quills. Alternately, winged creatures decorate the Cups, and we see the symbols for the three Air signs shimmering in the water below the Ace of Cups. I&#39;m guessing that these visual suggestions have been retained to remind the user that we must not &#0160;ignore the mind when we are immersed in our feelings, nor should we rationalize away our finer sentiments while we are indulging in logic and ratiocination.<br /><br />Because of this pack&#39;s immersion in spiritual feminism, mysticism with a female face, and Gnostic Christianity, <em>The Magdalene Legacy Tarot</em> makes a great primer for cataloguing some of the more persistent underground religious impulses in Europe. I&#39;m quite happy to report that even though this pack is centered on the story of Mary Magdalene, it is not specifically a pack for women or a goddess/feminist pack. Instead we have a modern reconstruction of a multi-cultural, intergenerational weaving with many strong characters of both genders represented. True to their focus on the motif of Sacred Marriage, the deck creators have carried the theme of reconciliation of opposites across all the levels of the deck. <br /><br />This focus on the mediated opposites adds significance of the internal mirroring of Air and Water that we see on the Sword and Cup suits. Also, the suit symbol for the Disks is the historic Chi Ro sign that, as we are told, conjoins a masculine and feminine element, much like the paired symbols of the Chalice and the Blade.&#0160; Among the Trumps, we see those bordered with the colors of the &quot;yang&quot; elements of&#0160; Fire (red) and Air (yellow) displaying their correspondences up in the right-hand corner, in &quot;dexter&quot; position. Alternately, the Trumps with the borders of blue and green, denoting the &quot;yin&quot; elements of Water and Earth, have their astrological correspondences up in the left-hand corner of the card, the &quot;dexter&quot; position. No doubt I haven&#39;t yet found all of the esoteric hints and clues that are buried in this pack, but I&#39;m mentioning these to serve as a spur for users to keep their eyes and minds open while engaging in deeper investigation.</p>
<p>DuHammel makes us aware of a fascinating array of interconnections between the destiny of this Holy Family and the nations that have hosted its members. Also, her own insights and comments give a lively feel to the book, enriching our associations with the individual cards even beyond the theme and focus of the deck as a whole.&#0160; The smallness of the accompanying book belies the potency of the writing, giving testimony to the author&#39;s wide range of personal studies. Through DuHammel&#39;s many associations, we gain glimpses of the larger world of Tarot throughout. Users are encouraged to bring along the learning they have gleaned from other decks and traditions whenever they break open this pack. &#0160;For example, a short mention in the text of the 8 of Disks led me to a very profitable little investigation into the eight forms of wealth of the goddess Lakshmi.&#0160; So interesting!</p>
<p>One innovation that makes this pack stand out is its method of elemental mirroring between the Trumps and the Suit cards.&#0160; The four Suits have each been given a different colored border: red for Fire, yellow for Air, green for Disks and blue for Cups.&#0160;&#0160; These border colors are extended to the Trumps as well, thereby doling out the individual Trumps into the elemental families based on their correspondences within the astro-alpha-numeric net of the Hebrew Alphabet. Each suit gets 5 of the Trumps, except the Fire suit, which gets seven Trumps due to its importance as the most active and assertive of the Elements.&#0160; Essentially, each Element receives three Trumps representing the cardinal, fixed and mutable signs of that element, plus one or two relevant Planets, and sometimes also a card representing one of the three Celestial Elements; Fire, Water or Air. &#0160;This allows the user to match up one&#39;s Trump interpretation with the suit and elemental modality that is most sympathetic to it. Following this line of thinking, one can expand upon the meaning of any card by investigating the rest of its elemental family members.&#0160; Each elemental family will share an essential body of assumptions and responses that will augment and strengthen any individual card&#39;s expression.</p>
<p>If there is anything I might choose to quibble about, it is the fact that this pack keys the Trumps to the Kabbalistic paths of Athanasius Kircher&#39;s adaptation of the Kabbalah Tree. Kircher created what is essentially a Catholic redaction of the original Hebrew concept, &#0160;and published it in <em>Oedipus Aegyptiacus</em> in 1653. This scheme was subsequently promoted over the natural, inherent Hebrew tree as defined the&#0160; ancient <em>Sefer Yetzirah</em>. My purist nature has never allowed me to bond with this Christianized version of the Tree, though it has become the most well-known Kabbalistic model that is discussed in modern esoteric literature.&#0160; We read in DuHammel&#39;s book that she&#39;s blending traditional and modern, Continental and English methodologies on her pack. Therefore this choice has its own historical logic within the spirit of this intergenerational Judeo-Christian transmission.</p>
<p>A case in point: The Magus of the <em>Magdalene Legacy Tarot</em>&#0160; features Giordano Bruno, a rebellious and self-directed magus, neoplatonist&#0160; and mathematician who was burned at the stake in 1600 by the Catholic Office of the Inquisition for his profession of heliocentric astrology. Meanwhile, Kircher the German Jesuit scholar and polymath, published his version of the Tree in the early 1650&#39;s, showing the typical Jesuit&#0160; tactic of assimilating another culture&#39;s esotericism, but subtly made over for the Catholic agenda.&#0160; Had these two men met and discussed Hebrew mysticism face to face, their differences quite likely would not have been bridgeable! But such are the paradoxes and twists of fate that characterize the simultaneous attraction and hostilities arcing between the Semitic mysteries and the Greco-Roman mysteries. This conversation went through many stages as the continuous&#0160; cultural ripple of history flowed from the Holy Land into south and central Europe. History shows that the path of esoteric transmission is often rocky, interrupted and erratic. DuHammel and Shutek-Jackson&#39;s Tarot falls directly into the fertile intersection between settled orthodox dogma and persistent underground heresies. Each user has the opportunity and responsibility to make what they can of the implications and applications they find here!</p>
<p>The creators of <em>The Magdalene Legacy Tarot; Lost Keys of the Madonna</em> have placed a lot of emphasis on endowing their cards with esoteric roots and internal consistency. This is a concern that I respect and also insist upon myself.&#0160; My preference is to work with a deck that either represents the historical and traditional values directly, or if I can&#39;t have that, a deck that gets out of the way enough so I can apply what I have learned about the core values of European magic. I refer here to the number/letter correspondences on the Trumps,&#0160; the ancient Decave mysticism on the Pips, rounded out with a full Zodiac in the Royals. Without this kind of &quot;bone structure&quot;, it is easy to overweight one&#39;s pack towards fanciful imagery and imaginative titles, leaving aside the bedrock values that make Tarot so useful.&#0160; I want to be able to follow the logic of the Kabbalah Tree and the Greek Tetractys when comprising meanings for the numbered suit cards. I want to fall back into the personalities of the Zodiac when interpreting the Royals, pegging the Pages to the Solstices and Equinoxes. I presuppose that the very outline separating a Tarot pack from every other type of card game is an unmistakable clue to how the cards can be used &quot;for those who have eyes to see&quot;. A deck that interferes with my employment of these distinct metaphysical keys, handling them in a partial fashion or cobbling them together willy-nilly just for the sake of being pretentious, will never last long on my Tarot table. Such a deck would be unable to pull its weight compared to the classics of the genre!&#0160; Happily, The Magdalene Legacy Tarot joins the ranks of packs that I would call &quot;real Tarot&quot;, in the sense of maintaing a connection to the spirit and ethos of occultism that prevailed from the 16th through 19th centuries.&#0160; For all these reasons, I am proud for DuHammel and Shutek-Jackson, to see the excellent compilation they have made of the numinous and multicultural story of the Holy Family,&#0160; whose European mythos is enshrined on the face of this pack.<strong><strong><br /><br /></strong></strong></p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8dc970d">
<div id="photo-xid-6a00d83452a49969e201a73d9defd5970d" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73d9defd5970d-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73d9defd5970d-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a73d9defd5970d">Christine Payne-Towler; Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a8dc970d">Christine Payne-Towler; Photo by Anya Kumara</div>
</div>
<p><strong><strong><strong>ArkLetter 110, April 28, 2014<em>&#0160;</em></strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><strong><strong><strong><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_self">Subscribe to the TAROT ARKLETTERS</a></strong></strong></strong></p>
<p><strong><strong><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_self"><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></a></strong></strong></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_self">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Monday, 28 April 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/04/tarot-deck-review-the-magdalene-legacy-tarot-lost-keys-of-the-madonna.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/04/tarot-deck-review-the-magdalene-legacy-tarot-lost-keys-of-the-madonna.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F04%2Ftarot-deck-review-the-magdalene-legacy-tarot-lost-keys-of-the-madonna.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F04%2Ftarot-deck-review-the-magdalene-legacy-tarot-lost-keys-of-the-madonna.html&title=Tarot%20Deck%20Review%3A%20The%20Magdalene%20Legacy%20Tarot%3B%20Lost%20Keys%20of%20the%20Madonna', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter110_april_28_2014 entry-category-new_moon_notes entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a511aa38ec970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/04/newmoon-notes-april-28-2014.html">NewMoon Notes, April 28, 2014</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 110, April 28, 2014</strong></p>
<h2>NewMoon Notes, April 28, 2014</h2>
<h2><span class="Apple-style-span" style="font-size: small; font-weight: normal;">What a powerful month this has been! Two eclipses, a perfect Grand Square in the Cardinal signs,&#0160; a powerful surge of both stress and strength blaring through the headlines, and spring coming on like gangbusters after a cold, wet and persistent winter.&#0160;&#0160; I hope you are all finding yourselves on the up-side of the season, participating in the rising of the saps and the return of warmth and fertility to the Northern Hemisphere.</span></h2>
<p>I must admit to being a bit exhausted from the exertions of the last month. In the spirit of the alchemical Solve et Coagula (which means &#39;dissolve the bonds of the past and then reassemble again at a higher level&#39;),&#0160; we here at Noreah/Brownfield Press (Christine and Michael land) have been falling through false floors and shedding old illusions just as fast as this Grand Square could push us along. This is not an emergency, by any means -- my whole career has been like this! &#0160;I seem to &quot;back into&quot; each opportunity that has come to me.&#0160; At this stage and advanced age, I&#39;m not alarmed when a goal I&#39;ve been working towards, or a person I&#39;ve thought was on my team, suddenly takes a sharp left turn and heads unexpectedly in a new direction. My habit at these points is to say, &quot;Oh well, something equally good or better must be on the way&quot;. &#0160;</p>
<p>April 2014 has been a month full of surprising, unpredictable, and challenging events that suddenly morph into unasked blessings.&#0160; Stressful as a Grand Square can be, there is no figure better suited to breaking up outmoded patterns and liberating energies into fresh forms!&#0160; Therefore if you feel as if you are being &quot;outed&quot; from long-established poses, roles and identifications, try to access your gratitude amidst the chaos. This type of change is opening the way to a more integrated future that will be better aligned to your highest good. So mote it be, and so it is.<br /><br />Right now, the Sun and Moon (<em>Priestess</em> and <em>Fool</em>) are completing their second eclipse, this time with the Sun&#0160; in <a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73db551f3970d-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: left;"><img alt="NMoon4:28:14" class="asset  asset-image at-xid-6a00d83452a49969e201a73db551f3970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73db551f3970d-250wi" style="width: 250px; margin: 0px 5px 5px 0px;" title="NMoon4:28:14" /></a>Taurus, realm of <em>The Lovers</em>. I&#39;m reading this as signal that we can collectively de-escalate down from our adrenal fight-or-flight martial energy (Aries) and relax back into our bodies, to enjoy again the simple pleasures of the senses (Taurus). The rapid growth and blossoming of Nature at this point in her cycle means the air smells sweet and arousing, inviting us to leave our armour behind and greet Nature with naked feet and uncovered crowns.&#0160; The blowing pollens, warming soils, rainbow skies and longer days all conspire to pull us out of ourselves, causing us look up and around at the burgeoning season that is pouring forth green vitality from every crack.&#0160; Taurus is not an intellectual sign, nor does it delight in political machinations, complicated transactions or mysterious significations that require elaborate decoding. Taurus is simple, hearty, natural, sincere and close to the Earth. If we can keep our focus where Nature&#39;s is, we&#39;ll experience a lot more support and a lot less resistance going forward.<br /><br />Our NewMoon Eclipse chart is still marked by the Grand Square in no uncertain terms, with the emphasis continuing to focus on the crossed oppositions.&#0160; Pluto in Capricorn (<em>The World</em> in the realm of <em>The Tower</em>) opposes Jupiter in Cancer (<em>The Emperor</em> in the realm of <em>Justice</em>).&#0160; Uranus in Aries (<em>The Magus</em> in the realm of <em>The Hierophant</em>) opposes Mars retrograde in Libra (<em>Strength</em> in the realm of <em>The Hanged Man</em>).&#0160; I continue to root for the unpredictable individual (<em>Magus</em>) over the hair-trigger instinctive herd mind (<em>Strength</em> retrograde).&#0160; I also strongly favor a compassionate community safety-net (<em>The Emperor</em>)&#0160; in contrast to placing my trust in the industrial-military-financial triumvirate and their controlling institutions (<em>The World</em>). &#0160;<br /><br />I do appreciate the way traditional Tarots use <em>The World</em> card image to reformat the Primal Fire of &#0160;letter # 21&#0160;Shin (which traditionally signifies the Wrath of God) into an introduction to God&#39;s Wisdom, Sophia, &#0160;who is variously known as Shechinah, Gaia, the Matronit, or the Spirit of the World.&#0160; This reminds me that Higher Power is capable of roping in even our currently- lawless trans-national corporations, to use as pawns and agents in the unfolding Great Plan.&#0160; This just about sums up what this Grand Cross is driving towards, at least for us mere humans who have no aspersions to world domination.&#0160; It serves us to remember that every stranger, every member of the crowd, every faceless soldier, bureaucrat or talking head on our news screens is just another puppet on the hand of God! &#0160;Nothing that exists can stand outside the One that is All. Taking this attitude can help us relax a little and trust the flow.&#0160; I don&#39;t think any individual or institution can ever control the full scope of the action unfolding on this globe, no matter who or what is scheming to turn affairs to their &#0160;narrow benefit. Ultimately, the organism of the Earth, also known as The World or The Universe, is firmly in control no matter how things might appear from day to day. &#0160;<br /><br />The loose and subtle Grand Trine in the Water signs that I mentioned before is still showing through in this chart, with Saturn in Scorpio (<em>Judgement</em> in the realm of <em>Temperance</em>) and Neptune/Venus in Pisces (<em>Death/Empress</em> in the realm of <em>The &#0160;Sun</em>) balancing with Jupiter in Cancer. The formal corners of the Grand trine consist of &#0160;Saturn&#0160; Jupiter&#0160; and Venus, leaving Neptune&#0160; to act as an intuitive resonator in the background.&#0160; But here&#39;s an interesting pairing: with Neptune (#13, <em>Death</em>) now transiting the realm of Pisces (#19, <em>The Sun</em>), we get the suggtion of the Great Waters somehow massing in the Summerland, traditionally viewed as the place where souls wait out their time between rebirths. &#0160;In <em>The Tarot of the Holy Light</em>, Trump #19, <em>The Sun </em>shows radiant Apollo holding his lyre, with his back turned away from the land of the living , getting ready to awaken a new wave of souls for reincarnation.<em>&#0160;</em>I am intrigued with the spiritual and astral implications of this symbolism being attached to Neptune&#39;s transit through Pisces. Might this coincidence be pointing to the major change that&#39;s coming over our astral environment, coincident with the newly-understood science of spaceweather?</p>
<p>What this suggests to me is to follow the advice that Don Juan gave to Carlos Casteneda:&#0160; Take Death as your advisor, carry it with you at all times, let it speak into your ear and remind you about the true significance of the challenges you face here and now. &#0160;Life is a high-stakes game even in the best of times. Right now, due to the imponderable variables at loose at so many levels from micro through meso to macrocosmic tranformation, we are literally in a time when &quot;all bets are off&quot;. &#0160;Realize that at any minute one could be taken out of this life by forces beyond one&#39;s control. This kind of thinking brings the attentive mind to a true focus, highlighting priorities and abandoning distractions that have no importance to our immortal Being.</p>
<p>Since this Trine is happening in the water signs,&#0160; it will offer us subconscious, nonverbal, immaterial impressions that arise from the dreamtime, the imagination, and the sensory net of the body/mind.&#0160; No logic or rationalization is necessary or even effective in this realm. The salient behavior to take in the water signs is to be observant, permeable, authentic, vulnerable, sensitive and responsive. There is no relevance for cynicism, doublespeak, or dissembling in the realm of the intuition -- everything is apprehended directly as it is, nothing can be faked or camouflaged.&#0160; We must all learn to trust our body-knowledge, so that the ego will know when to stand down and let the inner senses reveal the truth. By cooperating with our inner Gnosis, and feeling our way through events instead of using the mind or the ego, we can spare ourselves a lot of wasted energy and wheel-spinning. By sticking with the Earthiness of the Taurus NewMoon and recruiting the intuitive support of this Water Trine, we can drop faster to our ultimate bottom line, bypassing all the drama and trauma that comes from fighting the flow. This really works, I promise.&#0160;</p>
<p><br />Find a way to <strong>Just Say Yes</strong> to the good ideas that are proposed to you this coming month.&#0160; This is the simple devotion that Venus, ruler of Taurus and exalted in Pisces, asks of us. Open up, let it in, there is a new life coming and it will be an improvement. The new dispensation will start just as soon as we stop resisting and allow it to appear. Nature contrives the blessings of Taurus to seem instinctive and&#0160; innate, just as easy and natural as rolling off a log. If your body has been fantasizing about a missing pleasure, or craving a deficient nutrient, or lusting after something lovely you have been denied, then don&#39;t be surprised if the opportunity comes up this next month to reach out and indulge.&#0160; I&#39;m not saying you have to, by any means! I&#39;m just saying it&#39;s time to learn what your body wants and see how you can cooperate with that in safe and healthy ways. Also pay attention to what you are attracting to yourself this month, since this is the flip side of the desire coin. <br /><br />Whatever we ultimately learn this coming month, it&#39;s all part of a larger pattern designed to move us from the past to the future. Don&#39;t let the ego be the last to know what the subconscious and superconscious are conjuring up!&#0160; Relax, find your trust, open your imagination and see how the patterns are forming. Remember that Venus shines the Light of Nature on whatever she is examining. The Light of Nature reveals the true identity of whatever it illuminates.&#0160; Once we learn to navigate by this Light, we&#39;ll seldom be led astray again. Our job with this NewMoon in Taurus, both individually and collectively, is to believe the testimony of the global body, believe our intuitions, believe our sensitivities, so we can shrug off the artificial dichotomies that the mass mind is trying to crucify us all upon (exemplified by the Grand Cross). As always, our best bet is to individuate fully and freely, &#39;let our freak flag fly&#39;, and don&#39;t look back. The Magus in Aries encourages all of us to pop our stitches and burst our stays. If fate deals us a blow to the old order, we can use the uncrushable tensile strength of the Grand Cross to rocket ourselves into a renewed sense of meaning and mission.&#0160; This NewMoon Eclipse can presage an energizing, liberating and enjoyable break from marching in lockstep towards a cookie-cutter destiny that&#39;s not even one of our own choosing.&#0160; Remember, find a way to<strong> Just Say Yes</strong> to the highest potential of whatever is clearly already happening. Conserve your life force and sweeten your experience by learning to live in the Light of Venus. You&#39;ll be glad you did!<br /><br /><br /></p>
<p><strong><strong><strong><em>&#0160;</em></strong></strong></strong></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div id="photo-xid-6a00d83452a49969e201a3fce3245a970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-pi"><img alt="Christine.paynetowler" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<p>&#0160;</p>
<p><strong><strong><strong>ArkLetter 110, April 28, 2014<em>&#0160;</em></strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Monday, 28 April 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/04/newmoon-notes-april-28-2014.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/04/newmoon-notes-april-28-2014.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F04%2Fnewmoon-notes-april-28-2014.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F04%2Fnewmoon-notes-april-28-2014.html&title=NewMoon%20Notes%2C%20April%2028%2C%202014', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-all_arkletters entry-category-arkletter_109_march_30_2014 entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a51191a68b970c">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/03/arkletter-109-march-30-2014.html">ArkLetter 109</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 109, March 30, 2014</strong></p>
<p>&#0160;IN THIS ISSUE:</p>
<p><strong>I: <a href="http://www.tarotarkletters.com/2014/03/remote-viewing-and-immortality.html" target="_blank">Remote Viewing and Immortality</a></strong></p>
<p><em>Dear Diary --</em></p>
<p><em>Yes, friends, this is how it feels to sit down to write another ArkLetter this month. You have been such faithful readers, month in, month out! I so appreciate having my own bully pulpit, from which to share this fountain of inspiration called life. Welcome to Spring 2014, it&#39;s a blessing to meet you here under these auspicious skies!&#0160;<a href="http://www.tarotarkletters.com/2014/03/remote-viewing-and-immortality.html" target="_blank">http://www.tarotarkletters.com/2014/03/remote-viewing-and-immortality.html</a></em></p>
<p><strong>II: &#0160;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes, March 30, 2014</a></strong></p>
<p><em>The context for this month&#39;s NewMoon remarks is the Grand Cross in the Cardinal signs that is still&#0160;opening and closing in the skies above us. This action has been going on for months already, and has a year left to run, so this is just one snapshot in the larger sequence of events. This month&#39;s NewMoon stands with Uranus at the edge of the second decanate of the cardinal sign of Aries. Astrologers visualize this version of the Grand Cross as a drawn bow, which stretches from Pluto in Capricorn to Jupiter in Cancer.&#0160; The NewMoon/Uranus conjunction represents the hand pulling back the bow.&#0160;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html&#0160;</a></em></p>
<div>
<p><strong>III:&#0160;</strong>&#0160;<strong>Check out the&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">HOLY LIGHT TAROT APP FOR I-TUNES</a></strong>&#0160;...use our Continental-Style Tarot App on your I-Phone for instant access to your own inner guidance, no matter where you are! &#0160;&#0160;<a href="https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8" target="_blank">https://itunes.apple.com/app/tarot-of-the-holy-light/id555363251?ls=1&amp;mt=8</a>.</p>
<p>Now get your&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_self">HOLY LIGHT TAROT APP FOR ANDROID</a>&#0160;... new for 2014! Spread the word, these gemlike cards shine forth in their full luminosity.&#0160;<a href="https://play.google.com/store/apps/details?id=com.foolsdog.holylight" target="_blank">https://play.google.com/store/apps/details?id=com.foolsdog.holylight</a></p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8f3970d">
<div class="photo-wrap photo-xid-6a00d83452a49969e201a3fce324c2970b" id="photo-xid-6a00d83452a49969e201a3fce324c2970b" style="float: right; margin: 0px 5px 5px 0px; width: 100px;"><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fce324c2970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false"><img alt="Tarot of the Holy Light" class="asset  asset-image at-xid-6a00d83452a49969e201a3fce324c2970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fce324c2970b-100wi" style="width: 100px;" title="Tarot of the Holy Light" /></a>
<div class="photo-caption caption-xid-6a00d83452a49969e201a3fce324c2970b" id="caption-xid-6a00d83452a49969e201a3fce324c2970b">Order the Tarot of the Holy Light here</div>
</div>
<h3 id="caption-xid-6a00d83452a49969e201a73d84a8f3970d"><strong>Order the Tarot of the Holy Light here</strong></h3>
</div>
<p><strong>IV.&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">Order our new Tarot of the Holy Light Deck</a></strong>&#0160;..Voted #6 Tarot Deck of 2011 by Aeclectic Tarot...Use this deck in combination with our new I-Tunes App to get the most out of the layered symbology in this exceptional Continental-Style Tarot created by Christine Payne-Towler and Michael Dowers; order at&#0160;<a href="http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html" target="_blank">http://www.tarotuniversity.com/2011/09/tarot-of-the-holy-light-deck.html</a></p>
&#0160;<strong>V. And finally,&#0160;<a href="http://tarotuniversity.deco-apparel.com/" target="_blank">TAROT OF THE HOLY LIGHT T-SHIRTS, TOTE BAGS, POSTERS AND MUGS</a></strong><a href="http://tarotuniversity.deco-apparel.com/" target="_self">!&#0160;</a>&#0160;Tarot University is proud to announce that you can now order a range of fine products emblazoned with the Trump images that inhabit the&#0160;<em>Tarot of the Holy Light</em>.&#0160; What could be more wonderful going into the holiday season, than giving your Tarot aficionado a wearable image of his or her favorite Trump from our luminous Tarot?&#0160; The shirts are high quality, properly-fitting 100% cotton from Hanes, and the images are beautifully done, so you can be sure you will enjoy wearing them for years to come. You can also choose from among 12 Zodiacal designs created by another old friend, artist and inventor Fred Mueller, whose images of the Signs glow with gemlike intensity. There&#39;s something here to please every metaphysical taste!&#0160;</div>
<div>
<p>Purchase products with the&#0160;<em>Tarot of the Holy Light</em>&#0160;images here:&#0160;<a href="http://tarotuniversity.deco-apparel.com" target="_blank">http://tarotuniversity.deco-apparel.com/&#0160;</a></p>
<div>&#0160;</div>
<div><strong>YOU CAN USE THE TAROT ARKLETTERS TO ATTUNE WITH THE NEW MOON - read &quot;<a href="http://www.tarotarkletters.com/2014/03/newmoon-notes-march-30-2014.html%20" target="_blank">New Moon Notes</a>&quot; every ArkLetter:</strong></div>
</div>
<div>
<p>Our publication date and time corresponds to the New Moon each month.&#0160;<em>This month the Moon is conjunct the Sun on Sunday, March 30th, 2014.&#0160;</em>As an astrologer-symbolist, I habitually tie my activities to the cycle of the Moon. If you would like, you can use the&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">Tarot University ArkLetters</a>&#0160;to help you track the moon&#39;s phase - just subscribe to our website and you&#39;ll always know what the next phases and dates are!</p>
<div>
<p><strong>CURRENT STAGE OF THE MOON for the Americas:</strong></p>
<ul>
<li><strong>The Present NewMoon is at 9+ Aries on Sunday, March 30th at 2:46 PM (EDT)</strong> / 11:46 AM (PDT).&#0160; From this moment, the Moon begins to wax, or increase.</li>
</ul>
<p><strong>FUTURE STAGES:</strong></p>
<ul>
<li><strong>2nd Quarter, Waxing Half Moon is at 17+ Cancer on Monday April 7th, at 4:32 AM (EDT)</strong>&#0160;/ 1:32 AM (PDT).&#0160;</li>
<li><strong>Full Moon Lunar Eclipse begins at 25+ Libra on Tuesday April 15th at 3:43 AM (EDT)</strong>&#0160;/ 12:43 AM (PDT). From this moment, the Moon begins to wane, or decrease. &#0160;</li>
<li><strong>4th Quarter, Waning Half Moon is at 2+ Capricorn on&#0160;Tuesday April 22nd at 3:53 AM (EDT)&#0160;/ </strong>12:53 AM (PDT). &#0160;</li>
<li><strong>Next NewMoon&#0160; and Eclipse of the Sun at 8+ Taurus across the midnight hour of </strong>11:15 PM (PDT) of Monday, April 28th<strong> /&#0160; Tuesday April 29th at 2:15 AM (EDT).&#0160;</strong>From this moment, the Moon begins to wax, or increase.&#0160;</li>
</ul>
<strong><strong>PARTICIPATE IN AN ONLINE CONVERSATION</strong></strong></div>
</div>
<div>
<p>If you want to engage in even more conversation about Tarot, I invite online comments to my ArkLetter essays. Just visit the ArkLetter URL of the article you want to discuss and tell me what you think - your comments are published immediately on the site, and may stimulate more dialogue over time.</p>
<p><strong>GET MY ONLINE TAROT READINGS AT TAROT.COM</strong><br />I wrote the divinatory text used at&#0160;<a href="http://www.tarot.com/go/tarotuniversity/">Tarot.com</a>, an online place for exploring the self-guided initiatory arts. Astrology, Numerology, I-Ching and Tarot readings are all available there, and you might be both surprised and pleased with the services offered to members.</p>
<p><strong>Learn how and why</strong>&#0160;I think Tarot.com&#39;s computerized online Tarot readings work:&#0160;<a href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" target="_blank">http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html</a><strong><br /></strong></p>
<p><em><strong>&#0160;</strong></em><em><strong>&#0160;</strong></em><strong>_______________________________</strong></p>
<p><strong>SUBSCRIBE INFORMATION</strong></p>
<p>You may be receiving this note because you sent an inquiry to Tarot University or Tarot.com. Unsubscribing is easy - just follow the instructions. This list is free, and light - I send out one note a month, like this one, informing you of my new publications and discussions via these&#0160;<a href="http://www.tarotarkletters.com/2005/11/new_moon_notes.html">New Moon ArkLetters</a>&#0160;- http://www.tarotarkletters.com.&#0160; &#0160;</p>
<p>If you&#39;ve received this through a friend and want this ArkLetter Announcement each new moon in your in-box, please visit our subscribe&#0160; link:&#0160;<a href="http://www.tarotarkletters.com/subscribe/index.html" target="_blank">http://www.tarotarkletters.com/subscribe/index.html</a>. We have an RSS syndication feed, too!!</p>
<p>If you&#39;re not sure whether or not you&#39;ve subscribed, subscribe again and the program will let you know.</p>
<p>blessings,</p>
<p>Christine&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a903970d">
<div class="photo-wrap photo-xid-6a00d83452a49969e201a3fce3245a970b" id="photo-xid-6a00d83452a49969e201a3fce3245a970b" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-pi"><img alt="Christine.paynetowler" class="asset  asset-image at-xid-6a00d83452a49969e201a3fce3245a970b img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a3fce3245a970b-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div class="photo-caption caption-xid-6a00d83452a49969e201a3fce3245a970b" id="caption-xid-6a00d83452a49969e201a3fce3245a970b">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a903970d">Christine Payne-Towler, Photo by Anya Kumara</div>
</div>
<p>&#0160;</p>
<p><strong><strong><strong>ArkLetter 109, March 30, 2014<em>&#0160;</em></strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_blank"><strong><strong><strong>Subscribe to the TAROT ARKLETTERS</strong></strong></strong></a></p>
<p><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_blank"><strong><strong><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></strong></strong></a></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity" target="_blank">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/" target="_blank">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/" target="_blank">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_blank">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
</div>
<div>&#0160;</div>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Sunday, 30 March 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/03/arkletter-109-march-30-2014.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/03/arkletter-109-march-30-2014.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F03%2Farkletter-109-march-30-2014.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F03%2Farkletter-109-march-30-2014.html&title=ArkLetter%20109', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        




    

    




	
	<div class="entry-category-arkletter_109_march_30_2014 entry-category-arkletter_essays_and_articles entry-author-christine_payne entry-type-post entry" id="entry-6a00d83452a49969e201a3fce1f611970b">
					<h3 class="entry-header"><a href="https://www.tarotarkletters.com/2014/03/remote-viewing-and-immortality.html">Remote Viewing and Immortality</a></h3>
		
		<div class="entry-content">
			<div class="entry-body">
				<p><strong>&quot;Tarot ArkLetter</strong>&#0160;-&#0160;<a href="http://www.tarotarkletters.com/" target="_blank">http://www.tarotarkletters.com</a><br /><strong><strong>By&#0160;<a href="http://noreah.typepad.com/about.html" target="_blank">Christine Payne-Towler</a></strong></strong><br /><strong>ArkLetter 109, March 30, 2014</strong></p>
<h2><strong>Remote Viewing and Immortality</strong></h2>
<p>Dear Diary --</p>
<p>Yes, friends, this is how it feels to sit down to write another ArkLetter this month. You have been such faithful readers, month in, month out! I so appreciate having my own bully pulpit, from which to share this fountain of inspiration called life. Welcome to Spring 2014, it&#39;s a blessing to meet you here under these auspicious skies!</p>
<p>The other day I was struck by a juxtaposition of the type that seems to happen around me more often as I get older. Whether this happens because &quot;instant karma&quot; is getting faster, or because the collective mind is attuning us all to parallel tracks, I just can&#39;t say. But when I take a horizontal sweep across my e-mails, my Skype conversations, my Facebook visits, and my phone calls (including client sessions), it seems that certain topics will be absent for awhile, and then suddenly one of these loaded ideas will rise up from every direction at once with no warning.&#0160;</p>
<p>I actually became an astrologer because of things like this. I needed something to look at that would reflect the trends I kept experiencing, both within my inner dialogue, and coming at me from the outside environment. My interest in the astrological matrix inherent to the Tarot is a direct outgrowth of this process of scanning the moving forces behind current manifestations.</p>
<p>But there has been another primary impetus as well, and that is my madly exaggerated psychism, which is always pushing forward information that doesn&#39;t correspond to any material thing in the world as I currently see it.&#0160; I seem to be constantly bombarded with suggestions from invisible sources, which might strike me in any number of ways.&#0160;</p>
<p><strong>Professor Courtney Brown and the Remote Viewing Project</strong></p>
<p>Here&#39;s a recent development that has grabbed my attention, probably because of the empathy I have for the protagonist of this&#0160; unfolding story. Dr. Brown, an expert in the art and science of Remote Viewing, has stuck his neck painfully far out into deep space, inviting death by a thousand papercuts from the nay-sayers in the wings. Courtney Brown is a military-trained professional, who has participated in a very interesting array of projects of the type that seldom make it to the front pages of our popular press. He&#39;s certainly not the only practitioner the Remote Viewing movement, but he&#39;s the most outspoken person I currently know about in this arena.&#0160; Here is the site where his most recent project is being showcased, where his blockbuster announcement is presented in a ~40-minute introductory form, after which you can follow on to a full-length documentary if you are interested: http://www.farsight.org/</p>
<p>&#0160;I find myself in an interesting position relative to Courtney Brown. He was born within a decade of myself, and he&#39;s clearly intense, sincere, dedicated, tightly-wound, intelligent and courageous.&#0160; No doubt he&#39;s been intuitive all of his life, as well as gifted in the modern IQ-dominated way.&#0160; I see in him a very acute &quot;nerve cell&quot; type of soul, who is painfully embodied at a time when the mass mind wants to be dulled down, distracted, fuzzed-out and deadened. This is not an easy time to be a searching soul with a passion for the big questions!&#0160; He chose a male body to house this intense acuity, which no doubt has helped him in some ways but also made things hard for him in others.&#0160;</p>
<p>Through history, the &quot;psychic arts&quot; have classically belonged to the women&#39;s sphere, so the idea of a Warrior of the Psychic Arts doesn&#39;t immediately imply the level of macho &quot;schwing&quot; that a military man might want to convey. It takes quite a bit of sensitivity, subtlety and subjectivity to do this kind of work, at least in my experience.&#0160; Courtney strikes me as one who has to struggle to be seen as a rigorous scientist amongst his peers.&#0160; He&#39;s taken a stance based on what his own experience with Remote Viewing has demonstrated, had this stance has set his directly at odds with the dunderhead materialism and thick-as-a-brick literality that the world of science insists upon. He&#39;s had to walk such a fine line to simultaneously do this work and simultaneously defend it against all comers! In the military he was in a context where his work was welcomed and funded, but now that he&#39;s in the civilian world, it&#39;s harder to find the support and the credibility that his level of professionalism deserves. One can see as he&#39;s talking in this video that he is gently but firmly pleading with his listers to engage their minds and imaginations, to reason with him directly and open up to what he is showing us. Unfortunately, he knows that many are slacking back into disbelieving and uncaring blankness, actively resisting the impulse to awaken from our cultural trance.</p>
<p>&#0160;I have my own past with techniques like Remote Viewing, since I graduated from a Mind Dynamics program in 1970 by correctly diagnosing the medical condition of a total stranger, based only on the person&#39;s name, age and address. I was 18 at that time, and I&#39;d already been hearing the end of people&#39;s sentences in my head (before they&#0160; wold speak them) since childhood. One of my games in school when I was bored was to see if I could influence my teacher&#39;s choice of vocabulary while he or she lecturing, by psychically &quot;suggesting&quot; particular words as the teacher would stop to breathe and think. I got pretty good at it, too!&#0160; By the time I left high school, I was already instinctively modifying my environment in subtle ways with my &quot;psychic tentacles&quot;. (The myth of Medusa had a special significance to me, since I was also gifted with a head full of crazy, serpentine ringlets.)</p>
<p>Hence, looking at Professor Brown, lean as a whippet and pointed as a greyhound, keen as a knife-blade to expose this super-important findings, I KNOW what he is talking about, and I KNOW the significance of this breakthrough he is speaking to and trying to convey with all of his heart.&#0160; I&#39;m right there with him trying to make a pivotal point in the middle of a circle of adversarial thought-forms, standing up for what is manifestly real, but fending right and left with institutionalized thinking that is founded on the impossibility of one&#39;s premise.</p>
<p><strong>The saying goes:&#0160; First they ignore you.&#0160; Then they laugh at you. Then they attack you. Then you win.</strong> For this reason I say hang in there Courtney!&#0160; You must be doing something right to piss so many people off to this degree.</p>
<p>This sentiment arises after watching just his 40-minute video, without benefit of careful consideration of his evidence and that of his remote viewing team. I learned a long time ago that when a psychic is teaching, one needs to focus intentionally and <em>watch the speaker&#39;s energy very carefully</em>.&#0160; For me, the information is less about what they are saying, than what their energy-body is doing while they are talking. In my experience, information comes through whether I&#39;m there with the person, seeing a video, hearing a voice, whatever &quot;contact&quot; I can get. After all, if I can read a third party who is a total stranger to both myself and the person who is testing me, then exactly what can really be kept secret? If I can write a Tarot interpretive script for a computer to deliver to total strangers of all ages around the world, which is still valued and used 14 years later, and which hundreds of people have modeled their own service after, then who in the world of clients, peers, teachers, celebrities, authorities, or experts can withold what I need to know from my probing gaze?&#0160; I operate on the premise that if there is something out there that is essential to my work, then it will show itself to me, through one means or another.&#0160;</p>
<p>My experience is that all of Creation is consciousness. So far as I can tell, every frequency is occupied by and expressing consciousness, so there is nothing I will ever experience that lacks this dimension. Anything I can perceive will be marked by the quality of seeing me back. There is no hiding, there is no anonymity, each of us stands out in the landscape of Being like a burning bush or a pillar of fire.&#0160; While we are so taken up performing our fiercely-edited &quot;story of the self&quot;, trying to get people to see us as we wish to be seen, our aura is loudly announcing every stitch of what we are thinking, feeling, loving and hating, including everything we are trying to repress!&#0160;&#0160;</p>
<p>The only ones ignoring this self-evident reality are the silly myopic ego-encrusted humans. Animals, vegetables and minerals sense it all, and beyond the materialized life-forms,&#0160; the subtler entities perceive all kinds of things we mud-made creatures are too thick to register.&#0160; In particular, humans have a taboo laid over our imaginations, a stricture that prevents us from getting abreast of our situation and truly seeing who and what we existentially are. Somehow we are incredibly adept at completely overlooking the literal universe we are immersed within. In fact, the more &quot;civilized&quot; we become, the more lost in amnesia we become, as if it were possible or even advisable to substitute food, fashion and spin class for an authentic relationship to Nature. This syndrome of distraction, reframing and willful denial cuts us off from what is present and real in the landscape of consciousness.&#0160; <strong>This</strong> is the actuality that Courtney Brown is addressing with his Farsight Institute revelations, wherever he might search out his targets in time.&#0160;</p>
<p>I was writing to a friend about the Farsight Institute the other day, and this is what came out:&#0160;</p>
<p>Civilization is still waging the war against the I - magi - nation. DO NOT REMEMBER WHO YOU ARE!&#0160; The vast machinations of global culture are deployed 24/7 to keep us from shaking off the learned trance of modernity, in fear that we might re-connect with our authentic and original Natures again. If we were to fully realize and accept what our inherent attributes and natural predilections actually say about our function in Nature, many of us would immediately find better things to do with our time and energy than go to our jobs! &#0160;</p>
<p>After a little consideration, the part of Courtney&#39;s message that will stand the test of time is this: The implications of Remote Viewing are much like the implications of psychic surgery, dream magic, aura reading, Tarot and other Oracles, plus all the subtle modalities of diagnosis &amp; healing. Taken together, these phenomena lead directly to the thought that the future, the past and the expanded present, including all parallel realities, are simultaneously available from any and every point in time/space. If you are anywhere at all, then you are everywhere, by virtue of your participation in the life-wave which is everywhere connected.&#0160;</p>
<p>Ultimately, we are embedded into something that is conscious, and is conscious of us. We even seem to be intimately entwined with the wiring or &quot;wetware&quot; of that something; there is a constant two-way flow of information being exchanged. There doesn&#39;t seem to be any way to get around it, we are never alone. At the edge of the Self is the immensity of Being, and at any moment we can take refuge within that Being without needing to quantify it down to our level.&#0160;</p>
<p><strong>This instantly begs the question:&#0160; If I could be anywhere and anybody, doing anything, then why am I here, doing this, being me? What is it that I&#39;m getting out of this embodied episode that Spirit couldn&#39;t achieve through any other means?</strong></p>
<p>I have no problem with the idea that one&#39;s lifetimes are like beads on the soul&#39;s string, like the cars making up the train, like potatoes on their vine, growing together but still separate. &#0160;But this thought has always seemed natural to me;&#0160; I&#39;ve always been pretty slippery and vaporous in my personal psyche, not firmly locked into my present here/now.&#0160;</p>
<p>By contrast the stolid materialist, almost completely impermeable, takes their reality from the sensible world only, relying on the outer illusion of cause-and-effect in order to explain what is happening and why. The problem with this point of view is that the dense substance of matter records and represents the residual traces of whatever invisible energies have recently moved through it. Thus materialism affords us a bass-ackwards view of external effects without giving us access to the subtle, often-invisible causes.&#0160; From the point of view of esotericism, all causes are to be sought in the energetic realm, while conversely the sensual world of tangible manifestation (expressible in weights and measures) only holds the imprint of the last motive force that blew through the landscape.&#0160;</p>
<p>What&#39;s best for humans is to get curious about the puppet-strings holding everything up, to find out who or what is pulling them. This is why I&#39;m so interested in Spaceweather, that&#39;s why I have sunk so many years into studying the ancient art/science of Magic, and that&#39;s why I write this blog! &#0160;</p>
<p><strong>Addendum:</strong> A further extenuation of this discussion came just before publication time, from another tuned-in, visionary friend who enjoys broad-minded &quot;imagineering&quot;&#0160; as a way of preparing for possible futures. &#0160;She is taking a very long-term view on the human experiment. This is her response to the New and Full Moons upcoming, regarding the varied predictions of the futurists one finds online. I like the way she &#0160;suggests alternative approaches to re-engineer our visions of the future. This is a refreshing alternative to our culture&#39;s overfocus on the macabre, the tragic and the doomed:</p>
<p>&#0160;&quot;I did some deconstruction of the Abraham message and it&#39;s the absolute best one out there. I&#39;ll soon be approaching my second year - the techniques stand up under every scenario I can think of, including as an ET recruiter marshaling forces in the face of great odds. Imagine this: the Earth is being completely overrun by inter-dimensional bad guys with awesome powers; multiple &#39;generals&#39; use different methods to rally human troops of the willing to do the &quot;fighting&quot; or, better said, simply get as many &quot;out&quot; fully ensouled and alive as they can (since there&#39;s a fear-based egregor with a LOT of momentum that even the ETs believe). One general decides to program its team to 1) believe that they&#39;re invincible because they&#39;re totally responsible for their own reality, 2) master the chemistry of their emotions and use them as a guidance system, steering toward everything that feels like the right direction and ignoring (not fighting) anything that feels &#39;wrong&#39;, 3) become certain there&#39;s no such thing as death, 4) look to themselves, internally, 100% for the best next step, 5) don&#39;t believe in fighting or resisting or pushing against anything and 6) are positive they magnetically attract everything they experience. Would you want to fight a trooper like that? No way --- they wouldn&#39;t even notice you! In fact, you would be invisible to them. They&#39;ve got more important things to do - like have fun, enjoy life, dig the physical, etc. &#0160; Anyhow, works for me!!&quot;</p>
<p><strong>And while we are on this subject</strong>, here&#39;s another video for those who enjoyed the discussion with Susan Joy Rennison last month. This is the first section of a multisegment presentation on Ancient Knowledge, using clips from current science to suppliment the point.&#0160; I enjoyed the sequence of presenters and the effect in my own consciousness of following along. While you are watching this, think back to Rennison&#39;s reporting on the properties of complex plasmas and the electric universe as a whole.&#0160; After watching this you will have a much stronger sense of the big bang, the process of manifestation, and the inner dynamics of self-healing and world change. I&#39;d recommend to listen intently rather than play this while multitasking -- &#0160;some very powerful things are being revealed here!</p>
<p><a href="https://www.youtube.com/watch?v=dVUU3p5iHMA" target="_blank">http://www.youtube.com/watch?v=dVUU3p5iHMA</a></p>
<p>The message for this month is, if we can learn to identify with our eternal natures instead of our local time/space incarnation, we will not labor so hard to &quot;solve&quot; our personalities and control the circumstances around us. It might be more useful to concentrate on the&#0160; pleasure and fulfillment we can derive from our current situation, whatever stage circumstances have come to here and now. There&#39;s no need to get our hearts set on &quot;working it all out&quot;, that might just be overkill from the POV of the soul.&#0160; Each one&#39;s precise set of characteristics and complexes, resulting in our overt and covert beliefs, is a unique production of our own evolution to date. It might be more realistic just to stay curious and flexible about it all, rolling with the punches, reinventing ourselves as we go along. We can feel lucky and grateful if we are managing to carry on by &#0160;&quot;swinging from vine to vine&quot;, making a life out of whatever comes.&#0160; Life doesn&#39;t need to be wrapped up in a tidy, easily-explainable package, or reducible to a single meaningful bull&#39;s-eye, nor even symmetrical and easily-read. Your life is not being lived for bystanders, for the peanut gallery, the Greek chorus or your dead ancestors! It is being lived by your soul, as one part of a much larger endeavor. You don&#39;t have to get it all done in this lifetime!&#0160; Calm down, everybody, and enjoy the ride.</p>
<p>I for one assume that we are right in the thick of the predicted changes now, the powerful temporal soup of a global life change that&#39;s been predicted by all the major calendars of the ancient world. &#0160;I see some radical alterations possible to our basic templates, from the genetic to the solar system level, including habitat and species changes that allow all of us to rethink our &quot;givens&quot; and re-evaluate. &#0160;It&#39;s just that time in the cycle, I guess. &#0160;I can also imagine that this very level of change will activate some of our &quot;junk DNA&quot; that the scientists talk about. &#0160;This could be tantamount to integrating the fallow parts of the brain into our normal waking consciousness. Let&#39;s look towards feeling new sensations, new intuitions, and new emotions as we step into the future.&#0160; As we&#39;ll see in the NewMoon Notes, there&#39;s a lot going on. But while the movie continues to roll, and while the &quot;story of the self&quot; plays out through and around you, try to remember that you are a Soul having an incarnation, not a body stuck in a dead-end fight with entropy.</p>
<p>Spring Blessings to all! &#0160;May your dreams come true this year, this season, this day of rebirth!&#0160;</p>
<p>&#0160;</p>
<div id="photo-xid-6a00d83452a49969e201a73d84a8dc970d">
<div class="photo-wrap photo-xid-6a00d83452a49969e201a73d9defd5970d" id="photo-xid-6a00d83452a49969e201a73d9defd5970d" style="float: right; margin: 0px 5px 5px 0px; width: 200px;"><a class="asset-img-link" href="http://noreah.typepad.com/.a/6a00d83452a49969e201a73d9defd5970d-pi"><img alt="Christine.paynetowler" class="asset  asset-image at-xid-6a00d83452a49969e201a73d9defd5970d img-responsive" src="https://noreah.typepad.com/.a/6a00d83452a49969e201a73d9defd5970d-200wi" style="width: 200px;" title="Christine.paynetowler" /></a>
<div class="photo-caption caption-xid-6a00d83452a49969e201a73d9defd5970d" id="caption-xid-6a00d83452a49969e201a73d9defd5970d">Christine Payne-Towler; Photo by Anya Kumara</div>
</div>
<div id="caption-xid-6a00d83452a49969e201a73d84a8dc970d">Christine Payne-Towler; Photo by Anya Kumara</div>
</div>
<p><strong><strong><strong>ArkLetter 109, March 30, 2014<em>&#0160;</em></strong><strong><em><br />copyright christine payne-towler 2005-2014, all rights reserved</em></strong></strong></strong></p>
<p><strong><strong><strong><a href="http://noreah.typepad.com/tarot_arkletters/2005/04/subscribe.html" target="_self">Subscribe to the TAROT ARKLETTERS</a></strong></strong></strong></p>
<p><strong><strong><a href="http://www.tarotarkletters.com/2010/02/private-readings-and-instruction-with-christine.html" target="_self"><strong>C<em>lasses, Readings, and Private Sessions on personal and business matters</em></strong></a></strong></strong></p>
<p><strong>1-360-849-4857</strong></p>
<p><strong><strong>TAROT ARKLETTERS are published by:</strong><br /><strong><a href="http://noreah.typepad.com/about.html">Christine Payne-Towler</a>&#0160;and Noreah Press</strong></strong></p>
<p><strong><strong>Tarot Interpretation &amp; Charts</strong><br /><strong>Tarot Reading text creation at</strong>&#0160;<a href="http://www.tarot.com/readLink.php?code=tarotuniversity">Tarot.com</a><a href="http://www.tarotarkletters.com/">&#0160;</a><strong><br />Bishop,</strong>&#0160;<a href="http://noreah.typepad.com/gnostic/">Gnostic Church of St. Mary Magdalene</a><strong><br />Founder:</strong>&#0160;<a href="http://www.tarotuniversity.net/">Tarot University Online</a>&#0160;<strong><br />Author:</strong>&#0160;<a href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" target="_self">The Underground Stream</a>, the Tarot of the Holy Light</strong></p>
<p><strong><strong><strong><em>Anyone objecting to the use of their image in this free publication can have it removed immediately - Ed.</em></strong></strong></strong></p>
			</div>
			

                        <!-- SIGNATURE -->
                        

		</div>
		<div class="entry-footer">
			<p class="entry-footer-info">
				
                <span class="post-footers">Posted by <a rel="author" href="https://profile.typepad.com/eosophus">Christine Payne</a> on Sunday, 30 March 2014</span> <span class="separator">|</span> <a class="permalink" href="https://www.tarotarkletters.com/2014/03/remote-viewing-and-immortality.html">Permalink</a>
									<span class="separator">|</span>
                                    
					<a class="entry-comments" href="https://www.tarotarkletters.com/2014/03/remote-viewing-and-immortality.html#comments">Comments (0)</a>
                                    
				
				
			</p>
			<!-- technorati tags -->

    


			<!-- post footer links -->
	<p class="entry-footer-share">
		<span class="entry-footer-links-digg"><a href="http://digg.com/submit?url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F03%2Fremote-viewing-and-immortality.html&amp;phase=2" class="share-link share-link-digg">Digg This</a>
</span> <span class="separator">|</span> <span class="entry-footer-links-delicious"><a href="http://del.icio.us/post" class="share-link share-link-delicious" onclick="window.open('http://del.icio.us/post?v=4&partner=typepad&noui&jump=close&url=https%3A%2F%2Fwww.tarotarkletters.com%2F2014%2F03%2Fremote-viewing-and-immortality.html&title=Remote%20Viewing%20and%20Immortality', 'delicious', 'toolbar=no,width=700,height=400'); return false;">Save to del.icio.us</a>
</span>
	</p>


		</div>
	</div>

        






						</div>
					</div>
					<div id="gamma">
						<div id="gamma-inner" class="pkg">

<!-- sidebar2 -->


<!-- custom_code.tt --><div class="module-custom_html module">
    <div class="module-content">
<a href="https://ymlp.com/xgqymqmgmgs" target=_blank><img src="http://btn.ymlp.com/button_gqymqmgmgs.png" border="0"></a>
    </div>
</div>
<!-- end custom_code.tt -->
<!-- list_inlcude.tt  -->
<div id="arkletter_links" class="module-typelist module">
<h2 class="module-header">ArkLetter Links</h2>
	<div class="module-content">
		<ul class="module-list">
							<li class="module-list-item"><a  title=""href="http://www.tarotarkletters.com/all_arkletters/index.html">All ArkLetters</a></li>
							<li class="module-list-item"><a  title=""href="http://www.tarotarkletters.com/archives.html">Archives - Complete</a></li>
							<li class="module-list-item"><a  title=""href="http://www.tarotarkletters.com/arkletter_essays_and_articles/index.html">ArkLetter Essays and Articles</a></li>
							<li class="module-list-item"><a  title=""href="https://www.facebook.com/pages/Tarot-ArkLetters/184773524868382?fref=ts">Facebook Connect!</a></li>
							<li class="module-list-item"><a  title=""href="http://www.tarotarkletters.com/new_moon_notes/index.html">New Moon Notes</a></li>
							<li class="module-list-item"><a  title="Subscribe to the NewMoon Tarot ArkLetters"href="http://www.tarotarkletters.com/2005/04/subscribe.html">Subscribe</a></li>
							<li class="module-list-item"><a  title=""href="http://www.tarotarkletters.com/tarotlogy/index.html">Tarotlogy</a></li>
			
		</ul><!-- last /ul -->
	</div>
</div>
<!-- end list_include.tt -->

<div class="module-widget module" id="widget-Facebook__Inc__fb_badge">
	<div class="module-content">
    	<!-- Facebook Badge START --><a href="https://www.facebook.com/pages/Tarot-ArkLetters/184773524868382" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Tarot ArkLetters">Tarot ArkLetters</a><br/><a href="https://www.facebook.com/pages/Tarot-ArkLetters/184773524868382" target="_TOP" title="Tarot ArkLetters"><img src="https://badge.facebook.com/badge/184773524868382.2275.1247138552.png" style="border: 0px;" /></a><br/><a href="https://www.facebook.com/advertising" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Make your own badge!">Promote Your Page Too</a><!-- Facebook Badge END -->
	</div>
</div><!-- list_inlcude.tt  -->
<div id="arkletter_essays" class="module-typelist module">
<h2 class="module-header">ArkLetter Essays</h2>
	<div class="module-content">
		<ul class="module-list">
							<li class="module-list-item"><a title="by Christine Payne Towler" href="http://www.tarotarkletters.com/2012/03/the-alphanumeric-doctrine-of-correspondences.html" >Alphanumeric Doctrine of Correspondences</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2009/02/the-architectonic-soul-of-nature.html" >Architectonic Soul of Nature</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2009/06/awake-to-intuition.html" >Awake to Intuition</a></li>
							<li class="module-list-item"><a title="June 2007" href="http://noreah.typepad.com/tarot_arkletters/2007/06/body_as_cosmos.html" >Body as Cosmos</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2009/09/dai_leon_origins_of_tarot.html" >Book Review: Dai Leon, Origins of Tarot</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2010/08/calendar-thoughts.html" >Calendar Thoughts</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/12/can_esotericism.html" >Can Esotericism Rescue Mankind?</a></li>
							<li class="module-list-item"><a title="and the Trumps of Tarot" href="http://noreah.typepad.com/tarot_arkletters/2005/09/christian_cabba.html" >Christian Cabbalist Alchemical Magic</a></li>
							<li class="module-list-item"><a title="A new Continental  Tarot deck by Christine Payne-Towler and Michael Dowers" href="www.tarotarkletters.com/2011/09/newmoon-tarotlogy-and-the-continental-tarot.html" >Continental Tarot Deck: The Holy Light Tarot</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/08/continental_tar.html" >Continental Tarots, Part 1</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/09/magi_divination.html" >Continental Tarots, Part 2</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2006/11/continental_3.html" >Continental Tarots, Part 3</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2008/06/courtly-love-in.html" >Courtly Love, Initiation, and the Carey-Yale Visconti Tarot</a></li>
							<li class="module-list-item"><a title="ArkLetter 36" href="http://noreah.typepad.com/tarot_arkletters/2008/03/divinatory-taro.html" >Divinatory Tarot and the School of Etteilla</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/02/tarot_queen.html" >Divine Feminine in Tarot</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/10/martinist_elus.html" >Elus Cohen and Martinist Program</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/01/eros_magic_.html" >Eros Magic and the Magical Image</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/08/golden_apple_of.html" >Golden Apple of the Alphabet</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/12/gordion_knot.html" >Gordion Knot of the Alphabet</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2009/10/greco-muslim-esotericism.html" >Greco-Muslim Esotericism</a></li>
							<li class="module-list-item"><a title="January 2007 Tarot Arkletter" href="http://noreah.typepad.com/tarot_arkletters/2007/01/illuminism_maso.html" >Illuminism, the Grand Orient and Egyptian Masonry</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/03/magic_early_150.html" >Magic in the Early 1500's</a></li>
							<li class="module-list-item"><a title="CPT's Review of the historical sweep of Trump titles and illustrations" href="http://noreah.typepad.com/tarot_arkletters/2005/05/the_major_arcan.html" >Major Arcana - The Trumps of Tarot</a></li>
							<li class="module-list-item"><a title="February 2007, ArkLetter 23" href="http://noreah.typepad.com/tarot_arkletters/2007/02/masonic_martini.html" >Masonic Martinist Tarot</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/04/magus_mind.html" >Mind of the Magus</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/06/suit_of_coins_m.html" >Minor Arcana: Coins</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/06/suit_of_cups_mi.html" >Minor Arcana: Cups</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/06/suit_of_swords_.html" >Minor Arcana: Swords</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/06/suit_of_wands_m.html" >Minor Arcana: Wands</a></li>
							<li class="module-list-item"><a title="April 2007 ArkLetter 25" href="http://noreah.typepad.com/tarot_arkletters/2007/04/modern_magic.html" >Modern Magic</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/06/music_and_magic.html" >Music and Magic among the Renaissance Magi</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2008/11/navigating-our-cultural-singularity.html" >Navigating our Cultural Singularity</a></li>
							<li class="module-list-item"><a title="...the Trumps of Tarot emerged at a time and in an environment when the collective imagination was evidencing a mass &quot;outing&quot; of previously closely held knowledge. " href="http://noreah.typepad.com/tarot_arkletters/2005/10/open_secrets_of.html" >Open Secrets of the Early Renaissance</a></li>
							<li class="module-list-item"><a title="Jupiter, Saturn, Uranus, Neptune and Pluto" href="http://noreah.typepad.com/tarot_arkletters/2006/02/retrogrades.html" >Outer Planet Retrogrades, 2006</a></li>
							<li class="module-list-item"><a title="This essay presents some of the symbols, numbers, arrangements and other clues which, added together, make a strong suggestion that even the earliest Tarot decks were made with esoteric considerations in mind." href="http://www.tarotarkletters.com/2005/11/esoteric_pointe.html" >Pointers to Esotericism in the Early Tarots</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2006/05/tarot_psychocos.html" >Psychocosm of the Renaissance</a></li>
							<li class="module-list-item"><a title="Tarot ArkLetter 42" href="http://noreah.typepad.com/tarot_arkletters/2008/08/your-own-myster.html" >Reading and Writing Your Own Mysteries</a></li>
							<li class="module-list-item"><a title="March 2007, ArkLetter 24" href="http://noreah.typepad.com/tarot_arkletters/2007/03/shem_angels.html" >Shem Angels, Clues to a Lineage</a></li>
							<li class="module-list-item"><a title="May 2007, ArkLetter 26" href="http://noreah.typepad.com/tarot_arkletters/2007/05/sophia_holy_wor.html " >Sophia, Holy Word</a></li>
							<li class="module-list-item"><a title="Tarot Interpretations: The 5-Card Spread and its Variants" href="http://noreah.typepad.com/tarot_arkletters/2005/07/5card_spread_an.html" >Spreads: 5-Card Variation</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/08/world_servers_s.html" >Spreads: World Server's 3 card</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2007/12/stoicheion-soma.html" >Stoicheion-Somata Tarot</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2007/09/tarot-spheres-m.html" >Tarot of the Spheres and Muses</a></li>
							<li class="module-list-item"><a title="Resources for Esoteric Tarot Studies" href="http://noreah.typepad.com/tarot_arkletters/2005/04/tarot_resources.html" >Tarot Resources</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/07/tarotcom_readin.html" >Tarot.com: Why does it work?</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2010/07/tarotlogy-july-2010-history-is-destiny-towler.html" >Tarotlogy: History is Destiny</a></li>
							<li class="module-list-item"><a title="Essential Tarots - Ten European Decks in the Classical Edition of Tarot Magic" href="http://noreah.typepad.com/tarot_arkletters/2005/04/essential_tarot.html" >Ten Essential Tarots</a></li>
							<li class="module-list-item"><a title="" href="http://noreah.typepad.com/tarot_arkletters/2005/12/theogenesis.html" >Theogenesis</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/2011/12/using-the-tarot-of-the-holy-light-chart-icon-1.html" >Using the Tarot of the Holy Light Continental Tarotlogy Icon</a></li>
			
		</ul><!-- last /ul -->
	</div>
</div>
<!-- end list_include.tt -->

<!-- list_inlcude.tt  -->
<div id="archives_and_publications" class="module-typelist module">
<h2 class="module-header">Archives and Publications</h2>
	<div class="module-content">
		<ul class="module-list">
							<li class="module-list-item"><a title="" href="http://www.tarotarkletters.com/arkletter_essays_and_articles/index.html" >Tarot ArkLetter Article Index</a></li>
							<li class="module-list-item"><a title="Monthly 3-card Tarot Readings for the World, based on the World Servers' Spread by Christine Payne-Towler" href="http://www.tarotarkletters.com/world_servers_spreads/index.html" >World Servers' Tarot</a></li>
							<li class="module-list-item"><a title="From the Tarot ArkLetters offered through Tarot University" href="http://www.tarotarkletters.com/new_moon_notes/index.html" >New Moon Notes</a></li>
							<li class="module-list-item"><a title="Essay by tarot.com's Christine Payne-Towler" href="http://noreah.typepad.com/library/2005/02/the_kabbalahcab.html" >The  Kabbalah/Cabbalah</a></li>
							<li class="module-list-item"><a title="Essay by Christine Payne-Towler" href="http://noreah.typepad.com/library/2005/02/confluence_of_t.html#more" >Confluence of the Three Great Systems</a></li>
							<li class="module-list-item"><a title="Essay by Christine Payne-Towler" href="http://noreah.typepad.com/library/2005/02/history_of_taro.html" >History of Tarot</a></li>
							<li class="module-list-item"><a title="Essay by Christine Payne-Towler" href="http://noreah.typepad.com/library/2005/02/what_is_esoteri.html" >What is Esoteric?</a></li>
							<li class="module-list-item"><a title="Noreah Press 1999 publication by Christine Payne-Towler" href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" >The Underground Stream</a></li>
							<li class="module-list-item"><a title="" href="http://www.tarot.com/about-tarot/library/essays/" >Payne-Towler Library at Tarot.com</a></li>
			
		</ul><!-- last /ul -->
	</div>
</div>
<!-- end list_include.tt -->

<!-- about page link -->
<div class="module-about module">
	<h2 class="module-header"><a
		href="https://noreah.typepad.com/about.html">About</a></h2>
</div>
<!-- list_inlcude.tt  -->
<div id="tarot_university_connections" class="module-typelist module">
<h2 class="module-header">Tarot University Connections</h2>
	<div class="module-content">
		<ul class="module-list">
							<li class="module-list-item"><a href="http://www.tarotarkletters.com" >ArkLetters</a><br />The Tarot ArkLetters; published every NewMoon by Christine Payne-Towler</li>
							<li class="module-list-item"><a href="" >Cites - Tarot University's Online book and Tarot deck store</a><br /></li>
							<li class="module-list-item"><a href="http://noreah.typepad.com/library/" >Tarot U - Library and Archives</a><br />Collection of Writings</li>
			
		</ul><!-- last /ul -->
	</div>
</div>
<!-- end list_include.tt -->

<!-- list_inlcude.tt  -->
<div id="tarot_university_online_links" class="module-typelist module">
<h2 class="module-header">Tarot University Online Links</h2>
	<div class="module-content">
		<ul class="module-list">
							<li class="module-list-item"><a title="Tarot Periodical by Christine Payne-Towler" href="http://noreah.typepad.com/tarot_arkletters/" >The Tarot ArkLetters</a></li>
							<li class="module-list-item"><a title="The News of Tarot University" href="http://noreah.typepad.com/tarot_university" >Tarot University Weblog</a></li>
							<li class="module-list-item"><a title="Esoteric Tarot Revealed; by Christine Payne-Towler" href="http://noreah.typepad.com/tarot_university/2005/02/the_underground.html" >Tarot University Shoppe</a></li>
							<li class="module-list-item"><a title="Classes on Esoteric Tarot taught by Christine Payne-Towler" href="http://www.tarotuniversity.net" >Tarot University Online</a></li>
							<li class="module-list-item"><a title="The Online Library of Tarot University" href="http://noreah.typepad.com/library/" >Tarot University Library</a></li>
							<li class="module-list-item"><a title="still in stock at tarot.com" href="http://www.tarot.com/store/index.php?main_page=product_info&amp;products_id=1166" >Tarot Magic Interactive CD</a></li>
							<li class="module-list-item"><a title="New Moon publications from Tarot University" href="http://noreah.typepad.com/tarot_arkletters/subscribe/index.html" >Subscribe to the Tarot ArkLetters</a></li>
							<li class="module-list-item"><a title="Information on Christine Payne-Towler's Personal Reading Schedule" href="mailto:christine@tarotuniversity.com" >Personal Readings with CPT</a></li>
							<li class="module-list-item"><a title="Using CPT's interpretive text for online tarot reading at tarot.com" href="http://tarot.com/tarot/select.php" >Online Tarot Reading Now</a></li>
							<li class="module-list-item"><a title="author of &quot;The Underground Stream; Esoteric Tarot Revealed&quot;" href="http://noreah.typepad.com/about.html" >About Christine Payne-Towler</a></li>
			
		</ul><!-- last /ul -->
	</div>
</div>
<!-- end list_include.tt -->


<div class="module-recent-comments module">
	<h2 class="module-header">Recent Comments</h2>
	<div class="module-content">
		<ul class="module-list">
			<li class="module-list-item">
				<a href="https://www.tarotarkletters.com/2007/02/masonic_martini.html?cid=6a00d83452a49969e201b7c8df4a6a970b#comment-6a00d83452a49969e201b7c8df4a6a970b">Renna S</a> on <a href="https://www.tarotarkletters.com/2007/02/masonic_martini.html">Masonic/Martinist Tarot, or Was Etteilla an Initiate?</a>
			</li>
			<li class="module-list-item">
				<a href="https://www.tarotarkletters.com/2015/06/book-news-thl-users-manual-has-launched.html?cid=6a00d83452a49969e201b8d12bd096970c#comment-6a00d83452a49969e201b8d12bd096970c">Christine Payne</a> on <a href="https://www.tarotarkletters.com/2015/06/book-news-thl-users-manual-has-launched.html">Book News: THL User's Manual Has Launched</a>
			</li>
			<li class="module-list-item">
				<a href="https://www.tarotarkletters.com/2015/04/newmoon-notes-april-18-2015.html?cid=6a00d83452a49969e201b7c77d3848970b#comment-6a00d83452a49969e201b7c77d3848970b">China Rose</a> on <a href="https://www.tarotarkletters.com/2015/04/newmoon-notes-april-18-2015.html">NewMoon Notes April 18, 2015</a>
			</li>
			<li class="module-list-item">
				<a href="https://www.tarotarkletters.com/2009/10/greco-muslim-esotericism.html?cid=6a00d83452a49969e201bb07d32585970d#comment-6a00d83452a49969e201bb07d32585970d">Christine Payne-Towler</a> on <a href="https://www.tarotarkletters.com/2009/10/greco-muslim-esotericism.html">Greco-Muslim Esotericism</a>
			</li>
			<li class="module-list-item">
				<a href="https://www.tarotarkletters.com/2013/09/mercury-sophia-feminine-trickster.html?cid=6a00d83452a49969e2019aff4048d3970b#comment-6a00d83452a49969e2019aff4048d3970b">China Rose</a> on <a href="https://www.tarotarkletters.com/2013/09/mercury-sophia-feminine-trickster.html">Mercury/Sophia, the Feminine Trickster</a>
			</li>
			<li class="module-list-item">
				<a href="https://www.tarotarkletters.com/2013/09/mercury-sophia-feminine-trickster.html?cid=6a00d83452a49969e2019aff406d10970c#comment-6a00d83452a49969e2019aff406d10970c">China Rose</a> on <a href="https://www.tarotarkletters.com/2013/09/mercury-sophia-feminine-trickster.html">Mercury/Sophia, the Feminine Trickster</a>
			</li>
			<li class="module-list-item">
				<a href="https://www.tarotarkletters.com/2013/04/monas-and-ladder-of-lights.html?cid=6a00d83452a49969e2017c38802083970b#comment-6a00d83452a49969e2017c38802083970b">Christine Payne</a> on <a href="https://www.tarotarkletters.com/2013/04/monas-and-ladder-of-lights.html">The Monas and the Ladder of Lights</a>
			</li>
			<li class="module-list-item">
				<a href="https://www.tarotarkletters.com/2007/12/stoicheion-soma.html?cid=6a00d83452a49969e2017c36f9cfb3970b#comment-6a00d83452a49969e2017c36f9cfb3970b">Christine Payne</a> on <a href="https://www.tarotarkletters.com/2007/12/stoicheion-soma.html">Stoicheion-Somata Tarot</a>
			</li>
			<li class="module-list-item">
				<a href="https://www.tarotarkletters.com/2012/08/something-and-nothing.html?cid=6a00d83452a49969e2017c31bd7c9c970b#comment-6a00d83452a49969e2017c31bd7c9c970b">Christine Payne</a> on <a href="https://www.tarotarkletters.com/2012/08/something-and-nothing.html">Something and Nothing</a>
			</li>
			<li class="module-list-item">
				<a href="https://www.tarotarkletters.com/2011/05/newmoon-tarotlogy-may-2nd-3rd-2011.html?cid=6a00d83452a49969e2017c31986da5970b#comment-6a00d83452a49969e2017c31986da5970b">Christine Payne</a> on <a href="https://www.tarotarkletters.com/2011/05/newmoon-tarotlogy-may-2nd-3rd-2011.html">NewMoon Tarotlogy May 2nd-3rd, 2011</a>
			</li>
		</ul>
	</div>
</div>
<!-- list_inlcude.tt  -->
<div id="cites_tarot_decks_to_buy" class="module-typelist module">
<h2 class="module-header">Cites: Tarot Decks to Buy</h2>
	<div class="typelist-thumbnailed module-content">
		<ul class="module-list">
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0913866156?tag=tarotunive-20" ><img alt="Aleister Crowley: Aleister Crowley Thoth Tarot Deck" src="https://a4.typepad.com/6a00d83452a49969e2010536eb42a4970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0913866156?tag=tarotunive-20" >Aleister Crowley: Aleister Crowley Thoth Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/3898755193?tag=tarotunive-20" ><img alt="Nicolas Conver: Altes Marseiller Tarot. 78 Karten" src="https://a2.typepad.com/6a00d83452a49969e20105369072e2970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/3898755193?tag=tarotunive-20" >Nicolas Conver: Altes Marseiller Tarot. 78 Karten</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/073870024X?tag=tarotunive-20" ><img alt="Lo Scarabeo: Ancient Minchiate Etru" src="https://a2.typepad.com/6a00d83452a49969e200e54fe893828834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/073870024X?tag=tarotunive-20" >Lo Scarabeo: Ancient Minchiate Etru</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0913866695?tag=tarotunive-20" ><img alt="David Palladini: Aquarian Tarot Deck Cards" src="https://a3.typepad.com/6a00d83452a49969e2010536eb48db970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0913866695?tag=tarotunive-20" >David Palladini: Aquarian Tarot Deck Cards</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0880790385?tag=tarotunive-20" ><img alt=": Cary-Yale Visconti Tarocchi Deck" src="https://a0.typepad.com/6a00d83452a49969e200e54fd57bc88833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0880790385?tag=tarotunive-20" >Cary-Yale Visconti Tarocchi Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0738700584?tag=tarotunive-20" ><img alt="Lo Scarabeo: Crystal Tarot (Tarot Card Deck)" src="https://a7.typepad.com/6a00d83452a49969e2010535d12357970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0738700584?tag=tarotunive-20" >Lo Scarabeo: Crystal Tarot (Tarot Card Deck)</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0738715298?tag=tarotunive-20" ><img alt="Huson: Dame Fortune's Wheel Tarot (English and Spanish Edition)" src="https://a6.typepad.com/6a00d83452a49969e2013483d3bc0e970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0738715298?tag=tarotunive-20" >Huson: Dame Fortune's Wheel Tarot (English and Spanish Edition)</a><br /></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0913866660?tag=tarotunive-20" >El Gran Tarot Esoterico (The Great Esoteric Tarot) Tarot Card Deck</a><br /></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0913866164?tag=tarotunive-20" ><img alt="Robert Wang: Golden Dawn Tarot Deck" src="https://a3.typepad.com/6a00d83452a49969e2010536888f73970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0913866164?tag=tarotunive-20" >Robert Wang: Golden Dawn Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1572814349?tag=tarotunive-20" ><img alt="Kat Black: Golden Tarot Deck" src="https://a0.typepad.com/6a00d83452a49969e20111688de6a0970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1572814349?tag=tarotunive-20" >Kat Black: Golden Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/073870461X?tag=tarotunive-20" ><img alt="Lo Scarabeo: Golden Tarot of the Renaissance: Estensi Tarot" src="https://a6.typepad.com/6a00d83452a49969e2010535cad246970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/073870461X?tag=tarotunive-20" >Lo Scarabeo: Golden Tarot of the Renaissance: Estensi Tarot</a><br /></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/0913866180?tag=tarotunive-20" >Grand Etteilla Egyptian Gypsies Tarot</a><br /></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0880795166?tag=tarotunive-20" ><img alt="Josef Machynka: Ibis Tarot Deck" src="https://a2.typepad.com/6a00d83452a49969e2010536887f3a970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0880795166?tag=tarotunive-20" >Josef Machynka: Ibis Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0738700916?tag=tarotunive-20" ><img alt="Lo Scarabeo: Mantegna Tarot" src="https://a0.typepad.com/6a00d83452a49969e201053688a0f0970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0738700916?tag=tarotunive-20" >Lo Scarabeo: Mantegna Tarot</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0913866911?tag=tarotunive-20" ><img alt=": Morgan Greer Tarot Deck English" src="https://a1.typepad.com/6a00d83452a49969e2010536e62da1970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0913866911?tag=tarotunive-20" >Morgan Greer Tarot Deck English</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0880790636?tag=tarotunive-20" ><img alt=": Motherpeace Round Tarot Deck" src="https://a5.typepad.com/6a00d83452a49969e2010536e1d2cd970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0880790636?tag=tarotunive-20" >Motherpeace Round Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0880799986?tag=tarotunive-20" ><img alt="David Palladini: New Palladini Tarot Deck &amp; Book Set" src="https://a6.typepad.com/6a00d83452a49969e2010536e62156970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0880799986?tag=tarotunive-20" >David Palladini: New Palladini Tarot Deck & Book Set</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0913866520?tag=tarotunive-20" ><img alt=": Oswald Wirth Tarot Deck/Ow78" src="https://a4.typepad.com/6a00d83452a49969e201053690744c970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0913866520?tag=tarotunive-20" >Oswald Wirth Tarot Deck/Ow78</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0880793465?tag=tarotunive-20" ><img alt="Arthur Edward Waite: Pocket Rider Waite Tarot" src="https://a0.typepad.com/6a00d83452a49969e201053611ddd8970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0880793465?tag=tarotunive-20" >Arthur Edward Waite: Pocket Rider Waite Tarot</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0880793139?tag=tarotunive-20" ><img alt="Claude Burdel: Tarot Classic Deck French" src="https://a0.typepad.com/6a00d83452a49969e2010536eb5550970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0880793139?tag=tarotunive-20" >Claude Burdel: Tarot Classic Deck French</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0738710075?tag=tarotunive-20" ><img alt="Lo Scarabeo: Tarot Deck - Madame Lenormand" src="https://a6.typepad.com/6a00d83452a49969e200e54fd580468833-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0738710075?tag=tarotunive-20" >Lo Scarabeo: Tarot Deck - Madame Lenormand</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0880795441?tag=tarotunive-20" ><img alt="Pamela Eakins: Tarot of the Spirit Deck" src="https://a4.typepad.com/6a00d83452a49969e20105368ff594970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0880795441?tag=tarotunive-20" >Pamela Eakins: Tarot of the Spirit Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0738707643?tag=tarotunive-20" ><img alt="Lo Scarabeo: Tarot of the Thousand and One Nights" src="https://a5.typepad.com/6a00d83452a49969e2010535d0f1d5970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0738707643?tag=tarotunive-20" >Lo Scarabeo: Tarot of the Thousand and One Nights</a><br /></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/999873245X?tag=tarotunive-20" >Tavaglione's Stairs of Gold Tarot/Tv78 (Cards)</a><br /></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0738707163?tag=tarotunive-20" ><img alt="Sandra Tabatha Cicero: The Babylonian Tarot" src="https://a4.typepad.com/6a00d83452a49969e20105361a5c6c970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0738707163?tag=tarotunive-20" >Sandra Tabatha Cicero: The Babylonian Tarot</a><br /></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/B00162IJL8?tag=tarotunive-20" >Lo Scarabeo: The Crystal Tarot</a><br /></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0880794658?tag=tarotunive-20" ><img alt="Hermann Haindl: The Haindl Tarot Deck" src="https://a5.typepad.com/6a00d83452a49969e2010536eb4755970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0880794658?tag=tarotunive-20" >Hermann Haindl: The Haindl Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/091386692X?tag=tarotunive-20" ><img alt="Godfrey Dawson: The Hermetic Tarot" src="https://a1.typepad.com/6a00d83452a49969e2010536889009970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/091386692X?tag=tarotunive-20" >Godfrey Dawson: The Hermetic Tarot</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1572814780?tag=tarotunive-20" ><img alt="Luigi Scapini: The Medieval Scapini Tarot: Deck and Book Set" src="https://a1.typepad.com/6a00d83452a49969e2010536927af1970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1572814780?tag=tarotunive-20" >Luigi Scapini: The Medieval Scapini Tarot: Deck and Book Set</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0892816511?tag=tarotunive-20" ><img alt="Brian Williams: The Minchiate Tarot: The 97-card Tarot of the Renaissance, Complete with the 12 Astrological Signs and the 4 Elements" src="https://a5.typepad.com/6a00d83452a49969e200e54fe895258834-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0892816511?tag=tarotunive-20" >Brian Williams: The Minchiate Tarot: The 97-card Tarot of the Renaissance, Complete with the 12 Astrological Signs and the 4 Elements</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0913866296?tag=tarotunive-20" ><img alt=": The Prager Tarot Deck" src="https://a3.typepad.com/6a00d83452a49969e201053613efcb970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0913866296?tag=tarotunive-20" >The Prager Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0738709506?tag=tarotunive-20" ><img alt="Lo Scarabeo: Universal Tarot of Marseille" src="https://a1.typepad.com/6a00d83452a49969e20105368fe9e9970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0738709506?tag=tarotunive-20" >Lo Scarabeo: Universal Tarot of Marseille</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1572815612?tag=tarotunive-20" ><img alt=": Universal Waite Tarot Deck" src="https://a3.typepad.com/6a00d83452a49969e2010536e1d9bb970b-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1572815612?tag=tarotunive-20" >Universal Waite Tarot Deck</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0738712922?tag=tarotunive-20" ><img alt="Lo Scarabeo: Universal Wirth Tarot (Tarot of the Angels Tarot of the Angels Deluxe)" src="https://a6.typepad.com/6a00d83452a49969e2010535d1d3d6970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0738712922?tag=tarotunive-20" >Lo Scarabeo: Universal Wirth Tarot (Tarot of the Angels Tarot of the Angels Deluxe)</a><br /></p></li>
							<li class="module-list-item"><a href="https://www.amazon.com/dp/088079271X?tag=tarotunive-20" >Jacques Vieville: Vieville Tarot/Vv5402</a><br /></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/0913866067?tag=tarotunive-20" ><img alt=": Visconti Sforza Tarot Cards" src="https://a3.typepad.com/6a00d83452a49969e20105361a26db970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/0913866067?tag=tarotunive-20" >Visconti Sforza Tarot Cards</a><br /></p></li>
							<li class="module-list-item"><div class="typelist-thumbnail"><a href="https://www.amazon.com/dp/1592333222?tag=tarotunive-20" ><img alt="Ph.D., James Wanless: Voyager Tarot: Intuition Cards for the 21st Century" src="https://a2.typepad.com/6a00d83452a49969e20105361a5f32970c-75hi" /></a></div><p class="typelist-description"><a href="https://www.amazon.com/dp/1592333222?tag=tarotunive-20" >Ph.D., James Wanless: Voyager Tarot: Intuition Cards for the 21st Century</a><br /></p></li>
			
		</ul><!-- last /ul -->
	</div>
</div>
<!-- end list_include.tt -->





						</div>
					</div>
				</div>
			</div>
			


<!-- container-footer -->
<div id="footer">
<div class="row well"><div class="col-md-12">
	<div id="footer-inner">
		<ul class="footer-list pkg list-inline" >
			<li class="footer-list-item"><a href="http://www.tarotarkletters.com/">Tarot University ArkLetters</a></li>
			<li class="footer-list-item"><a href="https://www.typepad.com/">Powered by TypePad</a></li>
			<li class="last-footer-list-item footer-list-item"><a href="http://www.tarotarkletters.com/new_moon_notes/index.html">New Moon Notes</a></li>
		</ul>
	</div>
</div></div>
</div>

		</div>
	</div>
	





     











<div id="fb-root"></div>
<script src="https://connect.facebook.net/en_US/sdk.js"></script>
<script>
    FB.init( { apiKey: 'a279adbe87e2b3c505e777af99a5260d', version: 'v2.8' } );
    FB.XFBML.parse();
</script>

</body>
</html>








/* Books Typelist - Update to base file size and re-size to retain original visual spec */
.typelist-thumbnailed .typelist-thumbnail img { width: 100px; }

/* ph=1 */
