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

html, body {
    height: 100%;
}

html {
    
}

body {
    margin: 0px;
    padding: 0px;
    background: url('../pics/mk2BG.png');
    
    color: white;
}

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 {
    margin: 0px;
    padding: 20px;
}

h1 {
    font-size: 2em;
}

h3 {

}

h4 {

}

h5 {

}

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

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

#footer, #push {
    height: 40px;
    padding: 20px;
}

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

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

#headerWrapper {
    background: url('../pics/mk2TitleBG2.png');
    -webkit-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
    
    -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);
        
    
}

#frontPage #headerWrapper {
    padding-bottom: 40px;
}

#header {
    min-height: 140px;
    position: relative;
}

#header h1, #header h2 {
    position: absolute;
    
}

#header h1 {
    top: -15px;
    left: 10px;
    font-size: 70px;
}

#header h1 img {
    height: 110px;
}

#header h2 {
    font-family: sans-serif;
    top: 75px;
    left: 40px;
    font-size: 40px;
    color: blue;
    font-weight: bold;
    
    text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.8);
}

#headerDetails {
    position: absolute;
    right: 20px;
    text-align: right;
}

#headerDetails h3, #headerDetails h4, #headerDetails p {
    margin: 0px;
    padding: 0px;
}

#headerDetails h3 {
    color: yellow;
    font-size: 30px;
}

#headerDetails h4 {
    color: yellow;
    font-size: 17px;
}

#headerDetails p {
    font-size: 12px;
}

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

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

#navbarWrapper {
    
    
    
}

#navbar {
    min-height: 50px;
    
    border-top: 1px solid rgba(256,256,256,0.5);
    
    background: -moz-linear-gradient(top,  rgba(70,153,47,0.9) 0%, rgba(41,154,11,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,153,47,0.9)), color-stop(100%,rgba(41,154,11,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(70,153,47,0.9) 0%,rgba(41,154,11,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(70,153,47,0.9) 0%,rgba(41,154,11,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(70,153,47,0.9) 0%,rgba(41,154,11,0.9) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(70,153,47,0.9) 0%,rgba(41,154,11,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e646992f', endColorstr='#e6299a0b',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    
    -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);
}

#navbar a {
    display: block;
    float: left;
    padding: 15px;
    color: white;
    text-decoration: none;
}



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

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

#contentWrapper {
    
}

#content {
    min-height: 200px;
    padding: 0px;
}

#contentInner {

    color: black;
}

#contentInner img {
    width: 100%;
}

#frontPage #img {
    
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    display: block;
    width: 1000px;
    margin: auto;
    margin-top: -40px;
    height: 460px;
        
    -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);
}

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

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

#frontPage #contentInner img {
    width: 100%;
    opacity: 0.0;
}

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



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

#footerWrapper {
    background: url('../pics/mk2TitleBG2.png');
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    
    -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);
    color: white;
}



#footer {
    text-align: center;
    
}

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

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



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

