@charset "UTF-8";
/* CSS Document */

/* ===== Universal Settings ===== */

body {
	background-color: #000;
	overflow: scroll;
}
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	font-size: 1.2em;
	/*background-image: url(../_images/HomePage/Background%20Leaves4.jpg);
	background-repeat: no-repeat;*/
}


h1, h2, h3, h4 {
	display:none;	
}

/* ===== Content Wrapper ===== */

.gallery_container{ 
	width: 1010px; 
	margin: 0px auto 0px auto;   	/* centered 40px down page */
}

/* ===== Gallery Parts ===== */

.header { 
	margin: 0px 0px 0px 0px; 
	float: left; 
	width: 1010px;  
	text-align: center;
	padding: 30px 0px 0px 0px; 
}

#tiptop a {
	display: block;
	width: 348px;
	height: 60px;	
	margin-bottom: 8px;
	margin-left: 331px;
	position:relative;
	padding: 0px;
	background-image: url(../_images/Logo/Logo%20Erin%20Schultz.jpg);
	background-repeat:no-repeat;
}

.footer { 
	margin: 0px 0px 0px 0px; 
	float: left; 
	width: 1010px;  
	text-align: center;
}

.content { 
	margin: 0px 0px 0px 0px; 
	float: left; 
	width: 1010px;  
	text-align: center;
	padding: 0px 0px 0px 14px; 

}

/* Images with Sprites */
#nav{
	padding: 0;
	margin-left: 0;
}

#nav li {			/* sets space for background sprites */
	list-style-type: none;
	float: left;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 10px;

}
.hover-css a, .hover-anims a, .hover-anims span{
	display: block;
	width: 241px;
	height: 241px;	
	position:relative;
	padding: 0px;
	margin: -2px;
	border: 2px solid #444;
	border-radius: 8px;
	background-repeat: no-repeat;
}
.hover-anims span{
	position:absolute; 
	left: 0;
	top: 0;
}
.hover-css .show1 a, .hover-anims .show1 a, .hover-anims .show1 span{
	background-image: url(../_images/Sprites/gravitybackground.jpg);
}

.hover-css .show1 a:hover, .hover-anims .show1 span{
	background-image: url(../_images/Sprites/gravityrollover.jpg);
}

.hover-css .show2 a, .hover-anims .show2 a{
	background-image: url(../_images/Sprites/canyoncandybackground.jpg);
}

.hover-css .show2 a:hover, .hover-anims .show2 span{
	background-image: url(../_images/Sprites/canyoncandyrollover.jpg);
}

.hover-css .show3 a, .hover-anims .show3  a{
	background-image: url(../_images/Sprites/betweentheicebackground.jpg);
}

.hover-css .show3  a:hover, .hover-anims .show3  span{
	background-image: url(../_images/Sprites/betweentheicerollover.jpg);
}

.hover-css .show4 a, .hover-anims .show4 a{
	background-image: url(../_images/Sprites/ferrytalebackground.jpg)
}

.hover-css .show4 a:hover, .hover-anims .show4 span{
	background-image: url(../_images/Sprites/ferrytalerollover.jpg)
}

/* ===== main content links ===== */
#mainContent{	
	width: 764px;
	float:left;
}

/* ===== bottom navigation links ===== */

.footer {          				/* set the position for the nav elements */
	padding-top: 0px;
	font-size: .85em;
	float: left;
	margin-left: 0px;
	display: inline;
	color: #CCC; 
	margin-top: 15px;
}

.footer p a{
	text-decoration: none;  /* no underline */
	border: none;           /* no border */
	color: #CCC;
}

.footer p{
	margin-top: 15px;	
}






/* ===== bottom navigation links ===== */
.clear_both{
	clear:right;
	line-height: 1px;	
}

#navBar{
	margin-top: 17px;
	height: 592px;
}



#aboutme{
	padding: 20px;
	padding-top: 30px;
	border: 1px solid #444;
	border-radius: 5px;
	width: 700px;
	float: left;
	background-color: #222;
	opacity: .85;
	margin-top: 17px;
	margin-left: 10px;
	height:622px;
}
#erin{
	float:left;	
	margin-right: 15px;
}
.content p{
	margin-top: 0px;
	text-align: left;
	font-size: .8em;
	color: #CCC;
	line-height: 1.4em;
	vertical-align: text-top;
	display: block;
}

.content p a{
	text-decoration: none;  /* no underline */
	border: none;           /* no border */
	color: #CCC;
}

.content p a:hover{
	color: #777;
}