@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #232323;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}

a img {
	border: none;
}

a {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #990000;
}

#container  {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#menu {
	text-align: right;
	position: relative;
	display: block;
	float: right;
	list-style: none;
	padding: 4px 0px;
	margin: 20px 0px;
	overflow:hidden;
	background-image: url(../images/MenuBackground.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #000000;
}


#menu li {
	display: block;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/MenuSeparator.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: -2px;
}

.sideBox, .sideBox .sb-inner { background-color: #222222; }

.sideBox{
	position: relative;
	opacity:0.85;
	filter:alpha(opacity=85);
	width: 100%;
	background-color: #222222;
	color: #FFFFFF;
	padding: 15px;
	/*border: solid 1px #FFFFFF;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.sideBox H1{
	text-align: center;
	border-bottom: solid 2px #FFFFFF;
	font-size: 18px;
	margin-top: 0px;
	padding-bottom: 10px; 
}

	
#byLine {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}


#brenda {
	text-decoration: none;
	display: inline;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	background-image: url(../images/BrendaDropdown.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 7px;
}

a:visited#brenda {
	text-decoration: none;
	color: #990000;
}

a:hover#brenda {
	color: #ffffff;
}


#previewLinks {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#copyright {
	font-family: Helvetica;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	clear: both;
}


#creativeCommons {
	font-family: Helvetica;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	clear: both;
}

#support {
	font-family: Helvetica;
	font-size: 12px;
	text-align: right;
	margin-top: 15px;
	width: 700px;
	float: right;
	color: #999999;
	margin-bottom: 10px;
}

#titleImage img {
	left: 125px;
	position: relative;
}
#mainContent  {
	padding: 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}
#preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	width: 535px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.clearFloat {
	clear: both;
}
#pageContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 20px;
	text-align: left;
}
.itemPhoto img {
	border: 1px solid #FFFFFF;
}
#contentTitle {
	font-size: 24px;
	font-weight: bold;
}
#contentBody {
	font-size: 13px;
	font-weight:normal;
}

#tab a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#tab a {
	text-decoration: none;
	color: #FFFFFF;
}

#tab a:hover {
	color: #990000;
}

#previewLinks img {
	padding-right: 5px;
	padding-left: 5px;
}

#triptychViewer, #movieViewer, .tabPage {
	clear: both;
	background: #000000;
	padding: 5px 0px;
	background-image: url(../images/CornerTopLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#movieViewer {
	padding-top: 20px;
	/*padding-left: 75px;*/
	padding-bottom: 20px;
}

.tabPage {
	background-image: url(../images/CornerTopRight.gif);
	background-position: right top;
	padding: 25px;
	
}

#slideshow {
	height: 530px;
	width: 750px;
	margin: 5px;
}

#movie {
	height: 480px;
	width: 640px;
}

#movieWrapper {
	height: 480px;
	width: 640px;
	margin: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}

#movieWrapperWrapper{
	margin-left: 75px;
}

#workshops .movieCaption, #workshops .sanctuaryExhibit {
	margin-top: 0px;
	padding-top: 0px;
	color: #CCCCCC;
	width: 640px;
	margin-left: 75px;
}

#contentBody li {
	padding-bottom: 10px;
}


#about #movie, #about #movieWrapper {
	height: 240px;
	width: 320px;
}

#about #movieWrapper {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	position: relative;
}

#about #movieWrapperWrapper {
	float: right;
	position: relative;
}



.triptychThumbnailContainer, .albumThumbnailContainer, .movieThumbnailContainer {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	cursor: pointer;	
}

.movieThumbnailContainer {
	width: 79px;
}

.triptychThumbnailContainer img.thumbnail, .albumThumbnailContainer img.thumbnail, .movieThumbnailContainer img.thumbnail {
	border: 2px solid #FFFFFF;
	display: block;
}

.triptychThumbnailContainer img.thumbnail.selected, .triptychThumbnailContainer:hover img.thumbnail, .albumThumbnailContainer.selected img.thumbnail, .albumThumbnailContainer:hover img.thumbnail, .movieThumbnailContainer.selected img.thumbnail, .movieThumbnailContainer:hover img.thumbnail {
	border: 2px solid #990000;
}

#albumThumbnailsContainer .selected, #movieThumbnailsContainer .selected {
	color: #990000;
}

.triptychThumbnailContainer img.caption, .albumThumbnailsContainer img.caption {
	margin-top: 3px;
}

#triptychSetThumbnailContainer, #albumThumbnailsContainer, #movieThumbnailsContainer {
	border: 2px solid #FFFFFF;
	padding: 10px;
}
.tabWrapper {
	position: relative;
	padding: 0px;
	margin-left: 23px;
	float: right;
	background-color: #000000;
	background-image: url(../images/CornerTopRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	z-index:0;
}

#previewMovie .tabWrapper {
	float: right;
}

#previewGraphicNovel .tabWrapper {
	margin-top: 75px;
}

#contentTitleWrapper.tabWrapper {
	float: left;
}

.tab {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-right: 23px;
}

#contentTitle.tab {
	padding: 5px;
}

.topleft {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	height:100%;
	left:0px;
	margin-left:-23px;
	position:absolute;
	top:0px;
	width:23px;
	background-color: #000000;
	background-image: url(../images/CornerTopLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#triptychContent, #albumContent, #movieContent{
	padding: 5px;
	padding-top: 10px;
}


.roundtopright { 
	background: url(../images/CornerTopRight.gif) no-repeat top right; 
}

.roundbottomright {
	background: url(../images/CornerBottomRight.gif) no-repeat top right; 
}


#triptychImagesContainerViewport {
	overflow: hidden;
	width: 760px;
	margin: 20px;
	clip: rect(0px, 760px, 300px, 0px);
	/*height: 500px;*/
	position: relative;
	display: block;
}
.triptychImageContainer {
	float: left	;
	margin-right: 7px;
	margin-left: 7px;
	width: 600px;
}
.triptychImagesContainer {
	width: 2000px;
	left: 60px;
	position: relative;
}

.triptychCaption {
	width: 600px;
	font-size: 12px;
	font-weight: normal;
}
.triptychCaption .captionHeader {
	line-height: .3 em; 
	font-size: 12px;
	font-weight: bold;
	margin: auto;
}
.triptychImageContainer img {
	border: 2px solid #FFFFFF;
	cursor: pointer;	
}

.triptychImageContainer.selected img {
	border: 2px solid #990000;
}

.triptychImageContainer:hover img {
	border: 2px solid #990000;
	color: #FFFFFF
}


.triptychImageContainer:hover {
	color: #FFFFFF
}




body#previewGraphicNovel #contentBody {
	width: 330px;
	float: left;
}
body#previewMovie #contentBody {
	float: left;
}

#triptychSetControls, #albumContent, #movieContent {
	font-size: 12px;
	font-weight: normal;
}

#triptychSetInfo{
	float: left;
}
#triptychSetPreviousNext {
	float: right;
}
#currentSet, #totalSets, #triptychSetPreviousNext {
	font-weight: bold;
}

#previousTriptychSet, #nextTriptychSet {
	cursor: pointer;
}

#previousTriptychSet.disabled, #nextTriptychSet.disabled {
    color: #666666;
	cursor: default;
}

.itemTitle a {
	font-size: 14px;
	font-weight: bold;
}

td.itemDetails {
	padding-left: 20px;
}

tr.item td{
	border-bottom: 1px dashed #666666;
	padding-bottom: 30px;
	padding-top: 20px; 
}
#openingImage .caption {
	color: #999999;
	margin-top: 0px;
	padding-top: 0px;
}
#byLine #producers {
	font-size: 12px;
	padding-right: 10px;
}


#previewMovie #contentBody {
	float: left;
}

.hidden {
	display: none;
}

.floatLeft {
	float: left;
}

#subscribeButton {
	background: #000000;
	padding: 5px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	margin-top: 20px;
	display: inline;
}

#subscribeProgress {
}
