﻿body
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #767472;   
    /*background:transparent url(/images/BG_Texture.jpg) scroll 0 0;*/
}

h1
{
    font-size: 150%;
    font-weight: bolder;
    letter-spacing: -1px;
    margin: 5px 0;
    color: #340200;
}

h2
{
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 5px;
}

h3
{
    font-size: 110%;
    font-weight: bold;
    color: #7a5307;
    margin-bottom: 5px;
}

p i
{
    font-size: 85%;
    font-family: Arial;
    text-indent: 5px;
}

#wrapper
{
    margin: 0 auto;
    width: 922px;
}
#header
{
    color: #333;
    width: 902px;
    padding: 10px;
    height: 100px;
    margin: 10px 0px 0px 0px;
    background: transparent url(/images/BG_Texture.jpg);
}


#navigation
{
    color: #333;
    padding: 0;
    margin: 0px 0px 0px 0px;
    background: #650803 url(/images/BG_Nav.jpg);
    border: 0;
}

#nav
{
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
    height: 31px;
    position: relative;
    z-index: 10;
    font-family: arial, verdana, sans-serif;
    width: 902px;
}
#nav li.top
{
    display: block;
    float: left;
}
#nav li a
{
    display: block;
    float: left;
    height: 31px; /*width: 150px;*/
    text-decoration: none;
    padding: 0;
    cursor: pointer;
}
#nav li a b
{
    margin-left: -9999px;
}

#nav li a.home
{
    background: url(/images/Nav_01.jpg) no-repeat;
    width: 128px;
}
#nav li a.news
{
    background: url(/images/Nav_02.jpg) no-repeat;
    width: 95px;
}
#nav li a.activities
{
    background: url(/images/Nav_03.jpg) no-repeat;
    width: 128px;
}
#nav li a.gallery
{
    background: url(/images/Nav_04.jpg) no-repeat;
    width: 114px;
}
#nav li a.exhibitions
{
    background: url(/images/Nav_09.jpg) no-repeat;
    width: 138px;
}
#nav li a.aboutus
{
    background: url(/images/Nav_07.jpg) no-repeat;
    width: 147px;
}
#nav li a.calendar
{
    background: url(/images/Nav_05.jpg) no-repeat;
    width: 127px;
}


#nav li:hover a.home:hover
{
    background: url(/images/Nav_01_on.jpg) no-repeat;
}

#nav li:hover a.news:hover
{
    background: url(/images/Nav_02_on.jpg) no-repeat;
}

#nav li:hover a.activities:hover
{
    background: url(/images/Nav_03_on.jpg) no-repeat;
}

#nav li:hover a.gallery:hover
{
    background: url(/images/Nav_04_on.jpg) no-repeat;
}

#nav li:hover a.exhibitions:hover
{
    background: url(/images/Nav_09_on.jpg) no-repeat;
}

#nav li:hover a.aboutus:hover
{
    background: url(/images/Nav_07_on.jpg) no-repeat;
}

#nav li:hover a.calendar:hover
{
    background: url(/images/Nav_05_on.jpg) no-repeat;
}


#nav a:hover
{
    background-position: 0 31px;
}


#nav table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
    padding: 0;
    width: 0;
    height: 0;
    margin: -1px;
}

#nav .sub
{
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li:hover
{
    position: relative;
    z-index: 500;
}
#nav a:hover
{
    position: relative;
    white-space: normal;
    z-index: 500;
}

#nav :hover ul.sub
{
    left: 0;
    top: 31px;
    background: #edb;
    width: 125px;
    height: auto;
    z-index: 600;
}
#nav :hover ul.sub li
{
    display: block;
    height: 30px;
    position: relative;
    float: left;
    width: 125px;
    font-weight: normal;
}
#nav :hover ul.sub li a
{
    display: block;
    height: 25px;
    width: 125px;
    border: 1px solid #999;
    border-color: #888 #555 #999 #ccc;
    text-decoration: none;
    text-align: center;
    padding: 5px 0 0 0;
    cursor: pointer;
}
#nav :hover ul.sub li a b
{
    /*THIS POSITIONING HIDES THE TEXT LINKS     position: absolute;     left: -9999px;*/
    margin-left: 0;
    color: Maroon;
    text-align: center;
}

/*SUB MENUS*/
/*#nav :hover ul li a.sub01
{
    background: url(nuts/pistachios2.jpg);
}
#nav :hover ul li a.sub02
{
    background: url(nuts/pistachios2.jpg);
}
*/
#nav :hover ul.sub li a:hover
{
    background-position: 0 50px;
    position: relative;
}
#nav :hover ul.sub li a:hover b
{
    left: 100px;
    top: 15px;
    color: #000;
    text-align: center;
    display: block;
    width: 100px;
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    margin-left: 13px;
}

/*Main container*/
#main
{
    background: #F0E1CC url(/images/BG_Texture_B.jpg) no-repeat 0 0;
    margin-bottom: 0px; /*padding-bottom: 10px;*/
    overflow: hidden;
    width: 100%;
}

/*Home cols*/
#hleftcol
{
    float: left;
    color: #333;
    margin: 15px 10px 15px 15px;
    padding: 0px;
    width: 435px;
    display: inline;
    position: relative;
}

#hleftcol .imgmonth
{
    border: solid 2px;
    border-color: #999 #777 #555 #999;
    margin-bottom: 5px;
    z-index: 800;
    width: 430px;
}

#hrightcol
{
    display: inline;
    color: #333;
    margin: 15px 15px 15px 0px;
    padding: 0px;
    width: 430px;
    float: right;
}

.h_news
{
    float: left;
}

/*Homepage GALLERY*/
.gallerycontainer
{
    position: relative;
    margin-top: 20px;
    float: left;
}

a.thumbnail
{
    position: relative; /*this is the key*/
    color: #000;
    text-decoration: none;
    vertical-align: top;
}

.thumbnail img
{
    border: 1px solid white;
    margin: 0 5px 5px 0;
}

.thumbnail:hover
{
    background-color: transparent;
}

.thumbnail:hover img
{
    border: 1px solid #710F06;
}

.thumbnail span
{
    /*CSS for enlarged image*/
    display: none;
}

.thumbnail:hover span
{
    /*CSS for enlarged image*/
    display: block;
    position: absolute;
    top: -60px;
    left: 5px; /*position where enlarged image should offset horizontally */
    z-index: 50;
    border: 1px solid #0cf;
    background-color: #cff;
    color: #000;
}

/*news cols*/
#nrightcol
{
    display: inline;
    color: #333;
    margin: 10px;
    padding: 0px;
    width: 195px;
    float: right;
}
#nleftcol
{
    float: left;
    color: #333;
    margin: 10px;
    padding: 0px;
    width: 683px;
    display: inline;
    position: relative;
}

/*gallery*/
#galleryintro
{
    clear: both;
    margin: 20px;
    width: 881px;
}

#gallerymain
{
    background-image: url(/images/BG_Texture.jpg);
    padding: 10px 20px;
    float:left;
    height:100%;
}

.gallerydropdown
{
    display: inline;
    float: right;
    margin-right: 21px;
}

#slides
{
    height: 100%;
    width: 880px;
    position: relative;
    float:left;
}

#gallerytable
{
    width: 880px;
    border: 0;
    margin: 15px auto 0 auto;
}

#galleryprofile
{
    float: left;
    background-image: url(/images/BG_Grad_l.gif);
    padding: 10px 20px;
    width: 100%;
}

.slideshow1
{
    display: inline;
    float: left;
    width: 200px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
}
.slideshow2
{
    display: inline;
    float: left;
    width: 200px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
}
.slideshow3
{
    display: inline;
    float: left;
    width: 200px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
}
.slideshow4
{
    display: inline;
    float: left;
    width: 200px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
}
.slideshow5
{
    display: inline;
    float: left;
    width: 200px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
}
.slideshow6
{
    display: inline;
    float: left;
    width: 200px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
}
.slideshow7
{
    display: inline;
    float: left;
    width: 200px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
}
.slideshow8
{
    display: inline;
    float: left;
    width: 200px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
}

#lightbox
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

a.lightbox
{
    color: Black;
    text-align: center;
}

#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(/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(/images/prev.gif) left 50% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
    background: url(/images/next.gif) right 50% no-repeat;
}

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText
{
    color: #FF9834;
    font-weight: bold;
    text-decoration: none;
}
#nextLinkText
{
    padding-left: 20px;
}
#prevLinkText
{
    padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData
{
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#imageData
{
    padding: 0 10px;
}
#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;
}
#imageData #helpDisplay
{
    clear: left;
    float: left;
    display: block;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    display: none;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html > body .clearfix
{
    display: inline-block;
    width: 100%;
}

* html .clearfix
{
    /* Hides from IE-mac \*/
    height: 1%; /* End hide from IE-mac */
}

#lightboxIframe
{
    display: none;
}

/*artist profile*/
#artistpic
{
    float: left;
    display: inline;
    margin-right: 10px;
}

#artistpic img
{
    width: 120px; /*height:150px;*/
}

/*News*/
.news_i
{
    width: 170px;
    float: left;
}

.news_t
{
    float: left;
    width: 500px;
}


/*footer*/
#footer
{
    width: 752px;
    height: 16px;
    clear: both;
    color: #dcc4aa;
    background: #340200 url(/images/HVFAA_logo_Footer.gif) no-repeat 25px;
    margin: 0px 0px 10px 0px;
    padding: 10px 20px 10px 150px;
}

#footer a
{
    color: #dcc4aa;
    text-decoration: none;
}

#footer a:hover
{
    color: #fff;
    text-decoration: underline;
}

.fl
{
    float: left;
    display: inline;
}

.fr
{
    float: right;
    display: inline;
}

/*generic clear*/
.clear
{
    clear: both;
    background: none;
}

#grange-internet
{
    color: #555;
    text-align: center;
    font-size: smaller;
}

