﻿html
{
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    padding: 0; /*remove padding */
    margin: 0; /* remove margins */
    border: 0; /* remove borders */
    background: #fff; /*color background - only works in IE */
    font-size: 80%; /*set default font size */
    font-family: Arial, Sans-Serif; /* set default font */ /* hide overflow:hidden from IE5/Mac */ /* \*/
    overflow: hidden; /* get rid of scroll bars in IE */ /* */
}

body
{
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    overflow: hidden; /*get rid of scroll bars in IE */
    padding: 0; /*remove padding */
    margin: 0; /* remove margins */
    border: 0; /* remove borders */
}

.wrapper
{
    display: block;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100% !important;
    height: 100%;
}

.header
{
    position: absolute;
    right: 18px;
    top: 0;
    width: 100%;
    display: block;
    height: 75px;
    z-index: 5;
    padding: 0;
    background-color: #000;
    text-align: center;
    border-bottom: solid 1px #45775C;
}

.content
{
    display: block; /* set up as a block */
    height: 100%; /* set height to full page */
    max-height: 100%;
    overflow: scroll; /* add scroll bars as required */ /* padding-left: 200px;  pad left to avoid navigation div if required */
    position: relative; /* set up relative positioning so that z-index will work */
    z-index: 3; /* allocate a suitable z-index */
    background-color: #000;
    margin: 0;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 17px;
}

.footer
{
    clear: both;
    position: absolute;
    display: block;
    right: 18px;
    bottom: 0;
    z-index: 5;
    padding: 0;
    width: 100%;
    height: 75px;
    text-align: center;
    background-color: #000;
    border-top: solid 1px #45775C;
}

.footer_text
{
    margin-top: 8px;
}

.noborder
{
    border: 0;
}

a, a:hover, a:active, a:visited
{
    color: #669900;
}

h1
{
    margin: 6px auto 24px auto;
    font-family: Arial, Sans-Serif;
    font-size: 4em;
    font-weight: normal;
    color: #ccc;
    text-align: center;
    letter-spacing: -5px;
}

h2
{
    font-family: Arial, Sans-Serif;
    font-size: 1em;
    font-weight: normal;
    color: #c9c9c9;
    text-align: center;
    display: inline;
    margin: 0 48px 0 48px;
    letter-spacing: 0.1em;
}

h2 a, h2 a:hover, h2 a:visited
{
    color: #c9c9c9;
}

.nav_block
{
    position: relative;
    margin: 5% auto 0 auto;
    display: inline-block;
    text-align: center;
    height: 50px;
}

.homepage_artwork
{
    margin: 120px auto;
    text-align: center;
    height: 300px;
}

.portfolio_frame
{
    width: 100%;
    margin: 30px auto;
    display: inline-block;
    text-align: center;
}

.paintings_frame
{
    margin: 0 auto 50px auto;
    display: block;
    width: 720px;
}

.gallery, .portfolio
{
    width: 768px;
    position: relative;
    display: block;
    margin: 100px auto 0 auto;
    text-align: center;
    padding-bottom: 90px;
}

.gallery img
{
    float: left;
}

.gallery p, .portfolio p
{
    color: #ffffff;
}

.gallery ul
{
    margin: 0 auto;
    padding-right: 18px;
    width: 330px;
    height: 240px;
    text-align: left;
    display: block;
    list-style-type: none;
    padding-bottom: 0;
}

.gallery li
{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    float: left;
}

.portfolio ul
{
    padding-top: 40px;
    padding-right: 18px;
}

.portfolio li
{
    margin-bottom: 36px;
}

.prints_frame
{
    margin: 0 auto;
    display: block;
    width: 720px;
    height: 100px;
}

.prints_frame p
{
    color: Red;
    float: left;
    margin: 0 auto 0 15px;
}

.prints_thumbnail
{
    display: block;
    float: left;
    width: 100%;
    height: 100px;
}

.prints_thumbnail img
{
    float: left;
}

.cv_frame
{
    width: 720px;
    margin: 110px auto 0 auto;
    font-family: Arial, Sans-Serif;
    line-height: 1.5em;
    letter-spacing: -0.3px;
    color: #fff; /* background: url(blue1/edit/blue1_background.jpg); */
    padding-bottom: 110px;
}

.cv_frame img
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

/* --- LIGHTBOX 2.0.3 CODE STARTS HERE --- */
#lightbox
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer
{
    padding: 10px;
}

#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav
{
    left: 0;
}
#hoverNav a
{
    outline: none;
}

#prevLink, #nextLink
{
    width: 49%;
    height: 100%;
    background: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
}
#prevLink
{
    left: 0;
    float: left;
}
#nextLink
{
    right: 0;
    float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
    background: url(lightbox/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
    background: url(lightbox/images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData
{
    padding: 0 10px;
    color: #666;
}
#imageData #imageDetails
{
    width: 70%;
    float: left;
    text-align: left;
}
#imageData #caption
{
    font-weight: bold;
}
#imageData #numberDisplay
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}
/* --- LIGHTBOX 2.0.3 CODE ENDS HERE --- */

.homepage_text
{
    text-align: center;
    color: #999;
    margin-top: -95px;
    font-size: 0.9em;
}

.contactpage_text
{
    text-align: center;
    color: #999;
    margin-top: 120px;
    font-size: 1.2em;
}