/**
 * Styles for mpa.danboulet.com.
 * AUTHOR: Daniel Boulet
 */

body {
  background: #f5f5f5;
  color: #474444;
  font-family: "Museo Slab", serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

#header {
  background: url("../bg.jpg") no-repeat scroll 0 0;
  font-size: 24px;
  line-height: 1.5em;
  margin-top: 62px;
  padding-top: 20px;
  position: relative;
}

#presents {
  font-size: 16px;
}

#dates {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
}

#page-title {
  font-family: "Museo Sans", sans-serif;
  font-weight: 900;
  font-size: 88px;
  letter-spacing: 0;
  line-height: 80px;
  margin: 0;
  padding: 0;
}

#header .subtitle {
  font-size: 36px;
  margin: 0 0 1em;
}

.class {
  border-bottom: 1px solid #DFDFDF;
}

#footer {
  background: #373333;
  color: #fff;
  margin-top: 20px;
  padding: 10px 0 30px;
}

#presentedby {
  font-size: 11px;
}

h1 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 40px 0 10px;
  padding: 5px 0;
  text-transform: uppercase;
}

.section h1 {
  border-bottom: 1px solid #DFDFDF;
}

#resources h2 {
  font-size: 16px;
}

h2 {
  font-size: 1.8461em;
  line-height: 1;
  margin: 20px 0 5px;
}

a {
  color: #6CBCA7;
}

p {
  margin: 0 0 20px;
}

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

sup {
  font-size: 0.5em;
  line-height: 1;
}

.date-time {
  font-size: 16px;
  font-style: italic;
  margin: 0 0 20px;
}

ul.links {
  clear: both;
}

ul.links li {
  list-style-type: none;
}

ul.links li a.slides {
  background: url("../icon_slideshow.png") no-repeat scroll 0 1px transparent;
  padding-left: 20px;
}

ul.links li a.tutorial {
  background: url("../icon_tutorial.png") no-repeat scroll 0 1px transparent;
  padding-left: 20px;
}

ul.links li a.download {
  background: url("../icon_download.png") no-repeat scroll 0 1px transparent;
  padding-left: 20px;
}

