@charset "utf-8";
/* CSS Document */

html, body {
margin : 0;
padding : 0;
height : 100%;
background-color: #000;
font-family: Arial;
}


#container{
width:978px;
margin:0 auto;
margin-top: 0;
height: 100%;
height: auto;
padding: 0;
margin-bottom: 100px;
}


#header{
margin:0;
padding: 0;
height:140px;
width: 978px;
}

#header a{
height:140px;
width: 978px;
background-image:url(images/banner.jpg);
display: block;
}


#wrapper{
width: 978px;
min-height: 700px;
overflow: auto;
background-image:url(images/sidebar_bg.jpg);
background-repeat:repeat-y;
}

#menu{
width: 222px;
float: left;
min-height: 300px;
}

#content{
width: 754px;
float: right;
padding-bottom: 50px;
}

#contentphoto{
width: 754px;
height: 448px;
background-image:url(images/indexphoto.jpg);
}

#gallery{
width: 754px;
}

#galleryphotoleft{
width: 220px;	
height: 150px;
margin: 20px 0 0 24px;
display: block;
float: left;

}

#galleryphotoright{
width: 220px;	
height: 150px;
display: block;
float: right;
margin: 20px 22px 0 24px;
}

#galleryphoto{
width: 220px;
height: 150px;
}

#contactheader{
background-image:url(images/contact_header.jpg);	
width: 754px;
height: 52px;
display: block;
}

#links{
width: 754px;
display: block;	
}

#artistlinks{
width: 218px;
margin-left: 40px;
border-top:1px solid #4b4841;
color: #fff;
font-size: 12px;
padding-top: 10px;
float: left;
}

#request{
width: 218px;
margin-left: 8px;
border-top:1px solid #4b4841;
color: #fff;
font-size: 12px;
padding-top: 10px;
float: left;
}

#findus{
width: 218px;
margin-right: 44px;
border-top:1px solid #4b4841;
color: #fff;
font-size: 12px;
padding-top: 10px;	
float: right;
}


#links a:link{
color: #fff;	
}


a:visited{
	color: #fff;	
}
/* Accordian Menu Drop Down */



.dropdown .accordion, .dropdown .accordion li {
margin: 0; 
padding: 0; 
border: none;
list-style:none;
}

.dropdown .accordion a {
width: 170px;
height: 37px;
text-decoration:none; 
display: block; 
color: #333; 
border-top: 1px solid #4b4841;  
font: bold 11px Arial; 	
}


.craig {
	background-image: url(images/menu_craig.jpg);
}

.bradley {
	background-image: url(images/menu_bradley.jpg);
}

.dean {
	background-image: url(images/menu_dean.jpg);
}

.tyson{
	background-image: url(images/menu_tyson.jpg);
}

.guest {
	background-image: url(images/menu_guest.jpg);
}

.blog {
	background-image: url(images/menu_blog.jpg);
}



.dropdown .menulist a {
padding: 0; 
background: #fff; 
text-decoration:none; 
display: block; 
color: #333; 
position: relative; 
font: bold 10px Arial; 
height: 35px;
border-top:none;
}

.dropdown .menulistguest a {
padding: 0; 
background: #fff; 
text-decoration:none; 
display: block; 
color: #333; 
position: relative; 
font: bold 10px Arial; 
height: 39px;
border-top:none;
}

.menulist .tattoo a {
background-image:url(images/tattoo.jpg);	
}

.menulistguest .jesse a {
background-image:url(images/jesse_guest.jpg);	
}

.menulist .painting a {
background-image:url(images/paintings.jpg);	
}

.menulist .tattoo a:hover {
background-image:url(images/tattoo_hover.jpg);	
}

.menulist .painting a:hover {
background-image:url(images/paintings_hover.jpg);	
}


.dropdown .menulist a:hover {

}

.dropdown .accordion a.dcjq-parent, .dropdown .accordion a.dcjq-parent:hover {

}
.dropdown .accordion a.dcjq-parent.active {

}
.dropdown .accordion a .dcjq-icon {
position: absolute; 
top: 50%; 
left: 4px; 
width: 34px; 
margin-top: -17px; 
height: 34px; 
background: url(images/plus_grey.png) no-repeat 0 center;
}
.dropdown .accordion a.dcjq-parent.active .dcjq-icon {
background: url(images/minus_grey.png) no-repeat 0 center;
}
.dropdown .accordion a:hover {

}


.dropdown .accordion .menulist a:hover {

}

.dropdown .accordion a:active{

}

.accordion ul{
list-style: none; 
border:0;
outline:none;
margin:0;
padding:0;

}

div.dropdown{
border-bottom: 1px solid #4b4841;
width: 170px;
display: block;
margin-left: 20px;
margin-top: 30px;
}



/* Lightbox Slideshow */

a#nextLink,a#prevLink {    
width: 100px;    
height: 100px;    
position: fixed;    
cursor: pointer;    
outline: none;    
display: none;   
background: url(images/nav.jpg) no-repeat;
}


a#nextLink:hover {
background-position: -300px 0px;
}

a#prevLink:hover {
background-position: -100px 0px;

}

a#nextLink {    
right: 0;    
top: 50%;    
background-position: -200px 0px;    
margin-top: -50px;

}

a#prevLink {    
left: 0;   
top: 50%;    
background-position: 0px 0px;    
margin-top: -50px;

}

div#imageContainer {
padding: 0;
background: none;
}

div#outerImageContainer {
background: none;
}

div#imageDataContainer {
display: none;
}


/* Lightbox CSS */

#lightbox{
position: absolute;
left:0;
width:100%;
z-index:100;
text-align:center;
line-height:0
}

#jqlb_loading{
height:32px;
background-image:url('./images/loading.gif');
background-repeat:no-repeat;
background-position:center center;
}

#jqlb_closelabel{
height:22px;
background-image:url('./images/closelabel.gif');
background-repeat:no-repeat;
background-position:center 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%;
display:block;
}

#prevLink{
left:0;
float:left;
}

#nextLink{
right:0;
float:right;
}

#prevLink:hover,#prevLink:visited:hover{

}

#nextLink:hover,#nextLink:visited:hover{

}

#nextLinkText,#prevLinkText{
color:#ff9834;
font-weight:bold;
text-decoration:none;
}

#nextLinkText{
padding-left:20px;
}

#prevLinkText{
padding-right:20px;
}

#downloadLink{
margin-left:10px;
}

.ontop #imageData{
padding-top:5px;
}

#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:.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;
filter:alpha(opacity=60);
-moz-opacity:.6;
opacity:.6;
display:none;
}

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

* html>body .clearfix{
display:inline-block;
width:100%;
}

* html .clearfix{
/*\*/height:1%;/**/}

#lightboxIframe{
display:none;
}



/* Content Slider CSS */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 754px; /*width of featured content slider*/
height: 680px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background-color: #383431;
width: 754px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 754px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: #383431;
padding: 0;
margin: 10px 0;
}

.pagination2{
margin-right: 23px;
float: right;
height: 20px;
}

.pagination a{
margin: 0;	
padding: 0 10px 0 0;
text-decoration: none; 
color: #fff;
background: #383431;
font-size: 12px;
}

.pagination a.prev{
background-image:url(images/leftarrow.jpg);
background-repeat:no-repeat;
margin-right: 10px;
}

.pagination a.next{
background-image:url(images/rightarrow.jpg);
background-repeat:no-repeat;
}

.pagination a.prev:hover{
background-image:url(images/leftarrow_hover.jpg);
background-repeat:no-repeat;
}

.pagination a.next:hover{
background-image:url(images/rightarrow_hover.jpg);
background-repeat:no-repeat;
}

.pagination a:hover, .pagination a.selected{
color: #d3760f;
}