/* ------ Section 1 - Global Body, Font and Link Settings ------ */
 

body {
background-color: #CAA49B; /* white for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: Georgia, Verdana, Arial, sans-serif;
color: #000;
font-size: 98%;
SCROLLBAR-BASE-COLOR: #CAA49B;
}


/* -- 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: 1150px;
}

#Header {
height: 160px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
float: left;
width: 179px;               /* STEP 2: To set right and left columns at 180, set 1 less than 180 here */
margin-left: -1150px;        /* STEP 3: set to the same width (but with minus sign) specified in #PageWrapper above  */
}

#RightColumn {
float: left;
width: 179px;               /* STEP 4: also 1 less than 180 */
margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */


#PageWrapper {
border: 3px solid #CAA49B;    /* --- border around whole page ---- */
margin: 24px auto;
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/logo.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}



#ContentWrapper {
background-repeat: repeat-y;
}

#LeftColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#CenterColumn {
background-image: url();
background-repeat: no-repeat;
background-color: white;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #CAA49B;     /* blue-gray used in left and right columns of anguilla-background.gif and for footer and horizontal text-navbar */
border-top: 2px solid #ffffff;
}



/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
width: 100%;
font-family: Georgia, Verdana, Arial, sans-serif;
background-color: #CAA49B; 
text-align: left;
}


/* -- Nav Headers -- */

.Navigation h3 {
background-color: #CAA49B;
padding: 0;
font-size: 110%;
color: #1d487e;                /* darkish blue-green for headlines and RSSbox -- */
border-bottom: 1px solid #fff;
margin: 12px 0;
font-weight: bold;

text-align: center;


}



/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
display: none;
}

.Navigation li {
background-color: #f2e5d7;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #E3C5BD;
margin-bottom: 3px;

	visibility: hidden;
}


/* -- Navigation Link styles -- */

.Navigation a {
color: black;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;


 /*this is where you change the button font color*/
 font-size: 110%;

background-color: #f2e5d7;

border-top: 2px #F3EAE5 solid;

border-left: 2px #F3EAE5 solid;

border-bottom: 2px #E3C5BD solid;

border-right: 2px #E3C5BD solid;
}

.Navigation a:visited {
font-size: 110%;
color: purple;
text-decoration: none;
}

.Navigation a:hover {
font-size: 110%;
color: #000099;
 /*background-color: #d3e4fb;   light sea blue used in center column of anguilla-background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
/*color: #404040; /*-----this is where you change the button font color, when the button is hove#000099 over*/
text-align: center;
text-indent: 5px;

}


/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}




/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: Georgia, Verdana, Arial, sans-serif;
margin: 12px auto 12px auto;
background-color: #f2e5d7;
width: 600px;           /* same width as the width of the center column (1150 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #f2e5d7;
text-align: center;
}

.text-NavBar a {
color: black;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: #000099;
text-decoration: none;
}

.text-NavBar a:hover {
color: #000099;
background-color: #f2e5d7;
text-decoration: underline;
text-align: center;
}

#Header {
position: relative;
}
#Header .text-NavBar {
position: absolute;
margin: 0;
top: 0;
right: 0;
width: auto;
background: transparent;
}
#Header .text-NavBar ul {
margin: 0;
padding: 0;
}



/* ------ Section 6 - Specific Font Styles ------ */


#LeftColumn {
font-size: 90%;
color: white;
}

#RightColumn {
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: #f2e5d7;
color: #1d487e
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}


h1 {
margin-top: 5px;
font-family: 'Palatino Linotype', Palatino, 'Times New Roman', Georgia, serif;
border-bottom: 0 solid #f2e5d7;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #f2e5d7;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #f2e5d7;
}

#LeftColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#RightColumn h3 {
padding: 0;
font-size: 110%;
color: gray;              
border-bottom: 1px #f2e5d7;
margin: 12px 0;
}

#RightColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

.small {
font-size: 85%;
}

.update {
font-size: 85%;
font-weight: bold;
color: #000099;
}



/* ------ Section 7 - Boxes ------ */


.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #f2e5d7;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}




.C2LeftBox {           /* the container box */
background-color: #f2e5d7;
width: 40%;
border: 1px solid #E3C5BD;
margin: 2px 18px 12px 0;
float: left;             /* adding float enables text to flow around it */
color: #006;
}

.C2LeftBox h5 {
margin:0;
padding:2px;
text-align:center;
background-color: #fff;
}

.C2LeftBox p {
font-size:11px;
padding:0px 4px;
line-height:13px;
}


.ReminderBox {           /* the container box */
background-color: #f2e5d7;
width: 24%;
border: 1px solid #E3C5BD;
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: 13px;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter {
padding: 5px;
border: 0px;
}
.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #f2e5d7;
border-bottom: 1px solid #E3C5BD;
margin: 0 auto 12px -4px;
padding: 4px;
}
	

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #f2e5d7;
border: 1px solid #E3C5BD;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
}



/* ------ Section 8 - Frequently Used Styles ------ */


.clear {
clear: both;
}


img {
border: 0 solid #f2e5d7;
}


/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


/* -- 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;
}

.center { 
text-align: center;
}

/* -- addSiteTo -- */
#addSiteTo {
width:90%;
font-size:85%;
text-align:center;
padding:8px 0;
border:1px solid #000;
margin:12px auto;
background-color: #E3C5BD;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
}

#addSiteTo img {
border:0;
padding:1px 0;
}

#addSiteTo .questionMark {
 padding:0;
 margin:1px auto;
 text-align:center;
 width:75%;
 }

 #addSiteTo .questionMark img {
 margin:0 4px 4px 0;
 padding:0;
 }
 
 /************************************************
Yarie Box    			
************************************************/
.yarieboxtop {
background: url(http://www.achildbirth.com/image-files/dots-blue-320-middle.gif) top repeat-x;
float: right;
}
.yariebox {
background: url(http://www.achildbirth.com/image-files/dots-blue-320-middle.gif) top repeat-y;
float: right;
text-align: center;
margin: 0px 0px 0px 0px;
color: #000000;
}
.yarieboxbottom {
background: url(http://www.achildbirth.com/image-files/dots-blue-320-middle.gif) top repeat-x;
float: right;
margin-bottom: 10px;
}
/*****************************************/
#searchlinks {
width:inherit;
margin:0 auto;
padding:10px 10px 10px 5px;
text-align:center;
line-height:2.5em;
}
#searchlinks a {
font-size:14px;
font-weight:bold;
margin-right:15px;
}

