@font-face {
  font-family:ThrowMyHandsUpintheAir;
  font-weight:normal;
  src:url(../fonts/ThrowMyHandsUpintheAir.ttf);
}

@font-face {
  font-family:ThrowMyHandsUpintheAir;
  font-weight:bold;
  src:url(../fonts/ThrowMyHandsUpintheAirBold.ttf);
}

@font-face {
  font-family:Chalkduster;
  font-weight:normal;
  src:url(../fonts/Chalkduster.ttf);
}

@font-face {
  font-family:Eraser;
  font-weight:normal;
  src:url(../fonts/EraserRegular.ttf);
}

@font-face {
  font-family:EraserDust;
  font-weight:normal;
  src:url(../fonts/EraserDust.ttf);
}

@font-face {
  font-family:Rayando;
  font-weight:normal;
  src:url(../fonts/rayando.ttf);
}

html,body,h1,ul{
  margin:0;
  padding:0;
}

body{
  background-color:#000000;
  color:transparent;
  font-family: Eraser;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  text-align:center;
  text-shadow: 1px 1px 1px #ffffff, 1px 1px 1px #383838;
}

header{
  padding: 25px 30px 35px;
}

nav{
    font-size: 20px;
    line-height: 2em;
    height: 0;
    top: 430px;
    letter-spacing: 3px;
}

main {
  min-height: 625px;
}

article{
  display:none;
}

footer {
    clear: both;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 20px 30px;
    text-shadow: 1px 1px 1px #ffffff, 1px 1px 3px #383838;
}

h1 {
    font-size: 42px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-top: 5px;
    text-shadow: 1px 1px 1px #ffcb4a, 1px 1px 1px #868686;
}

h2 {
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 4px;
    text-shadow: 1px 1px 1px #ff8c85, 1px 1px 1px #ff2f00, 1px 1px 5px #3f3f3f;
}

h3 {
    margin-top: 0;
    font-weight: normal;
}

a{
  color:transparent;
  text-decoration: none;
}

a:hover,.active{
  text-shadow: 1px 1px 1px #ffffff, 1px 1px 4px #ffffff;
}

h1 a:hover {
    text-shadow: 1px 1px 1px #ffe968, 1px 1px 1px #868686;
}

.pants{
  background-color: red;
}

ul{
  list-style:none;
}

.home-link-wrapper {
    margin-bottom: -1.5em;
}

#cd1 {
    float: left;
    padding-right: 40px;
    width: 50%;
}

#cd2 > h3 {
    padding-bottom: 100px;
}

#sessions{
  margin-bottom:25px;
}

#sessions li {
    display: inline;
    padding: 0 20px;
}

#credits {
    min-height: 450px;
}

#credits .info{
  margin-bottom: 25px;
}

#credits a img {
    opacity: 0.8;
}

#credits a:hover img {
    opacity: 1.0;
}

.dust{
  font-family: EraserDust;
  font-size: 22px;
  line-height: 1.25em;
}

.misc {
    padding-bottom: 20px;
}

#background-images{
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}

#background-images img {
    left: 0;
    position: absolute;
    top: 0;
}

#flash {
    background-color: black;
    display: none;
    height: 200%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#progress {
    /*background: none repeat scroll 0 0 rgba(255, 138, 39, 0.5);*/
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.35);
    /*border: 1px solid white;*/
    border-radius: 5px;
    box-shadow: 0 0 2px 0px rgba(255, 255, 255, 0.75) inset, 0 0 2px 0px rgba(255, 255, 255, 0.75);
    height: 14px;
    margin: auto;
    width: 362px;
}

#jp_container > ul {
    clear: both;
}

#jp_container > p {
    display: none;
}

#flock{width:100%;}
