@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;   	
}

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

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

#tiptop a {
	display: block;
	width: 348px;
	height: 60px;	
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	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: 996px;  
	text-align: center;
	padding: 0px 0px 0px 14px; 

}

/* Images with Sprites */

.shows{
	padding: 0;
	margin-left: 0;
}

/* sets space for background sprites */

.shows li {			
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	border-radius: 8px;
}

.shows a{
	display: block;
	width: 241px;
	height: 241px;	
	position:relative;
	padding: 0px;
	margin: -1px;
	border: 1px solid #444;
	border-radius: 8px;
	background-repeat: no-repeat;
}

.shows img{
	border-radius: 8px;	
}

/* Set the individual backgrounds */

#gravity{
	background-image: url(../_images/Sprites/gravitybackground.jpg);
	background-repeat:no-repeat;
}

#canyonCandy{
	background-image: url(../_images/Sprites/canyoncandybackground.jpg);
	background-repeat:no-repeat;
}

#betweenTheIce{
	background-image: url(../_images/Sprites/betweentheicebackground.jpg);
	background-repeat:no-repeat;
}

#ferryTale{
	background-image: url(../_images/Sprites/ferrytalebackground.jpg);
	background-repeat:no-repeat;
}

#iam{
	background-image: url(../_images/Sprites/iamiambackground.jpg);
	background-repeat:no-repeat;
}

/* ===== main content links ===== */

/* ===== 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:10px;
}





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

#navBar{
	height: 840px;	
	margin-top: 0px;
}

#reel{
	border: 1px solid #444;
	border-radius: 2px;
	float:left;
	margin-left:10px;
}