/* Gallery CSS Stylesheet by Fini A. Alring (c) 2005 Bytefarmers */

body {
	color: white;
	font-family: sans-serif;
	background-color: black;
	line-height: 1.1em;
	margin: 10px;
	padding: 0;
	padding-bottom: 0;
	text-align: center; 
}

body#container {
	margin: 20px auto 0 auto;
	text-align: left;
	width: 780px;
	overflow: auto;
}

.footer {
	clear: both;
	font-size: 80%;
	margin-top: 1em;
	margin-bottom: 1em;
	font-style: italic;
}

.itemContainer {
	margin: 0px auto 0 auto;
	width: 550px;
	/* overflow: auto; */
	clear: both;
	text-align: left;
}

.categoryList {
	margin: 0px auto 0 auto;
	text-align: center;
	white-space: nowrap;
	font-size: 15px;
	/* width: 570px; */
	clear: both;
	border: 0px solid red;
	/* overflow: auto; */
	height: 2.2em;
	white-space: nowrap;
}

div.catLink {
	border: 0px dashed green;
	padding-right: 15px;
        display: inline;
	/* clear: none; */
	/* float: left; */
	/* overflow: auto; */
}

a.catLink {

	color: #FFFFFF;
	border-bottom: 1px solid #000000;
}

a.catLink:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFA500;
}

a.catLinkSel {
	color: #FFFFFF;
	border-bottom: 1px solid #FFA500;
}

.itemDetails {
	margin-top: 2em;
	text-align: center;
}

.itemMetaData {
	margin: 20px auto 0 auto;
	width: 500px;
	text-align: left;
}

.metaHeader {
	font-size: 100%;
	margin-right: 1em;
	float: left;
	clear: left;
	width: 6em;
	font-weight: bold;
}

img {
		border: 0px;
}

a {
	text-decoration: none;
	color: white;
}

a.item:hover {
	text-decoration: none;
/*	border-bottom: 1px solid orange; */
}

div.item {
	clear: none;
	float: left;
	margin: 10px;
	width: 160px;
	
	height: 142px;
}

div.item img {
	padding: 2px;
	border: 1px solid #000000;
	width: 144px;
	height: 136px;

	margin-top: 3px;	
	margin-left: 3px;
/*
	margin-right: 3px;
	margin-bottom: 3px;
*/	

}

div.item img:hover {
	border: 1px solid #FFA500;
	width: 150px;
	height: 142px;
	margin-top: -2px;	
	margin-left: -2px;
/*
	width: 100%;
	height: 100%;
*/
}

div.item a.item:visited:hover img, div.item a.item:visited:active img {
	border: 1px solid #996300;
}

.title, .categories, .description {
	font-size: 80%;
	/* font-style: italic; */
	font-family: serif;
	font-weight: normal;
}

.pageFlip {
	margin: 0px auto 0 auto;
	border: 0px solid blue;
	width: 460px;
	text-align: center;
}
