/*
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;
}

#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;
}

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

}

#storePicOuter, #mapOuter, #specialsBox1Outer, #specialsBox2Outer, #specialsBox3Outer {
    padding: 15px;
    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: 15px;
    background: #478c53;
    z-index: 5;
    position: relative;
}

#headerWrapper {
    width: 100%;
    background: rgb(60,64,193); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(60,64,193,1) 0%, rgba(0,47,85,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,64,193,1)), color-stop(100%,rgba(0,47,85,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(60,64,193,1) 0%,rgba(0,47,85,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(60,64,193,1) 0%,rgba(0,47,85,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(60,64,193,1) 0%,rgba(0,47,85,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(60,64,193,1) 0%,rgba(0,47,85,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c40c1', endColorstr='#002f55',GradientType=0 ); /* IE6-9 */
}

#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;
}

#specialsBox1Outer, #specialsBox2Outer {
    position: absolute;
    top: -15px;
    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);
}

#specialsBox1, #specialsBox2 {
    width: 350px;
    min-height: 200px;
    background: white;
    padding-top: 20px;
}

#specialsBox1, #specialsBox1Outer {
    display: none;
}

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

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

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

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

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

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

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

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

#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 {
    background: lightgrey;
}

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

#footer a {
    color: #478c53;
    
}

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

