@font-face {
    font-family: 'VeggieburgerLight';
    src: url('/fonts/bespoke/ststephenscofe/VeggiLig-webfont.eot');
    src: url('/fonts/bespoke/ststephenscofe/VeggiLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bespoke/ststephenscofe/VeggiLig-webfont.woff') format('woff'),
         url('/fonts/bespoke/ststephenscofe/VeggiLig-webfont.ttf') format('truetype'),
         url('/fonts/bespoke/ststephenscofe/VeggiLig-webfont.svg#VeggieburgerLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VeggieburgerRegular';
    src: url('/fonts/bespoke/ststephenscofe/VeggiMed-webfont.eot');
    src: url('/fonts/bespoke/ststephenscofe/VeggiMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bespoke/ststephenscofe/VeggiMed-webfont.woff') format('woff'),
         url('/fonts/bespoke/ststephenscofe/VeggiMed-webfont.ttf') format('truetype'),
         url('/fonts/bespoke/ststephenscofe/VeggiMed-webfont.svg#VeggieburgerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VeggieburgerBold';
    src: url('/fonts/bespoke/ststephenscofe/VeggiBol-webfont.eot');
    src: url('/fonts/bespoke/ststephenscofe/VeggiBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bespoke/ststephenscofe/VeggiBol-webfont.woff') format('woff'),
         url('/fonts/bespoke/ststephenscofe/VeggiBol-webfont.ttf') format('truetype'),
         url('/fonts/bespoke/ststephenscofe/VeggiBol-webfont.svg#VeggieburgerBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,body {
	height:100%;
	background: #d9bfbf url(/img/bespoke/ststephenscofe/bg.png) repeat-x center top;
}


#wrapper {
	background: url(/img/bespoke/ststephenscofe/bg-footer.png) no-repeat center bottom;
	min-height:100%;
	margin-bottom: 0;
	position:table;
}

#wrapper:before { /* Opera and IE8 "redraw" bug fix */
	content:"";
	float:left;
	height:100%;
	margin-top:-999em;
}

#header {
	background: url("/img/bespoke/ststephenscofe/header.png") no-repeat scroll center top transparent;
        margin: 15px auto 0;
        min-height: 179px;
        position: relative;
        width: 982px;
        z-index: 3;
}

	#header h1 {
		color: #164086;
		font-size: 3.0em;
		position: relative;
		top: 30px;
		margin-bottom: 16px;
		padding-left:10px;
	}

	#header p {
		color: #164086;
		font-size: 1.8em;
		position: relative;
		top: 35px;
		padding-left: 10px;
	}



	#header #search {
		top: 378px;
                height: 28px;
                line-height: 28px;
                padding: 7px 8px;
                position: absolute;
                right: 44px;
                /*
                background: #ff3399;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-webkit-border-radius-topright: 8px;
		border-top-right-radius: 8px;
		-webkit-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
                */
	}

        #header #search form {
            padding: 0;
            margin: 0;
        }

		#header #search input {
			-webkit-border-top-right-radius: 0;
			-webkit-border-radius-topright: 0;
			border-top-right-radius: 0;
			-webkit-border-bottom-right-radius: 0;
			-webkit-border-radius-bottomright: 0;
			border-bottom-right-radius: 0;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-radius-topleft: 5px;
			border-top-left-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-webkit-border-radius-bottomleft: 5px;
			border-bottom-left-radius: 5px;
		}

		#header #search .btn {
			padding-left: 15px;
			padding-right: 15px;
			-webkit-border-top-left-radius: 0;
			-webkit-border-radius-topleft: 0;
			border-top-left-radius: 0;
			-webkit-border-bottom-left-radius: 0;
			-webkit-border-radius-bottomleft: 0;
			border-bottom-left-radius: 0;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-radius-topright: 5px;
			border-top-right-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-radius-bottomright: 5px;
			border-bottom-right-radius: 5px;
            margin:0;
            height: 28px;
		}

#filling {
	position: fixed;
	top: 0;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	bottom: 0;
	background: #edecd1;
	z-index: 2;
}

#ribbon {
	position: absolute;
	top: 200px;
	width: 1040px;
	height: 96px;
	left: 50%;
	margin-left: -520px;
	background: url(/img/bespoke/ststephenscofe/ribbon.png) no-repeat;
	z-index: 1;
}

/*  Nav
    ===  */
#nav {
	
        height: 72px;
        margin: 0 auto;
        padding: 0 17px;
        position: relative;
        width: 948px;
        z-index: 4;
}

	#nav ul {
		margin: 0;
		list-style: none;
		height: 72px;
		position: relative;
		z-index: 4;
                float:right;
	}

		#nav ul li {
			position: relative;
			float: left;
			height: 100%;
			line-height: 40px;
			display: block;
			color: #fff;
			font-size: 16px;
			text-shadow: 1px 1px 0 #333;
			font-weight: bold;
			border-right:1px solid #ddd;
			z-index: 555;
		}

                
                #nav > ul > li {
                        background:url("/img/bespoke/ststephenscofe/menu-logo.png") no-repeat scroll 4px 31px transparent;
                }
                
                #nav > ul > li.current-item,
                #nav > ul > li:hover {
                        background: url(/img/bespoke/ststephenscofe/menu-select.png) no-repeat top left;
                }
                
		#nav ul li:last-child {
			
		}

			#nav ul li a {
				text-decoration: none;
				color: inherit;
				*color: #0b1f41;
				display: block;
				padding: 0 22px;
				z-index: 4;
				position: relative;
			}
                    
                        
                        
                        #nav ul li a:hover {
                                text-decoration:underline;
                        }

				#nav ul.dropdown ul {
					position:absolute;
					width: 175px;
					display: none;
					height: auto;
					margin:0;
					background-image: none;
					background-color: #B42626;
					border: 1px solid #555555;
					margin-top: -1px;
				}

					#nav ul.dropdown ul li {
						display: block;
						float: none;
						margin: 0;
						border: none;
						background-image: none;

					}


#nav ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

#nav ul.dropdown ul ul.left, #nav ul.dropdown ul ul.left ul {
	left: -100%;
}

#nav ul.dropdown li {
	display: inline-block;
	line-height:40px;
	position: relative;
}


                #nav > ul.dropdown > li {
                        padding-left:23px;
                        line-height: 80px;
                }

#nav ul.dropdown li.more {
	padding-right: 36px;
}

#nav ul.dropdown li.more span {
	display: block;
	padding-top: 46px;
	height: 0;
	width: 56px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	cursor: pointer;
	background: url(/img/bespoke/ststephenscofe/dropdown-white.png) no-repeat 15px -6px;
}

#nav > ul.dropdown > li.more > span {
        top:18px;
}

#nav ul.dropdown li li.more span {
	background-position: 15px -66px;
}

#nav ul.dropdown li li {
	clear: both;
	display: block;
	line-height: 40px;
}

#nav ul.dropdown li a {
	display:block;
	padding: 0 10px;

}

#nav ul.dropdown li li a {
	font-weight: normal;

}

											@media (max-width: 767px) {
												#nav ul.dropdown, #nav ul.dropdown ul {
													width:100%;
													position: relative;
												}

												#nav ul.dropdown li {
													width: 100%;
													padding-right: 0 !important;
													position: relative;

												}

												#nav ul.dropdown ul {
													left: 0 !important;
													text-indent: 14px;
												}

												#nav ul.dropdown ul { text-indent:20px; }
												#nav ul.dropdown ul ul { text-indent:40px; }
												#nav ul.dropdown ul ul ul { text-indent:60px; }
												#nav ul.dropdown ul ul ul ul { text-indent:80px; }

												#nav ul.dropdown ul li.more span {
													background-position: 4px -64px !important;
													width:45px;
													padding-top: 40px;
													z-index: 5;
													border-left: 1px solid #EEA30E;
												}

												#nav ul.dropdown ul li.down > span {
													background-position: 4px -8px !important;
												}

												#nav .extra {
													cursor: pointer;
												}

												#nav .extra > a {
													display:none !important;
												}

												#nav .extra:before {
													content: 'Menu';
													padding-left:10px;
												}
											}

#content {
	margin: 0 auto;
	width:930px;
	padding: 15px 26px;
	position: relative;
	z-index: 2;
        min-height:320px;
        
}

.page-home #content .column > .element-marquee {
        position:absolute;
        width:930px;
        top:-34px;
        left:26px;
}

#footer {
	background: url("/img/bespoke/ststephenscofe/footer.png") repeat-x scroll center top transparent;
        color: #fff;
        font-weight: bold;
        min-height: 52px;
        margin: 0 auto;
        padding: 9px 24px 0px;
        position: relative;
        text-align: center;
        z-index: 2;
}

#footer a {
	color: inherit;
}




@media (max-width: 767px) {
	#filling {
		display: none;
	}
	
	body {
		background: #D9BFBF;
	}

	#wrapper, #header, #content, #nav, #footer {
		width: auto;
	}

	#wrapper {
		margin: 10px;
		background-image: none;
		min-height:0;
                min-width:0;
	}

	#header {
		background-size: 95% auto;
                height: 160px;
                min-height: 0;
                background-position: center top;
				background-color:#A01111;
	}

	#header h1 {
		top: 0;
		line-height:1.2em;
		font-size: 2.7em;
	}

	#header p {
		top: 0;
	}

        #header #search {
                top:233px;
        }

	#content {
		min-height: 280px;
                padding:15px;
                
	}
        
        #content .column {
                width: auto;
        }

        #content .element-slideshow .slideshow img {
                width:100% !important;
                height:auto !important;
        }
        
        #content .element-slideshow .slideshow {
                width:100% !important;
        }

        #content .element-image img {
                width:100% !important;
                height:auto;
        }
        
        .page-home #content .column > .element-marquee {
                position:relative;
                width: auto;
                top:0;
                left:0;
        }
        
	#footer {
		min-width: 0;
                padding-top: 105px;
                background-size: 107% auto;
	}

	#nav {
		height: auto;
		padding:0;
	}

        #nav ul {
                float:none;
        }
        
	#nav ul.dropdown {
		display:block;
		width: auto;
		float: none;
		height: auto;
		position: relative;
                background:#B42626;
	}

	#nav > ul.dropdown > li {
		line-height:60px;
		background-image:none;
	}
	
	#nav ul.dropdown ul {
		position: relative;
		width: auto;
		display: none;
		margin: 0;
		border-top:0;
	}

	#nav ul.dropdown ul ul {
		border: none;
	}

	#nav ul.dropdown li {
		display:block;
		width: auto;
		float: none;
		height: auto;
		margin:0;
	}

        #nav > ul > li.current-item,
        #nav > ul > li:hover {
                background-image: none;
        }
        
	#nav ul.dropdown ul li {
		border-top: 1px solid #EEA30E;
	}
}

@media (max-width: 480px) {
        #header {
                height: 94px;;
        }

}