﻿/******************************
 * Layout
 ******************************/

body 
{
	padding: 0px; 
	margin: 0px; 
	background-color: #221d17;
}

#MainWrapper
{
	 width: 984px; 
	 margin: 0px auto; 
	 background-image: url(../Images/HeaderBg.gif);
	 background-repeat: no-repeat; 
	 padding-bottom: 65px;
}

/******************************
 * Header
 ******************************/

#Header
{
	position: relative;
	height: 140px;
}

#Logo
{
	position: absolute;
	left: 26px;
	top: 20px;
	width: 353px;
	height: 68px;
}

#Logo a
{
	display: block;
	width: 353px;
	height: 68px;
}

.FacebookLike
{
	position: absolute;
	right: 0;
	top: 16px;
}

/******************************
 * Nav
 ******************************/

#Nav
{
	position: absolute;
	left: 500px;
	top: 26px;
	width: 458px;
	height: 68px;
}

#Nav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 68px;
}

#Nav ul li
{
	float: left;
	height: 68px;
	padding: 0px;
	margin: 0px 22px 0px 0px;
}

#Nav ul li a
{
	display: block;
	height: 68px;
	background-repeat: no-repeat;
}

#Nav ul li a:Hover
{
	background-position: 0px -68px;
}

#Nav ul li.NavBiography a
{
	background-image: url(../Images/NavBiography.gif);
	width: 70px;
}
	
#Nav ul li.NavEvents a
{
	background-image: url(../Images/NavEvents.gif);
	width: 47px;
}
	
#Nav ul li.NavGallery a
{
	background-image: url(../Images/NavGallery.gif);
	width: 49px;
}

#Nav ul li.NavVideo a
{
	background-image: url(../Images/NavVideo.gif);
	width: 40px;
}
	
#Nav ul li.NavSales a
{
	background-image: url(../Images/NavSales.gif);
	width: 37px;
}
	
#Nav ul li.NavNews a
{
	background-image: url(../Images/NavNews.gif);
	width: 37px;
}

#Nav ul li.NavPress a
{
	background-image: url(../Images/NavPress.gif);
	width: 37px;
}
	
#Nav ul li.NavPress
{
	margin-right: 0px;
}

/******************************
 * Content
 ******************************/

#ContentWrapper
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.5em;
}

#ContentWrapper a
{
	color: #FFFFFF;
}

h2
{
	font-weight: normal;
}

h3
{
	color: #CCCCCC;
}

.NewsItem
{
	padding-bottom: 16px;
}

.SalesTable
{
	width: 100%;
}

.SalesTable td
{
	vertical-align: top;
	padding: 5px 5px 22px;
	font-size: 0.85em;
}

.SalesTable td img
{
	 border: solid 1px #403728;
}

.ImageTitle
{
	margin-left: -2px;
	padding-bottom: 14px;
}

.CaptionedImage
{
	 border: solid 1px #403728;
}

.CaptionedImage .Caption
{
	color: #bca37c;
	padding: 8px 4px 10px;
	font-size: 0.8em;
	line-height: normal;
}

.FlashWrapper
{
	width: 700px;
	margin: 0px auto;
}

.PastExhibitions
{
	color: #888888;
}

/******************************
 * Press
 ******************************/

.PressTable td
{
	vertical-align: top;
	padding-bottom: 36px;
}

.PressTable td.First
{
	padding-right: 18px;
}

/******************************
 * Footer
 ******************************/

#FooterWrapper
{
	position: relative;
	width: 984px;
	height: 35px;
	margin: 0px auto;
	background-image: url(../Images/FooterBg.gif);
	background-repeat: no-repeat;
	padding: 10px 0 20px 15px;
	color: #bca37c;
	font-family: Tahoma, Sans-Serif;
	font-size: 0.7em;
}

#FooterWrapper a
{
	color: #bca37c;
	text-decoration: underline;
}

#FooterWrapper .FooterText
{
	padding-top: 5px;
}

#FooterWrapper a.OrangeMediaLink
{
	position: absolute;
	left: 733px;
	top: 14px;
	width: 107px;
	height: 22px;
}

#FooterWrapper a.FacebookLink
{
	position: absolute;
	left: 693px;
	top: 10px;
	width: 31px;
	height: 33px;
}

#FooterWrapper a.TwitterLink
{
	position: absolute;
	left: 650px;
	top: 10px;
	width: 31px;
	height: 33px;
}

/******************************
 * Utility styles
 ******************************/

.Hidden
{
	position:absolute;
	left:-10000px;
}

.FloatClear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

/******************************
 * Non-flash albums
 ******************************/

.AlbumLink
{
	display: block;
	width: 319px;
	background-color: #211d17;
	border: 1px solid #141414;
	text-decoration: none;
	padding: 7px;
	font-size: 0.85em;
	margin: 0 9px 9px 0;
	line-height: normal;
}

.AlbumLink:Hover
{
	background-color: #262626;
}


.AlbumThumb
{
	position: relative;
	border: 1px solid #ffffff;
	width: 317px;
	height: 70px;
	overflow: hidden;
}

.AlbumThumb img
{
	width: 317px;
}

.AlbumTitle
{
	font-weight: bold;
	padding: 6px 0;
}

.AlbumDescription
{
	line-height: 1.2em;
}

/******************************
 * Non-flash gallery
 ******************************/

.GalleryWrapper
{
	position: relative;
	height: 495px;
}

.GalleryPics
{
	position: absolute;
	height: 445px;
}

.GalleryPic
{
	position: absolute;
	text-align: center;
	width: 700px;
}

.GalleryPic img
{
	border: 1px solid #403728;
	height: 443px;
}

.GalleryThumbs
{
	position: absolute;
	height: 43px;
	width: 700px;
	bottom: 0; 
	overflow: hidden;
}

.ThumbsLeft, .ThumbsRight, .PlayPause
{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 12px;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	position: absolute;
}

.ThumbsLeft
{
	background-image: url(../Images/ThumbsLeft.gif);
}

.ThumbsRight
{
	background-image: url(../Images/ThumbsRight.gif);
	right: 20px;
}

.PlayPause
{
	right: 0px;
	background-image: url(../Images/GalleryPause.gif);
}

.PlayPause.Paused
{
	background-image: url(../Images/GalleryPlay.gif);
}

.GalleryThumbsTable
{
	position: absolute;
	left: 25px;
	width: 630px;
	height: 43px;
	overflow: hidden;
}

.GalleryThumbsTable table
{
	position: absolute;
}

.GalleryThumbsTable td
{
	padding-right: 10px;
}

.GalleryThumbsTable td div
{
	border-right: 1px solid #0d0b09;
	border-bottom: 1px solid #0d0b09;
}

.GalleryThumbsTable td img
{
	border: 1px solid #666666;
}

.GalleryThumbsTable td img:Hover,
.GalleryThumbsTable td img.On
{
	border: 1px solid #eeeeee;
	cursor: pointer;
}

.BackToGallery
{
	padding-top: 20px;
}
