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

body,td,th { font-family: Georgia, Times New Roman, Times, serif; font-size: 12px; color: #231f20; }
body { background-color: #f3e7da; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
#wrapper { text-align:left; width:804px; margin:0 auto; position:relative; } 
.welcome-blurb { font-size: 15px }
.header-blurb { color: #FFFFFF;	font-size: 15px; }
#headerBlurb { position:absolute; top:88px; width:180px; margin-left:533px; margin-right:91px; }
#captionContainer { position:absolute; top:660px; width:314px; margin-left:400px; margin-right:91px; }
a:link { color: #981b1e; }
a:visited { color: #632912; }
/*gallery css*/
#galleryholder {
	position:absolute;
	width: 739px;
	margin-right: 47px;
	margin-left: 28px;
	top: 220px;
}


html>body { font-size: small; position:} /* be nice to Opera */

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 714px;
	padding-top: 20px;
	padding-left: 20px;
	margin: 0 2px;
}

.albumDesc	{
	margin-top: -15px;
	color: #666666;

}
.albumBookDesc {
	font-size: small;
	color: #666666;
	margin-top: -13px;
}
.descTitle {
	font-size: small;
	color: #999999;
}

.albumName {
	font-size: large;
}


/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 90%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
	width: 248px;
	margin-top: 0px;
}
#controls {	margin:20px auto 10px auto; }
#galleries { margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('../images/gallery-button-background.jpg') repeat-x;
	color: #fff;
	border-top: solid 1px #622912;
	border-right: solid 1px #622912;
	border-bottom: solid 1px #622912;
	border-left: solid 1px #622912;
}
#transport a:visited {
	background: #622912 url('../images/gallery-button-background.jpg') repeat-x;
	color: #fff;
	border-top: solid 1px #622912;
	border-right: solid 1px #622912;
	border-bottom: solid 1px #622912;
	border-left: solid 1px #622912;
}
#transport a:hover {
	color: #d6a477;
	border-top: solid 1px #d6a477;
	border-right: solid 1px #d6a477;
	border-bottom: solid 1px #d6a477;
	border-left: solid 1px #d6a477;
	background-color: #666;
	background-image: url('../images/gallery-button-background.jpg');
	background-repeat: repeat-x;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	padding: 0px 0px 10px 10px;
	margin-bottom: 15px;
	margin-top: 1em;
	width: 260px;
	float: left;
	margin-right: 22px;
	border: solid 1px #622912;
}
#thumbnails {
	clear: both;
	margin: 20px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #622912;
	border-right: solid 1px #622912;
	border-bottom: solid 1px #622912;
	border-left: solid 1px #622912;
}
#picture {
	padding: 0px;
	width: 412px;
	height: 405px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 3px;
	padding: 0;/*
	border-bottom: solid 1px #622912;
	border-right: solid 1px #622912;
	border-left: solid 0px #622912;
	border-top: solid 0px #622912;
	padding: 0; */
	overflow: visible; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 0px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }.header {
	margin-top: 0px;
}

