/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    border: none;
}

/*----  End Style Resets ----*/

body {
	background: #4f292a url(../img/Wards_banner-lg.png)  top center no-repeat;
	background-size: 1100px;
	font-family: Georgia, serif;
	font-size: 12px;
}

#page {
	width:960px;
	margin: 0 auto;
}

#cartDisplay {
    width: 400px;
    margin: 0 0 0 auto;
	text-align: right;
    /*Remove*/ height: 100px;
}

#header {
    /*Remove*/ height: 330px;
}

.top-btn {
	float:right;
	margin: 0 0 0 10px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 6px;
}

#cart-total {
	clear:both;
	color:#fce573;
	padding: 7px 0 0 0;
	margin: 0;
	font-size: 20px;
	font-weight:700;
	font-style:italic;
}

.simpleCart_empty {
	font-size: 9px;
	color: #ccf;
	margin: -5px 0 0 0;
}

.shadowContainer {
	box-shadow: rgba(0,0,0,0.3) 10px 5px 12px;
}

#pageNav {
    background: #fff;
    padding: 0 0 20px 0;
}

#pageNav table {
    width: 960px;
}

#pageNav table tr td {
    width: 159px;
    text-align: center;
    background: #fce573;
    border-left: solid 1px #999;
    font-weight: 700;
    font-family: "museo-slab", Georgia, serif;
}

#pageNav table tr td:first-child {
    border: none;
}

#pageNav table tr td:hover, #pageNav table tr td:focus, #pageNav table tr td.active {
    background: #fff;
}

#pageNav table tr td a {
    font-size: 16px;
    font-weight: 700;
    font-family: "museo-slab", Georgia, serif;
    color: #000;
    width: 159px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

/*--- Home Page Sections ---*/
.home-section {
	background: white;
}

.home-bobby {
	background: white url(../img/Wards_Homepage_Bobby.jpg) no-repeat;
	min-height:420px;

}

.text-bobby {
	width: 570px;
	margin: 0 30px 0 20px;
}

.home-text1 {
	width: 560px;
	margin: 0 auto 10px 0;
	font-size: 14px;
}

.home-text2 {
	width: 320px;
	margin: 0 auto 10px 0;
	font-size: 14px;
}

.home-text3 {
	width: 320px;
	margin: 0 auto 10px 0;
	font-size: 14px;
	text-align: center;
}

.bobbyquote {
	font-size: 18px;
	font-style:italic;
	color: #4f292a;
}

.img-bobby {
	width: 465px;
	float: right;
	margin: 0 20px;
}

.title-bobby {
	font-weight: 700;
	font-size:24px;
	margin: 0 0 5px 0;
    font-family: "museo-slab", Georgia, serif;
}

.title-bobby em {
	font-size:18px;
	font-weight: 400;
	font-style: italic;
}

.home-ToProducts {
	background: #fff;
	width: 960px;
}

.home-dips {
	float:right;
	width:940px;
	margin: 0 20px;
	clear: both;
}

.home-seasoning {
	width:940px;
	margin: 0 20px;
	padding: 0 0 30px 0;
}

.home-seasoning h2, .home-dips h2 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding: 5px 0 10px 0;
	font-weight: 700;
	font-family: "museo-slab", Georgia, serif;
	
}

.home-seasoning p, .home-dips p {
	margin: 0 0 10px 0;
	font-size: 14px;
}

.home-seasoning a, .home-dips a {
	display: block;
	text-align: center;
	color: #00aeef;
	font-weight: 700;
	-moz-transition: color .3s ease-in;
	-webkit-transition: color .3s ease-in;
	transition: color .3s ease-in;
}

.home-seasoning a:hover, .home-dips a:hover, .home-seasoning a:focus, .home-dips a:focus {
	color: #4f292a;
}


/*--- Spice Section ---*/
.spice-section {
    background: #fff;
	padding: 0 0 30px 0;
}

.spice-articleImg {
    float: left;
    width: 300px;
}

.spice-articleCaption {
	text-align: center;
}

.spice-articleCaption a {
	font-size: 10px;
	color: #559;
	transition: color .3s ease-in;
}

.spice-articleCaption a:hover, .articleCaption a:focus {
	color: #600;
}

.spice-articleAlso {
    float: right;
    width: 150px;
}

.spice-article {
	width: 490px;
	margin: 0 150px 10px 330px;
}

.spice-article p {
	line-height: 1.2em;
	font-size: 14px;
}

.spice-itemName {
	font-family:"museo-slab",Georgia, serif;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 5px 0;
}

.spice-goodOn {
	color: #c00;
	margin: 10px 0 0 0;
}

.spice-itemOrder {
	margin: 20px 0 0 0;
}

.spice-caseOrder {
	width: 245px;
	float: right;
	text-align: center;
}

.spice-singleOrder {
	width: 245px;
	text-align: center;
}

.spice-caseOrder p, .spice-singleOrder p {
	 margin: 0 0 10px 0;
}

.spice-caseOrder a, .spice-singleOrder a {
	padding: 5px 30px;
	background: #fce573;
	color: #000;
	text-decoration: none;
	font-style: italic;
	font-weight: 700;
	border: solid 1px #cc3;
}

/*--- Dealer Page Styles ---*/
.dealer-section {
	background: #fff;
}

.dealer-section h1 {
	font-weight: 700;
	color: #4f292a;
	font-size: 28px;
    font-family: "museo-slab", Georgia, serif;
	padding: 0 0 15px 0;
	margin: 0 0 0 10px;
}

.dealers-col-rt {
    width: 300px;
    float: right;
    margin: 0 10px;
}

.dealers-col-lt {
    width: 300px;
    float: left;
    margin: 0 10px;
}

.dealers-col-ctr {
    width: 300px;
    margin: 0 330px;
}

.dealers-col-rt h2, .dealers-col-ctr h2, .dealers-col-lt h2 {
	font-weight: 700;
	color: #4f292a;
	font-size: 20px;
    font-family: "museo-slab", Georgia, serif;
	margin: 0 0 5px 0;
}

.dealers-col-rt h3, .dealers-col-ctr h3, .dealers-col-lt h3 {
	font-weight: 700;
	font-size: 16px;
    font-family: "museo-slab", Georgia, serif;
	margin: 0 0 5px 0;
	text-transform:uppercase;
}

.dealers-col-rt h4, .dealers-col-ctr h4, .dealers-col-lt h4 {
	font-weight: 700;
    font-family: "museo-slab", Georgia, serif;
}

.dealers-col-rt p, .dealers-col-ctr p, .dealers-col-lt p {
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 10px 0;
}

.dealers-signup {
	border: solid 1px #4f292a;
	width: 298px;
	margin: 0 0 10px 0;
	padding: 20px 0;
}

.dealers-signup h2 {
	margin: 0 0 10px 130px;
}

.dealers-signup h4 {
	margin: 0 10px;
	text-align: center;
}

.dealers-signup h4 a {
	color: #00aeee;
	font-weight: 700;
}

.dealers-signup h4 a:hover, .dealers-signup h4 a:focus {
	color: #4f292a;	
	-moz-transition: color .3s ease-in;
	-webkit-transition: color .3s ease-in;
	transition: color .3s ease-in;
}

/*--- About Us Page Styles ---*/
.contact-section {
	background: #fff;
}

.contact-section h1 {
	font-weight: 700;
	color: #4f292a;
	font-size: 28px;
    font-family: "museo-slab", Georgia, serif;
	padding: 0 0 15px 0;
	margin: 0 0 0 10px;
}

.contact-contact {
	float:left;
	width: 300px;
	margin: 0 0 0 20px;
	font-size: 16px;
}

.contact-contact h2 {
	font-size: 18px;
	font-weight: 700;
	font-family: "museo-slab", Georgia, serif;
}

.contact-contact a {
	color: #00aeef;
}

.contact-quotes {
	width: 600px;
	margin: 0px 0 0 340px;
	text-align: right;
}

.contact-quotes h2 {
	font-size: 20px;
	font-style:normal;
	color: #4f292a;
	font-weight: 700;
	font-family: "museo-slab", Georgia, serif;
	margin: 0 0 10px 0;
}

.contact-quotes blockquote {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	padding: 0 0 20px 0;
}

.contact-quotes blockquote p {
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: 700;
}

/*--- Showcase Page Styles ---*/
.showcase-section {
	background: #fff;
}

.showcase-article {
	margin: 0 10px;
	padding: 0 0 20px 0;
}

.gallery-article {
	width: 750px;
	margin: 0 auto;
}

.showcase-section h1 {
	font-weight: 700;
	color: #4f292a;
	font-size: 28px;
    font-family: "museo-slab", Georgia, serif;
	padding: 0 0 15px 0;
	margin: 0 0 0 10px;
}

.showcase-section h2 {
	font-weight: 700;
	color: #000;
	font-size: 20px;
    font-family: "museo-slab", Georgia, serif;
	padding: 0 0 5px 0;
	margin: 0 0 0 10px;
}

/*--- Gallery Styles ---*/
ul.gallery {
	padding: 0 0 30px 0;
}

ul.gallery li.galleryImg-lt {
	float: left;
	margin: 0 10px;
	border: solid 1px #ddd;
	list-style: none;
}

ul.gallery li.galleryImg-rt {
	float: right;
	margin: 0 10px;
	border: solid 1px #ddd;
	list-style: none;
}

ul.gallery li.galleryImg-ctr {
	width: 220px;
	margin: 0 265px;
	border: solid 1px #ddd;
	list-style: none;
}

ul.gallery li a img {
	width: 200px;
	margin: 10px;
	-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in-out, -ms-box-shadow 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

ul.gallery li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow:4px 4px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
}

/*--- Success Page Styles ---*/
.success-section {
	background: #fff;
}

.success-section h1 {
	font-weight: 700;
	color: #4f292a;
	font-size: 28px;
    font-family: "museo-slab", Georgia, serif;
	padding: 0 0 15px 0;
	margin: 0 0 0 10px;
}

.success-section h3 {
	padding: 0 0 15px 0;
	margin: 0 0 0 400px;
	font-size: 20px;
    font-family: "museo-slab", Georgia, serif;
	
}

.success-section h4 {
	padding: 0 0 5px 0;
	margin: 0 0 0 400px;
	
}

.success-section p {
	padding: 0 0 15px 0;
	margin: 0 0 0 10px;
	
}

/*--- Footer ---*/
#footer {
	background: #fce573;
}

.footerTable tr td {
	width: 320px;
	text-align: center;
	line-height: 30px;
}

.footerName, .footerPhone {
	font-weight: 700;
}


/*--- Standard Layout Styles ---*/
.clearBoth {
    clear: both;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

.museo {
    font-family: "museo-slab", Georgia, serif;
}



/*--- Force Ijunk to render text correctly ---*/
@media screen and (max-width: 640px) {
body { 
	background: #4f292a;
	background-image: none;
	font-family: Georgia, serif;
	font-size: 12px;
}

#page { 
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}
}
