*{margin:0; padding:0;}
/* UChicago Font */
<!--
/* @license
 * MyFonts Webfont Build ID 1316338, 2011-10-03T10:50:35-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Proxima Nova Thin by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/thin/
 * Licensed pageviews: 10,000,000
 * 
 * Webfont: Proxima Nova Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * Licensed pageviews: 10,000,000
 * 
 * Webfont: Proxima Nova Semibold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 * Licensed pageviews: 10,000,000
 * 
 * Webfont: Proxima Nova Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 * Licensed pageviews: 10,000,000
 * 
 * Webfont: Proxima Nova Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 * Licensed pageviews: 10,000,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1316338
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * 
 * © 2011 Bitstream Inc
*/
-->

<link rel="stylesheet" href="//identity.uchicago.edu/c/fonts/proximanova.css">


/* General styles */
body {background:#0a0a0a url(images/background.jpg) top center no-repeat; color:#ccc; line-height:1.3em;}
a {color:#d06060; text-decoration:none; font-weight:400;}
a:hover {text-decoration:underline;}
p,ul,ol,dl {list-style:circle; margin:0 0 15px 0; line-height:1.5em;}
h1 {color:#888; font-size:3.6em; margin-bottom:0; font-family: 'ProximaNovaT-Thin';}
h1 a {text-transform:none; font-weight:400; font-family: 'ProximaNovaT-Thin';}
h1 a:hover {text-decoration:none; color:#eee; font-family: 'ProximaNovaT-Thin';}
h2 {font-size:2.2em; color:#333; margin:0 0 5px; font-family: 'ProximaNova-Light';}
h3 {font-size:1.6em; margin:0 0 5px 0; font-family: 'ProximaNova-Regular';}
h1,h2,h3 {color:#d06060; font-weight:400; line-height:1.2em;}
table {border-collapse:separate; border-spacing:1em;}

/* Main layout container */
#layout {margin:40px auto 0; width:960px;}
body.wider #layout {margin:40px auto 0; width:1200px;}

/* Footer */
#footer {background:#0a0a0a url(images/insidebg.jpg) top center no-repeat;}
#footer .col {color:#555; border-top:1px dotted #1a1a1a; padding:20px 0;}
#footer p {text-align:center;}
#footer a {color:#555; font-weight:400; text-decoration:none; border-bottom:1px dotted #333;}
#footer a:hover {color:#aaa; text-decoration:none; border-bottom:1px dotted #888;}

/* Grid classes, fixed width, 960px with 12 columns */
.col {float:left; margin:0 10px; overflow:hidden; float:left; display:inline;}
.col img {max-width:100%;}
.row {width:960px; margin:20px auto 0; overflow:hidden;}
.row .row {margin:0 -10px; width:auto;	display:inline-block;}
.c1 {width:60px;}
.c2 {width:170px;}
.c3 {width:220px;}
.c4 {width:300px;}
.c5 {width:380px;}
.c6 {width:460px;}
.c7 {width:540px;}
.c8 {width:620px;}
.c9 {width:700px;}
.c10 {width:750px;}
.c11 {width:860px;}
.c12 {width:940px;}

/* Grid classes, fixed width, 1200px with 12 columns - add class="wider" to the <body> element to use this */
body.wider .row {width:1200px;}
body.wider .c1 {width:80px;}
body.wider .c2 {width:180px;}
body.wider .c3 {width:280px;}
body.wider .c4 {width:380px;}
body.wider .c5 {width:480px;}
body.wider .c6 {width:580px;}
body.wider .c7 {width:680px;}
body.wider .c8 {width:780px;}
body.wider .c9 {width:880px;}
body.wider .c10 {width:980px;}
body.wider .c11 {width:1080px;}
body.wider .c12 {width:1180px;}

/* Menu list styles */
ul.menu {list-style:none; margin:0; padding:10px 0; border-top:1px solid #333;}
ul.menu li {list-style:none; text-align:center; font-size:1.2em; margin:0 0 10px; padding:0 0 8px 0; color:#888; border-bottom:1px solid #333;}
ul.menu li a {font-size:1.2em; font-weight:400;}
ul.menu li a:hover {color:#eee; text-decoration:none;}

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

ul.events li { 
    padding: 0 0 1em 1em; 
    text-indent: -.7em;
}

ul.events li:before {
    content:"■"; font-family:"Arial Black";
    color: blue; /* or whatever color you prefer */
    padding-right:7px;
}


/* Additional text classes */
.slogan {color:#bbb; font-size:1.2em;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.alignjustify {text-align:justify;}
.nomargin {margin:0; padding:0;}
.separator {height:100px; margin:0; padding:0; background: #0a0a0a url(images/insidebg2.jpg) bottom center no-repeat; border-bottom:1px dotted #1a1a1a;}
.larger {font-size:1.2em;}
.smaller {font-size:0.9em;}
.spacer {margin:0 20px;}
.clear {clear:both;}
.hide {display:none;}

/* Light styles, apply by using class="light" on the body HTML element */
body.light {background:#f5f5f5 url(images/background-light.jpg) top center no-repeat; color:#555;}
body.light a {color:#d06060;}
body.light a:hover {color:#555;}
body.light h1 {color:#888; font-size:3.6em; margin-bottom:0;}
body.light h1 a:hover {color:#303030;}
body.light h2 {color:#555;}
body.light h1, body.light h2, body.light h3 {color:#d06060;}
body.light ul.menu {border-top:1px solid #ddd;}
body.light ul.menu li {border-bottom:1px solid #ddd;}
body.light ul.menu li a:hover {color:#333;}
body.light .separator {background: #f5f5f5 url(images/insidebg2-light.jpg) bottom center no-repeat; border-bottom:1px dotted #ccc;}
body.light .slogan {color:#888;}
body.light #footer {background:#f5f5f5 url(images/insidebg-light.jpg) top center no-repeat;}
body.light #footer .col {color:#555; border-top:1px dotted #ccc;}
body.light #footer a {color:#555; border-bottom:1px dotted #ddd;}
body.light #footer a:hover {color:#444; border-bottom:1px dotted #eee;}

/* Alternate colors, apply by adding class="blue" (or any of the other available colors) to the body HTML element */
body.blue a {color:#3288a8;}
body.blue h1, body.blue h2, body.blue h3 {color:#3288a8;}
body.pink a {color:#f06ba0;}
body.pink h1, body.pink h2, body.pink h3 {color:#f06ba0;}
body.orange a {color:#e58c24;}
body.orange h1, body.orange h2, body.orange h3 {color:#e58c24;}

/* Freestyle01 additions */
body.freestyle01 {font:90% 'ProximaNova-Regular';}
body.freestyle01 #layout {margin:20px auto 0; width:960px;}
body.freestyle01 h1, body.freestyle01 h2, body.freestyle01 h3, body.freestyle01 ul.menu li a {font-family: 'ProximaNova-Light'; text-transform:uppercase;}
body.freestyle01 p.slogan {font-family: 'Dosis', sans-serif; text-transform:uppercase; margin-top:10px; font-size:1.4em;}
body.freestyle01 h1 {line-height:1.7em;}
body.freestyle01 h1 {font-size:2.6em;}
body.freestyle01 h2 {font-size:1.8em;}
body.freestyle01 h3 {font-size:1.3em;}
body.freestyle01 ul.menu {list-style:none; margin:0 0 15px 0; border:0; padding:0; position:relative;}
body.freestyle01 ul.menu li {list-style:none; text-align:left; font-size:1.2em; margin:0 0 1px; border:0; color:#888;}
body.freestyle01 ul.menu li a {font-size:1em; color:#555; padding:7px 5px 7px 8px; border-left:5px solid #ccc; background-color:#eaeaea; display:block; font-weight:400;}
body.freestyle01 ul.menu li a:hover, body.freestyle01 ul.menu li a.current {color:#333; border-color:#3288a8; background-color:#dadada;text-decoration:none;}
body.freestyle01 ul.menu ul.subpages {margin:9px 0 -10px 15px;}
body.freestyle01 ul.menu ul.subpages a {font-size:0.6em; padding:4px 5px 4px 8px;}
body.freestyle01 #footer {font-size:0.9em; color:#999;}
body.freestyle01 #footer p {color:#999;}
body.freestyle01 #footer p a {color:#999;}
body.freestyle01 #footer p a:hover {color:#555;}



.tab { margin-left: 40px; }

ul.all-talks {
  list-style-type: none;
  padding: 0pt;
  margin: 0pt; }
ul.talk {
  border-top: 2px rgb(40%,0%,20%) solid;
  list-style-type: none;
  list-style-position: inside;
  background-color: white;
  padding: 5pt;
  margin-top: 11pt; }
li.talk-special {
  font-variant:small-caps;
  font-weight: bold;
  padding: 5pt; }
li.talk-date {
  font-variant:small-caps;
  padding: 5pt;
  font-size: 100%; }
li.talk-speaker {
  padding: 5pt;
  padding-left: 20pt;
  font-size: 130%; }
li.talk-title {
  padding: 5pt;
  padding-left: 20pt; 
  font-style: italic; }
li.talk-abstract {
  padding: 7pt;
  padding-left: 20pt; 
  background-color: rgb(100%,95%,67%);
  line-height: 1.5em; }
