@charset "UTF-8";

/*
		Website critically designed & developed by Katrina Willis
		
		Katrina Willis Studio
		Visualizing Simple Narratives from Everyday Life
		Chicago, IL 60642
		
		info@katrinawillis.com
		
*/		

/* ============ body =============== */

body {
	background-color: #fff;
	/*background-image: url(../bgimages/index.jpg);*/
	background-repeat: no-repeat; 
	color: #636;
	font-family: "Gill Sans Light", "Helvetica Neue", Gill Sans Light, Arial, sans-serif;
	font-size: small;
	
	
	}
	
	
/*============== image ===============*/	
div#splash {
	position: absolute;
	margin-left: -8px;
	margin-top: -5px;

	}
/* =============== link ============== */
a:link, a:visited {
	text-decoration: none;
	color: #639;
}

a:hover, a:active {
	text-decoration: none;
	color: #699;
}

/* ======= page navigation ============ */

div#navBar {
	position: absolute;
	left: 580px;
	top: 505px;	
	width: 300px;
	border: none;
	padding: 10px;
}

/*======= Special! ======================*/
#special a{
    position: absolute;
	float: none;
	margin: none;
	left: 710px;
	top: 130px;
	color: #660033;
	padding: 10px;
    z-index: 10000;
}