/* Styles for Outside Body Table */
.bodyborder {
background: #CCCCFF url(http://www.sparrowmoon.com/GoldBack.gif);
}

.bodytable {
border: 1px solid #4E0086;
width: 975px;
background: #2E004E url(http://www.sparrowmoon.com/PURPASTROBACKGND.gif);
}

/* Styles for Links */
A.astro:link {font: bold 12px arial; color: #62109C; text-decoration: none}
A.astro:visited {font: bold 12px arial; color: #62109C; text-decoration: none;}
A.astro:hover {font: bold 12px arial; color:#ffffff; text-decoration: none; background: url(GoldBackHover.gif);}

A.astrotop:link {font: bold 14px arial; color: #c00000; text-decoration: none}
A.astrotop:visited {font: bold 14px arial; color: #c00000; text-decoration: none;}
A.astrotop:hover {font: bold 14px arial; color:#ffffff; text-decoration: none; background: url(GoldBackHover.gif); }

A.foot:link {font: bold 12px arial; color: #DCBE76; text-decoration: none}
A.foot:visited {font: bold 12px arial; color:#DCBE76; text-decoration: none;}
A.foot:hover {font: bold 12px arial; color:#ffffff; text-decoration: none;  background: url(GoldBackHover.gif); }

A.small:link {font: 10px arial; color: #DCBE76; text-decoration: none}
A.small:visited {font: 10px arial; color:#DCBE76; text-decoration: none;}
A.small:hover {font: 10px arial; color:#ffffff; text-decoration: none; }

/* Styles for headers */
h1{
  font-size: 24px;
  font-family: verdana;
  color: #DCBE76;
  margin: 10px 320px 0 300px;
}

h2{
  font-size: 18px;
  font-family: verdana;
  color: #DCBE76;
  margin: 5px 4px 10px 0px;
}

h2 a {
  text-decoration: none;
  color: #DCBE76;
}

/* Styles for Side Menu */
.sidemenu{
width: 160px; 
margin: 0px 0px 0px 5px;
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 155px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background-image: url(glossyback.gif);
font: bold 16px Verdana, Helvetica, sans-serif;
color: #E3CC8B;
display: block;
width: auto;
padding: 10px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 160px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
background: #6C38A6;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 150px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #E3CC8B;
font: bold 16px Verdana, Helvetica, sans-serif;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
color: #E3CC8B;
font: bold 16px Verdana, Helvetica, sans-serif;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */


/* Styles for Daily Tweets */
#tweet {
	padding: 10px;
}

#tweettitle {
	color: #c00000;
	margin-right: 5px;
}

/* Styles for Table Top */
td#top {
background-image: url(http://www.sparrowmoon.com/Header.gif); background-repeat: no-repeat;
width: 975px;
height: 270px;
}

.gtopright {
float: right; margin: 10px 5px 0 0;
width: 300px;
height: 250px;
}

.spectableastro {
position: relative;
margin-left: 195px;
margin-top: 5px;
}

td#specastroback {
background: url(http://www.sparrowmoon.com/SpecialTableBack.gif);
width: 460px; 
height: 119px;
}

#specimgright {
	float: right;
	margin: 5px 5px 0 0;
	width: 103px;
	height: 100px;
	text-align: center;
}

#specimg {
	width: 100px;
	height: 100px;
	border: 0;
}

#spectext {
	margin: 14px 5px 5px 17px;
}

a.specialtitle:link {
	color: #c00000;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
}

a.specialtitle:visited {
	color: #c00000;
}

a.specialtitle:hover {
	color: #62109C;
}

#specattention {
	color: #000000;
	font-weight: bold;
}

/* Styles for Main Content */

.text {
  font-family: arial;
  color: #4A0C76;
  font-size: 12px;
}

.linegap {
  margin: 10px 0 0 0;
}

.featuredborder {
background: #CCCCFF url(http://www.sparrowmoon.com/GoldBack.gif);
}

.featuredtable {
border: 1px solid #4E0086;
background: #CCCCFF;
width: 100%;
}

/* Styles for Table Footer */
.botcredit {
  margin: 10px 0 0 0;
  font-family: arial;
  color: #DCBE76;
  font-size: 10px;
}
