/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ffffff; /* soft pink color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 90%;
text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #0000AD;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family:  Arial, Helvetica, sans-serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;

}

h2 {
font-family:  Arial, Helvetica, sans-serif;
border-bottom: 1px solid #8f8fb3;

}

h3 {
font-family:  Arial, Helvetica, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 15px;
font-family: 'Times New Roman', Georgia, 'Courier New', Courier, monospace, Verdana, Arial;
}


code {
color: navy;
}

img {
border: 0 solid #ddd;
}

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 #c2c2ff;   /* purple, headlines and borders */
}

#Header {
position: relative;
height: 160px;
}

#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;
border-top: 1px solid #f0f5fb;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/contentbg3.png);
background-repeat: repeat-y;


}

#Header {
background-image: url(../image-files/header-liz.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}





#ContentWrapper {
background-image: url(../image-files/contentbg3.png);
background-repeat: repeat-y;
background-color: #c2c2ff; /* this changes the color of the left/right backgrounds ------ */

}



#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #C2c2ff;     /* keep the same as background color contentwrapper */
text-align: center;
font-size: 85%;
}


#NavColumn {
background-image: url(../image-files/contentbg3.png);
background-repeat: repeat-y;
background-color: #c2c2ff;  /* keep the same as background color contentwrapper */

text-align: justify;
}

#NavColumn {
font-size: 90%;
color: white;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;

}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
top: -1px;
left: -1px;
	
}
 
	#shadow-container .shadow1 {


		background: #C1C5DB;
	}
 
	#shadow-container .shadow2 {
		background: #94A3B5;
	}
 
	#shadow-container .shadow3 { 
		background: #ffffff;
	}
 



	#shadow-container .container {
		background: #ebebff;  
		border: 5px solid #ffffff;
		padding: 10px;
	}



/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Arial, Helvetica, sans-serif;
background-color: transparent;
font-size: 85%;
text-align: left;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #fff;
border-bottom: 1px solid #fff;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #FFffFF;        /* softpink, for button and RSS box backgrounds -- */
border: 1px solid #8f8fb3;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: blue;
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: #ebebeb;   /* pink 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: Arial, Helvetica, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #c2c2ff;
text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: #FFE5FF;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #C2C2FF;
}

#top-nav {

margin:0px,0px,0px,0px;

      float:left; /*can be changed to right if you prefer*/

      width:100%;

      /*change to your url*/

      background:#a8a8ff url('../image-files/bg.gif')

      repeat-x bottom; 



      font-size:86%; /* use either 86% 93% or 100%*/

      line-height:normal;

      }

    #top-nav ul {

      margin:0;

      padding: 5px 15px 0;

      list-style:none;

      }

    #top-nav li {

 

      float:left;

      /*change to your url*/

      background:url('../image-files/left_both.gif') 

      no-repeat left top;

      margin:0;

      padding:0 0 0 9px;

      border-bottom:1px solid #765;      

      }



    #top-nav a {

      white-space:nowrap;

      float:left; /* if you change the first instance of the float to right,then this must be changed as well*/

      display:block;

      width:.1em;

      /*change to your url*/

      background:url('../image-files/right_both.gif') 

      no-repeat right top;

      padding:5px 9px 4px 6px;

      text-decoration:none; /* options are none or underline*/

      font-weight:bold; /*use either bold or normal*/

      color:#765; /* set the link font color*/

      }

#top-nav > ul a {width:auto;}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #top-nav a {float:none;}

    /* End IE5-Mac hack */

    #top-nav a:hover {

      color:#333;/*sets the color of the links "at rest"*/

      }

/* below, is the name of the ids for your pages. They are grouped in pairs. The first of the pair, is the id you will give to the <body> tag of the page. The second one, is the id you will give to the link itself*/

#home #home-nav,

#energy #energy-nav,

#spirituality #spirituality-nav,

#chakra #chakra-nav,

#abundance #abundance-nav,

#quartz #quartz-nav, 

#meanings #meanings-nav,

#vibes #vibes-nav,

#stories #stories-nav,

#psychic #psychic-nav,

#atoa #atoa-nav,

#btoc #btoc-nav,

#dtoh #dtoh-nav,

#dtok #dtok-nav,

#itom #itom-nav,

#ntor #ntor-nav,

#ltop #ltop-nav,

#stos #stos-nav,

#ttoz #ttoz-nav,

#qtoz #qtoz-nav,



 {

  background-position:0% -150px;

  border-width:0;

  }



/* you will need to use the same ids as above*/

#home #home-nav a,

#energy #energy-nav a,

#spirituality #spirituality-nav a,

#chakra #chakra-nav a, 

#abundance #abundance-nav a, 

#quartz #quartz-nav a, 

#meanings #meanings-nav a,

#vibes #vibes-nav a,

#stories #stories-nav a,

#psychic #psychic-nav a,

#atoa #atoa-nav a,

#btoc #btoc-nav a,

#dtoh #dtoh-nav a,

#dtok #dtok-nav a,

#itom #itom-nav a,

#ntor #ntor-nav a,

#ltop #ltop-nav a,

#stos #stos-nav a,

#ttoz #ttoz-nav a,

#qtoz #qtoz-nav a,

{

  background-position:100% -150px;

  color:#333;/*sets the color of the "currrent tab link font*/

  padding-bottom:5px;

  }

    #top-nav li:hover, #header li:hover a {

      background-position:0% -150px;

      color:#333;

      }

    #top-nav li:hover a {

      background-position:100% -150px;

      }
#top-nav a:active {
background:#A14D85;
color:#fff;
# }

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 14px;
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: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
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: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 0px;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 6px 3px 0px;
float: left;
}

.AdSenseBoxRight {
margin: 0 0px 3px 6px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 0px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 6px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #A8a8FF;
border: 1px solid #ededed;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
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;
}