/* Defined constants */
* {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

em {
	font-style: italic;
}

a {
  color: #832812;
  outline: none;
}

/*a:hover, area:hover, a:hover img, a img:hover {
outline:none;
border:none;
}*/

a:visited {
  color: #B24B32;
}

p + p, p + ul, ul + p, ul + ul, ul + ol, ol + p, ul + p, p + .boxed, p + table {
  margin-top: 20px;
}

p > img {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

p > img.inline {
	float: none;
	margin: 0;
}


strong {
  font-weight: bold;
}

address {
  margin: 1em 0;
}


table {
	width: 100%;
}

th, td {
	padding: 0.3em; /* check with the line-height spacing defined in blueprint.css */
}

hr {
	background: #EFEFEF;
	border: solid 1px #EFEFEF;
	color: #EFEFEF;
	height: 1px;
	margin: 20px 0;
}


h1 {
  color: #913017;
  font-family: "Georgia", "Times", serif;
}

h1 {
  font-size: 300%;
}

h2 {
  font-size: 150%;
  font-weight: bold;
}

h3 {
  font-size: 120%;
  font-weight: bold;
}

input[type=text], textarea {
  background: #FFF url(images/input_bg.gif) repeat-x top;
  border: 1px solid #D8D8D8;
  color: #333;
  padding: 3px;
}

input[type=submit], button, input[type=reset], a.button, a.button:visited {
  background: #832812;
  color: #FDFF74;
  font-size: 80%;
  font-weight: bold;
  padding: 5px 8px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input[type=submit]:hover, button:hover, input[type=reset]:hover, a.button:hover {
  background: #5B1C0D;
  color: #FFF;
}

/* Page layout stuff */
#hd {
  padding-bottom: 15px;
  background-color: #FFF;
  position: relative;
}

#doc2 {
	background: #FFF url(images/main_bg.gif) repeat-y top left;
}

.wrapper {
  margin-bottom: 15px;
}

.full {
	background: #FFF;
	border-right: none !important;
	padding-right: 0 !important;
}

#body {
  padding-right: 20px;
}

  #body h1 {
    margin-bottom: 20px;
  }
  
  #body h2, #body h3 {
    margin: 20px 0;
  }
  
  #body ul, #body ol {
  	margin-left: 2em;
  }
  
  	#body ul li {
  		list-style-type: disc;
  	}
  	
  	#body ol li {
  		list-style-type: decimal;
  	}
  
/* Navigation in the top right */
ul#subnavigation {
  color: #EFEFEF;
  font-size: 80%;
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  top: 10px;
}

  ul#subnavigation li {
    float: right;
    padding: 0 5px;
  }
  
  ul#subnavigation li + li {
    border-right: 1px solid #EFEFEF;
  }
  
  ul#subnavigation a {
    color: #A3A3A3;
    text-decoration: none;
  }
  
    ul#subnavigation a:hover {
      color: #777;
      text-decoration: underline;
    }

/* Site Navigation*/
ul#navigation {
  background: #A02E11 url(images/nav_bg.gif) repeat-x top;
  height: 40px;
  font-size: 108%;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

  ul#navigation a {
    text-decoration: none;
  }
  
  ul#navigation > li {
    float: left;
  }
  
  ul#navigation > li + li {
    border-left: 1px solid #9D3419;
  }

    ul#navigation > li > a {
      color: #FFF;
      display: block;
      padding: 11px 17px;
      text-transform: uppercase;
    }
    
      ul#navigation > li > a:hover {
        background-color: #8E2E16;
      }
    
    ul#navigation li.active a {
      color: #FDFF74;
    }
    
    /* #navigation li's get this class if they have a dropdown */
    ul#navigation li.parent {
      position: relative;
    }
    
      ul#navigation li.parent:hover {
        background: #8E2E16;
      }

      ul#navigation li.parent:hover ul {
        display: block;
      }
      
      ul#navigation li.parent > a {
        background: transparent url(images/parent_down_arrow.png) no-repeat right;
        margin-right: 25px;
        padding-right: 10px;
      }
      
      /* The dropdown children list */
      ul#navigation li.parent ul {
        background: #8E2E16;
        border-top: none;
        display: none;
        font-size: 80%;
        opacity: 0.98;
        position: absolute;
        width: 220px;
        z-index: 500;
      }
      
      	ul#navigation li.parent ul li {
		  z-index: 501;
		}
        
        ul#navigation li.parent ul li + li {
          border-top: 1px solid #782915;
        }
          
        ul#navigation li.parent ul li a {
          color: #DBB9B1;
          display: block;
          padding: 9px 0 9px 30px;
          z-index: 503;
        }
        
          ul#navigation li.parent ul li a:hover {
            background: #782915;
            color: #FFF;
          }

/* Sidebar (most likely) for the site */
#supplemental {
  padding-left: 20px;
}

  #supplemental h2 {
    color: #A02E11;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 138.5%;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  #supplemental hr {
    background-color: #E8E8E8;
    border: none;
    color: #E8E8E8;
    height: 1px;
    margin: 18px 0 15px 0;
  }
  
  #supplemental div.supplement {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
  
    #cart h2 {
      color: #000;
      float: left;
    }
  
    #cart h2 span {
      color: #9D9D9D;
    }
    
    #cart img {
      float: left;
      margin-left: 10px;
    }
    
    #cart p {
      clear: left;
      font-size: 80%;
    }
    
  #supplemental #search_products input[type=text] {
    float: left;
    font-size: 150%;
  }
  
  #supplemental #search_products input[type=image] {
   float: left;
   margin-left: 10px; 
  }
  
  #supplemental #subscribe img {
    margin-top: 10px;
  }
  
  #supplemental #flickr_photos h2 img {
  	vertial-align: bottom;
  }
  
  #supplemental #flickr_photos .photos img {
    border: 1px solid #999;
    float: left;
    margin: 3px;
    width: 140px;
  }
  
    #supplemental #flickr_photos .photos {
        margin-top: 1em;
    }

	#social-links li {
		font-size: 1.2em;
		padding-left: 20px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	
		#social-links li + li {
			margin-top: 5px;
		}
			
		#social-links li.facebook {background-image: url(images/facebook_16.png);}
			#social-links li.facebook a{color: #3B5998}
		#social-links li.twitter {background-image: url(images/twitter_16.png)}
			#social-links li.twitter a{color: #3B9998}

/* Footer */
#footer {
  background: #474747 url(images/footer_bg.gif) repeat-x top;
  clear: both;
  margin-top: 15px;
  text-align: left;
}

  #footer, #footer a {
    color: #FFF;
    text-decoration: none;
  }
  
  #footer img, #footer h3 strong {
    float: left;
  }
  
  #footer h3 strong {
    color: #999;
  }
  
  #footer p {
    color: #EFEFEF;
    font-size: 110%;
    margin: 15px 0;
  }
  
  #footer ul {
    background: #222;
    padding: 10px;
  }
  
    #footer ul a {
      color: #C4C4C4;
    }
    
      #footer ul a:hover {
        color: #FFF;
        text-decoration: underline;
      }
    
  #footer li {
    display: inline;
  }
  
  #footer li + li {
    border-left: solid 1px #333;
    display: inline;
    margin-left: 10px;
    padding-left: 10px;
  }

  #footer .wrapper {
    margin: 0px auto;
    padding: 30px 0;
    width: 950px;
  }
  
  #footer #credits {
	color: #999;
  	font-size: 80%;
  	text-align: right;
  }
  
  	#footer #credits a {
  		color: #999;
  	}
  	
  		#footer #credits a:hover {
  			color: #FFF;
  			text-decoration: underline;
  		}

	#footer .social-media-links {
		float: right;
	}
	
		#footer .social-media-links img {
			float: none;
			margin: 0;
			vertical-align: bottom;
		}
/* Homepage */
#homepage {
	margin-top: -15px;
}

#homepage p + p {
	margin-top: 2em
}

h1.banner {
	background: #844F37 url(images/home_bg.01-09.jpg) no-repeat;
	color: #FFF;
	height: 297px;
}

	#homepage h1 span {
		display: none;
	}
	
#homepage a span {
	display: none;
}

#homepage h2 {
	font-family: "Georgia", "Times", serif;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
}

#homepage .yui-gb div + div > div {
	border-left: solid 1px #EFEFEF;
	padding-left: 20px;
}

	#homepage .yui-gb img {
		display: block;
		margin: 20px auto;
	}

/* New, rotating homepage */
div.rotate h1 {
	background: #FFF url(images/homepage/1.png);
	color: #000;
	height: 306px !important;
	margin-bottom: 30px !important;
}

div.rotate .yui-gb {
	background: #FFF;
	padding-bottom: 20px;
}

div.rotate p {font-size: 1.2em;}
div.rotate p a {font-weight: bold;}
div.rotate p.focus {
	color: #555;
	font-weight: bold;
	min-height: 100px;
	padding-left: 100px;
}

div.rotate .yui-u p + p {
	text-align: center;
}

div.rotate .discover p.focus {background: transparent url(images/homepage/bottom_1.png) no-repeat top left;}
div.rotate .colors p.focus {background: transparent url(images/homepage/bottom_2.png) no-repeat top left;}
div.rotate .level p.focus {background: transparent url(images/homepage/bottom_3.png) no-repeat top left;}

a.hero-wrapper {
	position: relative;
	display: block;
	text-decoration: none;
}

a.hero-wrapper ul.toc {
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: -12px;
	z-index: 1000;
}

	a.hero-wrapper ul.toc li {
		background: #DDD;
		border: 1px solid #F8F8F8;
		color: #EFEFEF;
		font-size: 12px;
		font-weight: bold;
		float: left;
		list-style: none !important;
		padding: 2px 4px;
	}
	
		a.hero-wrapper ul.toc li.active {
			background: #BEBEBE;
			color: #FFF;
		}

div.rotate a.button {
	background-color: #BA1000;
	border: solid 2px #A11104;
	color: #FFF;
	text-align: center;
	font-size:0.8em;
	font-weight: bold;
	padding: 8px 15px;
	text-transform: inherit;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* @Home */

#at-home .first  {
	border-right: 1px solid #EBEBEB;
}

	#at-home .first > div {
		padding-right: 15px;
	}

#at-home a.boxed {
	color: #000;
}

#at-home h1 {
	background: #026CBB url(images/@home_winter_header.png);
	color: #FFF;
	height: 143px;
	margin-bottom: 0;
}

#at-home h2 {
	font-family: "Georgia", "Times", serif;
	font-size: 200%;
	font-weight: normal;
}

	#at-home h1 span {
		display: none;
	}
	

.v-day a, .v-day h2 {
	color: #9B455C !important;
}

.v-day h1 {
	background: #9B455C url(images/@home_vday_header.png) !important;
}

.v-day ul.product-list {
	margin-top: 2em;
}

.spring a, .spring h2 {
	color: #619432;
}

.spring h1 {
	background: #619432 url(images/@home_spring_header.png) !important;
}

.winter09 a, .winter09 h2 {
	color: #275466;
}

/* V-Day @HOME */
.ah-vday h1 {
	background: #E4585D url(images/@home_vday10_header.png) !important;
}

.ah-vday a {
	color: #E4585D;
}

.ah-vday p.tagline {
	margin-top: 1em;
}
	
/* Store Homepage */
h1#shop {
	background: #B44326 url(images/shop_bg.png) no-repeat;
	height: 100px;
	width: 620px;
}

h1#shop span {
	display: none;
}

h2#color {
	color: #FFA02F;
	font-size: 200%;
}


#body ul.tiles {
	margin: 20px 0 0 0 ;
}

	#body ul.tiles li {
		background: #FFF;
		border: solid 1px #DFDFDF;
		float: left;
		height: 200px;
		text-align: center;
		list-style-type: none;
		width: 193px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
		#body ul.tiles li:hover {
			border-color: #A4A4A4;
		}
		
		#body ul.tiles li a {
			color: #000;
		}
		
		#body ul.tiles li.end {
			margin: 0 0 15px 15px;
		}
	
	#body ul.tiles h2 {
		height: 26px;
		margin: .6em 0 .5em 0;
	}	
	
		#bakeware { background: transparent url(images/headings/shop_bakeware.png) no-repeat top; }
		#beverage { background: transparent url(images/headings/shop_beverage.png) no-repeat top; }
		#bowls { background: transparent url(images/headings/shop_bowls.png) no-repeat top; }
		#dinnerware { background: transparent url(images/headings/shop_dinnerware.png) no-repeat top; }
		#plates { background: transparent url(images/headings/shop_plates.png) no-repeat top; }
		#serveware { background: transparent url(images/headings/shop_everythingelse.png) no-repeat top; height: 48px !important;}
	
		#body ul.tiles h2 span {
			display: none;
		}

.color-shopper {
	background: transparent url(images/shopper_bg.png) no-repeat left;
	color: #2C3708;
	font-size: 150%;
	padding-left: 30px;
}

/* Product layout page */
.product {
}

  .product .description {
    font-family: "Georgia", "Times", serif;
    font-size: 115%;
    line-height: 1.5;
  }
  
  .product .price {
    font-family: "Georgia", "Times", serif;
    font-size: 200%;
  }
  
  .product .image {
    float: right;
    margin: 0 0 10px 10px;
  }
  
/*    .product .image #zoom-note {
      display: block;
      float: none;
      margin-left: 190px;
    }*/
  
  .product .button {
    margin-top: 20px;
  }
  
/* Swatches! */
.price {
	margin-bottom: 20px;
}

.attributes {
	color: #777;
}

ul.swatches {
  margin-left: 0 !important;
  height: 22px;
}
  
  ul.swatches li {
    cursor: pointer;
    border: 1px solid #CCC;
    float: left;
    list-style: none !important;
    height: 20px;
    width: 20px;
  }
  
  ul.swatches li.active {
    border-width: 2px;
    border-color: #444;
  }
  
  ul.swatches li + li {
    margin-left: 3px;
  }
  
  p.selected-color {
    margin-top: 2px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: capitalize;
  }
  
 /* Thumbs! */
.price {
	margin-bottom: 20px;
}

.attributes {
	color: #777;
}

ul.thumbs {
  margin-left: 0 !important;
  height: 62px;
}
  
  ul.thumbs li {
    cursor: pointer;
    border: 1px solid #CCC;
    float: left;
    list-style: none !important;
    height: 60px;
    width: 60px;
  }
  
    ul.thumbs li img{
    height: 60px;
    width: 60px;
  }
  
  ul.thumbs li.active {
    border-width: 2px;
    border-color: #444;
  }
  
  ul.thumbs li + li {
    margin-left: 3px;
  }
  
  p.selected-color {
    margin-top: 2px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: capitalize;
  }
  

/* Product List */
ul.product-list {
}

  #body ul.product-list li {
  	clear: left;
  	list-style-type: none;
  }

  #body ul.product-list li h3 {
  	margin: 0;
  }
  
  #body ul.product-list li h4 {
  	color: #777;
  	margin: .5em 0;
  }

  ul.product-list li + li {
    border-top: 1px solid #E8E8E8;
    padding-top: 18px;
    margin-top: 18px;
  }
  
  ul.product-list li p {
	margin-top: 1em;
  	margin-left: 110px;
  }
  
  ul.product-list li img {
    float: left;
    margin-right: 15px;
  }

/* Multi-up/Tabs UI */
.ui-tabs-hide { 
  display: none; 
}

.multi-up {
  background: #DADADA;
  margin: 30px 0;
}

  .multi-up > ul > li {
    list-style-type: none !important;
  }

  .multi-up div ul {
    margin-left: 1.5em;
  }
  
    .multi-up div ul li {
      list-style-type: disc;
    }
    
    .multi-up div ul li + li {
      margin-top: .25em;
    }

  .multi-up > ul {
    background: #FFF;
    margin-left: 0 !important;
  }

  .multi-up > ul > li {
    float: left;
    line-height: 1;
    text-transform: uppercase;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
  }
  
    .multi-up ul li + li a {
      margin-left: .25em;
    }
  
    .multi-up ul li a {
      background: #EFEFEF;
      color: #222;
      display: block;
      font-size: 110%;
      font-weight: bold;
      padding: 14px;
      text-decoration: none;      
      -moz-border-radius-topleft: 7px;
      -moz-border-radius-topright: 7px;
      -webkit-border-radius-topleft: 7px;
      -webkit-border-radius-topright: 7px;
    }
  
  .multi-up div {
    clear: left;
    padding: 14px;
  }
  
  .multi-up ul li.ui-tabs-selected a {
/*    background: #EAEAEA url(images/multi-up_bg.png) repeat-x top; */
	background: #DADADA;
    color: #000;
  }

/* color-list */
ul#color-list {
	margin: 20px 0;
}

#color-list li {
	list-style: none;
}

#color-list li + li {
	border-top: 1px solid #EFEFEF;
	padding-top: 15px;
	margin-top: 15px;
}

#color-list h3 {
	color: #222;
	font-size: 160%;
	margin: 0 0 .5em 0;
}

#color-list h3 small {
	color: #777;
	font-size: 70%;
}

#color-list img {
	border: solid 1px #EFEFEF;
	display: block;
	float: left;
	width: 95px;
}

#color-list h3, #color-list p, #color-list h4 {
	margin-left: 120px;
}

#color-list p {
	font-size: 120%;
}

#at-home #color-list p {
	font-size: 100%;
}

h1#color {
	background: url(images/color_h1_bg.jpg) no-repeat;
	height: 170px;
	width: 617px;
}

h1#color span {
	display: none;
}

h1#accent {
	background: url(images/accent_h1_bg.jpg) no-repeat;
	height: 185px;
	width: 617px;
}

h1#accent span {
	display: none;
}

/* Search Results */
#search-results {
	list-style: none;
}
	
	#search-results li p + p, #search-results li h3 {
		margin: 0;
	}
	
	#body #search-results ul li {
		list-style-image:none;
	}
	
	#search-results li p {
		margin-top: 0.5em;
	}

	#search-results li small {
		color: green;
	}
	
	#search-results li + li {
		margin-top: 1em;
	}

/* Stores list */
.stores h2 {
	border-bottom: solid 1px #C4C4C4;
	margin: 0;
}

.stores ul + #body .stores h2 {
	margin-bottom: 1em;
}

#body ul.store-list {
	margin: 0;
}

#body ul.store-list li {
	float: left;
	height: 5em;
	list-style-type: none;
	margin: 10px;
	width: 280px;
}

#body ul.store-list h3 {
	margin: 0;
}

#body ul.store-list p + p {
	margin: 0;
}

#body ul.store-list p.phone {
	color: #777;
	font-size: .8em;
}



/* Goodwill Promo */
#goodwill {
	background: #007EC1 url(images/goodwill_bg.gif) no-repeat top;
	padding: 100px 25px 25px 25px;
}

#goodwill h1 {
	display: none;
}

#goodwill .section {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 25px;
	min-height: 500px;
	height: auto !important;
 	height: 400px;
}

#goodwill #letter {
	float: left;
	background: #FFF;
	width: 430px;
	line-height: 1.5;
}

#goodwill #letter * {
	font-family: "Georgia", "Times", serif;
}

#goodwill #letter p.maths img {
	float: none;
	margin: 0;
}

#goodwill #donate {
	background: #1D78A3;
	padding: 25px;
	float: right;
	width: 345px;
	color: #FFF;
}

#goodwill #donate ol {
	margin-top: 1em;
	margin-left: 0;
	font-size: 130%;
}

#goodwill #donate ol li {
	list-style: none;
	padding-left: 33px;
}

#goodwill #donate ol li.donate {
	background: transparent url(images/goodwill_bullet_1_bg.gif) no-repeat left 5px;
}

#goodwill #donate ol li.sell {
	background: transparent url(images/goodwill_bullet_2_bg.gif) no-repeat left 5px;
}

#goodwill #donate ol li.revenue {
	background: transparent url(images/goodwill_bullet_3_bg.gif) no-repeat left 5px;
}


#goodwill #donate ol li + li {
	margin-top: .5em;
}

#goodwill #donate h2 {
	color: #F2F2F2;
	font-size: 180%;
	margin-top: 0
}



/* Helper Styles */
.boxed, #cart {
  background: #EFEFEF;
  border: solid 1px #D4D4D4;  
  padding: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

	a.boxed {
		background: #A1CB48;
		color: #000;
		font-size: 80%;
		font-weight: bold;
		padding: 5px;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
		
		a.boxed:hover {
			background: #94BA42;
		}

.tagline {
	font-family: "Georgia", "Times", serif;
	font-size: 130%;
	line-height: 1.4;
}

	.tagline * {
		font-family: "Georgia", "Times", serif;
	}
	
	.tagline:first-letter {
		font-size: 140%;
		line-height: 1;
	}

/* Black Friday CSS */
div.black-friday {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
	background: #000;
	margin-bottom: 1em;
}

#black-friday h1 {
	background: #000 url(images/cyber_monday_h1_bg.jpg) no-repeat;
	color: #FFF;
	height: 169px;
}

#black-friday h1 span {
	display: none;
}

#black-friday p.tagline strong, .black-friday strong, #qvc-offer strong {
	background: #EFFD64;
	border-bottom: solid 1px #B3BF3C;
	border-right: solid 1px #B3BF3C;
	padding: 2px 5px;
	color: #000;
	font-size: .8em;
}

#black-friday a {
	color: #000;
}

#black-friday a.button {
	background: #000;
	color: #EFFD64;
}

p#share-note {
	color: #A02E11;
	font-weight: bold;
	float: right;
	width: 470px;
}

/* VDAY CSS */
div.vday {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
	background: #EE5A2D;
	margin-bottom: 1em;
}

#vday h1 {
	background: #E54673 url(images/vday_h1_bg.png) no-repeat;
	color: #FFF;
	height: 169px;
}

#vday h1 span {
	display: none;
}

#vday p.tagline strong, .vday strong, #midweek strong {
	background: #EFFD64;
	border-bottom: solid 1px #B3BF3C;
	border-right: solid 1px #B3BF3C;
	padding: 2px 5px;
	color: #000;
	font-size: .8em;
}

#vday a {
	color: #E80A1C;
}

#vday a.button {
	background: #E80A1C;
	color: #FFF;
}

#vday p#share-note {
	color: #000;
	font-weight: bold;
	float: right;
	width: 470px;
}

/* Father's Day CSS */
div.dads {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
	background: #6983b3;
	margin-bottom: 1em;
}

#dads h1 {
	background: #6983b3 url(images/fathers_h1_bg.jpg) no-repeat;
	color: #FFF;
	height: 169px;
}

#dads h1 span {
	display: none;
}

#dads p.tagline strong, .dads strong, #midweek strong {
	background: #EFFD64;
	border-bottom: solid 1px #B3BF3C;
	border-right: solid 1px #B3BF3C;
	padding: 2px 5px;
	color: #000;
	font-size: .8em;
}

#dads h2 {
	color: #294e93;
	font-size: 28px;
}

#dads a {
	color: #294e93;
}

#dads a.button {
	background: #6983b3;
	color: #FFF;
}

#dads p#share-note {
	color: #000;
	font-weight: bold;
	float: right;
	width: 470px;
}


/* Rainy Day CSS */
div.rainy {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
	background: #6983b3;
	margin-bottom: 1em;
}

#rainy h1 {
	background: #6983b3 url(images/rainy_h1_bg.jpg) no-repeat;
	color: #FFF;
	height: 460px;
}

#rainy h1 span {
	display: none;
}

#rainy p.tagline strong, .rainy strong, #midweek strong {
	background: #EFFD64;
	border-bottom: solid 1px #B3BF3C;
	border-right: solid 1px #B3BF3C;
	padding: 2px 5px;
	color: #000;
	font-size: .8em;
}

#rainy h2 {
	color: #294e93;
	font-size: 28px;
}

#rainy a {
	color: #294e93;
}

#rainy a.button {
	background: #6983b3;
	color: #FFF;
}

#rainy p#share-note {
	color: #000;
	font-weight: bold;
	float: right;
	width: 470px;
}

#qvc-offer h1 {
	background: #6AA713 url(images/qvc_h1_bg.png) no-repeat;
	color: #FFF;
	height: 169px;
}

#qvc-offer h1 span {
	display: none;
}

#qvc-offer p#share-note {
	color: #000;
	font-weight: bold;
	float: right;
	width: 470px;
}


	
/* Borrowed from Blueprint CSS */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
  
/* Clearfix */
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

#gallery2 {display:none;}
#gallery3 {display:none;}
#gallery4 {display:none;}
#thumbs {display:none;
margin-left: 15px;}