﻿/* ----- LOW-DOWN -- NEW CSS STYLES----- */


/* 2021 DIVIDERS BELOW LOWDOWN INTRODUCTIONS */
img.divider {
  margin: 0 0 20px 80px;
  float: none;
}


/* 2021 LOWDOWN ZODIAC IMAGES */

div.ldzodiac2021 {
	width: 200px;
	height: 335px;
	background-color: #fff;
	margin: 10px auto 30px auto;
	box-shadow: 0 0 10px 5px #fff;
	border-radius: 10px;
	padding: 0 5px;
}
div.ldzodiac2021 img {
	border-radius: 10px;
	border: 0;
	width: 200px;
	height: 250px;
}
div.ldzodiac2021 h3 {
	line-height: 1.65em;
	text-align: center;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0 20px 0;
/*	color: #400080; */
	color: #60c;
	text-shadow: 2px 2px 4px #cca300;
}
div.ldzodiac2021 h3 span {
	font-size: 28px;
}

/* div.ldzodiac2021 h3.aries {
	color: #c00;
	text-shadow: 2px 2px 4px #cca300;
}
*/





/* Low-Down Lunation Image - shadow */
div.nmfmwheel {
	text-align: center;
	margin: 0px 295px 25px 0px;
}
div.nmfmwheel img {
	margin-bottom: 15px;
	padding: 5px 3px 5px 5px;
	border: 1px #ccc solid;
	box-shadow: 2px 4px 5px #ccc;
	}
div.nmfmwheel span { font-weight: bold; }

/* TESTING PINK/PURPLE COLOURED THEMED ZODIAC IMAGE */
div.nmfmzodiac img {
	width: 235px;
    height: 235px;
    background-color: #FFFDA8;
    border-radius:50%;
    box-shadow: 0 0 20px 0px #cca300;  /* USE FOR PINK/PURPLE 2021 IMAGES */
/*    box-shadow: 0 0 20px 0px #555;   TESTED FOR 2020 IMAGE SHADOW; TOO MUCH WHITE AROUND OUTSIDE OF IMAGE */
}


/* More Info box - links to glossary */
div.linkbox {
	width: 200px;
	border: 1px solid darkkhaki;
	padding: 10px 15px;
	background-color: #FDFDF0;
	border-radius: 15px;
}
div.linkbox h2 {
	margin: 0;
	color: #726e40;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
}
div.linkbox p {
	margin: 10px 0;
/*	line-height: 18px; */
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: italic;
}






div.lowdown-sidebar {
	margin: 25px 0 30px 25px;
	padding-bottom: 10px;
	border-left: 3px #4B0082 solid;
	padding: 0 0 10px 10px;
	overflow: hidden;
}
div.lowdown-sidebar h3 { padding: 10px 0; }
div.lowdown-sidebar p {
	font-size: 90%;
	margin-bottom: 10px;
}
div.lowdown-sidebar div.imgwrapper {
/*	width: 100%; */
}
div.lowdown-sidebar .imgwrapper .imgcaption {
	font-size: 85%;
	text-align: center;
	color: #555;
}
div.lowdown-sidebar .imgwrapper .imgleft  { float: left; }
div.lowdown-sidebar .imgwrapper .imgright { float: right; }

/* Header after NM/FM Article */
.articleTitle {
	color: #4B0082;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
	margin-top: .25em;
	text-align: center;
	line-height: 125%;
}
.articleTitle span {
	font-size: 85%;
}
.day2dayTR {
	color: #4B0082;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 25px;
	margin-top: 1.75em;
	text-align: center;
	clear: left;
}


/* Cazimi Table */

table.cazimi {
  width: 470px;
  margin: 0 0px 20px 0px;
  border: none;
  border-collapse: collapse;
  font-family: Verdana, Arial, non-serif;
  font-size: 13px;
/*  float: right; */
}
table.floated { float: right; margin-left: 20px!important; }
table.floatedleft {float: left; margin-right: 20px!important; }
table.cazimi .colplace { width: 18%; }
table.cazimi .coltimezone { width: 14%; }
table.cazimi .coldata { width: 34%; }
table.cazimi th {
  text-align: center;
  font-weight: bold;
  border: none;
  padding: 5px 10px;
  background-color: #ffe;
}
table.cazimi th.topth { padding-top: 10px; border-top: 2px darkkhaki solid; color: #b22222; }
table.cazimi td {
  text-align: left;
  font-weight: normal;
  padding: 5px 10px;
  border-top: 1px darkkhaki solid;
  border-bottom: 1px darkkhaki solid;
  border-left: 1px darkkhaki dashed;
  border-right: 1px darkkhaki dashed;
}
table.cazimi tr.capitals td { font-weight: bold; }
table.cazimi tr.thicklines td, 
table.cazimi tr.thicklines th { 
  border-top: 3px darkkhaki solid!important; 
  border-bottom: 3px darkkhaki solid!important; 
}

table.cazimi th.leftcol  { border: 1px darkkhaki dashed; }
table.cazimi .thickabove { border-top: 3px darkkhaki solid!important; }
table.cazimi .thickbelow { border-bottom: 3px darkkhaki solid!important; }




/* Questions after lunation time zone info */
ul.questions {
  padding-left: 0;
  margin: 10px 0 3px 0;
}
ul.questions li {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
/*  line-height: 16px; */
  margin: 0 0 10px 0px;
  padding-left: 18px;
}
ul.questions li.spaceabove { margin-top: 20px!important; }



/* Guest Author blurbs */
div.guestblock {
	width: 400px;
	margin: 15px 0 25px 15px;
	padding: 15px 20px 0 20px;
	background-color: #ffe;
	border: 1px darkkhaki solid;
	border-radius: 10px;
}

.guestbio {
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-size: 105%;
  text-align: left;
}
.guestintro {
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-size: 105%;
  text-align: left;
}
.sabianauthor {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  margin: 0 0 15px 0;
  font-size: 110%;
  font-weight: bold;
}


/* SYMBOLS - HTML CHARACTER CODES */

.glyph08::before { content: "\264F"; color: #c00; padding-right: 5px; font-weight: bold; font-size: 125%; }


.glyph {
    font-weight: bold;
    padding: 0 10px 0 0;
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
}
.glyph:before {
    padding-right: 5px;
    font-size: 20px;
    font-style: normal;
}

.sun     { color: orange; }
.moon    { color: #8AC2EC; }
.mercury { color: dodgerblue; }
.venus   { color: fuchsia; }
.mars    { color: red; }
.jupiter { color: darkviolet; }
.saturn  { color: saddlebrown; }
.uranus  { color: blue; }
.neptune { color: darktourquois; }
.pluto   { color: darkred; }

.sun:before     { content:"\2609"; }
.moon:before    { content:"\263D"; }
.mercury:before { content:"\263F"; }
.venus:before   { content:"\2640"; }
.mars:before    { content:"\2642"; }
.jupiter:before { content:"\2643"; }
.saturn:before  { content:"\2644"; }
.uranus:before  { content:"\2645"; }
.neptune:before { content:"\2646"; }
.pluto:before   { content:"\2647"; }



div.guestintro {
	/*	width: 360px; */
	border: 1px solid #b22222;
	padding: 10px 15px 0 15px;
	margin: 30px;
	background-color: #FFFFCC;
}
div.guestintro p {
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 115%;
	line-height: 1.35;
	margin: 0 0 10px 0;
}


div.dropcapld {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	padding: 0;
	margin: -5px 10px 0 0;
	font-style: italic;
	font-weight: bold;
	color: #b22222;
	line-height: 95%;
	float: left;
}


p.byline {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	margin: 0 0 .25em 0;
}


table.leapyears { /* from Feb 2016 Lowdown */
  border: 0;
  margin: 5px 0 15px 0;
  border-collapse: collapse;
}
  border: 0;
  margin: 5px 0 15px 0;
  border-collapse: collapse;
}
  border: 0;
  margin: 5px 0 15px 0;
  border-collapse: collapse;
}
.leapyears th {
  padding: 2px 8px;
  font-weight: bold;
  border-width: 0 0 1px 0;
  border-color: #666;
  border-style: solid;
  text-align: center;
}
.leapyears td {
  padding: 2px 8px;
  text-align: center;
  border-width: 0 0 1px 0;
  border-color: darkkhaki;
  border-style: dashed;
}
table.leapformula td {
  text-align: left;
  border-bottom: 0;
}



div#nerds {
	padding: 10px 20px;
	border: 1px indigo solid;
	margin: 20px 30px;
	background-color: #FFFFCC;
}



div.ldzodiacimage {
	margin: 5px 0 25px 0;
}
div.ldzodiacimage h3 {
	text-align: center;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #400080;
	margin: 5px 0 20px 0;
	text-shadow: 2px 2px 4px #cca300;
}

div.ldzodiacimage h4 {
	margin: 5px 0;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #004200;
}
div.ldzodiacimage p {
	margin: 0;
	padding: 0 10px;
	line-height: 18px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
}
div.ldzodiacimage p.imgcopyright {
	font-size: 11px;
	font-weight: normal;
	color: #555;
	font-style: italic;
	margin: 10px 0 0 0;
	line-height: 15px;
}


p.quotetipjarleft {
	width: 450px;
	margin: 30px 30px 20px 245px;
}
p.quotetipjarright {
	width: 450px;
	margin: 30px 245px 20px 30px;
}



p.asterisk {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	margin: 0 0 15px 0;
}

p.storytext {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}
p.sidecomment {
	padding: 10px;
/*	background-color: #FDFCDC; */
	border: 1px #8B6914 solid;
	text-align: left;
	line-height: 140%;
}
p.comment195 { /* Wider - Start of article, next to datebox */
	width: 195px;
	margin: 20px 20px;
}
p.comment400 {
	width: 400px;
	margin: 10px 270px 15px 25px;
}

p.commentfullwidth {
	margin: 10px 25px 15px 25px;
}

p.flat {
	margin: 0;
}
p.flatplus {
	margin: 0 0 3px 0;
}

ul.listofdates {
	margin: 5px 0 20px 15px;
	font-size: 13px;
}


div.currentupdate {
	border: 1px darkkhaki solid;
	padding: 15px 5px 15px 15px;
	margin: 15px 0;
	background-color: #ffe;
}

div.planetcycles {
	margin: 0 0 25px 0;
}
div.planetcycles p {
	margin: 0 0 5px 0;
}


.captionimage {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 3px 0 0 0;
	color: #444;
	font-style: italic;
	line-height: 1.5em;
}

div.twitterbutton {
	background: url('../images/twitter.png') left center no-repeat;
	width: 160px;
	height: 65px;
	margin: 20px auto;
	border: none;
	text-align: center;
}
div.twitterbutton125 {
	width: 125px;
	height: 46px;
	margin: 20px auto;
	border: none;
	text-align: center;
}

p.diagramcaption {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	text-align: center;
	color: mediumblue;
}
p.topline {   /* Use for top paragraph in New/Full Moon articles to space from header line */
	margin-top: 15px;
}



/* LOW-DOWN QUOTE STYLES MOVED TO MAINSTYLES, TO MAKE GLOBALLY AVAILABLE FOR ARTICLES */
/* Low-Down quotation widths; use next to sidebars or else they go to below sidebar */
p.quote195 { /* Wider - Start of article, next to datebox */
	width: 195px;
	margin: 20px 20px;
}
p.quote175 { /* Start of article, next to datebox */
	width: 175px;
	margin-right: 495px;
	margin: 20px 20px;
}
p.quote360 { /* Next to sidebar */
	width: 360px;
	margin-right: 310px;
	margin: 30px 30px 20px 30px;
}
p.quote500 { /* Next to sidebar */
	width: 500px;
	margin-right: 310px;
	margin: 20px 30px;
}
p.quote200 { /* start of article, next to datebox, if extra space is needed */
	width: 200px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	font-style: italic;
	padding: 15px;
	margin: 20px 20px;
	background-color: #FDFCDC;
	line-height: 125%;
}
p.quote200 span {
	font-family: tahoma, arial, sans-serif;
	font-size: .85em;
}
p.quotefullwidth {
	margin: 30px 30px 20px 30px;
}
p.quotelast {
	margin-bottom: 40px;
}

p.ldquote {
	/* defaults to full width unless specified above */
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	padding: 15px;
	background: #FBFABD url('../images/quotebg.jpg') repeat center;
	line-height: 1.4em;
	border: 1px #999966 dotted;
	border-radius: 8px;
}
p.ldquote span {
	font-family: tahoma, arial, sans-serif;
	font-size: .85em;
	font-style: normal;
}

p.ldquote span.spacebelow {
	padding-bottom: 15px!important;
	font-family: "Times New Roman", Times, serif;
	font-size: inherit;
	font-style: italic;
	display: inline-block;
/*	height: 2em; */
}

p.subtitled {
	margin-top: 15px!important;
}
/* END -- STYLES MOVED TO MAINSTYLES */



/* QUOTES FLOATING ASIDE - Put inside DIV FLOATLEFT or FLOATRIGHT */
.quote360aside {    /* Floating within 360 wide text */
	width: 200px;
	margin-bottom: 0 !important;
}
.quotefullaside {
	width: 360px;
	margin-bottom: 0 !important;
}




/* OLD LOW-DOWN QUOTATION STYLES */
p.ldquotewide {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	font-style: italic;
	padding: 15px 20px;
	margin: 20px 30px;
	background-color: #FDFCDC;
	line-height: 125%;
}
p.ldquotewide span {
	font-family: tahoma, arial, sans-serif;
	font-size: .85em;
}
p.ldquoteleft {
	width: 380px;
}
/* END OLD LOW-DOWN QUOTATION STYLES */






/* LOWDOWN TRANSIT CYCLE LIST TABLE */
table.transitcycles { 
	font-family: Tahoma,Arial,sans-serif; 
	font-size: 12px; 
	background: white;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
	}
table.transitcycles td {
	padding: 6px 10px 6px 10px;
	border-bottom: 1px olive solid;
	border-left: 1px olive dashed;
	border-right: 1px olive dashed;
	text-align: center;
	text-align: left;
}
table.transitcycles th {
	border-bottom: 2px olive solid;
	border-top: 1px olive dashed;
	border-left: 1px olive dashed;
	border-right: 1px olive dashed;
	padding: 5px 10px 5px 10px;
	vertical-align: bottom;
	background: white;
	font-family: Tahoma,Arial,sans-serif; 
	font-size: 12px; 
	color: #000;
	font-weight: bold;
}
table.transitcycles tr.shadedrow td {
	background-color: #FDFCDC;
}
table.transitcycles tr.toprow td {
	border-top: 2px olive solid;
	border-bottom: 1px khaki solid;
}
table.transitcycles tr.bottomrow td {
	border-top: 1px khaki solid;
	border-bottom: 2px olive solid;
}
table.transitcycles tr.toprow th.leftcol,
table.transitcycles tr.toprow td.leftcol {
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	border-top: 2px olive solid;
	border-right: 1px khaki solid;
	border-bottom: 2px olive solid;
}

table.transitcycles tr.currentrow td {
	background-color: #F2EC99;
	font-weight: bold;
}
table.transitcycles td span {
    display: block !important;
    margin-top: .5em !important;
}



table.gridtable { 
	font-family: Tahoma,Arial,sans-serif; 
	font-size: 12px; 
	background: white;
	border-collapse: collapse;
	border-spacing: 0;
	}
table.gridtable td {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px olive solid;
	border-left: 1px olive dotted;
	text-align: center;
}
table.gridtable th {
	border-bottom: 1px indigo solid;
	border-left: 1px olive dotted;
	padding: 5px 5px 5px 5px;
	vertical-align: bottom;
	font-weight: bold;
	color: indigo;
}
table.gridtable .leftcol {
	border-left: none!important;
	text-align: left!important;
	font-weight: bold;
}





/* --- Video setup --- */
div.videoleft {
	padding: 10px 0;
	margin: 0px 15px 15px 0;
	text-align: center;
	float: left;
}
div.videoright {
	padding: 10px 0;
	margin: 0px 0 15px 15px;
	text-align: center;
	float: right;
}
div.vidbox {
	padding: 10px 10px;
	border: 2px #1874CD solid;
	text-align: center;
	background-color: #FCFCFC;
}
div.vid350 {
	width: 350px;
}
div.vid350plus {
	width: 370px;
}
div.vid300 {
	width: 300px;
}
div.vid450 {
	width: 450px;
}

p.videohdr {
	font-weight: bold;
	color: #b22222;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto 10px auto;
	text-align: center;
}
p.clickbottom {
	font-weight: normal;
	font-size: .85em;
	font-family: Arial, tahoma, Helvetica, sans-serif;
	margin: 10px auto 0px auto;
	text-align: center;
	padding: 0 20px;
}
p.clicktop {
	font-weight: normal;
	font-size: .85em;
	font-family: Arial, tahoma, Helvetica, sans-serif;
	margin: 0px auto 10px auto;
	text-align: center;
	padding: 0 25px;
}


ul.special {
 padding-left: 10px;
 margin-left: 10px;
 margin-top: 0px;
 margin-bottom: 15px;
 }
ul.special li {
	font-size: .9em;
   text-align: left; 
   margin-top:2px; 
   margin-bottom:5px; 
   text-align: left;
 }


ul.ld20170426 {
 padding-left: 10px;
 margin-left: 10px;
 margin-top: 0px;
 margin-bottom: 15px;
}
ul.ld20170426 li {
   text-align: left; 
   margin-top:2px; 
   margin-bottom:5px; 
   text-align: left;
 }



div.lddonatedatebox {
	width: 165px;
	margin: 15px 0 0 0;
	text-align: center;
}
div.lddonatedatebox p.pleasesupport {
	font-size: .95em;
	margin: 0 0 5px 0;
	text-align: center;
	font-weight: bold;
	color: firebrick;
}
div.lddonatebox form {
	margin: 0;
	padding-top: 0;
}

/* LOW-DOWN DATEBOX STYLES */
div.datebox {
	width: 200px;
	border: 1px solid darkkhaki;
	background-color: #FFFFEE;
	padding: 15px 15px 15px 15px;
	}
div.cazimi {
	width: 260px;
	}
div.datebox h2 {
	color: indigo;
	font-size: .9em;
	margin: 0 0 10px 0;
	text-align: center;
	}
div.datebox p.place {
	font-weight: bold;
	margin: 5px 0 0 0;
	line-height: 1.5em;
	}
div.datebox p.otheramer {
	padding-left: 10px;
	font-style: italic;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin: 0 0 .75em 0;
	line-height: 1.5em;
	font-size: .8em;
	font-weight: normal;
}
div.datebox p.firstamer,
div.datebox p.dateeastern {
	margin: 0;
}
div.datebox p {
	text-align: left;
	font-size: .9em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	line-height: 1.3em;
	}
div.datebox a {
	color: mediumblue;
	text-decoration: none;
	border: none;
	}
div.datebox a:hover {
	color: indianred;
	text-decoration: none;
	border-bottom: 1px dashed indianred;
	}
div.datebox a.imagelink:hover {
	text-decoration: none;
	border-bottom: none;
}
div.datebox a:visited {
	color: #939;
	text-decoration: none;
	border: 0;
	}
div.datebox a.nochange:visited {
	color: blue;
}
div.boxleft {
	float: left;
	margin: 5px 15px 10px 0px;
	}
div.boxright {
	float: right;
	margin: 5px 0px 10px 15px;
	}


/* General Styles */
h2 { 
 font-family: Tahoma,Arial,sans-serif; 
 font-size: 13px; 
 color: #B22222; 
 text-align: left; 
 font-weight: bold; 
 margin-top: 10px; 
 margin-bottom: 2px; 
 }
p,
ul,
ol { 
 font-family: Tahoma,Arial,sans-serif; 
 font-size: 13px;
 text-align: left; 
 margin-top: 0px; 
 margin-bottom: 20px; 
 }

h3 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
  color: #4B0082;
  text-align: left;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 2px;
}

h4 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  color: #8B814C;
  text-align: left;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 2px;
}

.jumponpage { 
 font-family: Tahoma,Arial,sans-serif; 
 font-size: 12px; 
 text-align: left; 
 margin-top: 0px; 
 margin-bottom: 4px; 
 text-align: left;
 }
.jumponpage a, 
.jumponpage a:link, 
.jumponpage a:active, 
.jumponpage a:visited {
	border-bottom: none;
}
.jumponpage a:hover {
	border-bottom: lightpink 1px solid;
}



/* ----- SPAN STYLES ----- */

span.edlink2gloss {
 font-family: Times New Roman,serif; 
 font-size: 14px; 
 font-style: italic; 
 }
span.foreign {
 color: darkred;
 font-weight: normal;
 }
span.buyitnow {
 font-size:13px;
 font-weight:bold;
 color: firebrick;
}

.italic {
	font-family: times new roman, serif;
	font-style: italic;
	font-size: 105%;
	}



.copyrightmine { 
 font-family: Times New Roman,serif; 
 font-size: 12px; 
 font-style: italic; 
 font-weight: bold;
 text-align: left; 
 margin-top: 20px; 
 margin-bottom: 0px; 
 }
.nextupd-bottom {
 font-family: Tahoma,Arial,sans-serif; 
 font-size: 11px; 
 text-align: left; 
 margin-top: 20px; 
 margin-bottom: 0px; 
 }
.notifyupdate {
 font-family: Tahoma,Arial,sans-serif; 
 font-size: 11px; 
 font-weight: normal;
 color: black;
 text-align: left; 
 margin-top: 15px; 
 margin-bottom: 0px; 
 }

.ed08bodyupc { 
 font-size: 11px; 
 font-family: Tahoma,Arial,sans-serif; 
 text-align: center; 
 }
.ed08bodyitalc { 
 font-size: 11px; 
 font-family: Tahoma,Arial,sans-serif; 
 font-style: italic;
 text-align: center; 
 }




/* ----HEADINGS ---- */

.timerange {
 font-family: Verdana,Arial,sans-serif;
 color: black;
 font-weight: bold;
 font-size: 11px;
 text-align: center;
 margin-bottom: 20px;
 margin-top: 0px;
 }
.hdrshortcutscurr { 
 text-align: left; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #b22222; 
 font-size: 13px; 
 font-weight: bold; 
 font-style: normal;
 margin-top: 0px; 
 margin-bottom: 10px 
 }
.hdrshortcutspast { 
 text-align: left; 
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 color: #838358; 
 font-size: 13px; 
 font-weight: bold; 
 font-style: normal;
 margin-top: 0px; 
 margin-bottom: 10px 
 }
.hdrshortcuts { 
 text-align: left; 
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 color: #838358; 
 font-size: 14px; 
 font-weight: bold; 
 font-style: italic;
 margin-top: 0px; 
 margin-bottom: 10px 
 }



/* ----- SIDE BOXES ----- */

div#sidebarwrapper {
	width: 290px;
	float: right;
	}

div.sidebar {
   width: 245px;
   margin: 0px 0px 15px 15px;
   text-align: center;
   padding: 15px;
   border-radius: 3px;
   }

div.yellowshortcuts {
/*  background-color: #ffffcc; */
  background-color: #FFFDA8;
  border: 1px #FAF8AF solid;
}



/* ----- SABIAN SYMBOL STYLES ----- */

div.sabianNMbox {
  background-color: #FFDDDD;
  border: 1px #F5CDCD solid;
}

div.sabianFMbox,
div.sabianNMFMbox {
  background-color: #FFFDA8;
  border: 1px #F8F3A5 solid;
}

div.sabianbooks {
	margin: 15px 0 5px 0;
}

.sabian-h2 {
   font-size: 11px;
   font-family: Tahoma,Arial,sans-serif;
   font-weight: bold;
   color: darkblue;
   margin-top: 15px;
   margin-bottom: 0px;
   text-align: center;
   }
.sabian-h3 {
   font-size: 15px;
   font-family: Tahoma,Arial,Helvetica,sans-serif;
   font-weight: bold;
   color: darkblue;
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: center;
   }
.sabian-symbol {
   font-size: 16px;
   font-family: times new roman,serif;
   font-weight: bold;
   font-style: italic;
   line-height: 1.25em;
   color: darkblue;
   margin-top: 10px;
   margin-bottom: 15px;
   text-align: center;
   }
div.sabianNMFMbox p,
.sabian-body {
   font-size: 12px;
   text-align: left;
   line-height: 1.5em; 
   text-indent: 25px;
   margin-top: 7px;
   margin-bottom: 0px;
   color: #000;
   }
.sabian-readmore {
   font-size: 11px;
   text-align: center;
   color: firebrick;
   margin: 5px 0px 0 0px;
   }
.sabianbooktitle {
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	}



table#ldadtop {
   border-collapse: collapse;
   border: 1px solid darkkhaki;
   width: 260px;
   height: 260px;
   background-color: lightyellow;
   }
table#ldadtop td {
	padding: 5px;
	}

body, p { 
 font-family: Tahoma,Arial,sans-serif; 
/* font-size: .92em;  */
 }





.gridtable201801 { 
	font-family: Tahoma,Arial,sans-serif; 
	font-size: 12px; 
	background: white;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 0;
}
.gridtable201801 th {
	border-bottom: 1px indigo solid;
	border-left: 0;
	border-right: 0;
	padding: 5px 15px 5px 15px;
	vertical-align: bottom;
	font-weight: bold;
	color: indigo;
}
.gridtable201801 td {
	padding: 5px 15px 5px 15px;
	border-bottom: 1px olive solid;
	border-left: 1px olive dotted;
	border-right: 1px olive dotted;
	text-align: center;
}





/* ---- END ---- */