/*****Kieran Remy Racing*****/
/*****Reset*****/
@import "reset.css";
/*****Basic Elements*****/
html, body
{
    height: 100%;
}
body
{
    position: relative;
    color: #000;
    font-family: "Lucida Grande" , Arial, sans-serif;
    line-height: 160%;
}
p
{
    color: #222222;
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 160%;
}
a
{
    outline: none;
}
h1
{
    color: #000;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -5px;
    line-height: 55px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 2px;
}

#loadingMessage
{
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -5px;
    line-height: 55px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 2px;
}

/*****Generic Classes*****/
.height
{
    height: 100%;
}
.padding
{
    padding-bottom: 40px;
}
.spacer
{
    padding-bottom: 2px;
}
.hide
{
    display: none;
}
.inline
{
    display: inline;
}
.right
{
    float: right;
}
.left
{
    float: left;
}
.both
{
    clear: both;
}
.divider
{
    width: 100%;
    height: 20px;
}
#outerWrapper
{
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.contentWrapper
{
    width: 2000px;
    overflow: hidden;
}
/*****Other Classes*****/
.contentWrapper p
{
    font-size: 16px;
    letter-spacing: -1px;
    text-align: justify;
}
#innerWrapper
{
    overflow: hidden;
    clear: left;
    height: 100%;
}
#innerWrapper #containerContent
{
    width: 20000px;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}
.contentWrapper a
{
    color: #fff;
    background-color: #000;
    text-decoration: none;
    font-size: 22px;
    padding: 2px;
    font-weight: bold;
}
.contentWrapper a:hover
{
    color: #000;
    background-color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 2px;
    font-weight: bold;
}
#homepage, #homeToAbout, #about, #aboutTo, #aboutToGallery1, #aboutToGallery2, #aboutToGallery3, #gallery, #galleryToContact1, #galleryToContact2, #contact
{
    float: left;
    overflow: hidden;
}
/*****Backgrounds*****/
#homepageBackground
{
    background-image: url("../images/master.jpg");
    background-position: 0px 0px;
    overflow: hidden;
    height: 1000px;
}
#homeToAboutBackground
{
    background-image: url("../images/master.jpg");
    background-position: -2000px 0px;
    overflow: hidden;
    height: 1000px;
}
#aboutBackground
{
    background-image: url("../images/master.jpg");
    background-position: -4000px 0px;
    overflow: hidden;
    height: 1000px;
}
#aboutToGalleryBackground1
{
    background-image: url("../images/master.jpg");
    background-position: -6000px 0px;
    overflow: hidden;
    height: 1000px;
}
#aboutToGalleryBackground2
{
    background-image: url("../images/master.jpg");
    background-position: -8000px 0px;
    overflow: hidden;
    height: 1000px;
}
#aboutToGalleryBackground3
{
    background-image: url("../images/master.jpg");
    background-position: -10000px 0px;
    overflow: hidden;
    height: 1000px;
}
#galleryBackground
{
    background-image: url("../images/master.jpg");
    background-position: -12000px 0px;
    overflow: hidden;
    height: 1000px;
}
#galleryToContactBackground1
{
    background-image: url("../images/master.jpg");
    background-position: -14000px 0px;
    overflow: hidden;
    height: 1000px;
}
#galleryToContactBackground2
{
    background-image: url("../images/master.jpg");
    background-position: -16000px 0px;
    overflow: hidden;
    height: 1000px;
}
#contactBackground
{
    background-image: url("../images/master.jpg");
    background-position: -18000px 0px;
    overflow: hidden;
    height: 1000px;
}
/*****Content*****/
#aboutMeList li
{
    list-style-type: none;
}
#aboutMeList li em
{
    font-weight: bold;
    font-style: normal;
}
/*****Footer*****/
#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
    opacity: .2; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

#footer p
{
    font-size: 22px;
    text-decoration: none;
    overflow: hidden;
}

#footer a
{
    color: #fff;
    background-color: #000;
    text-decoration: none;
    font-size: 22px;
    padding: 2px;
}

#footer a:hover
{
    color: #000;
    background-color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 2px;
}

/*****Navigation*****/
.miniNavigation
{
    float: left;
    margin-top: 5px;
}


















#homepagePanel
{
    width: 380px;
    padding-left: 600px;
    padding-top: 300px;
}

#homepagePanel h2
{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: none;
    color: #000;
}

#aboutPanel
{
    width: 480px;
    padding-left: 570px;
    padding-top: 50px;
}

#aboutPanel h2.title
{
    width: 460px;
    float: left;
    margin: 7px 0;
    color: #000;
}

#galleryWrapper
{
    width: 1250px;
}

#galleryPanel
{
    padding-left: 10px;
    padding-top: 10px;
}

#galleryPanel h2.title
{
    float: left;
    margin: 7px 0;
    color: #EE0600;
}



#contactPanel
{
    width: 580px;
    padding-left: 50px;
    padding-top: 50px;
}

#contactPanel .contactPanelWrapper
{
}

#contactPanel h2.title
{
    width: 460px;
    float: left;
    margin: 7px 0;
    color: #fff;
}

.contactPanelWrapper
{
    overflow: hidden;
    padding-bottom: 20px;
    width: 580px;
}


.panel
{
    width: 450px;
    overflow: auto;
    padding-right: 10px;
    height: 80px;
    padding: 0 10px 0 0;
    margin: 10px 0;
    color: white;
    clear: both;
}


#outerContainerGallery
{
    overflow: hidden;
    margin-top: 2px;
}

#contact-area
{
    width: 600px;
    margin-top: 5px;
    padding-top: 20px;
    margin-bottom: 50px;
}

#contactForm
{
    width: 100%;
}

#contactForm input, #contactForm textarea
{
    font-size: 16px;
    background-color: #141414;
    border: solid 1px #fff;
    color: #fff;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    width: 400px;
    font-family: "Lucida Grande" , Arial, sans-serif;
}
#contactForm textarea
{
    height: 90px;
}
#contactForm textarea:focus, #contactForm input:focus
{
    border: 1px solid #fff;
}
#contactForm input.submit-button
{
    width: 100px;
    margin-left: 115px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    font-size: 22px;
    padding: 2px;
    border: 0px solid #fff;
    cursor: pointer;
}
#contactForm input.submit-button:hover
{
    color: #000;
    background-color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 2px;
    cursor: pointer;
}



#charlimitinfo
{
    margin-left: 115px;
    font-weight: bold;
}
#contactForm label
{
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
}
#contactForm label, #contactForm input[type="text"]
{
    float: left;
    display: block;
}
#contactForm .field
{
    width: 100%;
    overflow: auto;
}
/*****Validation*****/
.emailSuccess
{
    position: relative;
    padding: 3px 10px;
    background: #FFFCDF;
    border: 2px solid #EFE795;
    color: #2e3436;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: justify;
}
.emailMessage
{
    margin-bottom: 1.5em;
    line-height: 170%;
    text-align: justify;
}
.errorMessage
{
    margin-left: 115px;
    margin-bottom: 1em;
    font-weight: bold;
    padding: 2px;
    line-height: 130%;
    text-align: justify;
}
.emailNotValid, .emailError
{
    position: relative;
    padding: 3px 10px;
    background: #ffdfdf;
    border: 2px solid #df7d7d;
    color: #2e3436;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: justify;
}


/* jQuery lightBox plugin - Gallery style */
#outerContainerGallery ul
{
    list-style: none;
}
#outerContainerGallery ul li
{
    display: inline;
}


#outerContainerGallery a
{
    background-color: transparent;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 2px;
    text-decoration: none;
}
.galleryIMG
{
    padding: 2px;
    background-color: #8399AF;
}

.galleryIMG:hover
{
    padding: 2px;
    background-color: #000;
}
