/* File: screen01.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/08/07. Last change: 12/17/07. Status: UC
	Author: Jeff Bangert  jeff@ku.edu  fromheretofaraway.com
	Language: CSS2.1
	
	Goals:
		000. Everything prints.
			001. Can put picture at end of first page?
			002. Make sure links are OK.
		010. page01.
		020. All properties alpha sorted by first letter.
*/

a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:active {
	color: #faa700;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #5a3696;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

#bigimage0 {
}

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

.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: medium;
	color: #660000;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 10px;
}

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

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

.nextpage {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
	position: relative;
	top: auto;
}

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: 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;
}
.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;
}
#bigimage0 {
	left: auto;
	top: auto;
}
#bigimage0 img {
	left: 100px;
	top: 1000px;
}
.picture .caption img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	position: relative;
	top: -12px;
}
