
/* iepngfix //////////////////////////////////////////////////*/

img, div, td, a, input { 
	behavior:url(iepngfix/iepngfix.htc); 
}

/* body //////////////////////////////////////////////////*/

body {
    margin: 0;
    padding: 0;
    width:100%;
    font-family: "Lucida Grande", Arial, Verdana, sans-serif;
    font-size: .875em;
    line-height: 1.6em;
	background-color:#000000;
	color:#ede5b9;
}

a img {
    border:0;
}

a, a:visited {	
	color:#ede5b9;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:White;
}

.centered {
    width:932px;
    margin:0 auto 0 auto;
    padding:0;
}

h2 {
	font-size:18px;
	margin:0;
	padding:0;
	display:inline;
    white-space:nowrap;
}

td {
    color:#ede5b9;
}

a.active {
    text-decoration:underline;
}

/* content page //////////////////////////////////////////////////*/

.top {
	width:100%;
}

.top.artist {
	min-height:550px;
	height:auto !important;
	height:550px;
}

.top_left {
	float:left;
	width:50%;
}

.top_right {
	float:right;
	width:50%;
}

.bottom {
	width:100%;
}

.bottom_left {
	float:left;
	width:50%;
}

.bottom_right {
	float:right;
	width:50%;
}

.top p, .bottom p {
	text-align:left;
}

.top_left p, .bottom_left p {
	padding-right:10px;
}

.top_right p, .bottom_right p {
	padding-left:10px;
}

.top .left_image {
    float:left;
    margin:0 0 20px 0;
}

.top .left_image img {
    border:10px solid #333333;
}

.top .right_thumbs {
    float:right;
    width:180px;
}

.top .thumb_controls {
    position:absolute;
    margin:450px 0 0 40px;
    width:110px;
}

.top .thumb_controls #btn_prev {
    float:left;
    cursor:pointer;
}

.top .thumb_controls #btn_next {
    float:right;
    cursor:pointer;
}

.one_column {
	width:100%;
}

.controls {
    position:absolute;
    z-index:2;
    margin:1px 0 0 820px;
    width:110px;
}

.controls .btn {
    cursor:pointer;
}

.controls #btn_prev {
    float:left;
}

.controls #btn_next {
    float:right;
}

/* header //////////////////////////////////////////////////*/

#header {
    width:100%;
	border-bottom:1px solid #ede5b9;
}

.centered.header {
    height:45px;
}

/* content //////////////////////////////////////////////////*/

#content {
    width:100%;
    margin:0;
    padding:0;
}

#nav {
    margin:15px 0 20px 0;
    padding:0;
    list-style:none;
    float:right;
}

#nav li {
    float:left;
    margin:0 0 0 8px;
    font-size:16px;
}

#slideshow_big {
    margin:0 auto 0 auto;
    padding:0;    
    width:930px;
    height:368px;
	border:1px solid #ede5b9;
	overflow:hidden;
	position:absolute;
}

#slideshow_big ul {    
    margin:0;
    padding:0;    
    list-style:none; 
    width:9300px;
	position:absolute;
}

#slideshow_big li {
    margin:0;
    padding:0;    
    float:left;
}

#bottom_half {
    margin-top:368px;
}

#slideshow_small {
    margin:0;
    padding:0;    
    list-style:none;
    width:438px;
    height:173px;
	float:left;
	margin-top:20px;
}

#slideshow_small li {
    float:left;
}

#other_artists {
    width:480px;
    height:173px;
    float:right;
	margin-top:20px;
	text-align:right;
}

#other_artists h1 {
    margin:0px 0 5px 0;
    padding:0;
    white-space:nowrap;
    font-size:20px;
}

#other_artists ul {
    margin:0;
    padding:0;    
    list-style:none;
    float:right;
}

#other_artists li {
    float:left;
    margin:5px 7px 0px 7px;
}

/* footer //////////////////////////////////////////////////*/

#footer {
    text-align:center;
    width:100%;
    margin:45px auto 0 auto;
    padding:0;
}

#footer ul {
    margin:0 0 15px 0;
    list-style:none;
}

#footer li {
    display:inline;
    margin:0 3px 0 3px;
    font-size:11px;
    line-height:20px;
}

#footer p {
    margin:0;
    font-size:11px;
    line-height:16px;
}

/* artists //////////////////////////////////////////////////*/

ul.artists {
	list-style:none;
	margin:0; 
	padding:0;
}

ul.artists li {
    margin:10px;
	padding: 0;
	float: left;
	position: relative; 
	width:95px;
	height:95px;
}

ul.artists li img {
	border: 1px solid #ddd;
	padding: 5px;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic; 
}

ul.artists_by_name {
	list-style:none;
	margin:5px 0 0 50px; 
	padding:0;
}

ul.artists_by_name li {
    margin:10px;
	padding: 0;
	float: left;
	position: relative; 
	width:190px;
	height:25px;
}

/* gallery //////////////////////////////////////////////////*/

#featured_img {
    margin:0 0 20px 0;
    width:100%;
    text-align:center;
}

.thumb_area_wrapper {
    position:absolute;
    width:180px;
    height:450px;
    overflow:hidden;
}

.thumb_area {
    position:absolute;
    width:720px;
    height:450px;
}

.thumb_area td {
    width:180px;
}

ul.gallery {
    width:100%;
    list-style:none;
    margin:0;
    padding:0;
}

ul.gallery li {
    margin:8px;
	padding: 0;
	float: left;
	width:72px;
	height:72px;
	overflow: hidden;
	display:table; 
	#position:relative; 
}

* html ul.gallery li { 
    margin:6px;
}

ul.gallery .vertical-align {
    #position:absolute; 
    #top:50%;
    display:table-cell; 
    vertical-align:middle;
    width:72px;
    height:72px;
    text-align:center;
}

ul.gallery img {
    #position:relative; 
    #top:-50%;
    cursor:pointer;
}

p.caption {
    width:100%;
    padding:3px;
    background-color:#333;
    text-align:center;
    display:block;
}

p.caption.hidden {
    display:none;
}

.left_image .caption {
    padding:3px;
    background-color:#333;
    text-align:center;
    display:block;
    margin:10px 0 0 10px;
}

.left_image .caption.hidden {
    display:none;
}

/* links //////////////////////////////////////////////////*/

.bottom a, 
.bottom a:visited,
.one_column a,
.one_column a:visited,
.artists_by_name a,
.artists_by_name a:visited {
	color:#ede5b9;
    text-decoration:underline;
}

.bottom a:hover,
.one_column a:hover
.artists_by_name a:hover {
	color:#ffffff;
    text-decoration:none;
}

/* clear floats //////////////////////////////////////////////////*/

.clear {
    clear:both;
}