/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: black;
	color: white;
	margin: 5;
	scrollbar-track-color: Black;
	scrollbar-highlight-color: Black;
	scrollbar-shadow-color: Black;
	scrollbar-face-color: #606060;
	scrollbar-3dlight-color: Black;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: Black;
	scrollbar-darkshadow-color: Black;
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	color: white;
	font-size: 10px;
}

.nav {
	font-weight: bold;
	font-size: 26px;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 24px;
	font-weight: bold;
}

big {
	font-size: 17px;
}

/* Custom link styles */
.menu {
	font-size: 18px;
	text-align: center;
	height: 45px;
	/*font-weight: bold;*/
}

.copy {
	font-family: Arial, sans-serif;
	color: white;
	font-size: 9px;
}

.content {
	font-family: Arial, sans-serif;
	color: white;
	font-size: 16px;
}

.contact {
	font-family: Arial, sans-serif;
	color: white;
	font-size: 14px;
}

.pixcred {
	font-family: Arial, sans-serif;
	color: #00BBBB;
	background-color: black;
	font-weight: bold;
	font-size: 12px;
}

.credit {
	font-family: Arial, sans-serif;
	color: white;
	font-size: 11px;
}

.tunes {
	font-family: Arial, sans-serif;
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.bang {
	font-family: Arial, sans-serif;
	color: red;
	font-size: 15px;
	background-color: yellow;
}

.red {
	font-family: Arial, sans-serif;
	color: red;	
}

.blu {
	font-family: Arial, sans-serif;
	color: blue;	
}

.yel {
	font-family: Arial, sans-serif;
	color: yellow;	
}

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

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

a:hover {
		color: #00BBBB;
}

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

#imageinfo {
	visibility: hidden;
}
