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

}

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

}

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

}

html {
        height:100%;
	background: url(/img/bespoke/colstonspri/bg.png) repeat center top;
}

body {
	height:100%;
	background: url(/img/bespoke/colstonspri/header-bg.png) repeat-x center top;
}

#wrapper {
	
	min-height:100%;
	margin-bottom: -65px;
	position:table;
	width: 100%;
}

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

#header {
	position: relative;
	z-index: 3;
	width: 1005px;
	margin: 0 auto;
	height: 208px;
	background: url(/img/bespoke/colstonspri/header.png) no-repeat center top;
			overflow:visible !important;
}

	#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 {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 28px;
		padding: 7px 8px;
		background: #ff3399;
		line-height: 28px;
		-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/colstonspri/ribbon.png) no-repeat;
	z-index: 1;
}

/*  Nav
    ===  */
#nav {
	height: 56px;
        left: 44px;
        position: relative;
        top: 140px;
        width: 920px;
        z-index: 3;
        background: #0f4fe4;
}

	#nav ul {
		margin: 0;
		list-style: none;
		height: 40px;
		position: relative;
		z-index: 4;
	}
        
        #nav > ul {
                padding: 10px 5px 0;
        }

		#nav ul li {
			position: relative;
			float: left;
			height: 100%;
			line-height: 58px;
			display: block;
			color: #fff;
			font-size: 17px;
			font-weight: bold;
			/*background: url(/img/bespoke/colstonspri/seperator.png) right repeat-y;*/
			z-index: 4;
                        border: 1px solid #0F4FE4;
		}

		#nav ul li:last-child {
			background: none;
		}
                
                #nav > ul > li:hover {
                        border-radius: 10px;
                        background:#0242d7;
                        border-top:#012371 solid 1px;
                        border-left:#012371 solid 1px;
                        border-bottom:#187ef4 solid 1px;
                        border-right:#187ef4 solid 1px;
                }

			#nav ul li a {
				text-decoration: none;
				color: inherit;
				*color: #fff;
				display: block;
				padding: 0 22px;
				z-index: 4;
				position: relative;
                                filter: glow(color=#201f1f,strength=5);
                                filter: dropshadow(color=#201f1f,offX=4,offY=4);
			text-shadow: 4px 4px 5px #201f1f,
                                     4px 4px 5px #201f1f,
                                     4px 4px 5px #201f1f,
                                     4px 4px 5px #201f1f;
                                white-space: nowrap;
			}
                        
                        #nav ul li:hover > a {
                                text-decoration: underline;
                        }

				#nav ul.dropdown ul {
					position:absolute;
					width: auto;
					display: none;
					height: auto;
					margin:0;
					background-image: none;
					background-color: #0f4fe4;
					margin-top: 1px;
                                        -moz-box-shadow: 2px 2px 5px #999;
                                        -webkit-box-shadow: 2px 2px 5px #999;
                                        box-shadow: 2px 2px 5px #999;
				}

					#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.more {
	padding-right: 36px;
}

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

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

#nav ul.dropdown li li {
	clear: both;
	display: block;
	line-height: 40px;
        border-bottom:#4b7bea solid 1px;
}

#nav ul.dropdown li li:hover {
        background:#020269;
}

#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;
	padding-bottom:90px;
	position: relative;
	z-index: 2;
}

#footer {
	background: url(/img/bespoke/colstonspri/footer.png) no-repeat top center #ffffff;
	height: 40px;
	font-size: 13px;
	text-align: center;
	color: #333;
	position:relative;
	z-index: 2;
	min-width: 940px;
	padding-top:110px;
        padding-bottom:20px;
}

#footer small {
        font-size:13px;
}

#footer a {
	color: inherit;
}

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

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

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

	#header {
		background-size:100%;
		height:0px;
		padding-top:14%;
			padding-bottom:15%;
	}

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

	#header p {
		top: 0;
	}


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

	#footer {
		min-width: 0;
                background-size:105%;
                padding-top:90px;
	}

	

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

	#nav ul.dropdown ul {
		position: relative;
		width: 100%;
		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.dropdown li li:hover {
                background:none;
        }

	#nav ul.dropdown ul li {
		border-top: 1px solid #EEA30E;
	}
}








