/* File: print01.css
	Location: C:\Documents and Settings\Jeff\My Documents\My Web\people~jeff\
	Purpose: CSS for our site, all pages must print OK
	Started: 02/09/07. Last change: 12/17/07. Status: UC
	Author: Jeff Bangert  jeff@ku.edu  fromheretofaraway.com
	Language: CSS2.1
	
	Goals:
		000. Everything prints.
		010. Mostly same as screen01.css.
		020. Text to serif.
			021. Text size?
*/

#banner {
	position: absolute;
	z-index: 0;
	left: 100px;
	top: 20px;
	background-image: none;
	background-repeat: no-repeat;
	height: 143px;
	width: 750px;
}

body {
	font-family: serif;
	font-size: large;
	color: black;
	background-color: #FFFFFF;
}

.break {
	page-break-before: always; !important
}

.caption {
}

#columnone {
	position: absolute;
	z-index: 0;
	top: 200px;
	left: 100px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ccc;
}

#columntwo {
	position: absolute;
	z-index: 0;
	left: 689px;
	top: 200px;
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	width: 141px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ccc;
	padding: 10px;
}

.date {
	font-size: large;
	color: #660000;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 10px;
}

li {
	list-style-image: none;
	list-style-type: none;
}

#Links {
	font-size: large;
	color: #660000;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: -10px;
}

p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 15px;
}

.picture {
	width: 500px;
	margin-bottom: 10px;
}

.text {
	width: 547px;
	height: auto;
	top: 0px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
.textbig {
	width: 538px;
	height: auto;
	top: 1009px;
	position: absolute;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	left: 99px;
}

ul {
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: -10px;
	padding-left: 0px;
}
