@charset "UTF-8";
/* CSS Document */

/*
		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/requestportfolio.jpg);
	background-repeat: no-repeat; 
	color: #636;
	font-family: "Gill Sans Light", "Helvetica Neue", Gill Sans Light, Arial, sans-serif;
	font-size: small;
	}

/* =============== link ============== */

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

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

/* ======= request portfolio form ======= */

div#formSet {
	position: relative;
	left: 275px;
	top: 155px;
}

div#formSet form textarea#message {width:250px;}

div#formSet form input#name, div#formSet form input#email {width: 248px;}

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

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