/*
Index:
Reset
1a - Fonts
2a - General CSS
3a - Header CSS
    3b - Navbar CSS
4a - Content CSS
        4a1 - Front Page Content
    4b - Left Sidebar CSS
        4b1 - Contact Form 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, body {
    height: 100%;    
}

body {
    margin: 0px;
    padding: 0px;
    color: rgb(30,30,30);
    font-size: 13px;
    font-family: arial, verdana, sans-serif;
}

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, p {
    margin: 0px;
    padding: 0px;
    font-family: 'Days One', sans-serif;
}

p {
    font-family: arial, verdana, sans-serif;
}

#header, #navbar, #content, #footer {
    margin: 0px auto;
    max-width: 1000px;
}

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

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



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

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



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

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

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1200px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -600px;   /* 50% */
  }
}

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

#pageWrapper{
    padding-top: 200px;
    
    
}

#content {
    position: relative;
    margin-bottom: 20px;
}

#content h3 {
    font-family: 'Roboto Condensed', sans-serif;
    
    
}

#main {
    margin-left: 205px;
    padding: 0px 20px 20px 40px;
    border-left: 1px solid rgba(0,0,0,0.1);
}

#main h3 {
    margin: 40px 0px 20px;
    padding-left: 20px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    text-shadow: 1px 1px 0px rgba(150,200,150,0.8);
}

#main p {
    font-size: 1.5em;
    min-height: 100px;
    font-family: 'Roboto Slab', serif;
    background: rgba(255,255,255,0.1);
    padding: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    text-shadow: 0px 0px 25px rgba(150,200,150,0.8);
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.8);
            box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.8);
}

#main .lighter {
    background: rgba(255,255,255,0.1);
}

#main .oneLine {
    min-height: 0px;
}

#main img {
    width: 150px;
    float: right;
    border: 5px solid grey;
    margin: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.8);
            box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.8);
}

#slideShow h3 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 10px 0px;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(255,255,255,0.2);   
}

#sidebar {
    
}

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

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

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

/*  4b - Left Sidebar CSS
------------------------------------------------------------------------------*/

#slideShow {
    width: 990px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    height: 400px;
}

#slideShow img {
    width: 300px;
    position: absolute;
    left: 230px;
    top: 40px;
}

#slideShow h4 {
    position: absolute;
    display: block;
    left: 230px;
    top: 300px;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 1px 0px rgba(150,150,150,0.8);
    font-size: 30px;
}

#sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px;
    width: 160px;
    height: 360px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.8);
}


/* Buttons */

#contactButton, #contactForm #submit {
    color: black;
    padding: 5px 15px;
    margin: 20px 0px;
    width: 90px;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    text-shadow: 1px 1px 0px rgba(150,200,150,0.8);
    text-align: center;
    
    background: #83a826; /* Old browsers */
    background: -moz-linear-gradient(top, #83a826 0%, #456600 100%, #779923 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83a826), color-stop(100%,#456600), color-stop(100%,#779923)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #83a826 0%,#456600 100%,#779923 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #83a826 0%,#456600 100%,#779923 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #83a826 0%,#456600 100%,#779923 100%); /* IE10+ */
    background: linear-gradient(to bottom, #83a826 0%,#456600 100%,#779923 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83a826', endColorstr='#779923',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.8);
       -moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.8);
            box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.8);
}

#contactButton {
    margin-top: 40px;
    display: block;
    width: auto;
}

#contactButton:hover {
    -webkit-box-shadow:  0px 0px 1px 0px rgba(50, 50, 50, 0.8);
       -moz-box-shadow:  0px 0px 1px 0px rgba(50, 50, 50, 0.8);
            box-shadow:  0px 0px 1px 0px rgba(50, 50, 50, 0.8);
}

#contactFormWrapper {
    overflow: hidden;
    width: 790px;
    height: 400px;
    position: relative;
    margin-left: 200px;
}

#contactForm {
    position: absolute;
    top: 0px;
    width: 790px;
    height: 400px;
    margin: 0px 0px 0px 0px;
    border: none;
    float: none;
    overflow: hidden;
    left: -791px;
    -webkit-box-shadow: inset 1px 1px 9px 0px rgba(0, 0, 0, 0.8);
    box-shadow: inset 1px 1px 9px 0px rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    background: url('../pics/background1.jpg');
}

#contactForm form {
    position: absolute;
    width: 750px;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px 20px 0px;
    border: none;
    float: none;
    
}

#slideShow .slideRight {
       -moz-transform: scale(1) rotate(0deg) translateX(790px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(790px) translateY(0px) skewX(0deg) skewY(0deg);
         -o-transform: scale(1) rotate(0deg) translateX(790px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(790px) translateY(0px) skewX(0deg) skewY(0deg);
            transform: scale(1) rotate(0deg) translateX(790px) translateY(0px) skewX(0deg) skewY(0deg);
}

/* End 4b - Left Sidebar CSS
------------------------------------------------------------------------------*/

/* 4b1 - Contact Form CSS
------------------------------------------------------------------------------*/

#contactForm h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    text-shadow: 1px 1px 0px rgba(200,200,200,0.6);
}

#contactForm #nameWrapper, #contactForm #emailWrapper {
    height: 34px;
} 

#contactForm #leftFormWrapper {
    width: 300px;
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,0.2)
}

#contactForm label {
    float: left;
    padding: 5px;
    font-size: 1.4em;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    text-shadow: 1px 1px 0px rgba(200,200,200,0.6);
}

#contactForm input, #contactForm textarea {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.8);
            box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.8);
}

#contactForm input {
    display: block;
    text-align: center;
    padding: 5px;
    width: 100px;
    float: right; 
}

#contactForm textarea {
    min-width: 292px;
    max-width: 750px;
    min-height: 150px;
}

#contactForm #submit {
    display: block;
    width: auto;
    float: right;
    border: none;
 
}

#contactForm #submit:hover {
    -webkit-box-shadow:  0px 0px 1px 0px rgba(50, 50, 50, 0.8);
       -moz-box-shadow:  0px 0px 1px 0px rgba(50, 50, 50, 0.8);
            box-shadow:  0px 0px 1px 0px rgba(50, 50, 50, 0.8);
}

/* 4b1 - Contact Form CSS
------------------------------------------------------------------------------*/

/* 4c - Slideshow CSS
------------------------------------------------------------------------------*/



/* End 4c - Slideshow CSS
------------------------------------------------------------------------------*/

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

#footerWrapper,#push {
    height: 80px
}

#footerWrapper {
    text-align: center;
    -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);
    background: black;
    border-top: 1px solid rgb(40,40,40);
    height: 79px;
}

#footer {
    padding: 20px;
    color: white;
}

#footer a:link, #footer a:visited, #footer a {
    text-decoration: none;
    color: white;
} 

#footer a:hover {
    text-decoration: underline;
}

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

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


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