* {  
	margin:0;
	padding:0;
	font-size: 100%;
}

h1 {
	color: #00C5CD;
	font-size: 90%;
	padding-bottom:1em;
}

p {
	padding-bottom:1.5em;
	line-height:1.5em;
	
}

body { 
	font-family: 'Quattrocento Sans', Arial, sans-serif; font-weight: 400; font-size: 76%; 
	margin: 0; 
	padding: 0; 
	color: #6E6E6E; 
	background-color: #FFFFFF;
	
	}
	
#nav li {
	text-align:right;
	line-height:1.8em;
}
	
#container {
	width:940px;
	height:980px;
	clear: both;
	/* background-color: yellow; /* Change to white later */
	/* border: black solid 2px; /* Remove later */
	margin: auto;
	padding-left: 15px;
	padding-top:30px;
	}
	
#grid {
	float:left;
}
	
#content {
	/* background-color: gray; */
	float: left;
	display: inline;
	padding-left: 100px;
	/* border: 1px solid black; */
	height: 700px;
	margin: auto;
	width:600px;
	/* padding-top:57px;  Why is this even here?? */
}

#container #content h1 {
	padding-top:0px;
}



h1 {
	font-size: 1.5em;
	font-weight: 700;
}

ul {
	list-style-type: none;
	}

ul li ul li {
	padding-left:8px;
}

	

#header {
	color: #36F;
	}
	
.logo { 
	background-image:url(../images/carolledesign-logo.png);
	display:block;
	height:35px;
	width:101px;
	float:left;
	background-repeat:no-repeat;
	text-indent:-9999px; /*Hide Text, but keep for SEO*/
	margin: 0px 0px 20px -5px; 
	text-align:left;
 
}

#nav {
	/*background-color: red; /* Remove later */
	clear: left;
	float: left;
	display: inline;
	width: 4em;
	/*margin-bottom: 720px; */
	padding-left:40px;
	/* Perhaps a drop-down menu would be cool. Work subnav to design, art. */

	
	}
	
.clearfloats {
	clear:both;
	display:block;
}
		
#footer {
	/*clear: both; /* So footer sits at below floats */
		/* background: blue; /* Change to white later*/
		/*height: 40px; */
	text-align: right;
	font-size: 80%;
	/*margin: auto;  */
	/*padding: 1.5em 0; */
	width: inherit;		/*position:absolute; */	/*	top:760px; */	
}

#content img {
	float:left;
	margin: 0px 14px 14px 0px;
	display: block;
}

#content a img:hover {
	opacity:0.6;
	transition: .3s ease;
}

#content img.border {
	border:1px solid #A9A9A9;
}
#content img.additional { /*for extra images underneath the first one on detail pgs */
	margin-top:20px; 
}

/* Here's the hairy parts with the floats used to fill in gaps in the asymmetric grid */

.fill-gap {
	position:relative;
	top:-118px;
}

.fill-gap2 {
	position:absolute;
	left:0px;
	top:474px; 
	z-index:1;
}

.fill-gap3 {
	position:absolute;
	left:0px;
	top:120px; 
	z-index:2;
}

.fill-gap4 {
	position:absolute;
	left:118px;
	top:119px; 
	z-index:2;
}

.fill-gap5 {
	position:absolute;
	left:355px;
	top:119px; 
	z-index:3;
}

/*Hairyness ends here */

a:link {color:inherit; text-decoration:none; }    /* unvisited link */
a:visited {color:inherit; text-decoration:none;} /* visited link */
a:hover {color:#CD3700; text-decoration:none;}   /* mouse over link */
a:active {color:#CD3700; text-decoration:none;}  /* selected link */

#return
{text-align:right;
font: Arial, Helvetica, sans-serif;
color: #CD3700;
}
