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

html, body {
    height: 100%;
    
}
header, footer, aside, nav, article { 
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.8em;
    color: rgba(70, 70, 70, 1);
    background: rgba(50, 50, 50, 0.1)
    
}

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

h1, h2, h3, h4, h5 {
    color: rgb(71,140,83);
    font-family: 'Source Sans Pro', sans-serif;
}

h3 {
    font-size: 30px;
    margin: 0px;
    padding: 10px;
    color: #478c53;
    text-shadow: 1px 1px 2px #000000;
    
}

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

#pageWrapper, #slide, #navbar {
    margin: 0px auto;
    width: 1000px;
}


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

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

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

#headerTextureWrapper {
    
}

#headerWrapper {
    width: 100%;
    background: #5dad68; /* Old browsers */
    background: -moz-linear-gradient(top, #5dad68 0%, #478c53 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dad68), color-stop(100%,#478c53)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5dad68 0%,#478c53 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5dad68 0%,#478c53 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5dad68 0%,#478c53 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5dad68 0%,#478c53 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dad68', endColorstr='#478c53',GradientType=0 ); /* IE6-9 */
    padding-bottom: 20px;
}

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

#header h1, #header h2 {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px 0px 0px 20px;
    text-shadow: -1px -1px 0px rgba(0, 70, 0, 0.8);
    font-size: 20px;
}

#header h1 img {
    max-width: 700px;
    padding: 15px 0px 7px;   
}

#header h2 {
    padding: 10px 0px 20px;
}

#header {
    position: relative;
    
}

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

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

#bodyWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
}

#slide {
    width: 972px;
    z-index: -1;
    margin-top: -10px;
    background: lightgrey;
    height: 500px;
    text-align: center;
    position: relative;
    background: url('../pics/slide1.jpg');
    background-size: 970px 650px; 
    background-position: 0px -100px;
    border: 14px solid black;
}

#navbar {
    margin-top: -30px;
    height: 57px;

    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ 
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;

}

#navbar ul {
    margin: 0px;
    padding: 0px 0px;
}

#navbar ul li {
    display: inline;
    margin: 0px 0px 0px;
    padding: 15px 0px;
    float: left;
    font-family: sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(170, 170, 170, 0.3)    
}

#navbar ul .rightNav {
    
}

#navbar ul .leftNav {
    padding-left: 20px;
    
}

#navbar ul li a {
    padding: 20px 10px;  
}

#navbar ul li a:link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);  
}

#navbar ul li a:visited {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: -1px -1px 0px rgba(173, 173, 173, 0.8);
}
#navbar ul li {
    
}

#home #navbar .home, #certs #navbar .certs, #extras #navbar .extras, #pricing #navbar .pricing {
    color: yellow;
}
   
#navbar ul li:hover {
    background: black;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;   
}

#navbar ul .leftNav:hover {
    background: black;
    -webkit-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
    
}

#home #pageWrapper {
    min-height: 330px;
}

#pageWrapper .frontMini {
    width: 294px;
    margin: 0px 0px;
    padding: 10px;
    height: 310px;
    float: left;
    border-left: 7px solid black;
    border-right: 7px solid black;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
    background: white;
}

#pageWrapper #leftArticle {
    border-left: 14px solid black;
}

#pageWrapper #rightArticle {
    border-right: 14px solid black;
    width: 296px;
}

#pageWrapper .frontMini img {
    width: 250px;
    margin: auto;
    display: block;
    -webkit-border-radius: 5px 0px 5px 0px;
    border-radius: 5px 0px 5px 0px;
}

.pageArticle {
    margin: 0px auto;
    padding: 20px;
    width: 932px;
    background: rgba(250, 250, 250, 1);
    border-left: 14px solid black;
    border-right: 14px solid black;
    border-bottom: 14px solid black;
}

.bottomArticle {
    
}

.right {
    float: right;
}

.med {
    width: 200px;
    margin: 0px 0px 10px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
    border: 7px solid black;
}

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

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

#footerWrapper {
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #242828 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#242828)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#242828 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#242828 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#242828 100%); /* IE10+ */
background: linear-gradient(to bottom, #000000 0%,#242828 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#242828',GradientType=0 ); /* IE6-9 */
    height: 80px
}

#push {
    height: 80px;
}

#footer {
    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
------------------------------------------------------------------------------*/

