/* Matthew Hope CSS */
/* General Styles */
html, body {
	background: #5b656c;
	}
.style1 {
	color: #74818A;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	}
.style2 {
	color: #bed3e2;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	}
.style3 {
	color: #bed3e2;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	}
.style3a {
	color: #bed3e2;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	margin: -30px 0px 0px 420px;
	padding:0;
	}
.style3b {
	color: #bed3e2;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	margin: -80px 0px 0px 180px;
	}
.style3c {
	color: #bed3e2;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	margin: -90px 0px 0px 180px;
	}
.style4 {
	color: #74818A;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 10px 0px 0px 10px;
	}
.style5 {
	color: #41484d;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	}
.style6 {
	color: #bed3e2;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	margin: 10px 0px 0px 10px
	}
.photo {
	margin: 10px 0px 0px 10px;
	}
A:link {text-decoration: underline; color:#FFFFFF;}
A:visited {text-decoration: none; color:#990033;}
/* End General Styles */

/* Gallery Styles */
#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 100%; /* Set to gallery width, in px or percentage */
	height: 600px; /* Set to gallery height */
	}
#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
	}
#motioncontainer a:hover img {
	border: 1px solid navy; /* Set image border hover color */
	}
#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
	}
#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
	}
/* End Gallery Styles */

/* Band Styles */
.band {
	margin: 0;
	padding: 0;
	height: 181px;
	width: 410px;
}
.band a {
	margin: 0;
	padding: 0;
	height: 181px;
	width: 410px;
	display: block;
	background-image: url(images/bandoff.jpg);
}
.band a:hover {
	margin: 0;
	padding: 0;
	background-image: url(images/bandon.jpg);
}
.schwash {
	margin: 0;
	height: 204px;
	width: 154px;
}
.schwash a {
	height: 204px;
	width: 154px;
	display: block;
	background-image: url(images/schwashoff.jpg);
}
.schwash a:hover {
	background-image: url(images/schwashon.jpg);
}
.jeremy {
	margin: 0;
	height: 204px;
	width: 154px;
}
.jeremy a {
	height: 204px;
	width: 154px;
	display: block;
	background-image: url(images/jeremyoff.jpg);
}
.jeremy a:hover {
	background-image: url(images/jeremyon.jpg);
}
.casey {
	margin: 0;
	height: 204px;
	width: 154px;
}
.casey a {
	height: 204px;
	width: 154px;
	display: block;
	background-image: url(images/caseyoff.jpg);
}
.casey a:hover {
	background-image: url(images/caseyon.jpg);
}
/* End Band Styles */