/* -- 
	[ Style Sheet for NancyTalbot.com ]
-- */

	/* -- [ Global Styles ] -- */
body {
	background-color: white;
	color: black;
}
img {
	border: 0px;
}
a {
	color: black;
	text-decoration: none;
	border: 0px;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	border: 0px
}
a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
		/* -- [ here's an internet explorer 8 opacity filter ] -- */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

	/* --  [ Index Page Styles ] -- */
#splash {
	margin-top: 125px;
}
#splash img {
	border: 0px;
}
#splash table {
	background-color: white;
}
#splash a {
	font-size: 16.5pt;
}
#splash a img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
		/* -- [ here's an internet explorer 8 opacity filter ] -- */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
#banner {
	opacity: 0.1;
	filter: alpha(opacity=10);
}
#myLink {
	position: relative;
	left: 40%;
	top: 60px;
}
#myLink a {
	color: white;
	text-decoration: none;
}
#myLink a:hover {
	color: gray;
}

/* --------------- */

#wrapper {
	width: 900px;
	height: auto;
}

/* --------------- */

	/* -- [ Leftbar Styles ] -- */
#left {
	display: block;
	position: relative;
	width: 150px;
	top: 40px;
	left: 20px;
}
#left img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
#list {
	
}
#gallery img{
	margin-left: 45px;
	margin-top: 45px;
	margin-bottom: 5px;
}

	/* -- [ Gallery Styles ] -- */
#thumbGridWrapper { /* -- [ styling without tables ] -- */
	width: 415px;
	position: relative;
	left: 245px;
	top: -400px;
}
#thumbGridWrapper a{
	//display: inline ????
}
#row1, #row2, #row3 {
	height: 140px;
	width: 420px;
}
#row1 a, #row2 a, #row3 a {
	float: right;
	padding: 0 1px 0 3px;
}
#right { /* -- [ styling without tables ] -- */
	width: 650px;
	min-height: 600px;
	height: auto;
	position: relative;
	top: -400px;
	left: 245px;
}
#rightImg {
	width: auto;
	height: auto;
	position: relative;
	text-align: center;
}
#rightImg  a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#imgTitle {
	position: relative;
	width: 650px;
	height: 25px;
	text-align: center;
	font-family: Eras Medium ITC, Myriad Pro, Arial;
	font-size: 0.8em;
}
#imgNav {
	width: 650px;
	height: 30px;
}
.backward {
	float: left;
}
.forward {
	float: right;
}
#img0 {
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	left: 260px;
	top: 40px;
}
#img0:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/* -- [ thumbs ] -- */
#thumbs {
	position: absolute;
	left: 250px;
	top: 45px;
	visibility: visible;
	z-index: 2;
}
.hidden {
	visibility: hidden;
}

/* -- [ 475 ] -- */
#reg {
	position: absolute;
	left: 250px;
	top: 50px;
}


/* -- [ 640 ] -- */
#scaleTable {
	width: 5em;
	height: 5em;
	font-size: 50px;
}

/* -- [ Bio page ] -- */
#bioimg  img {
	opacity: 0.3;
	filter: alpha(opacity=30);
		/* -- [ here's an internet explorer 8 opacity filter ] -- */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	position: absolute;
	left: 150px;
	top: 100px;
	z-index: 1;
}
#biotext {
	display: block;
	position: absolute;
	left: 250px;
	top: 50px;
	color: black;
	font-family: myriad pro, eras medium itc, arial, sans-serif;
	z-index: 2;
}
.heading {
	text-decoration: underline;
	font-weight: bold;
}
#education, #galleryrep, #public {
	margin-top: -15px;
}
#home {
	position: absolute;
	top: 20px;
}
#home img {
	border: 0px;
}

#home:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
		/* -- [ here's an internet explorer 8 opacity filter ] -- */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
#biogallery {
	position: absolute;
	left: -55px;
	top: 50px;
}
#biogallery:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
		/* -- [ here's an internet explorer 8 opacity filter ] -- */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

/* -- [ Contact page ] -- */
#formspace {
	position: absolute;
	left: 100px;
	top: 70px;
}

/* -- [ Classes ] -- */
.galleryList a{
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
