/*
Index:
1a - Fonts
2a - General CSS
3a - Header CSS
    3b - Navbar CSS
4a - Content CSS
        4a1 - Front Page Content
        
    4b - Left Sidebar CSS
    4c - Slideshow css
    4d - Search Box CSS
    4e - Right Sidebar CSS - Not Used -
    
5a - Footer CSS

666 - 404 Page CSS

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

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


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

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

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

html { 
    background: url('../pics/background2.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin: 0px;
    padding: 0px;
    
    font-family: arial, verdana, sans-serif;
    font-size: 13px;
}

a:link img, a:visited img { /* IE stupidity */
    border: 0px;
}

body:before
{
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}




h1, h2, h3, h4, h5 {

}



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

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


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

/* 3b - Navbar CSS
------------------------------------------------------------------------------*/


/* End 3b - Navbar CSS
------------------------------------------------------------------------------*/

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

#stripeWrapper {
    width: 100%;
    position: fixed;
    top: 80%;
    
    background: url('../pics/asfalt.png');
    
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.8)
    
}

#stripeInner {
    position: relative;
    width: 980px;
    height: 90px;
    padding: 10px;
    margin: 0px auto;
}

#titleImg {
    height: 100%;
    float: left;
}

#mapSpecialsWrapper {
    float: right;
    position: relative;
    margin-top: -60px;
    
}

#specialsWrapper {
    position: absolute;
    bottom: 2px;
    right: 0px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.8)
}

#specials {
    background: url('../pics/paperOld.jpg');
    background-size: 100% auto;
    height: 250px;
    width: 300px;
    padding: 10px;
    border-radius: 3px;
    
    font-family: 'architectsDaughter', cursive;
    color: rgba(0,0,0,1);
    font-size: 15px;
    
    
}

#specials h3 {
    margin: 0px;
    padding: 5px;
}

#mapWrapper {
    
    
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    
    padding: 10px;
    margin-top: 5px;
    position: absolute;
    top: 2px;
    right: 0px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.8)
}

#map {
    width: 300px;
    height: 200px;
}




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

/*  4a1 - Front Page Content
------------------------------------------------------------------------------*/

/* End 4a1 - Front Page Content
------------------------------------------------------------------------------*/

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



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

/* 666 - 404 page CSS
------------------------------------------------------------------------------*/


/* End 666 - 404 page CSS
------------------------------------------------------------------------------*/
