/*
        Tomasz Malisiewicz
        borrowed from
	Michael Bernstein: people.csail.mit.edu/msbernst/msbernst.css
	------
	Portions borrowed from Bjoern Hartmann and David Huynh
	http://bjoern.org/bjoern.css
	http://people.csail.mit.edu/dfhuynh/styles.css
*/

body {
	margin:30px;
	background-color: #becdd6; /*#6F9CCE*/
	font-family: 'MyriadProLight', arial,sans-serif;
	font-size:13pt;
	font-weight:normal;
	text-align : center;
	color:#333;
	overflow-x: auto;
	overflow-y: scroll;	/* so the div doesn't move around depending 
				   on whether it's tall enough to have a scrollbar */
}

/* http://www.fontsquirrel.com/fontface/generator */
@font-face {
	font-family: 'MyriadProRegular';
	src: url('myriadpro-regular-webfont.eot');
	src: local('?'), url('myriadpro-regular-webfont.woff') format('woff'), url('myriadpro-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProLight';
	src: url('myriadpro-light-webfont.eot');
	src: local('?'), url('myriadpro-light-webfont.woff') format('woff'), url('myriadpro-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProSemibold';
	src: url('myriadpro-semibold-webfont.eot');
	src: local('?'), url('myriadpro-semibold-webfont.woff') format('woff'), url('myriadpro-semibold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color:          #385792;
	font-family: 'MyriadProRegular';
}
a:hover {
	color:			#6F9CCE;
}





table { 
	/*
        font-size: 100%;
	font-family: 'MyriadProLight';
	*/
/*
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
	font-family: inherit;
*/
}

.titletext {
	color:#111;
	font-size:30pt;
	font-weight:normal;
	text-align : left;
	padding: 15px 0px;
	font-family: 'MyriadProSemibold';
	/* font-variant: small-caps; */
}

.container700 {
	width: 920px;
	margin:0 auto;	/* used to center the div (known hack for IE) */
	text-align: left;
	border-style:solid;
	border-width:2px;
	border-color:#333;
	background:#FFF;
	padding: 0px 30px 30px 30px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: 10px 10px 30px #333333;
	-webkit-box-shadow: 10px 10px 30px #333333;
	-moz-box-shadow: 10px 10px 30px #333333;
}

.pubs {
	font-size:8pt;
}

.content {
	margin-left:150px;
	padding: 0px 0px 0px 30px;
}

.picture-border {
	border: 2px solid rgb(51, 51, 51);
	margin-left: 15px;
	float: right;
}

#section-links {
	float: left; 
	width: 150px;
	background:#FFF;
    text-align:     left;
        font-size: 140%;
/*    border-right:   1px solid #aac; */
}

#section-links div.sectionContainer {
    padding:        0px; /* 30px 0 0;*/
}

#section-links div.section {
    padding:        0;
}

#section-links div.selected {
    /*font-weight: bold;*/
}

#tweet {
	padding: 0;
	font-size: 80%;
	overflow: hidden;
}

#tweet ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

.bottom {
	clear:	left;
}

.photo {
	margin-left: 30px;
}

.frontpage-paper-container
{
	margin-top: 1.0em;
	border-collapse: collapse;
	padding: 0px;
}

.frontpage-paper-container td {
	vertical-align: top;
}

.frontpage-paper-container .author {
	color: gray;
}

.frontpage-paper-container .venue {
	color: gray;
	font-style: italic;
}

.frontpage-paper-container .paper-image {
	width: 200px;
	height: 140px;
	border: 2px solid rgb(51, 51, 51);
	margin-right: 5px;
}

.talk {
	font-size: 80%;
	line-height: 100%;
}

.talk .date {
    font-size: 90%;
}

.talk tr {
    vertical-align: top;
}

.old {
    color: #aaaaaa;
}

.paper-title {
	/*font-weight: bold;*/
	font-family: 'MyriadProSemibold';
}

.paper-image {
	float: none;
	margin: 0px 15px 0px 0px;
}

h2 {
	font-family: 'MyriadProSemibold';
}

.publication-lens .publication-title {
	font-family: 'MyriadProSemibold';
}

.lowercase-number {
	font-size: 80%;
}

.award {
	font-variant: small-caps;
	color: #CA8082;
}