@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 */

.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-bottom: 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 */

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

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

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

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

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

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

/* ===== 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{
	height: 592px;
	margin-top: 17px;
}