/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ffffcc; 
margin: 0;
padding: 0;
font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;
font-size: 79%;
border: 0px solid black;
}

h1, h2, h3, h5, h6 {
background-color: transparent;
color: #000060;
clear: both;
}
 h4 {
background-color: transparent;
color: #ffffcc;
clear: both;
}


h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
font-size: 220%;
border-bottom: 0;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 200%;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #ffffcc;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ffffcc ;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid black;   /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 160px;
border: 1px solid black;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 80px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
border: 1px solid black;
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}
#ExtraColumn {
float: right;
width: 79px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;
text-align: center;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 2px solid black;
}

.Liner {
padding: 1px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-color: #ffffcc;
background-repeat: repeat-y;
}

#Header {
background-image: url(https://www.alwaysastrology.com/images/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top right;
}

#ContentWrapper  {
background-image: url(https://www.alwaysastrology.com/images/LEFT.jpg);
background-repeat:repeat-y;
background-color: #993300;
}

#NavColumn    {
background-image: url(https://www.alwaysastrology.com/images/LEFT.jpg);
background-repeat:repeat-y;
background-color: #ffffcc;
}

#ContentColumn {
background-image: url(https://www.alwaysastrology.com/imgs/BACK.jpg);
background-repeat: no-repeat;
background-color: #ffffcc;
}

#ExtraColumn {
background-color: #993300;
background-repeat:repeat-y;

}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #993300;     /* black used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: navy;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #000060;
margin-top: 0;
margin-bottom:0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #000060;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 95%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #000060;
border-bottom: 1px solid #993300;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 2px 2px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #FFFFCC;        /* tan, for button and RSS box backgrounds -- */
border: 2px solid black;
margin-bottom: 0px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: black;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #d3e4fb;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link .Caption {
text-decoration: underline;
color: black;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 2px;
}

.ExtraNav ul li  {
display: inline;
background-color: #993300;
text-align: center;
border: 2px solid black;
}

.ExtraNav a:link {
color: #ffffff;
text-decoration: underline;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #FEBFDC;
text-decoration: underline;
}

.ExtraNav a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
bottom: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #ffffcc;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #F0E68C;
width: 85%;
border: 1px dotted black;
margin: 18px auto 24px auto;
padding: 4px;
color: #000060;
}

div.CalloutBox p {
margin: 13px;
}

p.font-family  {
padding: 13px;
}

div.CalloutBox h1, div.CalloutBox h2, div.CalloutBox h3, div.CalloutBox h4, div.CalloutBox h5, div.CalloutBox h6  {
margin: 13px 0 0 13px;
}



.font-family p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468 { 
padding: 0px;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}


.AdSenseBoxExtraColumn {
padding: 0px;
border: 0px;
}
.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}




/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

hr {
width: 300px;
height: 3px;
margin-right:125px;
margin-left:125px;
text-align: center;
background-color: #993300;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
float:right;
position:relative;
left:-50%;
margin: 2px 0 12px 18px;
text-align: center;

}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}