/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #000000; /* aqua color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: navy;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 ;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 ;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border-top-width:0
}

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: 184px;
}

#ContentWrapper {
float: left;
width: 100%;
}



#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */

}



#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: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */

}


#Footer 
{
clear: both;
width: 100%;
padding: 8px 0;

}


.Liner {
padding: 10px;
}


#Header .Liner {
padding: 0;
}


#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */


#PageWrapper {
margin: 0px auto;
background-color: black;
background-repeat: repeat-y;
}


#Header {
background-image: url(http://www.alwaysastrology.com/images/alwaysastro-logo.jpg);

background-repeat: no-repeat;

background-color: transparent;

background-position: top left;
}




#ContentWrapper {
background-color: #FFFFCC;
}



#NavColumn {

background-image:url(http://www.alwaysastrology.com/images/nav-left.jpg);
background-position: top left;

width:179px;
height:1200px;
background-repeat: repeat-y;

background-color: transparent;

}



#ContentColumn {
background-image: url();

background-repeat: no-repeat;

background-color: #FFFFCC;
background-repeat: no-repeat;

border-left: 2px solid black;
border-right: 2px solid black;

}



#ExtraColumn {
background-image: url();

background-repeat: no-repeat;
background-color: #FFFFCC;
}



#Footer {
background-image: url(http://www.alwaysastrology.com/images/footer-img.jpg);

background-repeat: no-repeat;

background-color: transparent;      /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */

width:960px;
height:120px;
text-align: center;

font-size: 85%;
}



#NavColumn {
font-size: 90%;
color: navy;
}


#ExtraColumn {
font-size: 90%;
}


#NavColumn h4 {
font-size: 90%;
color: navy;
margin-top: 0;
}


#ExtraColumn h4 {
font-size: 90%;
color: navy;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */



.Navigation {
width: 107%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;

}

/* -- Nav Headers -- */


.Navigation h3 {
padding: 0;
font-size: 110%;
color: #006;
border-bottom: 1px solid #993300;
margin: 12px 0;
}

/* -- Nav List -- */


.Navigation ul {

list-style-type: none;

padding: 0 0 8px 3px;

margin: 0px 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: 2px 0 2px 3px;

text-decoration: none;

}


.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */

padding: 2px 0 2px 3px;
text-decoration: none;
}


.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather 
than just the text */
padding: 2px 0 2px 3px;

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 {
text-decoration: none;
}

.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: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #ffc;
text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: underline;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: underline;
}

.ExtraNav a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
bottom: 30px;
right: 4px;
}



#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #993300;

}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #EEE8AA;
width: 85%;
border: 1px dotted black;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
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;
}

.ReminderBox {          
background-color: #EEE8AA;
width: 24%;
border: 2px solid black;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}



.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #993300;
}


.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxCenter336, 
.AdSenseBoxExtraColumn {
padding: 5px;
background-color: #FFFFCC;
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;
}


.AdSenseBoxCenter336 {
width: 336px;
margin: 0 auto 12px auto;
clear: both;
}




.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #993300;
border-bottom: 1px solid #993300;
margin: 0 auto 12px auto;
padding: 4px;
}




/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}


.Caption {
font-size: 85%;
font-weight: bold;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}


.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}


.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}