/* jdillinger - joanne@joannedillinger.com */

body {
	background: url(img/bg.jpg) top left no-repeat #fff; 
	margin: 0;
	padding: 0;
	}
	

.left { float: left; }
.right { float: right; }	
.clear { clear: both; } 
.center { text-align: center; }


a img { border: 0; }

a { color: #635654; text-decoration: none; }
a:hover { text-decoration: underline; color: #594d4b; }

a.foo { color: #6d6a76; font-weight: normal; text-decoration: underline; }
a.foo:hover { text-decoration: none; font-weight: normal; color: #4a474f; }

fieldset { border: 2px solid #000; padding: 10px; }


#wrap { width: 960px; 
		height: 966px; 
		margin: 0; 
		padding: 0; }


#wordmark { background: url(img/signBoard.png) top left no-repeat;
		    width: 362px; 
			height: 232px; 
			margin: 0; 
			padding: 0; 
			position: relative; 
			top: 0; left: 625px; }
			
			
#gallery { width: 884px;
		   height: 384px;
		   margin: 0;
		   padding: 0;
		   position: relative;
		   top: -5px; left: 65px; }
		   
		   
#welcome { background: url(img/welcome.png) top left no-repeat;
		   width: 777px;
		   height: 170px;
		   margin: 0;
		   padding: 0;
		   position: relative;
		   top: 0; left: 110px; }
		   
		   
a#email {
  display: inline-block; 
  background: url(img/email.png) 0px 0px no-repeat;
  width: 120px;
  height: 17px;
  position: relative;
  top: 152px; left: 661px; 
}
a#email:hover {
  background-position: 0px -17px; 
}
a#email span { display: none; }


a#daysleeper {
  display: inline-block; 
  background: url(img/daysleeper.png) 0px 0px no-repeat;
  width: 38px;
  height: 31px;
  position: relative;
  top: 65px; left: 45px; 
}
a#daysleeper:hover {
  background-position: 0px -31px; 
}
a#daysleeper span { display: none; }
		   
		   

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:384px;	width: 884px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: 8px;
	width: 220px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(img/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	position: relative;
	top: -3px; left: 0;
}
.paging a.active {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}







