body {
	margin: 0;
	background: #eee;
	color: #444;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, sans-serif;
}

a {
	color: #06c;
}

a:visited {
	color: #059;
}

a:hover {
	color: #08b;
}

a:active {
	color: #f00;
}

#container {
	width: 860px;
	padding: 35px 60px;
	margin: 0 auto;
	background: #fff;
	border-right: 1px solid #938;
	border-left: 1px solid #938;
}

#container.short {
	border-bottom: 1px solid #938;
}

h1 {
	color: #938;
	margin: 0;
	font-weight: normal;
	font-size: 1.6em;
}

h1 span {
	font-size: 0.65em;
}

#paperDetails {
	padding: 14px;
	border: 1px solid #ccc;
	margin: 25px 40px 0 20px;
}

#paperDetails p {
	margin: 0 0 0 5px;
}

#paperDetails span.title {
	font-size: 1.1em;
	display: block;
	padding-bottom: 8px;
	border-bottom: 1px solid #eef;
	margin: 0 80px 8px 0;
	text-indent: -5px;
}

#paperDetails span.title cite {
	font-style: normal;
}

#paperDetails abbr {
	margin-left: 10px;
	font-variant: small-caps;
}

#bibtex {
	font-size: 0.75em;
	line-height: 1.5em;
	font-family: 'Inconsolata', 'Consolas', 'Lucida Console', sans-serif;
	margin: 15px 0 0 5px;
}

#bibtexButton {
  position: absolute;
  margin-left: 700px;
  background: #fffcf6;
  padding: 3px 5px;
  border: 3px double #ddf;
  cursor: pointer;
  color: #444;
  overflow: visible; /* for IE */
  font-size: 1em;
  font-family: 'Georgia', sans-serif;
}

#bibtexButton:hover {
	color: #06c;
}

h2 {
	margin: 25px 0 0 0;
	font-weight: normal;
	font-size: 1em;
}

p {
	margin: 25px 20px 0 0;
	font-size: 0.75em;
	text-align: justify;
	line-height: 1.5em;
}

ol {
	padding: 0 0 0 20px;
	margin: 20px 0 0 20px;
}

ol li {
	margin: 20px 20px 0 0;
	font-size: 0.75em;
	text-align: justify;
	line-height: 1.5em;
}

ol li img {
	margin-top: 10px;
}

div.videoWrapper {
	margin-top: 20px;
}