/*
    red: 9b2212
    yellow: E4BC83
*/

body, html { 
    margin: 0;
    padding: 0;
    background: #000000;
    font-family: 'Times New Roman',Times,serif;
    color: #9b2212;
    font-size: 12px;
    text-align: center;
}

img { border: 0; }

*|*:visited, *|*:link { border: 0; color: #E4BC83; }
a {outline:none; }
 

#theTop {
    width: 900px;
    margin: 0 auto 10px;
    padding: 0;
    height: 100px;
    text-align: right;
}

#theTop img {
    float: left;
    display: inline;
}

#theNavigation { }

#theNavigation a { 
    color: #E4BC83;
    text-decoration: none;
    display: inline-block;
    margin: 10px;
    font-size: 14px;
}

#theNavigation a:hover {
    color: #9b2212;
}

#theContent {
    width: 1000px;
    margin: 5px auto;
    padding: 0;
}

#theContent h1 { 
    color: #9b2212;
    margin: 0 5px;
    text-align: left;
    border-bottom: 1px dotted #9b2212;
    padding: 0 0 3px 3px;
}

#theContent h1 span { font-style: italic; }

#theContent h1 a { 
    color: #E4BC83;
    font-size: 16px;
    text-decoration: none;
    padding: 0 0 0 3px;
    margin: 0 3px;
}

#theContent h1 a:hover { color: #ffffff; font-style: italic; }

#theArtists {
    float: left;
    display: inline;
    width: 125px;
    padding: 0 10px 0 0;
    border-right: 1px solid #9b2212;
    margin: 0;
}

#theArtists a {
    display: block;
    width: 115px;
    padding: 5px 0;
    border: 1px solid #000000;
    margin: 5px;
    font-size: 14px;
    text-align: left;
    vertical-align: center;
    text-decoration: none;
    color: #E4BC83;
}

#theArtists a:hover {
    border: 1px solid #9b2212;
    background: #000000;
    padding: 5px 0 5px 5px;    
}

#theEvents {
    width: 875px;
    margin: 15px auto 0;
}

#theEvents div.event_box {
    clear: both;
    width: 700px;
    margin: 10px auto;
    padding: 10px;
    border-bottom: 1px solid #9b2212;
}

#theEvents div.event_box div.event_info {
    float: left;
    display: inline;
    width: 400px;
    text-align: left;
    margin: 0 0 0 20px;
}


#theEvents div.event_box div.event_info h2 {
    font-size: 26px;
    margin: 0 0 10px 0;
}

#theEvents div.event_box div.event_info h3 {
    font-size: 20px;
}

#theEvents div.event_box div.event_info p {
    font-size: 16px;
}

#theEvents div.event_box div.event_info p,
#theEvents div.event_box div.event_info h3 span {
    color: #E4BC83;
}


    

#theEvents div.event_box div.event_images { 
    float: left;
    display: inline;
    width: 270px;
    height: 305px;
    text-align: center;
}

#theEvents div.event_box div.event_images div.main_image { 
    width: 250px;
    text-align: center;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

#theEvents div.event_box div.event_images div.thumbnails_images { 
    clear: both;
    width: 250px;
    text-align: center;
}

#theEvents div.event_box div.event_images div.thumbnails_images a.thumbnail_link img {
    border: 0;
}

#theEvents div.event_box div.event_images div.thumbnails_images a.thumbnail_link {
    display: inline-block;
    margin: 2px;
    padding: 2px;
    text-decoration: none;
}

#theEvents div.event_box div.event_images div.thumbnails_images a.thumbnail_link:hover {

}

#theGallery {
    float: left;
    display: inline;
    width: 570px;
    margin: 0 0 0 10px;
}

#theGalleryBox {
    width: 570px;
    position: relative;
    text-align: center;
}

#theGalleryBox_top {
    width: 570px;
    height: 25px;
}

#theGalleryBox_bottom {
    width: 570px;
    height: 25px;
}

#theThumbnails { 
    float: left;
    display: inline;
    width: 250px;
    margin: 45px 0 0 10px;
}

#theThumbnails a.thumber {
    border: 1px solid #000000;
    padding: 3px;
    margin: 3px 0 3px 10px;
    height: 100px;
    width: 100px;
    display: inline-block;
    width: 100px;
    float: left;
}

#theThumbnails a.thumber:hover,
#theThumbnails a.thumber:active,
#theThumbnails a.thumberActive {
    border: 1px solid #9b2212;
}

#theThumbnails a.thumber img {
    border: none;
    height: 100px;
    width: 100px;
}

#theThumbnails br { clear: both; }

 
#theGalleryBox_image.loader { 
    background: url('../images/upload.gif') 50% 50% no-repeat;
}

#theGalleryBox_image div.bio {
    color: #E4BC83;
    padding: 0 50px;
    text-align: left;
}

#theGalleryBox_image div.bio h1,
#theGalleryBox_image div.bio h2,
#theGalleryBox_image div.bio h3
#theGalleryBox_image div.bio p {
    color: #E4BC83;
    text-align: left;
    border-color: #E4BC83;
}

#theGalleryBox_image h2,
#theGalleryBox_image h3  { 
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-style: 23px;
    color: #ffffff;
}

#theGalleryBox_image h3 {
    font-size: 15px;
    font-style: italic;
}

#theGalleryBox_image h3 span.sold {
    color: #9b2212;
    font-size: 18px;
    font-style: normal;
}

.is_hidden { display: none; }

.hover_image {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid #9b2212;
    padding: 5px;
    background: #000000;
    z-index: 110;
}

#theContactForm {
    width: 600px;
    float: left;
    display: inline;
    text-align: left;
}

#theContactForm p { clear: both; font-size: 13px; }

#theContactInformation {
    float: left;
    display: inline;
    width: 250px;
    margin-left: 75px;
    text-align: right;
}

#theContactForm h1,
#theContactInformation h1 {
    font-size: 18px;
}

#theDirections {
    clear: both;
    margin: 10px auto;
    width: 600px;
    border-top: 1px solid #9b2212;
}



#gallery {position:relative; width:686px; margin:40px auto; padding:10px; border:6px solid #fff; background:#AAA}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin: 0 38px; }
#image {position:relative; width:500px; margin: 0 38px; height:500px; padding:5px; border:2px solid #000000; background:#FFF url('../images/loading.gif') center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:500px; height:100px; border:2px solid #000000; background:#FFF; margin: 0 38px;}
#thumbarea {position:relative; overflow:hidden; height:150px; width:500px; margin: 0 38px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:150px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url('../images/left.gif') left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url('../images/right.gif') right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

.clearfix:after, #theContent:after, #theTop:after, 
#theEvents:after, div.event_box:after, div.thumbnails_images:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
