@charset "UTF-8";
/* CSS Document */
*{margin:0;padding:0;border:0;}

body {
	font-family: 'ArialMT','Arial',sans-serif; /*do not change to helvetica*/
}
#wrapper {
	width: 700px;
	margin: 50px auto;
}
#leftcolumn {
	width: 200px;
	float: left;
}
#leftcolumnfriends {
	float: left;
}
#rightcolumn img, #rightcolumn object {
	float: right;
}
.friends {
	background-image: url("images/friendsbg.gif");
	width: 410px;
	height: 732px;
	float: left;
}
.friends ol  {
	padding: 90px 0px 200px 150px;
}
a {
	color: #707070;
	text-decoration: none;
}
ul, ol {
	list-style-type: none;
}
h1 {
	line-height: 0.5em;
}
h1 a {
	font-size: 0.45em;
	font-weight: lighter;
	color: #b0b0b0;
}
h2 {
	font-size: .72em;
	color: #000000;
	padding: 20px 0;
}
.nopadding {
	padding-bottom: 2px; /*tricked you, there is padding after all... this is the name at the top of the CV which has no real spacing after it*/
}
#rightcolumn p {
	color: #919191;
	line-height: 3.25ex;
}
.cv {
	margin-left: 200px; /*same as width of left column*/
	padding: 40px 0;
}
.indent {
	margin-top: -3.25ex; /*same as line-height of rightcolumn p */
}
.title {
	font-style: italic;
}
.cvyear {
	width: 50px;
	margin-left: -50px;
}
.years {
	margin-left: 50px;
}
.biocontent p {
	padding-bottom: 5px;
}
p#dark {
	color: #212121; /*text on contact page*/
}
.biocontent {
	padding-top: 50px;
}
#listworks, #biolist {
	padding: 20px 0 0 0;
}
p, #listworks a, .friends a { 
	font-size: 0.72em;
	color: #696969;
	line-height: 2em;
}
p.caption {
	text-align: right;
	font-size: 0.72em;
	font-style: italic;
	color: #919191;
	padding-top: 10px;
	clear: right;
}
.year {
	font-style: normal;
}
img {
	padding-bottom: 20px;
}
img.cap {
	padding-bottom: 0;
}
#biolist a {
	font-size: 0.9em;
	color: #b0b0b0;
	font-weight: lighter;
	line-height: 2em;
}
.current a {
	border-bottom: 1px solid #b0b0b0;
}
#biolist .current a {
	border-bottom: 1px solid #CCC;
}
#biolist .current a:hover, .current a:hover {
	border-bottom: 0;
}
#contactimage {
	padding-right: 200px; /*should be equal to wrapper width minus leftcolumn width minus img width*/
}

/******Hover colors for links*******/
#purple a:hover {
	color: #b052fb;
}
#mint a:hover {
	color: #00fcad;
}
#blue a:hover {
	color: #09abfb;
}
#yellow a:hover {
	color: #faef42;
}
#red a:hover {
	color: #ff1111;
}
#green a:hover {
	color: #17fc81;
}
#gold a:hover {
	color: #f9be22;
}
#pink a:hover {
	color: #ff4779;
}
#turquoise a:hover, .friends li a:hover {
	color: #2ffefe;
}
#orangered a:hover {
	color: #ff4414;
}
#violet a:hover {
	color: #8131f9;
}
#plant a:hover {
	color: #00fc80;
}
#sky a:hover {
	color: #00d6fd;
}
#magenta a:hover {
	color: #ff2cd1;
}
#biolist li a:hover, h1 a:hover {
	color: #2a2a2a;
}
html, body { /*force scrollbar*/
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
