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


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

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

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

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

.header { 
	margin: 0px 0px 0px 0px; 
	width: 1030px;  
	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;
border:none;
}

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

.content { 
	margin: 0px 0px 0px 0px; 
	float: left; 
	width: 1030px;  
	text-align: center;

}


/* Images with Sprites */

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


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

.shows li {			/* sets space for background sprites */
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-radius: 8px;

}
.shows a{
	display: block;
	width: 229px;
	height: 445px;;	
	position:relative;
	padding: 0px;
	margin: 0px;
	margin-right: 8px;
	border: 1px solid #444;
	border-radius: 8px;
}

#Theater{
	background-image: url(../_images/HomePage/Sprites/TheaterBackground.jpg);
	background-repeat:no-repeat;
}

#Film{
	background-image: url(../_images/HomePage/Sprites/Filmbackground.jpg);
	background-repeat:no-repeat;
}

#Styling{
	background-image: url(../_images/HomePage/Sprites/Stylingbackground.jpg);
	background-repeat:no-repeat;
}

#Sketches{
	background-image: url(../_images/HomePage/Sprites/sketchbackground.jpg);
	background-repeat:no-repeat;
width: 229px;
}


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

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

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





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