﻿
/*-----------------
My-Astrologer CSS

Site Colours

Dark Blue
#22366E

Medium Blue
#3F6299

Light Blue
#75ABEE

Light Purple
#816EC7

Black

White

-----------------------

Text Colour

Black
#000

Line Height
1.3em

-------------------------

Status Colours

Online Green
#77AE0C

Busy Red
#AE1F0C

Next Online Orange
#EBA602

Offline Gray
#949494

------------------*/

*
{
    padding: 0px;
    margin: 0px;
    }
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-image: url('../images/bg-slice.jpg');
	background-repeat: repeat-x;
	background-color: #020f35;
}
#noScript 
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	line-height: 1.4em;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	text-align: center;
	background: red;
	color: #fff;
}

img
{
    border-style: none;
}
:focus
{
outline: none;
}
.clear
{
    clear: both;
    height: 0px;
}
a:link, a:visited
{
    border-style: none;
    text-decoration: underline;
    color: #3c3c3c;
    left: 126px;
    top: 164px;
}
a:hover
{
    color:#3F6299;
}
h1
{
    font-family: "Trebuchet MS";
    font-size: 22px;
    color: #22366e;
    margin-bottom: 10px;
}
p
        {
            margin-bottom: 10px;
        }
.active
{
    background-image: url('../images/link-triangle.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #22366e;
}
#bigBg {
	background-image: url('../images/space-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}


#siteWrap
{
	background-position: right 55px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	background-image: url('../images/with-steve-judd.png');
	background-repeat: no-repeat;
}
#mainWrapper
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 30px;
    width:100%;
}
#navigation
{
    background-image: url('../images/navBG.png');
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 138px;
    z-index: 999;
    width:100%;
}
#navigation ul
{
    list-style-type: none;
}
#navigation ul li
{
    display: inline;
}
#navigationContent
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	top: 0px;
	left: 0px;
	position: relative;
}
#navigationContent .nav-link
{
    display: block;
    float: left;
    padding: 10px;
    width: 175px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #c3c3c3;
    color: #000000;
    text-decoration: none;
    font-weight: 300;
}
#navigationContent .nav-link:hover
{
    color: #22366E;
    background-image: url('../images/link-triangle.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
}
#navigationContent .no-border
{
    border-width: 0px;
    border-style: none;
}
#logo
{
    float: left;
    width: 404px;
}
#numbers
{
	color: #FFFFFF;
	float: right;
	width: 563px;
	margin-top: 27px;
}
.number-box
{
    float: left;
    padding: 12px;
    text-align: center;
    border-right-width: 2px;
    border-right-color: #3c3c3c;
    border-style: none;
}
.number-type
{
    font-family: "Trebuchet MS";
    font-size: 20px;
    text-transform: uppercase;
}
.number
{
    font-size: 30px;
    font-family: "Trebuchet MS";
    font-weight: normal;
    margin-top: 5px;
    display: block;
}
#ccNumber
{
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #e1e1e1;
}
#contentWrap
{
}
#mainContent
{
    background-color: #FFFFFF;
    padding: 15px;
}
#header
{
    height: 127px;
    width: 980px;
}
.not-member
{
    font-size: 10px;
}
#contentRight
{
	float: right;
	padding-left: 7px;
	width: 246px;
    
}
#contentLeft
{
    float: left;
    width: 690px;
    padding-right: 5px;
    border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #e1e1e1;
}
.banner-space
        {
	width: 245px;
	height: 150px;
	margin-bottom: 15px;
}
.banner-empty
{
	margin-bottom: 15px;
	width: 245px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	background-color: #e1e1e1;
}
#footer
{
    background-color: #3f6299;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
}
#footer a
{
    color: #fff;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
#footerContentLeft
{
    float: left;
    width: 470px;
}
#footerContentRight
{
    float: right;
    width: 470px;
    text-align: right;
}
#contactInfo
{
	position: absolute;
	z-index: 9999;
	width: 434px;
	height: 305px;
	color: #000000;
	top: 33px;
	left: 436px;
	background-image: url('../images/contact-box.png');
	background-repeat: no-repeat;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 60px;
	padding-left: 35px;
	padding-right: 40px;
}
#contactInfo p {
    margin: 0px;
}
.purple {
    color: #816EC7;
}
.bold {
    font-weight: bold;
}
noscript
{
    width: 100%;
    height: 60px;
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 100px;
    left: 0px;
}
.astro-box
{
    width: 329px;
    height: 165px;
    float: left;
    margin-right: 10px;
    border: 3px solid #ccd0dd;
    background-color: #e9e9e9;
    margin-bottom: 10px;
}
.astro-img
{
    float: left;
    width: 150px;
    height: 165px;
}
.astro-info
{
    float: left;
    width: 179px;
    height: 165px;
}
.status1
{
    background-image: url('../images/status-online.jpg');
    background-repeat: no-repeat;
    background-position: right;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding-right: 5px;
    color: #fff;
    font-family: "Trebuchet MS";
}
.status2
{
    background-image: url('../images/status-busy.jpg');
    background-repeat: no-repeat;
    background-position: right;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding-right: 5px;
    color: #fff;
    font-family: "Trebuchet MS";
}
.status3
{
    background-image: url('../images/status-nextonline.jpg');
    background-repeat: no-repeat;
    background-position: right;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding-right: 5px;
    color: #fff;
    font-family: "Trebuchet MS";
}
.astro-name-pin
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3f6299;
    font-size: 15px;
    font-family: "Trebuchet MS";
    padding: 3px;
}
.astro-pin
{
    float: right;
}
.astro-name
{
    float: left;
}
.astro-text
{
    font-size: 11px;
    line-height: 1.3em;
    padding: 3px;
}
.logInBox
{
    margin-bottom: 10px;
}
.logged-in-label
{
    font-size: 20px;
    font-family: "Trebuchet MS";
    color: #3f6299;
}
.read-more-link
{
    font-size: 11px;
    text-align: right;
    padding-right: 3px;
    padding-bottom: 3px;
}
#readerNavButtons
        {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}
a.page-nav-button
        {
    padding: 3px;
    border: 1px solid #3c3c3c;
    text-decoration: none;
}
a.page-nav-button-active
        {
    padding: 3px;
    border: 1px solid #3c3c3c;
    background-color: #3f6299;
    color: #FFFFFF;
    text-decoration: none;
}
a.page-nav-button:hover
{
    background-color: #3f6299;
    color: #FFFFFF;
}
a.active-page
{
    background-color: #3f6299;
    color: #FFFFFF;
}
#ct100_ContentPlaceHolder1_profileHeader
{
	width: 687px;
	height: 43px;
	margin-bottom: 5px;
}
h2
{
    font-size: 16px;
    font-family: "Trebuchet MS";
    color: #22366E;
    font-weight: normal;
	margin-bottom: 7px;
}
blockquote {
	color: #024e7f;
	padding: 10px;
}
.profile-header-left
{
    float: left;
    width: 350px;
}
.profile-header-right
{
    float: right;
	font-size: 15px;
    width: 325px;
    margin-top: 13px;
    text-align: right;
    padding-right: 10px;
    color: #FFFFFF;
}
.profile-header-left h1
{
    margin-bottom: 6px;
}
#profileImage
{
	width: 270px;
	height: 300px;
	margin-top: 7px;
}
#mainProfile {
	margin-bottom: 10px;
}
.main-profile-left
{
    float: left;
    width: 274px;
}
.main-profile-right
{
    float: left;
    width: 416px;
    height: 337px;
    position: relative;
    top: 0px;
    right: 0px;
}
a#phonePaymentButton
{
	background-position: top;
	position: absolute;
	left: 20px;
	top: 0px;
	background-image: url('../images/phonePaymentBtn.jpg');
	background-repeat: no-repeat;
}
a#phonePaymentButton:hover
{
	background-position: bottom !important;
	background-image: url('../images/phonePaymentBtn.jpg');
	background-repeat: no-repeat;
}
a#creditCardPaymentButton
{
	background-position: bottom;
	position: absolute;
	left: 155px;
	top: 0px;
	background-image: url('../images/ccPaymentBtn.jpg');
	background-repeat: no-repeat;
}
a#creditCardPaymentButton:hover
{
	background-position: bottom !important;
	background-image: url('../images/ccPaymentBtn.jpg');
	background-repeat: no-repeat;
}
a#paypalPaymentButton
{
	background-position: top;
	position: absolute;
	left: 290px;
	top: 0px;
	background-image: url('../images/paypalPaymentBtn.jpg');
	background-repeat: no-repeat;
}
a#paypalPaymentButton:hover {
	background-position: bottom !important;
	background-image: url('../images/paypalPaymentBtn.jpg') ;
	background-repeat: no-repeat;
}
#paymentDetailsArea
{
	margin-top: 73px;
	padding-top: 30px;
	background-color: #e7e7e7;
	height: 215px;
}
.payment-button
{
    display: block;
    width: 96px;
    height: 97px;
}
.payment-panel
{
    height: 190px;
    text-align: center;
    padding-top: 5px;
    padding-left:5px;
    padding-right:5px;
}
.payment-panel p {
	margin-bottom:5px;
}
.cost-info {
	margin-top:10px;
}
.costings {
	font-size:10px;
}
.blue {
	color:#3F6299;
}
.costings p {
	margin:0;
}
a.taster-reading-btn
{
    display: block;
    padding: 3px;
    border:none;
    text-align: center;
    color: #FFFFFF;
    background-color: #75abee;
    text-decoration: none;
}
a.taster-reading-btn:hover
{
    background-color: #3f6299;
}
a#lnkPhoneTaster:hover {
    background-color: #CC66FF;
}
.home-page-pic
{
	border: 2px solid #75abee;
	width: 266px;
	height: 300px;
	float: left;
	margin-right: 10px;
}
a.about-reader-link {
    background: #75abee;
    text-align:center;
    padding:5px;
    color:#fff;
    float:left;
}
a.about-reader-link:hover {
    background: #3f6299;
}
.current-payment
{
    margin-top: 77px;
    display: block;
    margin-left: 37px;
}
.payment-heading
{
    font-size: 22px;
    margin-bottom: 5px;
}
.payment-number
{
	font-size: 20px;
	color: #816ec7;
	display: block;
	margin-bottom: 5px;
}
.payment-pin {
		font-size: 20px;
		color: #816ec7;
	}
.paypal-number-format {
	font-size: 11px;
	margin-top: 0px;
}
.paypal-small-print {
	font-size: 10px;
	line-height: normal;
}
#pnlPaypalPayment {
	padding-top: 5px;
	height: 205px;
}
.paypal-button {
	margin-top: 5px;
	margin-bottom: 5px;
}
.reader-description {
	margin-bottom: 15px;
}
.write-testimonial {
	float: left;
}
.see-testimonials {
	float: right;
}
.hidden
{
	/* Hidden elements */
  visibility:hidden;
  display:block;
  height:0px;
}
.rating-link {
	background-image: url('../images/starOff.jpg');
	background-repeat: no-repeat;
	display: block;
	width: 32px;
	height: 33px;
	background-position: center center;
	text-indent: -9999px;
	float: left;
	margin-right: 3px;
}
.rating-link:hover {
	background-image: url('../images/starOn.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.rate-reader {
	margin-bottom: 15px;
}
a.prof-next-reader {
	float: right;
	padding: 2px;
	border: 1px solid #000000;
	display: block;
	text-decoration: none;
	margin-left: 10px;
}
a.prof-next-reader:hover
{
    background-color: #3f6299;
    color: #FFFFFF;
}
a.prof-prev-reader {
	float: right;
	padding: 2px;
	border: 1px solid #000000;
	display: block;
	text-decoration: none;
}
a.prof-prev-reader:hover
{
    background-color: #3f6299;
    color: #FFFFFF;
}

.profReaderNav {
	margin-top: 10px;
}
fieldset {
	padding: 10px;
}
legend {
	font-size: 11px;
	color: #22366E;
}
fieldset input[type=text], fieldset input[type=password] {
	float:right;
}
input[type=text], input[type=password] {
	background: #fff;
	border:solid 1px #3f6299;
	padding:1px;
	font-size:13px;
}

input[type=text]:focus, input[type=password]:focus, input[type=text]:active, input[type=password]:active {
	background: #FFFFCC;
	border:solid 1px #000;
	padding:1px;
}

.labels {
	float: left;
	margin-right: 30px;
}
.elements {
	float: left;
}
#accountInfoElements {
	width: 150px;
}
.labels label {
	display: block;
	margin-bottom: 20px;
}
.elements div {
	margin-bottom: 20px;
	display: block;
}
#accountInfoElements input {
	display: block;
	margin-bottom: 18px;
}
#detailsElements {
	margin-left: 60px;
}
#closeContactBox {
	margin-bottom: 10px;
	text-align: right;
}
.contact-box-title {
	margin-top: -25px;
}
.reading-icon img {
	float: left;
	margin-right: 10px;
}
.reading-icon {
	height: 65px;
	line-height: 65px;
}
#steveStatusImage {
	float: left;
	width: 86px;
}
#ctl00_statusIndicator {
	float: left;
	width: 138px;
	height: 75px;
	padding: 10px;
	text-align: center;
}
.steve-status1 {
	background-image: url('../images/topOnline.jpg');
	background-repeat: no-repeat;
}
.steve-status2 {
	background-image: url('../images/topBusy.jpg');
	background-repeat: no-repeat;
}
.steve-status3 {
	background-image: url('../images/topNextOnline.jpg');
	background-repeat: no-repeat;
}


#topSteveStatus {
	margin-bottom: 15px;
}
.steve-status-title {
	font-size: 15px;
	color: #FFFFFF;
}
#tasterBox {
	position: absolute;
	top: 380px;
	left: 450px;
	z-index: 9999;
}
.profile-status1 {
	background-image: url('../images/profile-status-online.jpg');
	background-repeat: no-repeat;
}
.profile-status2 {
	background-image: url('../images/profile-status-busy.jpg');
	background-repeat: no-repeat;
}
.profile-status3 {
	background-image: url('../images/profile-status-nextonline.jpg');
	background-repeat: no-repeat;
}
a.taster-switch-btn
{
	display: block;
	border:none;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	background-color: #CC66FF;
	text-decoration: none;
}
a.taster-switch-btn:hover
{
	background-color: #9900CC;
}
#profileImage.taster1 {
	border: 2px solid #75abee;
}

#profileImage.taster2 {
	border: 2px solid #CC66FF;
}
#tasterEnabled {
	background-color: #CC66FF;
	color: #FFFFFF;
	padding: 50px;
	text-align: center;
	position: absolute;
	z-index: 9999;
	top: 140px;
	left: 30px;
	width: 250px;
}
#tasterDisabled {
	background-color: #71A7E3;
	color: #FFFFFF;
	padding: 50px;
	text-align: center;
	position: absolute;
	top: 140px;
	left: 30px;
	z-index: 9999;
	width: 250px;
}
.only-taster-readings {
    font-size: 10px;
    line-height: normal;
}
.testimonial-box {
	background-color: #E1F0FF;
	padding:5px;
    margin:0;
}
.testimonial-box-alt {
	background-color: #F4FCFF;
	padding:5px;
    margin:0;
}
.user-date {
	font-style: italic;
	color: #172C58;
	font-weight: bold;
}
#registerTable {
	width: 654px;
}
#registerTable td {
	width: 300px;
	vertical-align: top;
}
#reviewsBox, #termsPageBox {
	width: 900px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFFFF;
}
.current-call-box {
    border:1px solid #000;
    border-bottom: none;
    padding: 10px;
}
.call-current {
    display:block;
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em;
    color:#816EC7;
}
.call-date {
    margin-right:15px;
    font-weight:bold;
    color: #22366E;
}
.call-row {
	background-color: #E1F0FF;
    padding:7px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.call-row-alt {
	background-color: #F4FCFF;
    padding:7px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.listen-button {
    float:right;
}

