/*
    Theme Name: MoonCircles
    Theme URI: http://mooncircles.com/
    Description: custom WordPress theme for mooncircles.com
    Author: April Elliott Kent
    Author URI: http://mooncircles.com/
    Version: 1.0
    Template: genesis
    Template Version: 1.7.1
*/

/* Defaults
------------------------------------------------------------ */

html {
	font-family: 'IndentureEnglishPenman';
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #fff;
	border: 1px solid #d6cfe2;
}

blockquote {
	background-color: #f5f1ef;
   -moz-border-radius: 10px;
   border-radius: 10px 10px 10px 10px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #25a;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
/*	background: url(images/repeatingback.jpg); */
	background: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto 30px;
	width: 960px;
	position: relative;
	background-color: #FCF8EF;
	padding: 0;
	border: 1px solid #bdaab2;
	border-top: none;
box-shadow: -1px -19px 48px 2px #BDAAB2;
-webkit-box-shadow: -1px -19px 48px 2px #BDAAB2;
-moz-box-shadow: -1px -19px 48px 2px #BDAAB2;
-o-box-shadow: -1px -19px 48px 2px #BDAAB2;
}


/* Header
------------------------------------------------------------ */

#header {
	background: transparent url(images/header_960.jpg) no-repeat;
	margin: 0 auto;
	height: 230px;
	width: 960px;
	position: relative;
}

#title-area {
	position: absolute;
	left: -9999px;
	width: 400px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .header-extras {
	width: 780px;
	margin: 0 auto;
}
#header .header-extras a {
	display: block;
}
#header .header-extras .hdr-title {
	height: 178px;
	width: 345px;
	background: url( images/hdr_titles_sprite.png ) no-repeat top left;
	border: 1px solid transparent; /* red */
	position: absolute;
	top: 0;
	right: 82px;
	z-index: 1;
}
#header .header-extras .hdr-title a {
 	height: 208px;
	width: 228px;
/*	background-color: rgba(255,255,255,.35); */
	display: block;
	margin: 9px 0 0 52px;
}
/* #header .header-extras .hdr-title a:hover {
	background-color: rgba(255,255,255,.1);
}  */
#header .header-extras .subscribe {
	position: absolute;
	top: 72px;
	left: 204px;
}
#header .header-extras .subscribe a:hover {
	opacity: .75;
}
#header .header-extras .salon {
	position: absolute;
	top: 199px;
	left: 432px;
z-index: 1001;
}
#header .header-extras .salon a {
	color: #be1a3a;
	font-size: 12px;
	font-family: calibri, tahoma, helvetica, sans-serif;
}
#header .header-extras .salon a:hover {
	text-decoration: underline;
}
#header .widget-area .social {
	position: absolute;
	right: 18px;
	bottom: -38px;
}
#header .widget-area .social a {
	display: inline-block;
}
#header .widget-area .social a:hover {
	opacity: .85;
}
#header .header-extras .woman {
	height: 197px;
	width: 139px;
	position: absolute;
	background: url(images/header_woman.png) no-repeat;
	left: 446px;
	top: 10px;
	z-index: 1000;
}
#header .widget-area .login {
	position: absolute;
	top: 280px;
	right: 70px;
	z-index: 100;
}
#header .widget-area .login .workshop-login-link {
	text-align: right;
	padding-right: 71px;
}
#header .widget-area .login .workshop-page-link {
	text-align: right;
	padding-right: 16px; /* 50px; */
}
#header .widget-area .members-login-form {
	display: none;
	background-color: #fff;
	border: 1px solid #883e60;
	margin-top: 2px;
	padding: 5px 10px 5px;
	border-radius: 5px 5px 5px 5px;
}
.logged-in #header .widget-area .members-login-form {
	display: none;
}
#header .widget-area .members-login-form label {
	width: 5em;
	display: inline-block;
}
#header .widget-area .login-remember label {
	width: 10em;
	float: right;
}
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
}

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #741071; /*  #a0192d; */
	clear: both;
	color: #fff;
	float: left;
	margin: 0;
/*	overflow: hidden; */
	height: 45px;
	width: 715px;
}
.fullmoon #nav,
.fullmoon #nav li ul {
	background-color: #01848e;
}
#nav ul {
	float: left;
	width: 100%;
	margin-left: 10px;
}

#nav li {
	float: left;
	list-style-type: none;
	text-align: center;
	line-height: 1.25;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0 12px 3px 10px; /*  0 7px 3px 5px; */
   margin: 7px 3px 2px;
	position: relative;
	text-decoration: none;
/*	width: 75px; */
}
#nav li.danas-blog a {
	width: 70px;
}

#nav li a:hover,
#nav li a:active {
 	background-color: #620031; /* #2a0015; */
	color: #fff;
   border-radius: 7px 7px 7px 7px;
}
/* #nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	text-shadow: 3px -2px 2px #fff;
}  */

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	text-transform: none;
	width: 166px;
	text-align: left;
	line-height: 1.25;
}

#nav li li a:hover,
#nav li li a:active {
	border-radius: 0;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 190px;
	z-index: 9999;
	background-color: #741071; /* #a0192d; */
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: -0;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
	margin-left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #741071; /*  #a0192d; */
	color: #fff;
	margin: 0;
/*	overflow: hidden; */
	float: left;
	height: 45px;
	width: 245px;
}
.fullmoon #subnav {
	background-color: #01848e;
}

#subnav ul {
	float: left;
	width: 170px;
	margin-left: 0;
	text-align: center;
}

#subnav li {
	float: left;
	list-style-type: none;
}
#subnav li.shop {
	margin-left: 0;
}
#subnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0px 5px 0;
	margin: 5px 0 2px;
	position: relative;
	text-decoration: none;
}
#subnav li.row2 a {
	padding-top: 0;
	margin-top: -1px;
}

#subnav li a:hover,
#subnav li a:active {
 	background-color: #620031; /* #2a0015; /* #b7193a; */
	color: #fff;
   border-radius: 8px 8px 8px 8px;
}
/* #subnav li.current_page_item a,
#subnav li.current-menu-item a {
	text-shadow: 3px -2px 2px #fff;
}  */
#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	float: left;
	margin: 20px 0 0 0;
	padding-top: 57px;
	width: 960px;
	min-height: 700px;
	position: relative;
  	background: url(images/sidebar_plum_frame_top.png ) no-repeat 650px -37px;
}
#inner .wrap {
	margin-top: -57px;  /* !!! -37px; */
	padding-bottom: 57px;
  	background: url(images/sidebar_plum_frame_bottom.png ) no-repeat 650px 100%;
}
.full-width-content #inner,
.sidebar-content #inner {
	background-image: none;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 620px;
  	background: url(images/sidebar_plum_frame_content.png ) repeat-y 650px 0;
}

.content-sidebar #content-sidebar-wrap {
	width: 960px;
	margin-top: 20px;
}
.sidebar-content #content-sidebar-wrap {
	width: 783px;
}
.full-width-content #content-sidebar-wrap {
	width: 783px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 390px;
	margin-top: 0;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 550px;
	margin-left: 60px;
	margin-top: -20px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 680px;
	margin-left: 50px;
}

#content h1,
#content h1 a {
	font-family: Georgia, Times New Roman, serif;
}

#content h2,
#content h2 a,
#content h2 a:visited {
	color: #620031;
	font-family: 'Lato',Arial,sans-serif;
/*	color: #000000; */
	font-size: 14px;
/*	font-family: Georgia, Times New Roman, serif; */
	font-weight: bold;
}
#content h1.entry-title,
#content h1.entry-title a,
#content h1.entry-title a:visited,
#content h2.entry-title,
#content h2.entry-title a,
#content h2.entry-title a:visited,
#content .moon-event h4.newmoon,
#content .moon-event h4.fullmoon {
	font-family: 'Lato', Arial, sans-serif;
	color: #'Lato', Arial, sans-serif;; /* #99004d; */ /* #2a0015; */
}
#content ul li {
	list-style-type: disc;
	margin-bottom: 15px;
}

blockquote {
	margin: 5px 15px 20px 0;
	padding: 15px 25px 1px;
}

.page {
	overflow: auto;
}
.post {
	margin: 0 0 40px;
}

.entry-content p {
	padding: 0;
	margin: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}
.center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}

.round {
   -moz-border-radius: 5px;
   border-radius: 5px 5px 5px 5px;
}
/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	line-height: 1.5;
}
.moon-astrology-articles h1,
.venus-salon h1,
.single h1,
.activate-workshop-access-pass h1.entry-title {
	font-size: 18px;
}
.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 20px;
}

h4 {
	color: #685277;
   font-size: 16px;
}

.widget-area h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-align: center;
}
.widget-area h4.sidebar-title {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.sidebar.widget-area h4 {
	padding: 5px 5px 10px 10px;
}
.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin-bottom: 10px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	margin-top: 10px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.author-box h1 {
	font-size: 15px;
}
.authorbox-title {
	color: #620031;
	font-family: arial, helvetica, sans-serif;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	padding: 4px 4px 4px 0;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	overflow: visible;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 15px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
        bacground-color: none;
}

p.wp-caption-text {
	font-size: 10px;
	line-height: 14px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 12px;
	line-height: 20px;
	min-height: 700px;
}
.sidebar p {
	margin-bottom: 15px;
}
#sidebar {
	float: right;
	width: 270px;
	margin-top: 0;
	margin-right: 24px;
	position: relative;
}
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}
.no-moon-sidebar #sidebar {
	background: none;
}
.content-sidebar-sidebar #sidebar {
	float: right;
}

.no-sidebar #inner,
.no-sidebar #inner .wrap,
.no-sidebar #content-sidebar-wrap {
	background-image: none;
}


#sidebar-alt a {
	position: absolute;
	left: 25px;
	display: block;
	height: 65px;
	width: 65px;
	border: 1px solid transparent;
	text-decoration: none;
}
#sidebar-alt a:hover {
	background-color: #fcf8ef;
	border: 1px solid #e9e1dd;
	opacity: .2;
}
#sidebar-alt a.blog {
	top: 185px;
}
#sidebar-alt a.oracle {
	top: 266px;
}
#sidebar-alt a.ritual {
	top: 345px;
}
.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 5px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}
#sidebar p {
	font-size: 12px;
}
#sidebar a {
	text-decoration: underline;
	font-weight: bold;
}
#sidebar a:hover {
	text-decoration: none;
}
#sidebar .sidebar-goddess {
	margin-top: 0px;
	position: relative;
	right: 22px;
	background: url( images/sidebar_goddess.png ) no-repeat top right;
	height: 270px;
	width: 100%;
}
#sidebar .todays-moon {
	margin: 0;
	padding-top: 200px;
	background: url(images/todays-moon.jpg) no-repeat top center;
}
#sidebar .todays-moon p,
#sidebar .venus-position p,
#sidebar .todays-moon li {
	font-size: 11px;
	text-align: center;
	line-height: 1.15;
}
#sidebar .todays-moon ul {
	margin-left: 0;
}
#sidebar .todays-moon li {
	font-family: Trebuchet MS, sans-serif;
	list-style-type: none;
	margin-bottom: 10px;
}
#sidebar .todays-moon li:last-child {
	margin-bottom: 5px;
}

#sidebar .todays-moon p {
	font-family: Lucida Sans Unicode, Lucida Sans, sans-serif;
	margin-bottom: 15px;
}
#sidebar .todays-moon p a,
#sidebar .todays-moon p a:visited {
	text-decoration: underline;
}
#sidebar .todays-moon p a:hover {
	text-decoration: none;
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #ac9db7;
	border: 1px solid #ac9db7;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
   -moz-border-radius: 5px;
   border-radius: 5px 5px 5px 5px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	color: #fff;
	text-decoration: none;
	opacity: .85;
}

.gform_wrapper .contact-form .gform_footer.left_label {
	padding: 0;
}

.gform_wrapper .contact-form .left_label .gfield_label {
	width: 25%;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
	font-family: Verdana, Arial, Helvetica,sans-serif;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 20px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 5px 0;
	padding: 4px 5px;
	width: 195px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
/*	background-color: #333;*/
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 7600px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	margin: 2px 0 0 0;
}

#footer-widgets ul li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #554b5d;
	padding: 0 6px;
	margin: 0 0 7px;
	line-height: 6px;

}
#footer-widgets ul li:first-child {
	padding-left: 0;
}
#footer-widgets ul li:last-child {
	border-right: none;
}
#footer-widgets ul li a {
	color: #554b5d !important;
	font-family: Century Gothic, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#footer-widgets ul li a:hover {
	text-decoration: underline;
}
#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}

#footer-widgets .menu-footer-nav-bottom-container {
	clear: left;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background: #ac9db7 url(images/footer_bkgrnd.png) no-repeat 172px 0;
	clear: both;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	padding: 7px  20px 5px;
	height: 48px;
	width: 920px;
}
#footer h3 {
	color: #554b5d;
	font-family: Century Gothic, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

.gform_wrapper .contact-form .left_label input.medium {
	width: 63%;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper .contact-form textarea.textarea {
	width: 92%;
	margin-top: 10px;
}

/* ----------- MWD stuff ------------*/
#nav:after,
#subnav:after,
.clearfix:after {
	content: ".";
 	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --------- wide sidebar ----------- */
.wide-sidebar #inner {
  	background: url(images/sidebar_plum_frame_top_wide.png ) no-repeat 600px -37px;
}
.wide-sidebar #inner .wrap {
  	background: url(images/sidebar_plum_frame_bottom_wide.png ) no-repeat 600px 100%;
}
.wide-sidebar #content-sidebar-wrap {
  	background: url(images/sidebar_plum_frame_content_wide.png ) repeat-y 600px 0;
}
.wide-sidebar #content {
	width: 500px;
}
.wide-sidebar #sidebar {
	width: 320px;
}

/* ----------- homepage ------------*/
.home #content > img {
	margin-bottom: 25px;
}
.home #content > .moon-event img {
	margin-bottom: 0px;
}
.home #content > .moon-event p {
	margin-bottom: 10px;
}
.home .post-info {
	margin-bottom: 5px;
}
.home .entry-content {
   float: left;
	width: 100%;
}
.home h2.entry-title {
	margin-bottom: 0;
	line-height: 1.25;
}
.home .entry-content p {
	margin-bottom: 15px;
}
.home .post {
	margin-bottom: 30px;
	clear: both;
}
.home img.post-image.alignleft {
	float: left;
	padding: 5px 5px 10px 0;
	background: none;
	border: none;
}
.home img.post-image.alignleft:hover {
	opacity: .85;
}
#home-featured {
	width: 600px;
	height: 230px;
/*	background: url(images/home-topbox-bkgrnd.jpg ) no-repeat; */
	background: url(images/home-topbox-bkgrnd.png ) no-repeat;
	margin-top: -6px; /* -7px; */
	margin-left: -9px; /* -10px; */
	position: relative;
}
#home-featured .banner {
	height: 190px;
	width: 190px;
	background: url(images/home-featured-banner-620031.png ) no-repeat;
	position: absolute;
	left: 2px; /* 4px; */
	top: 17px;
}
#home-featured img {
	padding: 17px 25px 0 2px; /* 17px 25px 0 4px; */
	float: left;
}
.home .featured-image-placeholder {
	width: 215px;
	height: 190px;
	float: left;
}
.home .morelink,
.moon-astrology-articles .morelink,
.venus-salon .morelink {
	font-size: 11px;
	display: block;
	float: right;
	margin-top: -13px;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-bottom: 0;
}
#home-featured .feature-content {
	width: 180px;
	float: left;
}
#content #home-featured h2,
#content #home-featured h2 a {
	margin-top: 20px;
	float: left;
	line-height: 1.15;
	border-top: none;
	font-size: 15px;
}
#content #home-featured h2 a {
	margin-top: 0;
}
#home-featured .entry-content p {
	margin-top: 10px;
	line-height: 1.15;
	font-size: 11px;
	float: left;
}
#home-featured .continue {
	color: #BE1A3A;
}
#home-featured .upper-link /* ,
#home-featured .lower-link */ {
	display: inline-block;
	height: 87px; /* 115px; */
	width: 170px;
	border: 1px solid transparent;
	margin-left: 8px; /* 10px; */
	color: #BE1A3A;
	border: 1px solid transparent;
	margin-top: 17px;
}
#home-featured .upper-link:hover {
	background-color: rgba( 255,255,255,.15);
	border: 1px dotted #bdaab2;
	border-radius: 5px 5px 5px 5px;
}
/* #home-featured .lower-link {
	height: 75px;
	margin-top: 15px;
}  */
#home-featured span {
	display: inline-block;
	line-height: 1.15;
}
#home-featured span:hover {
	text-decoration: underline;
}
#home-featured .upper-link span {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-left: 70px;
	margin-top: 38px;
	width: 76px;
	font-family: arial, sans-serif;
	text-align: center;
	line-height: 1;
}
#home-featured .lower-link span {
	margin-left: 10px;
	margin-top: 5px;
	width: 65px;
	font-size: 11px;
}
.moon-event h4 {
	font-size: 12px;
	padding-left: 55px;
	clear: both;
}
.moon-event h4.newmoon {
	background: url( /wp-content/uploads/newmoon_glyph.gif ) no-repeat;
	font-size: 16px;
	color: #620031;
}
.moon-event h4.fullmoon {
	background: url( /wp-content/uploads/fullmoon_glyph.gif ) no-repeat 0 1px;
	font-size: 16px;
	color: #620031;
}
/* ---------- readings with Dana ------------ */
.entry-content ul.session li {
	margin-left: 0;
	padding-left: 68px;
}
.readings-with-dana ul {
	padding-bottom: 0;
}
#content .session li {
	list-style-type: none;
	min-height: 55px;
}
#content .session li.sixtymin {
	background: url(images/seeds.gif ) no-repeat;
}
#content .session li.followup {
	background: url(images/blessings.gif ) no-repeat;
}
#content .session li.mentor {
	background: url(images/sanctify.gif ) no-repeat;
}
.session .button a {
	background: #741071; /* #A0192D; */
/*	border: 2px solid #A2322F; */
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 5px 10px 2px;
	padding: 7px 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.session .button a:hover {
	opacity: .9;
}

.readings-with-dana h2 {
   border-top: dotted 1px #594979;
   color: #000000;
   padding: 16px 0 10px;
   margin: 12px 0 10px;
}

.readings-with-dana #sidebar .textwidget h4 + p >img {
	border: 2px solid #333;
	display: inline-block;
	margin: 6px 0 5px;
}

/* ---------- Schedule an appointment, Schedule Mentoring session form pages --------- */
.schedule-an-appointment .gform_wrapper .top_label input.medium,
.schedule-an-appointment .gform_wrapper .top_label input.large,
.schedule-an-appointment .gform_wrapper .top_label select.large,
.schedule-an-appointment .gform_wrapper .top_label textarea.textarea,
.schedule-mentoring-session .gform_wrapper .top_label input.medium,
.schedule-mentoring-session .gform_wrapper .top_label input.large,
.schedule-mentoring-session .gform_wrapper .top_label select.large,
.schedule-mentoring-session .gform_wrapper .top_label textarea.textarea {
	width: 96% !important;
}
.schedule-an-appointment li .gfield_description,
.schedule-mentoring-session li .gfield_description {
	margin-top: 4px;
	padding-top: 0;
	text-align: center;
}
.schedule-an-appointment li.session-type .gfield_description,
.schedule-mentoring-session li.session-type .gfield_description {
	margin-top: -15px;
}
.schedule-an-appointment .gform_wrapper h3.gform_title {
	color: #620031;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}

/* ------------ rituals ----------- */
.rituals .section1,
.rituals .section2,
.rituals .section3 {
	background: #e0dde8 url(/wp-content/uploads/ritual_goddess_drawing.gif) no-repeat 25px 10px;
   padding: 10px 25px 5px 100px;
}
.rituals .section2 {
	background: #e0dde8 url(/wp-content/uploads/ritual_goddess_blessings.gif) no-repeat 13px 10px;
	padding-bottom: 15px;
}
.rituals .section3 {
	background-image: url(/wp-content/uploads/ritual_goddess_grounding.gif);
}
.rituals .section1-nm {
	background: #e0dde8 url(images/sanctify.gif) no-repeat 13px 10px;
}
.rituals .section2-nm {
	background: #e0dde8 url(images/blessings.gif) no-repeat 13px 10px;
}
.rituals .section3-nm {
	background: #e0dde8 url(images/seeds.gif) no-repeat 13px 10px;
}
.rituals .entry-content h2 {
	margin-top: 25px;
	margin-bottom: 15px;
}
.rituals .post-info > .moon-event {
	margin-top: 20px;
}
#affirmations {
	min-height: 60px;
	width: 300px;
	margin: 0 auto 15px;
	padding-bottom: 0;
}
#content ul#affirmations li {
 	background-color: #fff;
	list-style-type: none;
	font-size: 11px;
	display: none;
	text-align: center;
	width: 100%;
	margin: 0 0 15px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
#content ul#affirmations li:first-child {
	display: block;
}
#content ul#affirmations.twolines li,

.rituals .print-link {
	margin-top: 15px;
	text-align: center;
}
.ritual-sidebar-hdrimg {
	margin: -5px 0 0 0;
}
body.ritual-print {
	background: none;
}
.ritual-print #header,
.ritual-print #nav,
.ritual-print #subnav,
.ritual-print #sidebar,
.ritual-print p.ritual,
.ritual-print #footer {
	display: none;
}
.ritual-print #inner {
	overflow: hidden;
	background-color: #fff;
	min-height: 0;
	padding-top: 0;
}
.ritual-print #affirmations {
	height: auto;
	padding: 15px;
	width: 325px;
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.ritual-print #content #affirmations li {
	display: block;
	text-align: left;
	line-height: normal;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 5px;
}

/* ---------------------------- */

#subnav li a {
	width: 55px;
	text-align: right;
}
#subnav li.right-col a {
	text-align: left;
	padding-left: 5px;
}

a.tooltip {
	text-decoration: none !important;
	font-size: 10px;
}
#tooltip {
	background-color: #ffffcc !important;
	border: none !important;
}
#tooltip h3 {
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	line-height: 1.25;
}
#tooltip .url {
	display: none !important;
}

/* ------------- Venus overlay pages --------- */
body.venus {
	background: none;
}
.venus #wrap,
.venus #inner,
.venus #inner .wrap,
.venus.full-width-content #content-sidebar-wrap,
.venus.full-width-content #content,
.venus #footer {
	width: 470px;
	margin: 0;
	padding: 0;
	min-height: 0;
	background: none;
}
.venus.full-width-content #content {
	height: 555px;
	padding: 0;
	width: 470px;
}
.venus.full-width-content #content .entry-content {
	background: url(/wp-content/uploads/venus-pink-content-bkgrnd.png ) repeat-y;
	margin: 0;
	padding: 0 33px;
}
.venus #content p {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.15;
}
.venus #content p:last-child {
	margin-bottom: 0;
}
.venus #footer {
	height: 0;
}

.venus.full-width-content #content .post-header {
	height: 160px;
 	width: 100%;
	background-position: top left;
	background-repeat: no-repeat;
}
.venus.full-width-content #content .post-footer {
 	width: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.venus-in-aries.full-width-content #content .post-header,
.venus-in-aries.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-aries.jpg );
}
.venus-in-aries.full-width-content #content .post-footer { height: 220px; }

.venus-in-taurus.full-width-content #content .post-header,
.venus-in-taurus.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-taurus.jpg );
}
.venus-in-taurus.full-width-content #content .post-footer { height: 263px; }

.venus-in-gemini.full-width-content #content .post-header,
.venus-in-gemini.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-gemini.jpg );
}
.venus-in-gemini.full-width-content #content .post-footer { height: 230px; }

.venus-in-cancer.full-width-content #content .post-header,
.venus-in-cancer.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-cancer.jpg );
}
.venus-in-cancer.full-width-content #content .post-footer { height: 204px; }

.venus-in-leo.full-width-content #content .post-header,
.venus-in-leo.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-leo.jpg );
}
.venus-in-leo.full-width-content #content .post-footer { height: 240px; }

.venus-in-virgo.full-width-content #content .post-header,
.venus-in-virgo.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-virgo.jpg );
}
.venus-in-virgo.full-width-content #content .post-footer { height: 234px; }

.venus-in-libra.full-width-content #content .post-header,
.venus-in-libra.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-libra.jpg );
}
.venus-in-libra.full-width-content #content .post-footer { height: 256px; }

.venus-in-scorpio.full-width-content #content .post-header,
.venus-in-scorpio.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-scorpio.jpg );
}
.venus-in-scorpio.full-width-content #content .post-footer { height: 250px; }

.venus-in-sagittarius.full-width-content #content .post-header,
.venus-in-sagittarius.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-sagittarius.jpg );
}
.venus-in-sagittarius.full-width-content #content .post-footer { height: 263px; }

.venus-in-capricorn.full-width-content #content .post-header,
.venus-in-capricorn.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-capricorn.jpg );
}
.venus-in-capricorn.full-width-content #content .post-footer { height: 263px; }

.venus-in-aquarius.full-width-content #content .post-header,
.venus-in-aquarius.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-aquarius.jpg );
}
.venus-in-aquarius.full-width-content #content .post-footer { height: 230px; }

.venus-in-pisces.full-width-content #content .post-header,
.venus-in-pisces.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-in-pisces.jpg );
}
.venus-in-pisces.full-width-content #content .post-footer { height: 237px; }

/* .venus-as-morning-star.full-width-content #content .post-header,
.venus-as-morning-star.full-width-content #content .post-footer,
.venus-as-evening-star.full-width-content #content .post-header,
.venus-as-evening-star.full-width-content #content .post-footer {
	height: 192px;
	background-image: url(/wp-content/uploads/venus_morningevening.jpg );
}
.venus-as-morning-star.full-width-content #content .post-footer,
.venus-as-evening-star.full-width-content #content .post-footer {
	height: 192px;
}
.venus-as-morning-star.full-width-content #content .entry-content,
.venus-as-evening-star.full-width-content #content .entry-content {
	padding: 0 50px 0 40px;
	background: url(/wp-content/uploads/venus-morningevening-content-bkgrnd.png ) repeat-y;
}*/

.venus-in-interior-underworld.full-width-content #content .post-header,
.venus-in-interior-underworld.full-width-content #content .post-footer,
.venus-in-superior-underworld.full-width-content #content .post-header,
.venus-in-superior-underworld.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-underworld.jpg );
}
.venus-in-interior-underworld.full-width-content #content .entry-content,
.venus-in-superior-underworld.full-width-content #content .entry-content {
	background: url(/wp-content/uploads/venus-underworld-content-bkgrnd.png ) repeat-y;
}
.venus-in-interior-underworld.full-width-content #content .post-header,
.venus-in-superior-underworld.full-width-content #content .post-header {
  height: 185px;
}
.venus-in-interior-underworld.full-width-content #content .post-footer,
.venus-in-superior-underworld.full-width-content #content .post-footer {
	height: 120px;
}

.venus-retrograde.full-width-content #content .post-header,
.venus-retrograde.full-width-content #content .post-footer {
	background-image: url(/wp-content/uploads/venus-retrograde.jpg );
}

.venus-retrograde.full-width-content #content .entry-content {
	background: url(/wp-content/uploads/venus-retrograde-content-bkgrnd.png ) repeat-y;
}
.venus-retrograde.full-width-content #content .post-header {
  height: 195px;
}
.venus-retrograde.full-width-content #content .post-footer {
	height: 140px;
}

/*  ------------ Ask the Oracle page ------------ */
.ask-the-oracle h3 {
	font-size: 14px;
	text-align: center;
}
.ask-the-oracle h3 + .question,
.goddess h3 + .question {
	margin-top: 20px;
}
/*  ------------ Ask the Oracle individual posts ------------ */
.rituals p.ritual {
	text-align: center;
}
.ask-the-goddesses h1,
.astrology-ebooks h1,
.astrology-reports h1,
.chart-play h1,
.free-ebooks h1,
.lunar-return-report h1,
.moon-astrology h1,
.moon-workshop h1,
.moonprints h1,
.oracle h1,
.payment-pages h1,
.readings-with-dana h1,
.renewal-and-update-orders h1,
.renewal-and-update-payments h1,
.rituals h1,
.schedule-an-appointment h1,
.sessionpayment h1,
.sky-log-report h1,
.solar-return-report h1,
.specials h1,
.subscribe h1,
.your-venus-unleashed h1 {
	position: absolute;
	left: -9999px;
}

.single.oracle h1,
.single.goddesses h1 {
	font-size: 15px;
	line-height: 1.25;
	font-family: Georgia, Times New Roman, serif;
}
#content .oracle,
#content .goddesses {
	padding-left: 70px;
}
.oracle #content h4,
.goddesses #content h4 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.question {
	margin-top: 45px;
   background: url(images/oracle_q.png ) no-repeat -6px 0;
}
.answer {
   background: url(images/oracle_a.png ) no-repeat -1px -5px;
}
.oracle #sidebar {
	background: url(images/oracle-sidebar-hdr-300w.jpg ) no-repeat top center;
	padding: 210px 0 0;
}
.oracle #sidebar p,
.oracle #sidebar a,
.goddesses #sidebar p,
.goddesses #sidebar a {
	font-size: 11px;
}
.oracle .sidebar p,
.goddesses .sidebar p {
	margin-bottom: 5px;
}
.oracle #sidebar a.more-link,
.goddesses #sidebar a.more-link {
	display: block;
	text-align: right;
	margin-top: -5px;
}
.oracle #sidebar .recent-post-item,
.goddesses #sidebar .recent-post-item {
	margin-bottom: 15px;
}
.oracle .sidebar.widget-area h4,
.goddesses .sidebar.widget-area h4 {
	padding: 0;
}
.oracle .widget-area ul,
.goddesses .widget-area ul {
  margin: 0 10px;
}
.goddesses .widget-area ul li {
	list-style-type: none;
}
.goddesses #sidebar.widget-area ul li a {
 	text-decoration: none;
}
.goddesses #sidebar.widget-area ul li a:hover {
 	text-decoration: underline;
}

/* ----------------- Moon Astrology pages ---------- */

#moon-astro-featured {
	background: url(images/moonastro-featured-bkgrnd.jpg ) no-repeat;
	height: 218px;
	width: 598px;
	margin-top: 6px;
	margin-left: -40px;
	position: relative;
}
#moon-astro-featured .welcome-excerpt {
	width: 220px;
	padding: 77px 0 0 145px;
}
#moon-astro-featured .welcome-excerpt {
	width: 220px;
	padding: 76px 0 0 149px;
}
#moon-astro-featured.welcome-excerpt p {
	color: #000;
}
#moon-astro-featured .welcome-excerpt a,
#venus-salon-featured .welcome-excerpt a {
	display: inline-block;
	position: static;
	float: right;
	text-indent: 0;
	padding-top: 5px;
	width: auto;
	height: auto;
}
#moon-astro-featured .welcome-excerpt a:hover,
#venus-salon-featured .welcome-excerpt a:hover {
	opacity: 1;
	text-decoration: underline;
	color: #2255AA;
	background: transparent;
}
#moon-astro-featured a {
 	display: block;
	position: absolute;
	border: 1px solid transparent;
	width: 85px;
	height: 110px;
	text-indent: -9999px;
}
#moon-astro-featured .moonprints {
	right: 114px;
	bottom: 33px;
}
#moon-astro-featured .twelvemoons {
	right: 14px;
	bottom: 76px;
}
#moon-astro-featured a:hover {
	background-color: #fcf8ef;
	opacity: .2;
}
.moon-astrology-articles h4.hdr,
.venus-salon h4.hdr {
	font-size: 14px;
	margin-bottom: -15px;
}
.astrology-reports h2.entry-title,
.moon-astrology-articles #content h2,
.venus-salon #content h2 {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dotted #594979;
	margin-bottom: 0;
	clear: left;
}
/*
.moon-astrology-articles #sidebar {
  background: url("images/moon-astrology-sidebar-hdr.jpg") no-repeat scroll center top transparent;
  padding: 260px 0 0;
}  */
.moon-astrology-articles .sidebar .widget,
.venus-salon .sidebar .widget {
	padding-left: 5px;
}
.moon-astrology-articles #sidebar li,
.moon-astrology-articles #sidebar a {
	color: #2255AA;
	font-weight: bold;
	font-size: 11px;
}
.moon-astrology-articles #sidebar li {
	margin-bottom: 10px;
}
.moon-astrology-articles #sidebar .bookshelf-wrap {
	padding-top: 20px;
}
.moon-astrology-articles #sidebar table,
.venus-salon #sidebar table {
	width: 250px;
	margin: 0 auto;
}
.moon-astrology-articles #sidebar tr td:first-child a:hover,
.venus-salon #sidebar tr td:first-child a:hover {
	opacity: .8;
}
.moon-astrology-articles #sidebar tr td:last-child,
.venus-salon  #sidebar tr td:last-child {
	padding-top: 4px;
}
.moon-astrology-articles #sidebar td,
.venus-salon  #sidebar td {
	vertical-align: top;
	line-height: 1.25;
}
.moon-astrology-articles #sidebar td a,
.venus-salon #sidebar td a {
	font-size: 12px;
	display: inline-block;
	padding-bottom: 5px;
}

/*  ----- Moon Practices Secrets Overlay pages --------------- */
body.secrets {
	background: none;
}
.secrets #content .entry-content h1 {
	display: none;
}
.secrets #wrap,
.secrets #inner,
.secrets #inner .wrap,
.secrets.full-width-content #content-sidebar-wrap,
.secrets.full-width-content #content,
.secrets #footer {
	width: 470px;
	margin: 0;
	padding: 0;
	min-height: 0;
	background: none;
}
.secrets.full-width-content #content {
	height: 555px;
	padding: 0;
	width: 470px;
}
.secrets.full-width-content #content .entry-content {
	background: url(/wp-content/uploads/secrets-middle.jpg ) repeat-y;
	margin: 0;
	padding: 0 65px;
}
.secrets #content p {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.15;
}
.secrets #content p:last-child {
	margin-bottom: 0;
}
.secrets #footer {
	height: 0;
}
.secrets.full-width-content #content .post-header {
	height: 260px;
 	width: 100%;
	background-position: top left;
	background-repeat: no-repeat;
}
.secrets.full-width-content #content .post-footer {
 	width: 100%;
	background: url( /wp-content/uploads/secrets-footer.jpg ) no-repeat;
	height: 96px;
}
.secrets.learn-how-to-read-the-sky #content .post-header {
	background-image: url( /wp-content/uploads/secrets1-hdr.jpg );
}
.secrets.keep-the-moons-two-rhythms #content .post-header {
	background-image: url( /wp-content/uploads/secrets2-hdr.jpg );
}
.secrets.honor-the-four-turnings #content .post-header {
	background-image: url( /wp-content/uploads/secrets3-hdr.jpg );
}
.secrets.enjoy-the-nuances-of-daily-moon-signs #content .post-header {
	background-image: url( /wp-content/uploads/secrets4-hdr.jpg );
}
.secrets.know-when-to-be-a-quitter #content .post-header {
	background-image: url( /wp-content/uploads/secrets5-hdr.jpg );
}
.secrets.dont-be-frightened-of-void-of-course-moons #content .post-header {
	background-image: url( /wp-content/uploads/secrets6-hdr.jpg );
}
.secrets.let-your-moon-practice-be-ordinary #content .post-header {
	background-image: url( /wp-content/uploads/secrets7-hdr.jpg );
}

/* ------------- venus salon ---------------- */
.moon-astrology-articles #content h1.entry-title,
.venus-salon #content h1.entry-title {
	color: #620031;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
.venus-salon .smaller p {
	font-size: 11px;
}
.venus-salon blockquote {
	font-style: italic;
	background-color: transparent;
	margin-bottom: 10px;
}
.venus-salon img.alignright,
.venus-salon img.alignleft {
	margin-top: 5px;
}
#venus-salon-featured {
	background: url(images/venus_featured_box.jpg ) no-repeat;
	height: 203px;
	width: 607px;
	margin-top: 6px;
	margin-left: -40px;
	position: relative;
}
#venus-salon-featured .welcome-excerpt {
	width: 220px;
	padding: 93px 0 0 174px;
}
#venus-salon-featured .welcome-excerpt p {
	color: #000;
}
#venus-salon-featured a {
 	display: block;
	position: absolute;
	border: 1px solid transparent;
	text-indent: -9999px;
}
#venus-salon-featured .venus-unleashed {
	right: 40px;
	top: 25px;
	width: 99px;
	height: 157px;
}
#venus-salon-featured a:hover {
	background-color: #fcf8ef;
	opacity: .2;
}
.venus-salon h4.hdr {
	margin-top: 20px;
}
.sidebar-venus {
	width: 188px;
	height: 232px;
	margin: 10px auto;
}
.sidebar-venus a {
	background: url( /wp-content/uploads/ad_vanessa-cuotto.jpg ) no-repeat;
	display: block;
	height: 224px;
	width: 177px;
}
#sidebar .sidebar-venus a:hover {
	opacity: .8;
}
.venus-salon .bookshelf-wrap {
	margin: 25px 0 0 0;
}

/* ------------ About ----------- */
.about .author-box .avatar {
	height: 110px;
   width: 110px;
	margin-top: 27px;
}
.about #content h2 {
	text-align: center;
	text-indent: -55px;
}
.about #content .author-box  h2 {
	color: #620031;
	font-family: 'Lato', Arial, sans-serif;
}

/* --------- store ------------- */
.store-welcome #content,
.store-dept #content {
	width: 625px;
	margin-top: -40px;
	margin-left: 30px;
	overflow: hidden;
}
.store-welcome .page,
.store-dept .page {
	overflow: hidden;
}
.store-welcome h4 {
	margin: 10px 0 0 25px;
}
.store-welcome .astrorpts,
.store-department {
	margin-left: -7px;
}
.store-welcome .ebooks {
	margin-left: 5px;
}
.store-welcome .moonworkshop {
	margin-left: -16px;
}
.store-welcome .readings {
	margin-left: -5px;
}
.store-welcome .store-home,
.store-department {
	position: relative;
}
.store-welcome .store-home p,
.store-department p {
	position: absolute;
	left: 245px;
	width: 275px;
	top: 115px;
}
.store-welcome .store-home p a,
.store-department p a {
	display: inline-block;
	margin-top: 5px;
}
.store-welcome .store-home.ebooks p {
	top: 95px;
	left: 230px;
}
.store-welcome .store-home.moonworkshop p {
	left: 255px;
}

/* ---------- moonprints ---------- */
.moonprints #sidebar p {
	font-size:  10px;
}
.moonprints #sidebar h4.sample-report {
	background: url( /wp-content/uploads/moonprints_sidebar_previewsample.jpg ) no-repeat;
	height: 48px;
	width: 187px;
	margin: 40px auto 25px;
	color: #fff;
	padding: 127px 0 0;
}
.moonprints #sidebar h4.sample-report a {
	color: #fff;
	text-decoration: none;
}
.moonprints #sidebar h4.sample-report a:hover {
	text-decoration: underline;
}
.moonprints .gform_wrapper {
	border: 1px solid #D6CFE2;
	padding: 0 10px 20px 10px;
	margin-top: 0;
	width: 470px;
	-moz-border-radius: 7px;
	border-radius: 7px 7px 7px 7px;
}
.moonprints .gform_wrapper .top_label input.large,
.moonprints .gform_wrapper .ginput_complex .ginput_full input {
	width: 97% !important;
}
.moonprints .gform_wrapper .ginput_complex .ginput_right input {
	width: 94% !important;
}
.moonprints div.gform_wrapper .ginput_complex label {
    font-size: 10px;
}
.moonprints .gform_wrapper ul li#field_4_25 ul li.gchoice_25_1 {
	margin: 30px 0 20px 20px !important;
}
.moonprints #field_4_25 > label {
	display: none;
}
.moonprints #content ul li#field_4_21 {
	margin-bottom: 45px;
}

.moonprints .gform_wrapper .top_label li.hide-label > .gfield_label,
.your-venus-unleashed .gform_wrapper .top_label li.hide-label > .gfield_label {
	display: none;
}
.moonprints .gform_wrapper .top_label #field_18_25 .gfield_label {
	margin-bottom: 10px;
}
#content ul li.nobottom,
.moonprints .gform_wrapper .nobottom {
	margin-bottom: 0;
}

/* ---------- Astrology E-books ---------- */
.astrology-ebooks #sidebar p {
	font-size:  10px;
}
.astrology-ebooks #sidebar h4.sample-report {
	background: url( /wp-content/uploads/moonprints_sidebar_previewsample.jpg ) no-repeat;
	height: 48px;
	width: 187px;
	margin: 40px auto 25px;
	color: #fff;
	padding: 127px 0 0;
}
.astrology-ebooks #sidebar h4.sample-report a {
	color: #fff;
	text-decoration: none;
}
.astrology-ebooks #sidebar h4.sample-report a:hover {
	text-decoration: underline;
}

/* --------- blog ---------- */
.blog #inner,
.danas-moon-workshop #inner,
.free-ebooks #inner {
	background: url("images/sidebar_blue_frame_top.png") no-repeat 650px -37px ;
}
.blog #inner .wrap,
.danas-moon-workshop #inner .wrap,
.free-ebooks #inner .wrap {
	background: url("images/sidebar_blue_frame_bottom.png") no-repeat 650px 100%;
}
.blog #content-sidebar-wrap,
.danas-moon-workshop #content-sidebar-wrap,
.free-ebooks #content-sidebar-wrap {
  background: url("images/sidebar_blue_frame_content.png") repeat-y 650px 0;
}
.blog .post-meta {
	border-top: none;
	margin-left: 67px;
	margin-top: -40px;
	float: left;
}
.blog #content h2.entry-title,
.blog #content h2.entry-title a,
.blogpost #content h1.entry-title {
	font-family: 'Dancing Script', Georgia,Times New Roman,serif;
	font-weight: 700;
	color: #933939;
}
.blog #content h2.entry-title,
.blog #content h2.entry-title a {
	color: #121757;
}
/*  ---  class wf-active is auto-added to the <html> tag as a Google Font is loaded --- */
/* --- Google fonts need special resizing as they are smaller than most fonts --- */
.wf-active .blog #content h2.entry-title,
.wf-active .blog #content h2.entry-title a,
.wf-active .blogpost #content h1.entry-title {
	font-size: 36px;
}
.wf-active .blog #content h2.entry-title a,
.wf-active .blogpost #content h1.entry-title {
	position: relative;
	top: -25px;
}
.blog .entry-content {
	clear: both;
}
.blog .post-comments {
	background: none;
	padding-left: 0;
}

/* ---------- blog sidebar ----------- */

.blog .widget-area h4 {
	text-align: left;
	padding-left: 23px;
	padding-bottom: 0;
}
.blog .sidebar.widget-area h4.sidebar-title {
  	padding: 5px 5px 10px 10px;
	color: #685277;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.blog #sidebar.widget-area .textwidget {
	padding: 5px 0 0;
}
.sidebar #text-18.widget {
	padding-bottom: 0;
	margin-bottom: 0;
}
#sidebar .advanced_recent_posts_widget ul li {
    border-bottom: none;
	padding: 0;
	margin: 2px 0;
}
#sidebar .advanced_recent_posts_widget .post-title,
#sidebar a.blog-hdr,
.blog #sidebar.widget-area ul li a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#sidebar .advanced_recent_posts_widget .post-title:hover,
#sidebar a.blog-hdr:hover,
.blog #sidebar.widget-area ul li a:hover {
	text-decoration: underline;
}

.blog #cat,
.blog .widget_archive select {
	width: 175px;
	margin-left: 20px;
	font-size: 11px;
	line-height: 15px;
}
.blog .categories,
.blog .sidebar.widget-area ul li {
	list-style-type: none;
}
.archive h3.subtitle,
.blog h3.subtitle,
.single h3.subtitle,
.archive h6,
.blog h6,
.single h6 {
	font-family: 'Lato', Arial, sans-serif;
	color: #620031;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
/* .blog h6 {
	color: #121757;
} */
.single h1.entry-title,
.single .post-info,
.activate-workshop-access-pass h1.entry-title,
.ask-the-goddess-thanks h2.entry-title {
	text-align: center;
}
.single #content h1.entry-title,
.activate-workshop-access-pass h1.entry-title {
	color: #620031;
}

.widget-area ul.cat {
	margin-left: 10px;
}
.widget-area ul.cat h4 {
	margin-left: -10px;
}
/* -------------- blog formatted date ---------- */

.post-date {
	background: url( images/date-bkgrnd.jpg ) no-repeat;
   float: left;
   margin: 0 12px 5px 0;
   text-align: center;
	height: 50px;
   width: 50px;
	-moz-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;

}
/*  ---  class wf-active is auto-added to the <html> tag as a Google Font is loaded --- */
.wf-active .blog .post-date {
 	margin-top: -15px;
}
.post-date .month {
   color: #121757; /* #933939; */
   display: block;
   font: 11px/100% /* 'Dancing Script', */ Georgia,Times New Roman,serif;
	font-weight: 400;
   left: -1px;
   letter-spacing: 1px;
   padding: 2px 0;
   position: relative;
   top: 4px;
   width: 100%;
}
.wf-active .blog .post-date .month {
 	left: 1px;
	padding-top: 1px;
}
.post-date .day {
    color: #121757; /* #933939; */
    display: block;
    font: 18px/100% /* 'Dancing Script', */ Georgia,Times New Roman,serif;
	 font-weight: 400;
    padding: 2px 0 0;
}
.post-date .year {
  color: #121757; /* #933939; */
  display: block;
  font: 10px/100% /* 'Dancing Script', */ Georgia,Times New Roman,serif;
  font-weight: 400;
  padding: 0 0 4px;
}

/* ---------- Payment Pages ----------- */
.payment-pages #content h2 {
	color: #685277;
	font-size: 18px;
}
.payment-pages #content h3 {
	color: #685277;
	font-size: 15px;
}
.entry-content p.nobottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
.payment-pages .newpaypal form {
 	margin-bottom: 10px;;
}
.payment-pages .newpaypal table {
	border: none;
	margin-bottom: 0;
}
.payment-pages .newpaypal table > tbody > tr:first-child > td {
 	font-weight: bold;
}
.payment-pages .newpaypal select {
	margin: 0;
}

/* -------- ebooks ------------ */
.ebook {
	overflow: hidden;
}
.astrology-ebooks img.aligncenter[alt="phases"] {
	margin: 10px auto 30px;
}
.astrology-ebooks img.alignleft {
	margin-right: 20px;
}
.astrology-ebooks .sample {
	width: 145px;
	float: left;
}
.astrology-ebooks .sample a {
	display: block;
}
.astrology-ebooks .sample a span {
	display: inline-block;
	text-align: center;
	font-size: 11px;
	width: 113px;
	padding-top: 3px;
}
.astrology-ebooks .sample a:hover img {
	opacity: .8;
}
.astrology-ebooks .sample a:hover span {
	text-decoration: underline;
}

.your-venus-unleashed a.tooltip {
	position: relative;
	left: -125px;
	top: 6px;
	text-decoration: underline !important;
}
.your-venus-unleashed a.tooltip:hover {
	text-decoration: none !important;
}
.your-venus-unleashed #tooltip {
	width: 350px;
	opacity: 1.0;
}

/* ---------------- sidebar ads custom post type -------------- */
#sidebar .sidebar-ads {
	text-align: center;
}
#sidebar .sidebar-ad-wrap {
	margin-bottom: 40px;
}
#sidebar .sidebar-ads a {
 	text-decoration: underline;
	display: block; /* inline-block; */
/*	text-align: center; */
	margin: 0 auto;
	max-width: 200px;
	line-height: 1.25;
}
#sidebar .sidebar-ads a:hover {
 	text-decoration: none;
}
#sidebar .sidebar-ads img.aligncenter {
	margin-bottom: 0;
	height: 150px;
	width: 150px;
}
#sidebar .sidebar-ads a:hover img {
	opacity: .85;
}

/* -------------- Dana Moon Workshop member page ---------- */

.danas-moon-workshop #content h1.entry-title,
.ask-aphrodite #content h1.entry-title,
.ask-flora #content h1.entry-title,
.ask-luna #content h1.entry-title {
	text-align: center;
	color: #1e2c68;
	font-family: 'IndentureEnglishPenman', arial,​sans-serif;
	font-size: 72px;
	line-height: 1;
	font-weight: 400;
	margin: -15px 0 40px;
}
.danas-moon-workshop #content h1.entry-title {
	position: absolute;
	left: -9999px;
}
.danas-moon-workshop .inset {
	padding-left: 25px;
}
.danas-moon-workshop .sidebar .widget_text {
	margin-bottom: 0;
	padding-bottom: 0;
}
.danas-moon-workshop #content .wrapper {
	overflow: hidden;
	margin-bottom: 30px;
}
.danas-moon-workshop td {
	vertical-align: top;
}
.danas-moon-workshop td:first-child {
	padding: 6px 15px 15px 0;
	padding-right: 15px;
	padding-bottom: 15px;
}
.danas-moon-workshop .sidebar .widget_text h2 {
	color: #1e2c68;
	font-family: 'IndentureEnglishPenman', arial,​sans-serif;
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
	margin: -20px 0 30px
}
.danas-moon-workshop .sidebar .half-width-wrap {
	width: 50%;
	margin: 0 auto;
}
.danas-moon-workshop .sidebar img {
	max-width: 100%;
	height: auto;
}

/* ------------------ Moon in Something Today pages ---------------- */
.moon-in-pages #content {
 	margin-top: -12px;
}
.moon-in-pages #content .boxed h2,
.venus-in-pages #content .boxed h2,
.moon-phases-pages #content .boxed h2 {
 	font-family: 'Dancing Script',Georgia,Times New Roman,serif;
	color: #620031;
   margin-top: 1px;
	margin-bottom: 5px;
	padding-right: 10px;
}
.moon-phases-pages #content .boxed h2 {
	color: #693583;
}
/*  ---  class wf-active is auto-added to the <html> tag as a Google Font is loaded --- */
/* --- Google fonts need special resizing as they are smaller than most fonts --- */
.wf-active .moon-in-pages #content .boxed h2,
.wf-active .venus-in-pages #content .boxed h2,
.wf-active .moon-phases-pages #content .boxed h2 {
	font-size: 20px;
}
.hide-page-title h1 {
	position: absolute;
	left: -9999px;
}
.moon-in-pages .boxed,
.venus-in-pages .boxed,
.moon-phases-pages .boxed {
	margin: 0 auto 20px;
	border: 3px solid #620031;
   border-radius: 25px;
	width: 450px;
	box-shadow: #cccccc 10px 10px 5px;
	padding: 20px;
	text-align: left;
}
.moon-phases-pages .boxed {
	border-color: #522c60;
}

/* --------------- new venus In pages --------------- */

.venus-in-pages .entry-content {
	overflow: hidden;
}

.venus-in-pages #content h2.bookshelf-title {
	text-align: center;
	color: #620031;
	font-family: 'IndentureEnglishPenman', arial,​sans-serif;
	font-size: 55px;
	line-height: 1;
	font-weight: 400;
	margin: -31px 0 46px;
}

/* ----------- Ask the Goddesses --------------- */
.ask-the-goddesses #content .atg-wrap h3 {
  color: #1E2C68;
  font-family: 'IndentureEnglishPenman',arial,​sans-serif;
  font-size: 66px;
  font-weight: normal;
  line-height: 1;
  margin: -15px 0 24px;
  text-align: center;
}
.ask-the-goddesses #content .atg-wrap .post-info {
	text-align: center;
}
.ask-the-goddesses .question {
	margin-top: 20px;
}
.goddesses #sidebar a:hover img {
	opacity: .85;
}
.single.goddesses h1 {
	font-size: 18px;
}
.ask-aphrodite #content h3.ritual,
.ask-flora #content h3.ritual,
.ask-luna #content h3.ritual {
	font-family: 'Lato', Arial, sans-serif;
	color: #620031;
	font-size: 16px;
	text-align: center;
}
.ask-the-goddess-thanks #content h2.entry-title {
 	font-size: 18px;
	margin-bottom: 15px;
}

/* ---------- free ebooks -------------- */
.free-ebooks table {
	border-top: 1px dotted #594979;
}
.free-ebooks td {
	border-bottom: 1px dotted #594979;
	padding-bottom: 15px;
	padding-top: 20px;
	vertical-align: top;
}
.free-ebooks td > strong,
.specials strong {
	color: #620031;
	font-family: 'Lato',Arial,sans-serif;
	font-size: 14px;
   font-weight: bold;
}
.free-ebooks td a.center {
	text-align: center;
	display: block;
}

/* ---------- specials ---------------- */
.specials h3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #685277;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}
.specials table {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #594979;
}
.specials td {
	vertical-align: top;
	text-align: center;
}
.specials td:nth-child(2) {
	padding: 0 10px;
}

/* ----------- Chart Play --------------------- */
.chart-play #content h2,
.chart-play #content p.script {
  color: #121757;
  font-family: 'Dancing Script',Georgia,Times New Roman,serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
.chart-play #content p.script {
	font-size: 16px;
}
.wf-active .chart-play #content h2 {
  margin-top: -25px;
}

	/*  user account creation confirmation message */
.activate-workshop-access-pass .gform_wrapper h1.entry-title {
	font-weight: bold;
}
.activate-workshop-access-pass #gform_confirmation_wrapper_28 {
	padding: 0 30px;
}
#content .user-signup-activation h2 {
	border-top: none;
}
.gf-activation #inner {
	background: none;
}