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

/* Style for all bodies. */
body {
	background-color: #0C0C0C;
	color: #999999;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	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. */
}
#outerWrapper {
  background-color: #0C0C0C;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 900px;
}
#outerWrapper #header {
  background-image: url(file:///Macintosh%20HD/Users/clairekay/Desktop/Documents/Website%20Work/images/header.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 125px;
  border-top: solid 1px #6E6E6E; /* Sets the bottom border properties for an element using shorthand notation */
  color: #FFFFFF;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-indent: -9999em;
}
#outerWrapper #contentWrapper {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	color: #999999;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	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: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #footer {
	background-color: #0C0C0C;
	border-top: solid 1px #9ea3aa; /* Sets the top border properties for an element using shorthand notation */
	color: #666666;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.25em;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: right;
}
#outerWrapper #footer #image {
	background-color: #0C0C0C;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.25em;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
  color: #999999;
}
#outerWrapper #footer a:hover {
  color: #FFFF00;
}
#outerWrapper #footer a:focus {
  color: #FFFF00;
  }
#outerWrapper #contentWrapper #albumlist {
 	font-family: "Trebuchet MS", Helvetica, sans-serif;
 	font-size: 0.9em;
 	line-height: 1.25em;
 	margin: 10px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
 	padding: 10px 0 10px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
 	clear: left;
 	list-style-type: none;
	height: 600px;
}
#album ul {
	list-style-type: none;
}
#album li {
	float: left;
	width: 125px;
	margin-right: 6px;
	margin-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #999999;
	list-style-type: none;
}
#album img{
	display: block;
	border: 1px solid #000066;
} 

