body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/**********************************************************/

body {
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
	background: #f4f4f4;
	color: #333;
}

#header-name {
	float:  left;
	font-size: 40pt;
	width: 300px;
	height: 70px;
	margin-left: 130px;
	color:  #aaa;
}

#info {
	float:  right;
	color: #555;
	position: absolute;
	margin: 30px 0  0 430px;
}

#container {
	width: 960px;
	margin: auto;
}

#navigation {
	width:  120px;
	text-align: right;
	padding: 6px 0 0 0;
	float: left;
	z-index: -1;
}

#navigation a {
	font-weight: normal;
	font-size: 1.4em;
	color: #555;	
	padding:  4px;
	padding-right:  18px;
}

#navigation a:hover {
	font-weight: bold;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 4px #ccd;
	-webkit-box-shadow: 0px 0px 4px #ccd;
	box-shadow: 0px 0px 4px #ccd;
}

a {
	color:  #222;
	text-decoration:  none;
	font-weight: bold;
}

a:hover {
	color: #888;
}

p {
	padding-bottom: 12px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content {clear: both;}

#inner-content {
	margin-left: 110px;
	padding: 25px;
	width: 800px;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 4px #ccd;
	-webkit-box-shadow: 0px 0px 4px #ccd;
	box-shadow: 0px 0px 4px #ccd;
	position: absolute;
	z-index: 1;
}

.section-header {
  clear: both;
}

div.paper, div.talk {
	padding-left: 15px;
	border-bottom: 1px solid #ccc;
}

.paper a.title, .talk a.title {
	font-size: 1.1em;
	color: #404040;
}

.paper-details, .talk-details {
	padding: 0 0 12px 25px;
	line-height: 1.1em;
}

.coauthors, .coauthors a {
	font-size: 0.9em;
	color: #555;
}

.coauthors a:hover {
	color: #000;
}

.actions a {
	height:  18px;
	font-size: 0.8em;
	padding: 0px 10px 0 18px;	
}

a.pdf {
	background: url("images/pdf_logo.gif") no-repeat;
	padding: 0px 10px 0 18px;	
}

.paper .venue, .paper .date {
	font-size: 0.9em;
	color: #555;
}

img.headshot {
	margin: 0 25px 15px 5px;
	float: left;
}

p.abstract {
	padding: 20px;
	width:  600px;
	font-size: 0.9em;
}

.top-matter {
	margin: 20px;
	border-bottom: 1px solid #ccc;
}

.paper-header {
	text-align: center;
	padding-bottom: 15px;
}

.paper-header .title {
	font-size: 24pt;
	padding-bottom: 0px;
	margin: 0 50px;
}

.visible-abstract {
	color: #666;
	margin: 0 130px 20px 130px;
	padding: 18px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

pre.visible-bibtex{
	color: #666;
	font-size: 9pt;
	margin: 0 50px 20px 50px;
}

.slides, img.teaser {
	display:  block;
	text-align: center;
	margin: auto;
	width: 425px;
}