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

a {
  color: #832812;
}

p + p, p + ul, ul + p, ul + ul, ul + ol, ol + p, ul + p, p + .boxed {
  margin-top: 1em;
}

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

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: 1em 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] {
  background: #832812;
  color: #FDFF74;
  font-size: 80%;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
  -moz-border-radius: 5px;
}

input[type=submit]:hover, button:hover, input[type=reset]: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 {
	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;
}

  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 30px;
      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: 30px;
        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: 250px;
        z-index: 20;
      }
        
        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;
        }
        
          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;
  }
  
    #supplemental #cart h2 {
      color: #000;
      float: left;
    }
  
    #supplemental #cart h2 span {
      color: #9D9D9D;
    }
    
    #supplemental #cart img {
      float: left;
      margin-left: 10px;
    }
    
    #supplemental #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;
  }

/* 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;
  }
  
/* Homepage */
#homepage {
	margin-top: -15px;
}

#homepage h1 {
	background: #78B0CB url(images/home_bg.jpg) no-repeat;
	color: #FFF;
	height: 297px;
	position: relative;
}

	#homepage h1 span {
		display: none;
	}
	
	#homepage h1 a {
		bottom: 22px;
		height: 60px;
		position: absolute;
		right: 10px;
		width: 240px;
	}

#homepage a span {
	display: none;
}

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

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

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

/* @Home */

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

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

#at-home a, #at-home h2 {
	color: #026CBB;
}

#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;
	}
	
/* Store Homepage */
h1#shop {
	background: #B44326 url(images/shop_bg.png) no-repeat;
	height: 100px;
	width: 620px;
}

h1#shop span {
	display: none;
}


#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;
	}
	
		#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_serveware.png) no-repeat top; }
	
		#body ul.tiles h2 span {
			display: none;
		}


/* 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;
  }
  
/*    .product .image #zoom-note {
      display: block;
      float: none;
      margin-left: 190px;
    }*/
  
  .product .button {
    margin-top: 20px;
  }

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

  #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 img {
    float: left;
    margin-right: 15px;
  }

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

.multi-up {
  background: #EAEAEA;
  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: #F6F6F6;
    margin-left: 0 !important;
  }

  .multi-up > ul > li {
    float: left;
    line-height: 1;
    text-transform: uppercase;
  }
  
    .multi-up ul li + li {
      border-left: 1px solid #EAEAEA;
    }
  
    .multi-up ul li a {
      color: #757575;
      display: block;
      font-size: 110%;
      padding: 14px;
      text-decoration: none;      
    }
  
  .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;
    color: #000;
    font-weight: bold;
  }

/* Color Picker */
.color-picker {
}

  .color-picker h4 {
    color: #666;
    font-size: 80%;
    font-weight: bold;
    margin: 3px 5px 0 0 ;
    text-transform: uppercase;
  }

  .color-picker li, .color-picker h4 {
    float: left;
  }

  .color-picker ul li {
    border: solid 1px #666;
    cursor: pointer;
    height: 15px;
    margin: 0 1px;
    list-style-type: none !important;
    width: 15px;
  }

    .color-picker li span {
      display: none;
    }
  
.yellow { background: #FDD900; }
.orange { background: #F47331; }
.green { background: #70B741}

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

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

	.tagline * {
		font-family: "Georgia", "Times", serif;
	}
  
/* 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;}