@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/contact2.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;
	
	}


/* ======== twitter feed ======== */

div#twitter_div {
	position: absolute;
	left: 15px;
	top: 275px;
	width: 300px;
	display: block;
	height: 1em;

	}

ul#twitter_update_list {
	position: absolute;
	top: 25px;
	left: -25px;
	text-decoration: none;
	list-style: none;

}


p#twitterLink {
	position: absolute;
	display: block;
	text-align: right;
	left: 225px;
	top: 383px;
	height: 1em;
	font-size: 10px;
	
	}



/* ======= contact form ======= */

div#formSet {
	position: absolute;
	left: 350px;
	top: 180px;
	
	}

div#formSet form p {margin-bottom:-30px;}

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: 580px;
	top: 505px;	
	width: 300px;
	border: none;
	padding: 10px;
	
	}
