/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Tahoma,  Arial, sans-serif;
	font-size: 13px;
	background-color: #000000;
	color: #c0c0c0;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

img {
	border-color: #FFFFFF;
	border-width: 1px;
}

.imgcontainer {
	clear:both;
}

.copyr {
	font-size: 10px;
}

.outerimage {
	/*
	border-width: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #000000;
	*/
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 60px;
	padding-right: 60px;
	display: table;
	clear:both;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #AAAAAA;
}

.innerimage {
	/*border-width: 1;
	border-style: solid;
	border-color: #ffffff;*/
}

.imgbox {
	margin-bottom: 25;
}

.biglabel  {
	color: #C0C0C0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 24px;
	text-align: center;
	word-spacing: 0.3em;
	letter-spacing: 0.5em;
	font-weight: bold;

	/*font-variant: small-caps;*/
	text-transform: uppercase;

}
.pageTitle  {
	color: #C0C0C0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 24px;
	text-align: center;
	word-spacing: 0.1em;
	letter-spacing: 0.3em;
	font-weight: bold;
	margin-bottom: 50px;

	/*font-variant: small-caps;*/
	text-transform: uppercase;

}

.thumbtext {
	font-size: 10pt;
	word-spacing: 0.1em;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	border-width: 5px;
	border-color: #ffffff;
	font-size: 11px;
}

.camera img {
	border-width: 1px;
	border-color: #ffffff;
	margin-bottom: 5px;
	font-size: 11px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}


#imageinfo {

	font-size: 11px;
}



/*
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #1f1f1f;
	color: c0c0c0;
}

img {
	border-color: #C0C0C0;
}

a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: white
}

a:link {
	text-decoration: none;
	color: #FFFFFF
}

.comment {
	color: yellow;

}

.image {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	margin: 5px;
}


.slideImage {
	border-width: 2;
	border-style: solid;
	border-color: #FFFFFF;
	margin: 5px;
}

#index td {
	text-align: center;
	vertical-align: bottom;
}

td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: 11px;
}

#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

body#slide {
	margin: 0;
}

#slide .name {
	font-weight: bold;
	font-size: 14px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
}


#imageinfo {

	font-size: 11px;
}


