@charset "UTF-8";
/*
Style sheet, Igor Kagan website
*/

  html { height: 100%; margin-bottom: 1px; }
  body {
	/*Fix for rounding errors when scaling font sizes in older versions of Opera browser */
	font-size: 100.01%;
	color: #000;
	text-align: left;
	background: #4d87c7 url("../Images/bg_blue.png") repeat-x fixed top left;
	# margin:0;
	# padding:0;
}
  
 #wrap { width:900px; margin:0 auto; background: #fff; } 
  
 #header {
	background: #4d87c7 url("../Images/bg_header.png") repeat fixed top;
	padding: 5px 10px;
	border-bottom : thin ridge Black;
}
 
 #nav{ background:#fff; padding: 0px 0px; }

 #main { background:#fff; 
 padding: 5px 10px;}

 #footer {
	background: #4d87c7 url("../Images/bg_footer.png") repeat fixed center;
	padding: 5px 10px;
	border-top: 5px #efefef solid;
}
 
#header, #nav, #main, #footer { clear:both; }

a:link, a:visited {
	color: #6b7b95;
}

a:hover, a:active {
	color: #e79d35;
}

a.selected:link, a.selected:visited {
	color: #222;
}
 
 
 #nav ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: right;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#nav ul li { 
display: inline;
width: 15%; }

#nav ul li a
{
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: right;
	border-right: 1px solid #fff;
}

#nav ul li a:hover
{
background-color: #369;
color: #fff;
}

#nav ul li#active a
{
	background-color: #fff;
	color: Black;
	border-top-color : #FFCC00;
	border-top-width : thin;
	border-top-style : solid;
	border-bottom : none;
}

#footer a
{

	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-shadow: 0 1px rgba(255, 255, 255, 1);
}

#footer a:hover
{
	color: #e79d35;
}


body {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    color: #444;
  }

  h1,h2,h3,h4,h5,h6 {
    font-family: "Times New Roman", Times, serif;
    font-weight:normal;
    color:#222;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 350%; }
  h2 { font-size: 250%; }
  h3 { font-size: 200%; }
  h4 { font-size: 133.33%; }
  h5 { font-size: 116.67%; } 
  h6 { font-size: 116.67%; }  


  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { margin-left: 0.8em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

    p { line-height: 1.5em; margin: 0 0 1em 0; }

  blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { font-style: italic; }

  sub, sup { font-size: 91.6667%; }

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

/* CV and DAG specific */

.people_images {
	align:right;
	}
	
.research_images {
   margin: 0px;
   padding-right: 15px;
   float: right; 
   width: 30%;
   /*height: 300px;*/
	}
	
.research_text {
   margin: 0px;
   float: left;
   width: 65%; 
   /*height: 300px;*/
	}
	
.logo {
	margin-right: 5px;
   float: left; 
	}
	
.spacer { clear : both; }

.pdf {
    background: url(../Images/pdf.gif) left center no-repeat;
    padding: 10px 20px;
    font-size: 1.3 em;
    font-family: georgia;
margin: 0 0 0 0;
}

.year {
   margin-right: 50px;
   float: left;
   font-weight: bold;
}

#cv h3 { 
    font-size: 1 em; 
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing:.1em;
    border-top: 1px dashed #e6e6e6;
    padding-top: 5px;
}


#cv ul {
	margin: 1px 0 0 1px;
	padding-left: 0;}
#cv li {
    list-style:none;
    background: url(../Images/bullet.gif) 2px 5px no-repeat;
    padding: 2px 0 2px 15px;
    line-height: 1.2em;
    margin: 0 0 0 0;

}

#cv img {
    padding: 3px;
    border: 1px solid #333;
    float: right;
}


pre {
 font-family:  Helvetica, Arial, sans-serif;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}



  .clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* essential for Safari browser !! */
  .clearfix { display: block; }

  /* overflow method for clearing floats */
  .floatbox { overflow:hidden; }




