* {
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: arial, sans-serif;
    color: #000;
    font-size: 16px;
    background-color: #fff;
}

h1 {
    font-size: 20px;
    font-family: "FuturaLT CondensedBold";
    /*TYPEKIT / CUFON THIS*/
    font-weight: normal;
}

h2 {
    font-size: 16px;
    font-family: "FuturaLT CondensedBold";
    /*TYPEKIT / CUFON THIS*/
    font-weight: normal;
}

h3 {
    font-size: 24px;
    font-family: "FuturaLT CondensedBold";
    /*TYPEKIT / CUFON THIS*/
    font-weight: normal;
}

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

a {
    color: inherit;
    text-decoration: none;
}







/*HEADER & FOOTER*/

    #header, #footer {
        width: 100%;
        background-color: #e6d7c2;
        text-align: center;
        z-index: 10;
    }

    #header {
        position: fixed;
        top: 0px;
        box-shadow: 0px -2px 10px 3px #000;
        -moz-box-shadow: 0px -2px 10px 3px #000;
        -webkit-box-shadow: 0px -2px 10px 3px #000;
    }

    #footer {
        position: fixed;
        bottom: 0px;
        margin-top: -40px;
        box-shadow: 0px 4px 10px 3px #000;
        -moz-box-shadow: 0px 4px 10px 3px #000;
        -webkit-box-shadow: 0px 4px 10px 3px #000;
    }

        #header img {
            width: 90%;
            max-height: 47px;
            max-width: 360px;
        }

        #header ul, #footer ul {
            height: 40px;
            width: 100%;
            background-color: #bd2f22;
            color: #fff;
            list-style-type: none;
        }

            #header ul li {
                float: left;
                height: 40px;
                width: 33%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                text-align: center;
            }

	    #footer ul li  {
                float: left;
                height: 40px;
                width: 50%;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                text-align: center;
	    }

                #header ul li h1, #footer ul li h1 {
                    padding-top: 8px;
                }


	div#mobileMenuBtn {
		position:relative;
	}
		div#mobileMenuBtn .sub {
			display:none;
			width: 100%;
			height: auto;
			position: absolute;
			top: 40px;
			left: 0px;
			background:#bd2f22;
			padding: 12px 0;
		}
			div#mobileMenuBtn .sub a {
				display:block;
				width: 100%;
				margin-bottom:5px;
				font-family: "futura-pt-condensed",sans-serif;
			}
		body._locationMenus_OPEN_ div#mobileMenuBtn .sub {
			display:block;
		}








/*LE CONTENT*/

#content {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: 40px;
    padding-top: 120px;
    z-index: 1;
}






/*MENU*/

#content ul {
    padding: 0% 9%;
    list-style-type: none;
    margin-bottom: 70px;
}

    #content ul li {
        border-bottom: 1px solid #acacac;
        padding-bottom: 13px;
        margin-bottom: 13px;
    }

        #content ul li.menuCategory {
            font-size: 20px;
            font-family: "FuturaLT CondensedBold";
            /*CUFON / TYPEKIT THIS*/
            color: #bd2f22;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        #content ul li span.item {
            font-size: 16px;
            font-weight: bold;
        }

        #content ul li p.description {
            font-size: 14px;
            font-weight: normal;
            line-height: 20px;
            padding-top: 3px;
            letter-spacing: 1px;
        }






/*GALLERY*/

.gallery {
	padding-top: 77px !important;
}

@media screen and (min-width: 321px){
	.gallery {
		padding-top: 87px !important;
	}
}

#gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    #gallery .cell {
        height: auto;
        width: 33.33%;
        float: left;
        border: 1px solid #000;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-left: -1px; /*prevents double border thickness*/
        margin-top: -1px; /*prevents double border thickness*/
    }

	@media screen and (min-width: 321px){
		#gallery .cell {
			width: 25%;
		}
	}


/* MERCH PAGE */

#merch_inner .item {
	width: 100%;
	margin-bottom: 15px;
}

	#merch_inner .item img {
		width: 100%;
		margin-bottom: 5px;
	}

	#merch_inner span {
		height: auto !important;
		margin-bottom: 0px !important;
	}

	#slideShowContainer {
		width: 100%;
	}

	#slideshow {
		width: 100%;
		text-align: center;
	}

	#slideshow div {
		margin: auto;
	}

	img.galleryThumb {
		width: 69px;
		height: 60px;
		border: 2px solid #bc2c23;
		cursor: pointer;
	}

	img.galleryImg {
		width: 100%;
	}


/*TEXT PAGE*/

#textpage {
    padding: 0% 9%;
    margin-bottom: 70px;
}

    #textpage h1 {
        color: #bd2f22;
    }

    #textpage h2 {
        color: #bd2f22;
    }

    #textpage p {
        padding-top: 20px;
        line-height: 23px;
        font-size: 14px;
    }

    #textpage .divider {
        height: 1px;
        background-color: #acacac;
        margin: 13px 0px;
    }

    #textpage a {
        color: #bd2f22;
    }

    #textpage span {
        display: block;
        height: 40px;
        margin-bottom: 15px;

    }

	#textpage h1 a span {
	display: inline;
	vertical-align: middle;
	position: relative;
	top: -3px;
	right: 3px;
	font-size: 8pt;
	color: #fff;
	}

        #textpage span img {
            display: inline-block;
            width: 30px;
            height: 30px;
        }

        #textpage span h3 {
            display: inline-block;
            letter-spacing: 1px;
            color: #bd2f22;
            position: relative;
            top: -8px;
            margin-left: 15px;
        }

/* CONTACT PAGE */

.contact h1 {
	border-bottom: 1px solid #e6d7c2;
	margin-bottom: 10px;
}

.contact h4 {
	margin-top: 20px;
}

h1 A {
	float: right;
}




/*catering download button*/

.catering_cta {
    margin: 20px auto 30px;
    border-top: 1px solid #BF2E1A;
    border-bottom: 1px solid #BF2E1A;
    padding: 10px 0px 11px;
    width: 82%;
}

.catering_cta p {
    margin-bottom: 0px;
    line-height: 1;
    color: #A2A2A2;
    font-size: 75%;
    letter-spacing: .08em;
    font-weight: bold;
}

.catering_cta a {
    color: #BF2E1A;
    display: inline;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: bold;
}
