/*---Wild-About-Stuffed-Animals CSS--*/

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-image: url(../image-files/body.gif);
margin: 0;
padding: 0;
font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', Verdana,  sans-serif;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #23a3ff;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: Arial, 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0;
text-align: center;
}

h2 {
font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid #23a3ff;
}

h3, h4{
font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #23a3ff;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: black;
}

img {
border: 0;

/* -- KM changed border from 2px solid #cceb6b to 0 -- */
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #23a3ff; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: #97683a;
background-color: #fefbb0;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 0px;   /*  */
}

#Header {
position: relative;
height: 300px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 220px 0 220px;    /* 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: -933px;        /* 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: -207px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 0px 0px 0px 0px;
height: 300px;
min-height: 300px;

}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 5px 150px 200px 150px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
text-align: center;
}

#ContentWrapper {
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url(../image-files/nav-background.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-color: #E6FFA3;
padding-bottom: 85px;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url(../image-files/background-extra-column.gif);
background-repeat: no-repeat;
background-position: bottom left;
background-color: #fefbb0;
padding-bottom: 85px;
}

#Footer {
background-image: url(../image-files/footer-background.jpg);
background-repeat: no-repeat;
background-position: bottom;
background-color: transparent;
text-align: center;
font-size: 85%;
}

#NavColumn {

font-size: 90%;
color: #23a3ff;
}

#ExtraColumn {
font-size: 90%;
color: #23a3ff;
}

#NavColumn h4 {
font-size: 110%;
color: #97683a;
margin-top: 10px;
text-align: center;
}

#ExtraColumn h4 {
font-size: 110%;
color: #97683a;
margin-top: 10px;
text-align: center;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
background-image: url(../image-files/alligator.gif);
background-repeat: no-repeat;     /* -- */
background-position: top center;
padding-top: 42px;
font-size: 110%;
color: #97683a;
border-bottom: 0px;
margin: 12px 0;
text-align: center;
}

/* -- Nav List -- */

.Navigation ul {

list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;


}

.Navigation li {

background-color: #fefbb0;   
border: 1px solid #ebb785;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #97683a;
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: #000;
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: #97683a;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color:#ffe2af;   /*  */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link .Caption{
text-decoration: none;
color: #ffb865;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #97683a;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
color: #97683a;
text-decoration: none;
text-align: center;
padding: 10px 6px 8px 6px;
}

.ExtraNav a:visited {
color: #97683a;
text-decoration: none;
padding: 10px 6px 8px 6px;
}

.ExtraNav a:hover {
color: #97683a;
background-color: #ffe2af;
text-decoration: underline;
padding: 6px 6px 6px 6px;
}

#Header .ExtraNav {
font-size: 125%;
position: relative;
top: 270px;

}

#Header .ExtraNav ul { 
margin: auto;

}

#Header .ExtraNav li  { 
border-right: 2px solid #A6B25A;
}

#Footer .ExtraNav {
margin: 35px auto;
background-color: transparent;
}

#Footer .ExtraNav li{
white-space: nowrap;
}

#Footer .ExtraNav a:hover {
color: #97683a;
background-color: transparent;
text-decoration: underline;
padding: 6px 6px 6px 6px;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #ddf1ff;
width: 85%;
border: 4px solid #cceb6b;
margin: 18px auto 24px auto;
padding: 4px;
color: #97683a;
}

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: #e6ffa3;
width: 24%;
border: 1px solid #ebb785;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #97683a;
}

.ReminderBox h4 {

color: #97683a;
margin: 0;
padding: 2px;
text-align: center;
background-color: #ffe2af;

}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
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: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 12px auto 12px auto;
padding: 4px;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #fefbb0;
border: 1px solid #ebb785;
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;
}

/*--KM added this to put review quotes into italics--*/
.Review {
text-style: em;
}
