

/* ------ Section 1 - Global Body, Font and Link Settings ----------------------------------------------- */

body {
background-color: #448fa3; /* dark teal */
margin: 0;
padding: 0;
font-family: Arial, Georgia, Verdana, sans-serif;
color: #000000; /* content text */
font-size: 90%;
}



h1 {
background-color: transparent;
color: #10728e;
clear: both;
}



h2, h3, h4, h5, h6 {
background-color: transparent;
color: #FF4E33;
clear: both;
}

.underheading {
	font-size: 80%;
	vertical-align: top;
	color: #b0803b;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
	line-height: 135%;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: Arial, Verdana, sans-serif;
border-bottom: 0px solid #802a2a;
text-align: center;
font-size: 20px;
}

h2 {
font-family: Arial, Verdana, sans-serif;
border-bottom: 0px solid #802a2a;
font-size: 18px;
}


h3 {
font-family: Arial, Verdana, sans-serif;
border-bottom: 0 solid #802a2a;
font-size: 16px;
}

h4 {
font-family: Arial, Verdana, sans-serif;
color: black;
border-bottom: 0 solid #802a2a;

}




blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}


.crumb {
	font-size: 80%;
	margin-bottom: 10px;
	margin-top: 3px;
	color: #b3b3b3;	
	height: 15px;
	line-height: 15px;
}




code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

/* -- General Link Styling --------------------------- */

a:link {
color: #0507BF; 
text-decoration: underline;
}

a:visited {
color: #73233f;
text-decoration: underline;
}

a:hover {
color:#996633;
text-decoration: underline;
}

/* ------ Section 2 - Global Page Structure ------------------------------------------------------------------ */

#PageWrapper {
width: 960px;
border: 1px solid #A65708;  /* border between body and page */
}

#Header {
position: relative;
height: 160px; /* height of header */
border-bottom: 1px solid #A65708;  /* border between header and page */
border-top: 0px solid #A65708;  /* border between header and top */
}


#ContentWrapper {
float: left;
width: 100%;

}

#ContentColumn {
margin: 0 0 0 145px;   /* changed just for store template, was margin: 0 180px 0 180px; */
}

#NavColumn {
float: left;
width: 145px;  /* added just for store template */          
margin-left: -960px;        
}


#ExtraColumn {
display:none; /* added just for store template */
float: left;
width: 180px;
margin-left: -180px;
}






#Footer {
clear: both;
width: 100%;
height: 100px;
padding: 16px 0; /*--positioning of bottom site nav --*/
border-top: 1px solid #A65708; /*--border between content and footer--*/
}



.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0 80px 0 80px;
}

/* ------ Section 3 - Page Structure Details -------------------------------------------------------------- */

#PageWrapper {
margin: 10px auto;  /* Between Header and top of page */
background-image: url(../image-files/background-960x18.png);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/theme-party-18-160.png);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background-960x18.png);
background-repeat: repeat-y;
background-color: transparent;
}



#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: #transparent;
}



#ContentColumn {
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
background-color: white;
border-left: 1px solid #C38F1F;  /* border left of content */
border-right: 0px solid #C38F1F;  /* border right of content--changed to 0 for stores */
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/tpq-footer-2-960x100.png);
background-repeat: no-repeat;
background-position: left bottom;
background-color: #ffffff; /*color of bottom navigation include */
border-bottom: 1px solid #C38F1F;  /* border between header and page */
color: #000000;
text-align: center;
font-size: 85%;
}


#NavColumn {
font-size: 90%;
color: black;
}

#ExtraColumn {
font-size: 90%;
color: #7e75a3;
}

#NavColumn h4 {
font-size: 90%;
color: #000000; /* Nav Headings */
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #000066;
margin-top: 0;
}

/* ------ Section 4 - Left Column Navigation -------------------------------------------------------------- */

.Navigation {
width: 100%;
font-family: Eris Demi ITC, Verdana, Georgia, Arial;
font-size: 100%;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 2px 2px 2px 4px;
text-align: center;
color: #ff4e33;
margin: 12px 0;
background-image: url();
background-repeat: no-repeat;
display:block;
}


.Navigation h4 {
padding: 2px 2px 2px 4px;
color: black;
margin: 12px 0;
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
display:block;
}







/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0px 0px 0px;
margin: -6px 0 0 0;

}

.Navigation li {
background-image: url(); /* put gradient img here */ 
background-color: #ffffff; /* Box around left nav buttons */      
border: 0px solid #7e75a3;
margin-bottom: 3px;
border-bottom: 1px solid #31b5da;  /* border under each button in left nav */

}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #000000;  /* Color of left nav TEXT at rest - Black */
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 6px;
text-decoration: none;
}

.Navigation a:visited {
color: #000000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 6px;
text-decoration: none;
}

.Navigation a:hover {
color: #a67910;  /* Color of left nav TEXT on hover */
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 6px;
background-color: #ffffff;   
text-decoration: none;
}

/* ------ Section 5 - Additional Navigation ------------------------------------------------------------- */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
color: #215E21; 
}

.ThumbnailLink a:link {
text-decoration: underline;
color: #215E21; 
}

.ThumbnailLink a:visited {
text-decoration: underline;
color: #215E21; 
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #b47202;
}

.ThumbnailLink a:link img {
display: 1;

}

/* -- Horizontal Text NavBar */

.ExtraNav {
font-family: Arial, Verdana, Georgia, sans-serif;}

.ExtraNav ul {
list-style-type: none;
padding: 0px;
}

.ExtraNav ul li {
display: inline;
background-color: #ffffff;
text-align: center;

}

.ExtraNav a:link {
color: #000066;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #000066;
text-decoration: none;
}

.ExtraNav a:hover {
color: #9b6323;
text-decoration: underline;
}



/*-----Just under Heading ------*/


#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 125px; /*-------positions nav under heading up and down-----*/
text-align: center;
height: 25px;
line-height: 25px;
}


#Header .ExtraNav ul { 
margin: 0;
line-height: 25px;
height: 25px;
vertical-align: bottom;
}




#Header .ExtraNav ul li { 
line-height: 25px;
margin: 0;
background-image: url();
background-repeat: repeat-x; 
background-position: left bottom;
background-color: transparent;
height: 25px;
}

#Header .ExtraNav ul li:hover { 
line-height: 25px;
margin: 0;
background-image: url(); /*  if you want a gradient image on hover, put it here */
background-repeat: repeat-x; 
background-position: left top;
background-color: #f8e19b; /*  this is the color of top horizontal nav box upon hover */
height: 25px;
}

#Header .ExtraNav ul li a:link {
padding: 2px 6px 2px 6px;
margin: 10px;
height: 30px;
line-height: 30px;
color: #3F181D;  /*  this is the color of top horizontal nav font at rest */
text-decoration: none;
text-align: center;
}

#Header .ExtraNav ul li a:visited {
padding: 2px 6px 2px 6px;
height: 25px;
line-height: 25px;
color: #3F181D;
text-decoration: none;
text-align: center;
}

#Header .ExtraNav ul li a:hover {
padding: 2px 6px 2px 6px;
height: 25px;
line-height: 25px;
color: #736b86; /*  this is the purple color of top horizontal nav text upon hover */
text-decoration: none;
text-align: center;
background-color: transparent;
}

#Footer a:link {
white-space: nowrap;
}

#Footer a:visited {
white-space: nowrap;
}

#Footer a:hover {
white-space: nowrap;
}

#Footer .ExtraNav {
margin: 12px auto;
font-family: Arial, Verdana, Georgia, sans-serif;
font-size: 12px;
background-color: transparent;
width:800px;
}

#Footer .ExtraNav ul {
list-style-type: none;
background-color: transparent;
padding: 0;
margin: 12px auto; /* Centers bottom site nav links in footer area */
width:800px;
text-align:center;
}

#Footer .ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

#Footer .ExtraNav a:link {
color: #000066;
text-decoration: none;
text-align: center;
padding: 0 6px;
white-space: nowrap;
}

#Footer .ExtraNav a:visited {
color: #000066;
text-decoration: none;
padding: 0 6px;
white-space: nowrap;
}

#Footer .ExtraNav a:hover {
color: #b07f3c; /*  this is the color of bottom horizontal nav text upon hover */
text-decoration: underline;
padding: 0 6px;
white-space: nowrap;
}

/* ------ Section 6 - Boxes --------------------------------------------------------------------------- */

.CalloutBox {
background-color: #dedef7;
width: 85%;
border: 1px solid #8f8fb3;
margin: 18px auto 24px auto;
padding: 14px;
color: #000;
background-image: url(../image-files/yellowflowerbottomright_50height.gif);
background-repeat: no-repeat;
background-position: right bottom;
}


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: #ebf7db;
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;
color: #FFFBCF;
background-color: #215e21;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #d3e4fb;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
background-color: white;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
width: 160px;
height: 600px;
padding: 0;
margin: 24px auto 12px auto;
clear: both;
}

.ReturnToNavBox {
width: 85%;
margin: 24px auto 12px auto;
padding: 4px 4px 4px 20px;
background-image: url();
background-repeat:repeat-y;
background-position: left top;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
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;
}
.cse-branding-bottom,
.cse-branding-right {
margin:0;
padding:0
}
.cse-branding-bottom,
.cse-branding-right {
zoom: 1;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text { 
font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, 
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0
}
.cse-branding-right .cse-branding-text {
margin-top: -4px
}
