/* Wrapper for entire thing */
#photoGallery
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	font-style: normal;
	font-weight:  normal;
}



/* Left column */
#photoThumbs
{
	width: 230px;
/*	width: 370px;*/
/*	border: 1px solid white;*/
	float: left;
}

.photoThumb
{
	float: left;
	margin: 5px;
	width: 80px;
	text-align: center;
	margin-right: 30px;
}
.photoThumb img
{
	padding: 4px;
	background-color: #9d9890;
	border: 1px solid #382d20;
	width: 75px;
	height: 75px;
}
.photoThumb img:hover,
.photoThumb img.selected
{
	padding: 4px;
	background-color: #382d20;
	border: 1px solid #382d20;
}
.photoTitle
{
	font-size: 75%;
}




/* Preview stuff - middle column */


#photoPreview
{
/*	border: 1px solid red;*/
/*	margin-left: 180px;*/
/*	margin-left: 380px;*/
	text-align: center;
	width: 650px;
	float: left;
}
#photoPreview img
{
	margin:  5px;
	padding: 4px;
	background-color: #9d9890;
	border: 1px solid #382d20;
}
#photoTitle
{
	font-size: 105%;	
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
/*	min-width: 200px;*/
/*		border: 1px solid white;*/
}

#photoDescription
{
	font-size: 85%;	
}
#photoTimestamp
{
	font-size: 75%;
}


#photoPageNav,
#photoPreviewNav
{
	color:  #888;
	font-size: 80%;	
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
/*	font-family: 'Bookman Old Style',Times,serif; */
	font-style: normal;
	font-weight:  normal;
/*	width: 400px;*/
	margin:  0 auto;
}

#photoPreviewNav a,
#photoPageNav a
{
	color: #505446;
	text-decoration: none;
	font-size: 150%;
}


#photoTitle
{
	margin:  0 auto;
	display: inline-table;
	width: 250px;
}

/*#prevImageLink
{
	float: left;
	margin-left: 50px;
}
#nextImageLink
{
	float: right;
	margin-right: 50px;
}
*/


/* Gallery stuff on right */


#galleryList
{
	color:  #555;
/*	border: 1px solid blue;*/
	margin-left: 30px;
/* 	margin-top:2em; */
	text-align: left;
	float: left;
}

#galleryList h3
{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	margin-bottom: 1em;
}
#galleryList a
{
	color:  #555;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}


#galleryList ul,
#galleryList ul li
{
	clear: both;
	list-style: none;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#galleryList ul
{
	padding-left: 0;
/* 	margin-left: 1em; */
}

#galleryList a.currentGallery
{
	font-weight: bold;

	color: #333;
}
