html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}
#header{
	width:100%;
	margin: auto;
	padding-bottom: 40px;
    	padding-top: 90px;
    	padding-left: 15px;
	font-size: 28px;
	font-family: 'Rubik', sans-serif;
}
#container{
       	width:1100px;
       	margin: auto;
   	height:600px;
   	line-height: 16pt;
   	font-family: "ff-scala-sans-web",sans-serif;
}
#left{
	width:12%;
	float:left;
	margin:auto auto auto 2%;
	padding-right:30px;
	line-height: 150%;
	overflow:hidden;
}
#right{
	float:right;
	width:35%;
	margin:auto 2% auto auto;
	padding-left:100px;
	line-height: 135%;
	overflow:hidden
}
#middle{
	position:relative;
	margin:auto 2% auto auto;
	left:10;
	right:0;
	line-height: 150%;
	margin:auto;
	overflow:hidden
}
#footer{
	width:100%;
	min-width:960px;
	margin:auto;
}
#papers{
	margin-top: -8px;
}
#teaching{
	margin-top: -8px;
}
body {
	color: #2e2d29;
}
::-webkit-selection{
	background-color: #dad7cb;
}
::-moz-selection{
	background-color: #dad7cb;
}
::selection{
	background-color: #dad7cb;
}
li {
	margin:10px 0;
}
ul {
  	margin: 0px;
  	padding: 0px;
}
h6 {
	color:#23241e;
	font-size:22px;
	border-bottom: 1px solid #eee;
}
a {text-decoration: none; color:#8c1515;}
a:hover {color:#B1040E;}
.col-body {
	padding-top: 8px;
}
.col-text {
	text-align: justify;
	padding-bottom: 18px;
}
.col-news {
	text-align: justify;
	font-style: italic;
	color:#e67a18;
}
.paper-venue {
	font-style: italic;
}
a.paper-talk {text-decoration: none; color: #a2a19f;}
a.paper-talk:hover {color: #544948;}

a.teach-link {text-decoration: none; color: inherit; border-bottom: 1px dotted ;}
a.teach-link:hover {text-decoration: none; color: #a2a19f;}
