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

/* styles for body and general misc */

body {
	background-image: url(EvelynPFimages/gradient%20backdrop.jpg);
	background-color: #D6D8E0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.6em;
	list-style-type:none;
	margin: 0;
}

a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #993366;
	text-decoration: none;

}

a:hover, a:active {
	font-size: 18px;
	font-weight: bolder;
	color: #660000;
	text-decoration: underline;
}

h2 {
	color:#666666;
	font-size: 24px;
	font-weight: bold;
	padding-left: 1em;
}

/* end of styles for body and general misc */

/* styles for containers and container background images */
	
#container, #container_medicalstyle, #container_homestyle {
	background-color: #F1ECEA;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #999999;
	position: relative;
	height: 768px;
	color: #663333;
}

#container.artstyle {
	background-image: url(EvelynPFimages/larger%20longer%20flowr%20backdrop.jpg);
}

#container.medicalstyle {
	background-image: url(EvelynPFimages/vectorized_hand_background.jpg);
}

#container_medicalstyle {
	background-image: url(EvelynPFimages/vectorized_hand_background.jpg);
}

#container_homestyle {
	background-image: url(EvelynPFimages/vectorized_hand_sig_homepage.jpg);
}


/* end of style for containers */

/* styles for thumbnail gallery */

div.thumb {
	position: absolute;
	width: 108px;
	height: 165px;}

div.toprow {
	top: 100px;
}

div.bottomrow {
	top: 315px;
}


div.firstcolumn { 
	left: 116px;
}

div.secondcolumn { 
	left: 266px;
}

div.thirdcolumn { 
	left: 416px;
}
div.fourthcolumn { 
	left: 566px;
}

/* end of styles for thumbnail gallery */

/* styles for general gallery pages */

#arttitle {
	list-style-type: none;
	position: absolute;
	height: 116px;
	width: 157px;
	left: 110px;
	top: 207px;
	text-align: right;
	margin: 20px;
	padding: 20px;
}

#landscape_title li {
	list-style-type: none;

}

#acknowledge {
	position: absolute;
	width: 113px;
	top: 357px;
	left: 171px;
	font-size: 12px;
	height: 57px;
	text-align: right;
}

#acknowledge #acklist li {
	list-style-type: none;
	color: #663333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
}


#gallerynavlist, #previous_next {
	position: absolute;
	padding: 3px;
	display:block;
	left: 16px;
	height: 32px;	
}

#gallerynavlist li, #previous_next li {
	list-style-type: none;
	padding-right: 0.4em;
	display:inline;
	font-size:14px;
}

#gallerynavlist {
	width: 300px;
	margin: 20px;
	top: -13px;
}



#previous_next {
	top: 495px;
	width: 150px;
	text-align: left;	
	
}

a.gallery:link, a.gallery:visited {
	font-size: 14px;
	color:#663333;
	font-weight: normal;
}

/* end of styles for general gallery pages */

/* styles for left navigation bax */

#navbarbox {
	position: absolute;
	width: 238px;
	left: 0px;
}

#navbarlist li {
	list-style-type: none;
	font-weight: normal;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	padding-top: 0.6em;
	padding-right: 10px;
	padding-bottom: 0.6em;
	padding-left: 10px;
	
}

#navbarlist li a:link, #navbarlist li a:visited {
	font-size: 16px;
	color:#993366;
	font-weight: normal;
}

#navbarlist li a:hover, #navbarlist li a:active {
	font-size: 16px;
	color:#660000;
	font-weight: normal;
}


.onthispage {
	background-color: #F0EDD5;	
}

.onmedicalpage {
	background-color: #CCCCCC;
}

/* end of styles for left navigation bax */

/* styles for content boxes */


#content{
	width: 784px;
	position: absolute;
	height: 700px;
	right: 6px;
	top: 6px;
}


.education li, .publication li {
	line-height: 1.2em;
	list-style-type: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
}
	
.publication li a:link, .publication li a:visited {
	text-decoration: underline;
	color: #330066;
}
.publication li a:hover, .publication li a:active {
	text-decoration: underline;
	color: #990033;
}

.thesis li {
	list-style-type: none;
	padding-top: .3em;
	padding-right: 1em;
	padding-bottom: 0em;
	
}

.thesis em {
	font-weight: bold;
	font-style: italic;
	
}

#content img {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	border: thin solid #666666;
}

#content img#ovalpic {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#content p {
	margin-top: 1.5em;
	margin-right: 1.2em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
.firstletter {
	font-weight: bold;
	padding: 0.4em;
	font-size: 36px;
	border: thin solid #D8D0C7;
	
	font-style: italic;
	color: #993366;
	margin-left: 1em;
	background-color: #FCFBFA;
}

#landscape_pic {
	position:absolute;
	width: 600px;
	margin-top:5px;
	margin-right:10px;
	
}

/* end of styles for content boxes */

#contact {
	position: absolute;
	width: 169px;
	top: 430px;
	left: 40px;
	font-size: 12px;
	height: 57px;
}
 

#landscape_pic {
	position: absolute;
	height: 550px;
	width: 600px;
	
	top: 60px;
	right: 0px;
	bottom: auto;
	margin: 5px 0px 5px 10px;
}
#content #landscape_title {
	padding: 10px;
	width: 149px;
	position: absolute;
	left: 0px;
	top: 204px;
	text-align: right;
}
#contact a:link, #contact a:visited, #contact a:hover, #contact a:active {
	font-size: 12px;
}

#pdflinkdiv {
	position:absolute;
	left:40px;
	top:507px;
	width:156px;
	height:55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	z-index: 1;
}

#pdflinkdiv a:link, #pdflinkdiv a:visited, #pdflinkdiv a:hover, #pdflinkdiv a:active {
	font-size: 12px;
}

#animationlink a:link, #animationlink a:visited, #animationlink a:hover, #animationlink a:active {
	font-size: 14px;
}

div.hidden {
	visibility: hidden;
}
