/*------------------------------------------------------------*
**  stylesheet1
**------------------------------------------------------------*/

body {
	/*background: #fff url(img/background/bg4-color.png);*/ /* Optional */
  background: #fff url(img/background/nostalgic_blue.jpg); /* Optional */  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #000;
}

acronym { cursor: help; border-bottom: 1px dashed #999; }

a { text-decoration: none; color: #ba3535; }

a:hover { border-bottom: 1px dashed #454B1B; color: #454B1B; }

p {
   text-indent: 1.5em;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	

#container {
	margin: 0 auto;
	width: 850px;
	background: #fff url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		

#header {
/*	background: #450c0c url(img/header_right1.gif) no-repeat 100% 0;*/
   background: #ffffff;
   background-size: 98%;
   background-position: left center;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
/*	padding: 25px 30px;*/
   padding: 25px 15px 25px 15px;
   text-indent: 55px;
}

#header h1 { 	
	margin: 0px 0px 0px 35px;
	color: #000;
	font-size: 2.5em;
	font-weight: normal;
	cursor: default;
}	

#header h2 { 	
	margin: 0px 0px 0px 35px;
	color: #000;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #ffffff; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
}

#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
}		

#nav li a { 
	text-decoration: none; 
	color: #fff;
	background-color: #ffffff;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
}

#nav li a:hover { background-color: #000; }

#nav li a.on { background-color: #e10b0b; color: #ffffff; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/

#content {
	float: left;
	width: 842px;
	position: relative;
	margin-left: 4px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
}	

#content div { background: #fff url(img/para_bg.jpg) repeat-x; }


/*------------------------------------------------------------*
**  Research Interests
**------------------------------------------------------------*/

article {
   padding: 20px;
   padding-left: 50px;
   padding-right: 50px;
}

#currentinterests h1, #currentinterests h2, #currentinterests h3  {
   font-family: "Times New Roman", Times, serif;
}

#currentinterest h1 {
font-family: "Times New Roman", Times, serif;
font-size: 2em;
text-align: center;
}

#currentinterest h2 {
   font-size: 1.5em;
   font-weight: bold;
}

#currentinterest h3 {
   font-size: 1.37em;
   font-weight: bold;
   font-style: italic;
}

#currentinterest p {
   font-size: 1em;
}

/*------------------------------------------------------------*
**  People
**------------------------------------------------------------*/

.PI {
   text-align: left; /*change this to left or center*/
}

#info {
   margin-left: 20px;
   margin-right: auto;
   text-indent: 1.5em;
   text-align: left; /*change this to left or center*/
}

img {
   margin-left: auto;
   margin-right: auto;
   width: 180px;
   height: 180px;
   border: 1px solid #000;
}

p.alumn {
   
}

span.alumn {
/*   padding-left: 10px;*/
}

/*------------------------------------------------------------*
**  Publications
**------------------------------------------------------------*/

a.yearlink {
   font-size: 1em;
}

section#publications {
   padding-left: 10px;
   padding-right: 50px;
}

p.publication {
   /*margin-left: 2em;
   text-indent: -1.5em;*/
  margin-left: 6em;
  text-indent: -5em;
  font: "times, times new roman, serif";
}

#publications {
   display: inline-block;
   text-align: left;
}

.inside {
   list-style: inside;
}

ul.inside {
   padding-left: 0px;
}

ol.inside {
   list-style: decimal inside;
}

#publications h3 {
   font-size: 1.5em;
}

#publications ol li p {
   text-indent: -1.6em;
   padding-left: 2em;
   text-align: justify;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
    /*background: #454B1B url(img/1-header_right.png) no-repeat 100% 0;*/
    background: #ffffff;
    
   background-size: 65%;
   background-position: left center;
/*	padding: 25px 30px;*/
   padding: 25px 15px 25px 15px;

/*	background: #450c0c url(img/footer_right1.gif) no-repeat 100% 0;*/
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
}
    
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }

#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

.introtext, .introtext a {
	font-weight: 700;
}


/*------------------------------------------------------------*
**  CV Object Embed
**------------------------------------------------------------*/
.document_div {
  text-align: center;
  height:1125px;
}

#cv {
}