/*
Index:
1a - Fonts
2a - General Css
3a - Header Css
4a - Content Css
5a - Footer Css

********************************************************************************
*******************************************************************************/

/* 1a - Fonts
------------------------------------------------------------------------------*/

/* End 1a - Fonts
------------------------------------------------------------------------------*/

/* 2a - General CSS
------------------------------------------------------------------------------*/

header, footer, aside, nav, article { 
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 0.8em;
    background: url('../pics/footerBG.png');
    
}

#header, #storePic, #aboutUs, #map, #footer {
    display: block;
    width: 1000px;
    margin: auto;
}

h1, h2, h3, h4, h5 {
    color: #478c53;
    
}

h3 {
    font-size: 20px;
    margin: 0px;
    padding: 10px;
}

h4 {
    font-size: 35px;
    margin: 0px;
    padding: 10px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
    font-family: 'Rancho', cursive;
}

#pageWrapper {
    width: 100%;
    background: url('../pics/roadBackground3.jpg') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.8);
}

#headerWrapper, #storePic, #map, #specialsBox1, #specialsBox2, #specialsBox3 {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.8);

}

#storePicOuter, #mapOuter, #specialsBox1Outer, #specialsBox2Outer, #specialsBox3Outer, #weAreHere {
    padding: 9px;
    background: #478c53;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.8);
}

/* End 2a - General CSS
------------------------------------------------------------------------------*/

/* 3a - Header CSS
------------------------------------------------------------------------------*/

#headerWrapperOuter {
    padding-bottom: 9px;
    background: #478c53;
    z-index: 5;
    position: relative;
}

#headerWrapper {
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.67) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.67))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 ); /* IE6-9 */

}

#headerTextureWrapper {
    background: url("../pics/headerBG.png");
}

#header #titleImg {
    margin: 0px;
    height: 90px;
    padding: 30px 0px 0px;
}

#header h2 {
    color: white;
    font-family: sans-serif;
    margin: -20px 0px 0px 20px;
    padding-bottom: 20px;
    font-size: 32px;
}

#header {
    position: relative;
}

#specialsBox2Outer {
    position: absolute;
    top: 0px;
    right: 10px;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.8);
}

#specialsBox2 {
    width: 300px;
    min-height: 250px;
    background: white;
    padding-top: 20px;
}


#specialsBox2 {
    padding: 40px 30px 20px;
    font-family: 'Patrick Hand', cursive;
    margin-top: -30px;
    
    background: url('../pics/paper.png');
    background-size: 100% 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

#specialsBox2 h3 {
    font-size: 30px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}


#specialsBox2Outer {
    padding: 0px;
    background: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    
}

#specialsBox2 h3 {
    padding: 5px 5px;
}

/* End 3a - Header CSS
------------------------------------------------------------------------------*/

/* 4a - Content CSS
------------------------------------------------------------------------------*/

#storePicOuter, #mapOuter {
    width: 1000px;
    margin: auto;
}

#storePic {
    position: relative;
    z-index: 4;
}

#storePicOuter {
    margin-top: -15px;
    
}

#weAreHere {
    opacity: 1;
    width: 160px;
}

#weAreHere h4 {
    color: rgb(20,20,20);
    padding: 0px;
    margin: 0px;
    display: block;
    
}

#map {
    height: 500px;
    border: 0px;
}

#mapOuter {
    opacity: 1;
}

#aboutUs {
    width: 960px;
    padding: 20px 20px 0px;
}

#aboutUs p {
    max-width: 700px;
}

#aboutUs #logoWrapper {
    display: table;
}

#aboutUs #logoWrapper img {
    height: 45px;
    margin: 10px;
    display: block;
    float: left;
}

#specialsBox3Outer {
    float: right;
    width: 350px;
    margin-left: 10px;
    display: none;
}

#specialsBox3 {
    background: white;
    width: 350px;
    min-height: 200px;
    display: none;
}

/* End 4a - Content CSS
------------------------------------------------------------------------------*/

/* 5a - Footer CSS
------------------------------------------------------------------------------*/

#footerWrapper {
    
}

#footer {
    min-height: 40px;
    text-align: center;
    padding: 20px;
    margin-top: 0px;
    color: #478c53;
}

#footer a {
    color: #478c53;
    
}

/* End 5a - Footer CSS
------------------------------------------------------------------------------*/

