* {
    margin:0;
    padding:0;
}

body {
    background: url('../img/bg-stripe.png') repeat #1c1c1c;
    text-align:center;
    font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, Sans-serif, sans;
    font-size: 16px;
}

/***** common ********/

h1 {
    text-transform:uppercase;
    color:#FFF;
    font-size:48px;
}

h1 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover {
    color: #ddd;
}

h2 {
    margin-top: 30px;
}

h2.first {
    margin-top: 0;
}

h3 {
    text-align: left;
}

#content p {
    text-align:left;
    margin:12px 0;
}

#content ul {
    margin:12px 0;
    list-style:disc;
    list-style-position:inside;
}

#content ul li {

}

#content ol {
    margin: 5px 0 12px 0;
    list-style-position: inside;
    text-align: left;
}

.smaller {
    font-size: 12px;
}

.clear {
    clear:both;
    margin:0;
    padding:0;
}

a.youtubin-click {
    padding-right: 55px;
    background: url('../img/watch-clip.png') no-repeat right 6px;
}

a.billyClip img {
    border: 0;
}

.leftImg {
    float: left;
    padding: 0 12px 12px 0;
}

.rightImg {
    float: right;
    padding: 0 0 12px 12px;
}

/****** wrappers ********/

#header {
    background: url('../img/header-bg.png') repeat-x 0 bottom #e1682c;
    padding: 10px 20px;
}

#content {
    width:80%;
    min-width: 900px;
    max-width: 1500px;
    min-height: 550px;
    padding: 20px;
    margin:auto;
    text-align:left;
    background: url('../img/header-shadow.png') repeat-x 0 0 #fff;
    position: relative;
}

#leftcol {
    width:347px;
    height: 530px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
}

#billy-pic {
    width:347px;
    height:500px;
}

#rightcol {
    padding-left: 365px;
    text-align: center;
}

#rightcol p, #rightcol h2, #rightcol ul {
    text-align: left;
}

#billy-tombstone {
    margin: 0 auto;
}

#billy-video {
    width: 420px;
    height: 315px;
    margin: 10px 0 0 0;
}

#footer {
    text-align: center;
    font-size: 11px;
}

#footer a {
    color: #000;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.youtube {
  margin-top: 15px;
}

@media screen and (max-width: 940px) {
  #content {
    width: auto;
    min-width: 0;
  }
  
  #leftcol {
    position: static;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  
  #rightcol {
    padding-left: 0;
  }
  
  #billy-pic {
    display: inline-block;
  }
  
  .youtube {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 36px;
  }
  
  #billy-pic {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  #billy-video {
    max-width: 100%;
  }
}