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

/* Style for all bodies. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Comic Sans MS", cursive;
  font-size: 1em;
  line-height: 1.25em;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Index Page Container */
#index_page_container {
	padding: 3px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#index_page_header {
    border-bottom: solid 1px #3E434F; /* Sets the bottom border properties for an element using shorthand notation */
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 780px;
	height: 174px;
	}
#index_page_header  span {
    display: block;
	position: absolute;
	left:0;
	top: 0;
	z-index: 1;
	width: 780px;
	height: 174px;
	margin: 0 auto 0 auto;
	padding:0;
	background: url(../../../../images/heading_new.gif) top left no-repeat;
}
#index_page_skip {
  margin: auto;
  text-align: right;
  font-family: "Comic Sans MS", cursive;
  font-size: 0.75em;
  }
#index_page_skip li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: right;
}
#index_page_skip li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #3E434F;
	border-bottom: none;
	text-decoration: none;	
}
#index_page_skip li a:link {
	color: #CCCCCC;
	border-bottom: 1px solid #3E434F;
}
#index_page_skip li a:visited {
	color: #66CCCC;
}
#index_page_skip li a:hover {
	color: #FFFF66;
	}
/* Index Page Number */
#index_spacer {
	float: left;
	width: 10%;
	height: 75px;
	font-size: 1em;
	color: #00CC00;
}

/* Index Page Title */
#index_title {
	float: left;
	width: 80%;
	height: 75px;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #FFFFFF;
}

/* Index Page Navigation Buttons container */
#index_nav{
    width: 10%;
	float: right;
	height: 75px;
} 

/* Index Page Navigation Buttons Style*/
.indexnavbuttons {
	border-width: 0px;	
}

/* Index Page Thumbnail container WITH PADDING */
.thumbnail {
  	float: left;
  	padding: 5px;
  	margin: 0px;
	text-align: center;
}

/* Index Page - border on all generated images */
.image {
	margin: 0;
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
}

/* Index Page Thumbnail Title */
.thumb_title {
	text-transform: uppercase;
	font-size: 0.75em;
	color: #FFFFFF;
	line-height: 1.25em;
	margin-left: auto;
	margin-right: auto;	
}

/* Slide Page Container */
#slide_page_container {
	padding: 3px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

/* Slide Page Image Number */
#image_counter {
	float: left;
	width: 100px;
	height: 25px;
	font-size: 1em;
	color: #00CC00;
}

/* Slide Page Title */
#label {
	float: left;
	height: 100px;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
}

/* Slide Page SPACER */
#spacer {
	float: left;
	width: 100px;
	height: 25px;
}

/* Slide Page Navigation Buttons container */
#nav_buttons {
	float: left;
	height: 25px;
	text-align: left;
	margin: 0px 0px 0px 5px;
}

/* Slide Page Navigation Buttons Style*/
.slidenavbuttons {
	border-width: 0px;	
}

/* Slide Page Image */
#slide {
	float: center;
	font-size: 1em;
	color: #FFFFFF;
}

/* Copyright Notice style */
.copyright
	{
	font-size: 0.75em;
	color: #FFFFFF;
}

/* Image Map style */
.imagemap {
	border-width: 0px;
}

/* Slide Page Comments */
#comments {
	float: center;
	font-size: 1em;
	color: #FFFFFF;
	text-align: left;
	margin: 5px 10px 10px 5px;
}

/* 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: #CCCCCC;
}

a.comments:link {
	text-decoration: underline;
	color: #FFFF00;
}

a.comments:visited {
	text-decoration: underline;
	color: #FFFF00;
}

a.comments:hover {
	text-decoration: none;
	color: #FF0000;
}

a.comments:active {
	text-decoration: underline;
	color: #FFFF00;
}

#imageinfo {
	visibility: hidden;
}

