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

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

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

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

}


/* 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/paper_1.png');
    
}

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

h1, h2, h3, h4, h5 {
    color: rgb(71,140,83);
    
}

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%;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 0px 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;
}

#headerTextureWrapper {
    
}

#headerWrapper {
    width: 100%;
    
}



#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;
    
    padding: 5px 10px 20px 65px;
    font-family: 'architectsDaughter', cursive;
    color: rgba(0,0,0,1);
    font-size: 15px;
    margin-top: 10px;
    
    background: url('../pics/paperOld.jpg');
    background-size: 100% auto;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.8);
    
    -moz-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#specialsBox2 h3 {
    font-size: 22px;
    text-shadow: 1px 1px 0px rgba(225,225,225,0.8);
    padding: 5px 5px;
    color: rgb(40,110,50)
}


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



/* 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 {
    background: rgba(0,0,0,0.8);
}

#footer {
    
    
    
    min-height: 40px;
    text-align: center;
    padding: 20px;
    margin-top: 0px;
    color: rgba(256,256,256,0.8);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
    
}

#footer a {
    color: rgba(256,256,256,0.8);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
    text-decoration: none;
    
}

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

